2022-02-14 22:53:29.681 | + ./stack.sh:main:487                      :   exec
2022-02-14 22:53:29.681 | + ./stack.sh:main:495                      :   echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-02-14-225329'
2022-02-14 22:53:29.681 | ++ ./stack.sh:main:487                      :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-02-14-225329.summary.2022-02-14-225329
2022-02-14 22:53:29.681 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 22:53:29.681 | + ./stack.sh:echo_summary:446              :   echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-02-14-225329
2022-02-14 22:53:29.681 | + ./stack.sh:main:497                      :   ln -sf /opt/stack/logs/stack.sh.log.2022-02-14-225329 /opt/stack/logs/stack.sh.log
2022-02-14 22:53:29.681 | + ./stack.sh:main:498                      :   ln -sf /opt/stack/logs/stack.sh.log.2022-02-14-225329.summary.2022-02-14-225329 /opt/stack/logs/stack.sh.log.summary
2022-02-14 22:53:29.681 | + ./stack.sh:main:513                      :   check_path_perm_sanity /opt/stack
2022-02-14 22:53:29.681 | + functions:check_path_perm_sanity:596     :   local real_path
2022-02-14 22:53:29.681 | ++ functions:check_path_perm_sanity:597     :   readlink -f /opt/stack
2022-02-14 22:53:29.681 | + functions:check_path_perm_sanity:597     :   real_path=/opt/stack
2022-02-14 22:53:29.682 | + functions:check_path_perm_sanity:598     :   local rebuilt_path=
2022-02-14 22:53:29.682 | ++ functions:check_path_perm_sanity:599     :   echo /opt/stack
2022-02-14 22:53:29.682 | ++ functions:check_path_perm_sanity:599     :   tr / ' '
2022-02-14 22:53:29.682 | + functions:check_path_perm_sanity:599     :   for i in $(echo ${real_path} | tr "/" " ")
2022-02-14 22:53:29.682 | + functions:check_path_perm_sanity:600     :   rebuilt_path=/opt
2022-02-14 22:53:29.682 | ++ functions:check_path_perm_sanity:602     :   stat -c %a /opt
2022-02-14 22:53:29.682 | + functions:check_path_perm_sanity:602     :   [[ 755 = 700 ]]
2022-02-14 22:53:29.682 | + functions:check_path_perm_sanity:599     :   for i in $(echo ${real_path} | tr "/" " ")
2022-02-14 22:53:29.682 | + functions:check_path_perm_sanity:600     :   rebuilt_path=/opt/stack
2022-02-14 22:53:29.682 | ++ functions:check_path_perm_sanity:602     :   stat -c %a /opt/stack
2022-02-14 22:53:29.685 | + functions:check_path_perm_sanity:602     :   [[ 755 = 700 ]]
2022-02-14 22:53:29.687 | + ./stack.sh:main:519                      :   trap exit_trap EXIT
2022-02-14 22:53:29.689 | + ./stack.sh:main:560                      :   trap err_trap ERR
2022-02-14 22:53:29.691 | + ./stack.sh:main:573                      :   set -o errexit
2022-02-14 22:53:29.693 | + ./stack.sh:main:576                      :   uname -a
2022-02-14 22:53:29.694 | Linux dv-osbrick-823654-3-ceph 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
2022-02-14 22:53:29.696 | + ./stack.sh:main:579                      :   SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
2022-02-14 22:53:29.698 | + ./stack.sh:main:580                      :   rm -f /opt/stack/data/ca-bundle.pem
2022-02-14 22:53:29.701 | + ./stack.sh:main:583                      :   source /home/ubuntu/devstack/lib/database
2022-02-14 22:53:29.739 | + ./stack.sh:main:584                      :   source /home/ubuntu/devstack/lib/rpc_backend
2022-02-14 22:53:29.755 | + ./stack.sh:main:590                      :   fetch_plugins
2022-02-14 22:53:29.758 | + functions-common:fetch_plugins:1771      :   local plugins=,devstack-plugin-ceph
2022-02-14 22:53:29.760 | + functions-common:fetch_plugins:1772      :   local plugin
2022-02-14 22:53:29.762 | + functions-common:fetch_plugins:1775      :   [[ -z ,devstack-plugin-ceph ]]
2022-02-14 22:53:29.764 | + functions-common:fetch_plugins:1779      :   echo 'Fetching DevStack plugins'
2022-02-14 22:53:29.764 | Fetching DevStack plugins
2022-02-14 22:53:29.766 | + functions-common:fetch_plugins:1780      :   for plugin in ${plugins//,/ }
2022-02-14 22:53:29.767 | + functions-common:fetch_plugins:1781      :   git_clone_by_name devstack-plugin-ceph
2022-02-14 22:53:29.769 | + functions-common:git_clone_by_name:686   :   local name=devstack-plugin-ceph
2022-02-14 22:53:29.771 | + functions-common:git_clone_by_name:687   :   local repo=https://opendev.org/openstack/devstack-plugin-ceph
2022-02-14 22:53:29.773 | + functions-common:git_clone_by_name:688   :   local dir=/opt/stack/devstack-plugin-ceph
2022-02-14 22:53:29.774 | + functions-common:git_clone_by_name:689   :   local branch=master
2022-02-14 22:53:29.777 | + functions-common:git_clone_by_name:690   :   git_clone https://opendev.org/openstack/devstack-plugin-ceph /opt/stack/devstack-plugin-ceph master
2022-02-14 22:53:29.779 | + functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/devstack-plugin-ceph
2022-02-14 22:53:29.781 | + functions-common:git_clone:609           :   local git_dest=/opt/stack/devstack-plugin-ceph
2022-02-14 22:53:29.782 | + functions-common:git_clone:610           :   local git_ref=master
2022-02-14 22:53:29.784 | + functions-common:git_clone:611           :   local orig_dir
2022-02-14 22:53:29.786 | ++ functions-common:git_clone:612           :   pwd
2022-02-14 22:53:29.789 | + functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 22:53:29.790 | + functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 22:53:29.793 | ++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 22:53:29.805 | + functions-common:git_clone:615           :   RECLONE=False
2022-02-14 22:53:29.808 | + functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 22:53:29.810 | + functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 22:53:29.812 | + functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 22:53:29.818 | + functions-common:git_clone:629           :   echo master
2022-02-14 22:53:29.821 | + functions-common:git_clone:643           :   [[ ! -d /opt/stack/devstack-plugin-ceph ]]
2022-02-14 22:53:29.823 | + functions-common:git_clone:644           :   [[ False = \T\r\u\e ]]
2022-02-14 22:53:29.825 | + functions-common:git_clone:650           :   git_timed clone https://opendev.org/openstack/devstack-plugin-ceph /opt/stack/devstack-plugin-ceph --branch master
2022-02-14 22:53:29.827 | + functions-common:git_timed:702           :   local count=0
2022-02-14 22:53:29.829 | + functions-common:git_timed:703           :   local timeout=0
2022-02-14 22:53:29.831 | + functions-common:git_timed:705           :   [[ -n 0 ]]
2022-02-14 22:53:29.832 | + functions-common:git_timed:706           :   timeout=0
2022-02-14 22:53:29.834 | + functions-common:git_timed:709           :   time_start git_timed
2022-02-14 22:53:29.836 | + functions-common:time_start:2411         :   local name=git_timed
2022-02-14 22:53:29.838 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 22:53:29.839 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 22:53:29.842 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 22:53:29.845 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644879209843
2022-02-14 22:53:29.846 | + functions-common:git_timed:710           :   timeout -s SIGINT 0 git clone https://opendev.org/openstack/devstack-plugin-ceph /opt/stack/devstack-plugin-ceph --branch master
2022-02-14 22:53:29.850 | Cloning into '/opt/stack/devstack-plugin-ceph'...
2022-02-14 22:53:32.669 | + functions-common:git_timed:724           :   time_stop git_timed
2022-02-14 22:53:32.671 | + functions-common:time_stop:2425          :   local name
2022-02-14 22:53:32.672 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 22:53:32.674 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:53:32.676 | + functions-common:time_stop:2428          :   local total
2022-02-14 22:53:32.678 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 22:53:32.679 | + functions-common:time_stop:2431          :   name=git_timed
2022-02-14 22:53:32.681 | + functions-common:time_stop:2432          :   start_time=1644879209843
2022-02-14 22:53:32.683 | + functions-common:time_stop:2434          :   [[ -z 1644879209843 ]]
2022-02-14 22:53:32.685 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:53:32.689 | + functions-common:time_stop:2437          :   end_time=1644879212687
2022-02-14 22:53:32.691 | + functions-common:time_stop:2438          :   elapsed_time=2844
2022-02-14 22:53:32.693 | + functions-common:time_stop:2439          :   total=0
2022-02-14 22:53:32.695 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:53:32.697 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=2844
2022-02-14 22:53:32.699 | + functions-common:git_clone:677           :   cd /opt/stack/devstack-plugin-ceph
2022-02-14 22:53:32.702 | + functions-common:git_clone:678           :   git show --oneline
2022-02-14 22:53:32.702 | + functions-common:git_clone:678           :   head -1
2022-02-14 22:53:32.707 | 8a27b7b Allow glance ceph osd cinder,nova pool access
2022-02-14 22:53:32.709 | + functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 22:53:32.712 | + ./stack.sh:main:594                      :   run_phase override_defaults
2022-02-14 22:53:32.714 | + functions-common:run_phase:1853          :   local mode=override_defaults
2022-02-14 22:53:32.716 | + functions-common:run_phase:1854          :   local phase=
2022-02-14 22:53:32.718 | + functions-common:run_phase:1855          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2022-02-14 22:53:32.720 | + functions-common:run_phase:1856          :   local extra_plugin_file_name
2022-02-14 22:53:32.722 | + functions-common:run_phase:1857          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2022-02-14 22:53:32.724 | + functions-common:run_phase:1862          :   local exceptions=80-tempest.sh
2022-02-14 22:53:32.726 | + functions-common:run_phase:1863          :   local extra
2022-02-14 22:53:32.729 | ++ functions-common:run_phase:1864          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2022-02-14 22:53:32.732 | + functions-common:run_phase:1864          :   extra=80-tempest.sh
2022-02-14 22:53:32.735 | + functions-common:run_phase:1865          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2022-02-14 22:53:32.737 | + functions-common:run_phase:1869          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2022-02-14 22:53:32.739 | + functions-common:run_phase:1869          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults
2022-02-14 22:53:32.741 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2022-02-14 22:53:32.755 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 22:53:32.758 | ++ extras.d/80-tempest.sh:source:4          :   [[ override_defaults == \s\o\u\r\c\e ]]
2022-02-14 22:53:32.762 | ++ extras.d/80-tempest.sh:source:7          :   [[ override_defaults == \s\t\a\c\k ]]
2022-02-14 22:53:32.764 | ++ extras.d/80-tempest.sh:source:10         :   [[ override_defaults == \s\t\a\c\k ]]
2022-02-14 22:53:32.767 | ++ extras.d/80-tempest.sh:source:13         :   [[ override_defaults == \s\t\a\c\k ]]
2022-02-14 22:53:32.770 | ++ extras.d/80-tempest.sh:source:16         :   [[ override_defaults == \s\t\a\c\k ]]
2022-02-14 22:53:32.773 | ++ extras.d/80-tempest.sh:source:19         :   [[ override_defaults == \s\t\a\c\k ]]
2022-02-14 22:53:32.775 | ++ extras.d/80-tempest.sh:source:27         :   [[ override_defaults == \u\n\s\t\a\c\k ]]
2022-02-14 22:53:32.778 | ++ extras.d/80-tempest.sh:source:32         :   [[ override_defaults == \c\l\e\a\n ]]
2022-02-14 22:53:32.781 | + functions-common:run_phase:1874          :   [[ override_defaults == \s\o\u\r\c\e ]]
2022-02-14 22:53:32.783 | + functions-common:run_phase:1877          :   [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2022-02-14 22:53:32.785 | + functions-common:run_phase:1878          :   plugin_override_defaults
2022-02-14 22:53:32.787 | + functions-common:plugin_override_defaults:1812 :   local plugins=,devstack-plugin-ceph
2022-02-14 22:53:32.789 | + functions-common:plugin_override_defaults:1813 :   local plugin
2022-02-14 22:53:32.791 | + functions-common:plugin_override_defaults:1816 :   [[ -z ,devstack-plugin-ceph ]]
2022-02-14 22:53:32.793 | + functions-common:plugin_override_defaults:1820 :   echo 'Overriding Configuration Defaults'
2022-02-14 22:53:32.793 | Overriding Configuration Defaults
2022-02-14 22:53:32.795 | + functions-common:plugin_override_defaults:1821 :   for plugin in ${plugins//,/ }
2022-02-14 22:53:32.797 | + functions-common:plugin_override_defaults:1822 :   local dir=/opt/stack/devstack-plugin-ceph
2022-02-14 22:53:32.799 | + functions-common:plugin_override_defaults:1824 :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/override-defaults ]]
2022-02-14 22:53:32.800 | + functions-common:plugin_override_defaults:1827 :   echo 'devstack-plugin-ceph has overridden the following defaults'
2022-02-14 22:53:32.801 | devstack-plugin-ceph has overridden the following defaults
2022-02-14 22:53:32.802 | + functions-common:plugin_override_defaults:1828 :   cat /opt/stack/devstack-plugin-ceph/devstack/override-defaults
2022-02-14 22:53:32.804 | # Plug-in overrides
2022-02-14 22:53:32.804 | 
2022-02-14 22:53:32.804 | ENABLE_CEPH_CINDER=$(trueorfalse True ENABLE_CEPH_CINDER)
2022-02-14 22:53:32.804 | ENABLE_CEPH_C_BAK=$(trueorfalse True ENABLE_CEPH_C_BAK)
2022-02-14 22:53:32.804 | ENABLE_CEPH_GLANCE=$(trueorfalse True ENABLE_CEPH_GLANCE)
2022-02-14 22:53:32.804 | ENABLE_CEPH_MANILA=$(trueorfalse True ENABLE_CEPH_MANILA)
2022-02-14 22:53:32.804 | ENABLE_CEPH_NOVA=$(trueorfalse True ENABLE_CEPH_NOVA)
2022-02-14 22:53:32.804 | # Do not enable RGW by default as RGW is not tested in upstream CI.
2022-02-14 22:53:32.804 | ENABLE_CEPH_RGW=$(trueorfalse False ENABLE_CEPH_RGW)
2022-02-14 22:53:32.804 | 
2022-02-14 22:53:32.804 | if [[ $ENABLE_CEPH_CINDER == "True" ]]; then
2022-02-14 22:53:32.804 |     if [[ $ENABLE_CEPH_ISCSI == "True" ]]; then
2022-02-14 22:53:32.804 |         CINDER_DRIVER=${CINDER_DRIVER:-ceph_iscsi}
2022-02-14 22:53:32.804 |         CINDER_ENABLED_BACKENDS=${CINDER_ENABLED_BACKENDS:-ceph_iscsi}
2022-02-14 22:53:32.804 |         CINDER_ISCSI_HELPER=${CINDER_ISCSI_HELPER:-lioadm}
2022-02-14 22:53:32.804 |     else
2022-02-14 22:53:32.804 |         CINDER_DRIVER=${CINDER_DRIVER:-ceph}
2022-02-14 22:53:32.804 |         CINDER_ENABLED_BACKENDS=${CINDER_ENABLED_BACKENDS:-ceph}
2022-02-14 22:53:32.805 |     fi
2022-02-14 22:53:32.805 | fi
2022-02-14 22:53:32.806 | + functions-common:plugin_override_defaults:1829 :   source /opt/stack/devstack-plugin-ceph/devstack/override-defaults
2022-02-14 22:53:32.810 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:3 :   trueorfalse True ENABLE_CEPH_CINDER
2022-02-14 22:53:32.825 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:3 :   ENABLE_CEPH_CINDER=True
2022-02-14 22:53:32.827 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:4 :   trueorfalse True ENABLE_CEPH_C_BAK
2022-02-14 22:53:32.842 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:4 :   ENABLE_CEPH_C_BAK=False
2022-02-14 22:53:32.844 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:5 :   trueorfalse True ENABLE_CEPH_GLANCE
2022-02-14 22:53:32.858 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:5 :   ENABLE_CEPH_GLANCE=False
2022-02-14 22:53:32.861 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:6 :   trueorfalse True ENABLE_CEPH_MANILA
2022-02-14 22:53:32.876 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:6 :   ENABLE_CEPH_MANILA=True
2022-02-14 22:53:32.879 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:7 :   trueorfalse True ENABLE_CEPH_NOVA
2022-02-14 22:53:32.893 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:7 :   ENABLE_CEPH_NOVA=False
2022-02-14 22:53:32.895 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:9 :   trueorfalse False ENABLE_CEPH_RGW
2022-02-14 22:53:32.911 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:9 :   ENABLE_CEPH_RGW=False
2022-02-14 22:53:32.913 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:11 :   [[ True == \T\r\u\e ]]
2022-02-14 22:53:32.915 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:12 :   [[ '' == \T\r\u\e ]]
2022-02-14 22:53:32.917 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:17 :   CINDER_DRIVER=ceph
2022-02-14 22:53:32.919 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:18 :   CINDER_ENABLED_BACKENDS=ceph
2022-02-14 22:53:32.921 | + ./stack.sh:main:597                      :   source /home/ubuntu/devstack/lib/apache
2022-02-14 22:53:32.940 | + ./stack.sh:main:600                      :   source /home/ubuntu/devstack/lib/tls
2022-02-14 22:53:32.942 | ++ lib/tls:source:38                        :   is_service_enabled tls-proxy
2022-02-14 22:53:32.957 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 22:53:32.960 | +++ lib/tls:source:43                        :   hostname -f
2022-02-14 22:53:32.965 | ++ lib/tls:source:43                        :   DEVSTACK_HOSTNAME=localhost
2022-02-14 22:53:32.967 | ++ lib/tls:source:44                        :   DEVSTACK_CERT_NAME=devstack-cert
2022-02-14 22:53:32.969 | ++ lib/tls:source:45                        :   DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
2022-02-14 22:53:32.971 | ++ lib/tls:source:48                        :   ROOT_CA_DIR=/opt/stack/data/CA/root-ca
2022-02-14 22:53:32.973 | ++ lib/tls:source:49                        :   INT_CA_DIR=/opt/stack/data/CA/int-ca
2022-02-14 22:53:32.975 | ++ lib/tls:source:51                        :   ORG_NAME=OpenStack
2022-02-14 22:53:32.977 | ++ lib/tls:source:52                        :   ORG_UNIT_NAME=DevStack
2022-02-14 22:53:32.979 | ++ lib/tls:source:55                        :   STUD_PROTO=--tls
2022-02-14 22:53:32.983 | ++ lib/tls:source:56                        :   STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
2022-02-14 22:53:32.985 | ++ lib/tls:source:63                        :   OPENSSL=/usr/bin/openssl
2022-02-14 22:53:32.990 | + ./stack.sh:main:603                      :   source /home/ubuntu/devstack/lib/infra
2022-02-14 22:53:33.003 | + ./stack.sh:main:604                      :   source /home/ubuntu/devstack/lib/libraries
2022-02-14 22:53:33.020 | + ./stack.sh:main:605                      :   source /home/ubuntu/devstack/lib/lvm
2022-02-14 22:53:33.033 | + ./stack.sh:main:606                      :   source /home/ubuntu/devstack/lib/horizon
2022-02-14 22:53:33.046 | + ./stack.sh:main:607                      :   source /home/ubuntu/devstack/lib/keystone
2022-02-14 22:53:33.080 | + ./stack.sh:main:608                      :   source /home/ubuntu/devstack/lib/glance
2022-02-14 22:53:33.139 | + ./stack.sh:main:609                      :   source /home/ubuntu/devstack/lib/nova
2022-02-14 22:53:33.222 | + ./stack.sh:main:610                      :   source /home/ubuntu/devstack/lib/placement
2022-02-14 22:53:33.243 | + ./stack.sh:main:611                      :   source /home/ubuntu/devstack/lib/cinder
2022-02-14 22:53:33.289 | + ./stack.sh:main:612                      :   source /home/ubuntu/devstack/lib/swift
2022-02-14 22:53:33.338 | + ./stack.sh:main:613                      :   source /home/ubuntu/devstack/lib/neutron
2022-02-14 22:53:33.483 | + ./stack.sh:main:614                      :   source /home/ubuntu/devstack/lib/ldap
2022-02-14 22:53:33.497 | + ./stack.sh:main:615                      :   source /home/ubuntu/devstack/lib/dstat
2022-02-14 22:53:33.510 | + ./stack.sh:main:616                      :   source /home/ubuntu/devstack/lib/tcpdump
2022-02-14 22:53:33.522 | + ./stack.sh:main:617                      :   source /home/ubuntu/devstack/lib/etcd3
2022-02-14 22:53:33.608 | + ./stack.sh:main:618                      :   source /home/ubuntu/devstack/lib/os-vif
2022-02-14 22:53:33.610 | ++ lib/os-vif:source:6                      :   OS_VIF_OVS_OVSDB_INTERFACE=vsctl
2022-02-14 22:53:33.613 | +++ lib/os-vif:source:17                     :   is_ml2_ovs
2022-02-14 22:53:33.615 | +++ lib/os-vif:is_ml2_ovs:9                  :   [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]]
2022-02-14 22:53:33.617 | +++ lib/os-vif:is_ml2_ovs:10                 :   echo True
2022-02-14 22:53:33.619 | +++ lib/os-vif:is_ml2_ovs:12                 :   echo False
2022-02-14 22:53:33.621 | ++ lib/os-vif:source:17                     :   OS_VIF_OVS_ISOLATE_VIF='True
2022-02-14 22:53:33.621 | False'
2022-02-14 22:53:33.624 | +++ lib/os-vif:source:18                     :   trueorfalse False OS_VIF_OVS_ISOLATE_VIF
2022-02-14 22:53:33.638 | ++ lib/os-vif:source:18                     :   OS_VIF_OVS_ISOLATE_VIF=False
2022-02-14 22:53:33.641 | + ./stack.sh:main:624                      :   run_phase source
2022-02-14 22:53:33.643 | + functions-common:run_phase:1853          :   local mode=source
2022-02-14 22:53:33.645 | + functions-common:run_phase:1854          :   local phase=
2022-02-14 22:53:33.647 | + functions-common:run_phase:1855          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2022-02-14 22:53:33.649 | + functions-common:run_phase:1856          :   local extra_plugin_file_name
2022-02-14 22:53:33.651 | + functions-common:run_phase:1857          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2022-02-14 22:53:33.653 | + functions-common:run_phase:1862          :   local exceptions=80-tempest.sh
2022-02-14 22:53:33.655 | + functions-common:run_phase:1863          :   local extra
2022-02-14 22:53:33.658 | ++ functions-common:run_phase:1864          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2022-02-14 22:53:33.661 | + functions-common:run_phase:1864          :   extra=80-tempest.sh
2022-02-14 22:53:33.663 | + functions-common:run_phase:1865          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2022-02-14 22:53:33.665 | + functions-common:run_phase:1869          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2022-02-14 22:53:33.667 | + functions-common:run_phase:1869          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh source
2022-02-14 22:53:33.670 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2022-02-14 22:53:33.683 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 22:53:33.685 | ++ extras.d/80-tempest.sh:source:4          :   [[ source == \s\o\u\r\c\e ]]
2022-02-14 22:53:33.688 | ++ extras.d/80-tempest.sh:source:6          :   source /home/ubuntu/devstack/lib/tempest
2022-02-14 22:53:33.725 | ++ extras.d/80-tempest.sh:source:27         :   [[ source == \u\n\s\t\a\c\k ]]
2022-02-14 22:53:33.728 | ++ extras.d/80-tempest.sh:source:32         :   [[ source == \c\l\e\a\n ]]
2022-02-14 22:53:33.730 | + functions-common:run_phase:1874          :   [[ source == \s\o\u\r\c\e ]]
2022-02-14 22:53:33.732 | + functions-common:run_phase:1875          :   load_plugin_settings
2022-02-14 22:53:33.735 | + functions-common:load_plugin_settings:1789 :   local plugins=,devstack-plugin-ceph
2022-02-14 22:53:33.737 | + functions-common:load_plugin_settings:1790 :   local plugin
2022-02-14 22:53:33.739 | + functions-common:load_plugin_settings:1793 :   [[ -z ,devstack-plugin-ceph ]]
2022-02-14 22:53:33.741 | + functions-common:load_plugin_settings:1797 :   echo 'Loading plugin settings'
2022-02-14 22:53:33.741 | Loading plugin settings
2022-02-14 22:53:33.743 | + functions-common:load_plugin_settings:1798 :   for plugin in ${plugins//,/ }
2022-02-14 22:53:33.745 | + functions-common:load_plugin_settings:1799 :   local dir=/opt/stack/devstack-plugin-ceph
2022-02-14 22:53:33.747 | + functions-common:load_plugin_settings:1801 :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/settings ]]
2022-02-14 22:53:33.749 | + functions-common:load_plugin_settings:1802 :   source /opt/stack/devstack-plugin-ceph/devstack/settings
2022-02-14 22:53:33.753 | ++++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:5 :   dirname /opt/stack/devstack-plugin-ceph/devstack/settings
2022-02-14 22:53:33.756 | +++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:5 :   readlink -f /opt/stack/devstack-plugin-ceph/devstack
2022-02-14 22:53:33.760 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:5 :   CEPH_PLUGIN_DIR=/opt/stack/devstack-plugin-ceph/devstack
2022-02-14 22:53:33.763 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:14 :   '[' '' = True ']'
2022-02-14 22:53:33.765 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:17 :   TEMPEST_STORAGE_PROTOCOL=ceph
2022-02-14 22:53:33.767 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:21 :   VOLUME_BACKING_FILE_SIZE=25GB
2022-02-14 22:53:33.769 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:22 :   CEPH_LOOPBACK_DISK_SIZE=25GB
2022-02-14 22:53:33.771 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:24 :   TEMPEST_VOLUME_MANAGE_SNAPSHOT=False
2022-02-14 22:53:33.773 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:27 :   source /opt/stack/devstack-plugin-ceph/devstack/lib/ceph
2022-02-14 22:53:33.836 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:30 :   is_ceph_enabled_for_service manila
2022-02-14 22:53:33.838 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 22:53:33.841 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 22:53:33.843 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=manila
2022-02-14 22:53:33.846 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo manila
2022-02-14 22:53:33.846 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 22:53:33.847 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 22:53:33.851 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_MANILA
2022-02-14 22:53:33.854 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_MANILA'
2022-02-14 22:53:33.857 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo True
2022-02-14 22:53:33.859 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=True
2022-02-14 22:53:33.862 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled manila
2022-02-14 22:53:33.876 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 22:53:33.879 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 22:53:33.882 | + functions-common:run_phase:1876          :   verify_disabled_services
2022-02-14 22:53:33.884 | + functions-common:verify_disabled_services:2136 :   local service
2022-02-14 22:53:33.887 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.889 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,key, ]]
2022-02-14 22:53:33.891 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.894 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-api, ]]
2022-02-14 22:53:33.901 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.904 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-cond, ]]
2022-02-14 22:53:33.906 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.909 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-sch, ]]
2022-02-14 22:53:33.911 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.913 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-api-meta, ]]
2022-02-14 22:53:33.916 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.918 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,placement-api, ]]
2022-02-14 22:53:33.920 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.923 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,placement-client, ]]
2022-02-14 22:53:33.925 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.927 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,g-api, ]]
2022-02-14 22:53:33.930 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.932 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,c-sch, ]]
2022-02-14 22:53:33.934 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.937 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,c-api, ]]
2022-02-14 22:53:33.940 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.942 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,c-vol, ]]
2022-02-14 22:53:33.945 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.947 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,ovn-controller, ]]
2022-02-14 22:53:33.950 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.953 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,ovn-northd, ]]
2022-02-14 22:53:33.955 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.957 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,ovs-vswitchd, ]]
2022-02-14 22:53:33.960 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.962 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,ovsdb-server, ]]
2022-02-14 22:53:33.965 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.967 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-svc, ]]
2022-02-14 22:53:33.970 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.972 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-ovn-metadata-agent, ]]
2022-02-14 22:53:33.975 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.977 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,rabbit, ]]
2022-02-14 22:53:33.979 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.982 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,tempest, ]]
2022-02-14 22:53:33.984 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.986 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,mysql, ]]
2022-02-14 22:53:33.989 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.991 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,etcd3, ]]
2022-02-14 22:53:33.993 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:33.995 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,dstat, ]]
2022-02-14 22:53:33.998 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:34.000 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-crt, ]]
2022-02-14 22:53:34.003 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:34.005 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-cauth, ]]
2022-02-14 22:53:34.007 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:34.009 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-agt, ]]
2022-02-14 22:53:34.012 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:34.014 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-dhcp, ]]
2022-02-14 22:53:34.017 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:34.019 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-l3, ]]
2022-02-14 22:53:34.021 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:34.023 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-meta, ]]
2022-02-14 22:53:34.026 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:34.028 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,g-reg, ]]
2022-02-14 22:53:34.031 | + functions-common:verify_disabled_services:2137 :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 22:53:34.033 | + functions-common:verify_disabled_services:2138 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,cinder, ]]
2022-02-14 22:53:34.036 | + ./stack.sh:main:695                      :   initialize_database_backends
2022-02-14 22:53:34.038 | + lib/database:initialize_database_backends:65 :   for backend in $DATABASE_BACKENDS
2022-02-14 22:53:34.040 | + lib/database:initialize_database_backends:66 :   is_service_enabled mysql
2022-02-14 22:53:34.055 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 22:53:34.057 | + lib/database:initialize_database_backends:66 :   DATABASE_TYPE=mysql
2022-02-14 22:53:34.059 | + lib/database:initialize_database_backends:65 :   for backend in $DATABASE_BACKENDS
2022-02-14 22:53:34.061 | + lib/database:initialize_database_backends:66 :   is_service_enabled postgresql
2022-02-14 22:53:34.076 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 22:53:34.078 | + lib/database:initialize_database_backends:69 :   '[' -z mysql ']'
2022-02-14 22:53:34.080 | + lib/database:initialize_database_backends:73 :   MYSQL_HOST=127.0.0.1
2022-02-14 22:53:34.083 | + lib/database:initialize_database_backends:74 :   MYSQL_USER=root
2022-02-14 22:53:34.085 | + lib/database:initialize_database_backends:80 :   [[ 4 == 6 ]]
2022-02-14 22:53:34.087 | + lib/database:initialize_database_backends:83 :   DATABASE_HOST=127.0.0.1
2022-02-14 22:53:34.090 | + lib/database:initialize_database_backends:86 :   DATABASE_USER=root
2022-02-14 22:53:34.092 | + lib/database:initialize_database_backends:88 :   '[' -n '' ']'
2022-02-14 22:53:34.094 | + lib/database:initialize_database_backends:92 :   return 0
2022-02-14 22:53:34.096 | + ./stack.sh:main:696                      :   echo 'Using mysql database backend'
2022-02-14 22:53:34.096 | Using mysql database backend
2022-02-14 22:53:34.099 | + ./stack.sh:main:699                      :   read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.'
2022-02-14 22:53:34.114 | + ./stack.sh:main:701                      :   define_database_baseurl
2022-02-14 22:53:34.116 | ++ lib/database:define_database_baseurl:106 :   get_database_type_mysql
2022-02-14 22:53:34.119 | ++ lib/databases/mysql:get_database_type_mysql:38 :   [[ PyMySQL == \P\y\M\y\S\Q\L ]]
2022-02-14 22:53:34.122 | ++ lib/databases/mysql:get_database_type_mysql:39 :   echo mysql+pymysql
2022-02-14 22:53:34.125 | + lib/database:define_database_baseurl:106 :   BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2022-02-14 22:53:34.127 | + ./stack.sh:main:713                      :   is_service_enabled rabbit
2022-02-14 22:53:34.143 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 22:53:34.145 | + ./stack.sh:main:714                      :   read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
2022-02-14 22:53:34.162 | + ./stack.sh:main:721                      :   is_service_enabled keystone
2022-02-14 22:53:34.178 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 22:53:34.180 | + ./stack.sh:main:723                      :   read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.'
2022-02-14 22:53:34.195 | + ./stack.sh:main:725                      :   read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
2022-02-14 22:53:34.212 | + ./stack.sh:main:736                      :   is_service_enabled ldap
2022-02-14 22:53:34.228 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 22:53:34.230 | + ./stack.sh:main:745                      :   is_service_enabled s-proxy
2022-02-14 22:53:34.246 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 22:53:34.248 | + ./stack.sh:main:757                      :   save_stackenv 757
2022-02-14 22:53:34.251 | + functions-common:save_stackenv:60        :   local tag=757
2022-02-14 22:53:34.254 | ++ functions-common:save_stackenv:62        :   date +%F-%H%M%S
2022-02-14 22:53:34.258 | + functions-common:save_stackenv:62        :   time_stamp=2022-02-14-225334
2022-02-14 22:53:34.260 | + functions-common:save_stackenv:63        :   echo '# 2022-02-14-225334 757'
2022-02-14 22:53:34.263 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.265 | + functions-common:save_stackenv:65        :   echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2022-02-14 22:53:34.267 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.270 | + functions-common:save_stackenv:65        :   echo DATA_DIR=/opt/stack/data
2022-02-14 22:53:34.272 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.274 | + functions-common:save_stackenv:65        :   echo DEST=/opt/stack
2022-02-14 22:53:34.277 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.279 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder
2022-02-14 22:53:34.281 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.283 | + functions-common:save_stackenv:65        :   echo HOST_IP=10.222.0.47
2022-02-14 22:53:34.286 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.288 | + functions-common:save_stackenv:65        :   echo KEYSTONE_SERVICE_URI=http://10.222.0.47/identity
2022-02-14 22:53:34.290 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.293 | + functions-common:save_stackenv:65        :   echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-14-225329
2022-02-14 22:53:34.295 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.297 | + functions-common:save_stackenv:65        :   echo OS_CACERT=
2022-02-14 22:53:34.299 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.302 | + functions-common:save_stackenv:65        :   echo SERVICE_HOST=10.222.0.47
2022-02-14 22:53:34.304 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.306 | + functions-common:save_stackenv:65        :   echo STACK_USER=ubuntu
2022-02-14 22:53:34.309 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.311 | + functions-common:save_stackenv:65        :   echo TLS_IP=
2022-02-14 22:53:34.314 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.316 | + functions-common:save_stackenv:65        :   echo HOST_IPV6=::1
2022-02-14 22:53:34.318 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 22:53:34.321 | + functions-common:save_stackenv:65        :   echo SERVICE_IP_VERSION=4
2022-02-14 22:53:34.323 | + ./stack.sh:main:770                      :   GIT_DEPTH=0
2022-02-14 22:53:34.326 | + ./stack.sh:main:770                      :   git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master
2022-02-14 22:53:34.329 | + functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/requirements.git
2022-02-14 22:53:34.331 | + functions-common:git_clone:609           :   local git_dest=/opt/stack/requirements
2022-02-14 22:53:34.333 | + functions-common:git_clone:610           :   local git_ref=master
2022-02-14 22:53:34.335 | + functions-common:git_clone:611           :   local orig_dir
2022-02-14 22:53:34.337 | ++ functions-common:git_clone:612           :   pwd
2022-02-14 22:53:34.340 | + functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 22:53:34.342 | + functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 22:53:34.344 | ++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 22:53:34.359 | + functions-common:git_clone:615           :   RECLONE=False
2022-02-14 22:53:34.361 | + functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 22:53:34.363 | + functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 22:53:34.365 | + functions-common:git_clone:629           :   echo master
2022-02-14 22:53:34.365 | + functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 22:53:34.370 | + functions-common:git_clone:643           :   [[ ! -d /opt/stack/requirements ]]
2022-02-14 22:53:34.373 | + functions-common:git_clone:651           :   [[ False = \T\r\u\e ]]
2022-02-14 22:53:34.378 | + functions-common:git_clone:677           :   cd /opt/stack/requirements
2022-02-14 22:53:34.381 | + functions-common:git_clone:678           :   git show --oneline
2022-02-14 22:53:34.381 | + functions-common:git_clone:678           :   head -1
2022-02-14 22:53:34.384 | eb3c3c2b update constraint for python-neutronclient to new release 7.8.0
2022-02-14 22:53:34.387 | + functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 22:53:34.390 | + ./stack.sh:main:774                      :   echo_summary 'Installing package prerequisites'
2022-02-14 22:53:34.392 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 22:53:34.395 | + ./stack.sh:echo_summary:446              :   echo -e Installing package prerequisites
2022-02-14 22:53:34.397 | + ./stack.sh:main:775                      :   source /home/ubuntu/devstack/tools/install_prereqs.sh
2022-02-14 22:53:34.399 | ++ tools/install_prereqs.sh:source:11       :   FORCE_PREREQ=0
2022-02-14 22:53:34.402 | ++ tools/install_prereqs.sh:source:13       :   getopts :f opt
2022-02-14 22:53:34.404 | ++ tools/install_prereqs.sh:source:23       :   [[ -z /home/ubuntu/devstack ]]
2022-02-14 22:53:34.406 | ++ tools/install_prereqs.sh:source:43       :   PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs
2022-02-14 22:53:34.409 | ++ tools/install_prereqs.sh:source:44       :   PREREQ_RERUN_HOURS=2
2022-02-14 22:53:34.411 | ++ tools/install_prereqs.sh:source:45       :   PREREQ_RERUN_SECONDS=7200
2022-02-14 22:53:34.414 | +++ tools/install_prereqs.sh:source:47       :   date +%s
2022-02-14 22:53:34.418 | ++ tools/install_prereqs.sh:source:47       :   NOW=1644879214
2022-02-14 22:53:34.421 | +++ tools/install_prereqs.sh:source:48       :   head -1 /home/ubuntu/devstack/.prereqs
2022-02-14 22:53:34.425 | +++ tools/install_prereqs.sh:source:48       :   echo 0
2022-02-14 22:53:34.428 | ++ tools/install_prereqs.sh:source:48       :   LAST_RUN=0
2022-02-14 22:53:34.430 | ++ tools/install_prereqs.sh:source:49       :   DELTA=1644879214
2022-02-14 22:53:34.432 | ++ tools/install_prereqs.sh:source:50       :   [[ 1644879214 -lt 7200 ]]
2022-02-14 22:53:34.435 | ++ tools/install_prereqs.sh:source:57       :   export_proxy_variables
2022-02-14 22:53:34.438 | ++ functions-common:export_proxy_variables:2243 :   isset http_proxy
2022-02-14 22:53:34.440 | ++ functions-common:isset:240               :   [[ -v http_proxy ]]
2022-02-14 22:53:34.442 | ++ functions-common:export_proxy_variables:2246 :   isset https_proxy
2022-02-14 22:53:34.444 | ++ functions-common:isset:240               :   [[ -v https_proxy ]]
2022-02-14 22:53:34.446 | ++ functions-common:export_proxy_variables:2249 :   isset no_proxy
2022-02-14 22:53:34.449 | ++ functions-common:isset:240               :   [[ -v no_proxy ]]
2022-02-14 22:53:34.452 | +++ 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder
2022-02-14 22:53:34.497 | ++ tools/install_prereqs.sh:source:64       :   PACKAGES='apache2
2022-02-14 22:53:34.497 | apache2-dev
2022-02-14 22:53:34.497 | bc
2022-02-14 22:53:34.497 | bsdmainutils
2022-02-14 22:53:34.497 | curl
2022-02-14 22:53:34.497 | g++
2022-02-14 22:53:34.497 | gawk
2022-02-14 22:53:34.497 | gcc
2022-02-14 22:53:34.497 | gettext  
2022-02-14 22:53:34.497 | git
2022-02-14 22:53:34.497 | graphviz 
2022-02-14 22:53:34.497 | iputils-ping
2022-02-14 22:53:34.497 | libapache2-mod-proxy-uwsgi
2022-02-14 22:53:34.497 | libffi-dev 
2022-02-14 22:53:34.497 | libjpeg-dev 
2022-02-14 22:53:34.497 | libpcre3-dev 
2022-02-14 22:53:34.497 | libpq-dev  
2022-02-14 22:53:34.497 | libssl-dev 
2022-02-14 22:53:34.497 | libsystemd-dev 
2022-02-14 22:53:34.497 | libxml2-dev  
2022-02-14 22:53:34.498 | libxslt1-dev  
2022-02-14 22:53:34.498 | libyaml-dev
2022-02-14 22:53:34.498 | lsof 
2022-02-14 22:53:34.498 | openssh-server
2022-02-14 22:53:34.498 | openssl
2022-02-14 22:53:34.498 | pkg-config
2022-02-14 22:53:34.498 | psmisc
2022-02-14 22:53:34.498 | python3-dev
2022-02-14 22:53:34.498 | python3-pip
2022-02-14 22:53:34.498 | python3-systemd
2022-02-14 22:53:34.498 | python3-venv
2022-02-14 22:53:34.498 | tar
2022-02-14 22:53:34.498 | tcpdump
2022-02-14 22:53:34.498 | unzip
2022-02-14 22:53:34.498 | uuid-runtime
2022-02-14 22:53:34.498 | wget
2022-02-14 22:53:34.498 | wget
2022-02-14 22:53:34.498 | zlib1g-dev
2022-02-14 22:53:34.498 | libkrb5-dev
2022-02-14 22:53:34.498 | libldap2-dev
2022-02-14 22:53:34.498 | libsasl2-dev
2022-02-14 22:53:34.498 | memcached
2022-02-14 22:53:34.498 | python3-mysqldb
2022-02-14 22:53:34.498 | sqlite3
2022-02-14 22:53:34.498 | conntrack
2022-02-14 22:53:34.498 | curl
2022-02-14 22:53:34.498 | dnsmasq-base
2022-02-14 22:53:34.498 | dnsmasq-utils 
2022-02-14 22:53:34.498 | ebtables
2022-02-14 22:53:34.498 | genisoimage 
2022-02-14 22:53:34.498 | iptables
2022-02-14 22:53:34.498 | iputils-arping
2022-02-14 22:53:34.498 | kpartx
2022-02-14 22:53:34.498 | libjs-jquery-tablesorter 
2022-02-14 22:53:34.498 | parted
2022-02-14 22:53:34.498 | pm-utils
2022-02-14 22:53:34.499 | python3-mysqldb
2022-02-14 22:53:34.499 | socat 
2022-02-14 22:53:34.499 | sqlite3
2022-02-14 22:53:34.499 | sudo
2022-02-14 22:53:34.499 | vlan
2022-02-14 22:53:34.499 | lsscsi
2022-02-14 22:53:34.499 | open-iscsi
2022-02-14 22:53:34.499 | lvm2
2022-02-14 22:53:34.499 | qemu-utils
2022-02-14 22:53:34.499 | thin-provisioning-tools
2022-02-14 22:53:34.499 | acl
2022-02-14 22:53:34.499 | dnsmasq-base
2022-02-14 22:53:34.499 | dnsmasq-utils 
2022-02-14 22:53:34.499 | ebtables
2022-02-14 22:53:34.499 | haproxy 
2022-02-14 22:53:34.499 | iptables
2022-02-14 22:53:34.499 | iputils-arping
2022-02-14 22:53:34.499 | iputils-ping
2022-02-14 22:53:34.499 | postgresql-server-dev-all
2022-02-14 22:53:34.499 | python3-mysqldb
2022-02-14 22:53:34.499 | sqlite3
2022-02-14 22:53:34.499 | sudo
2022-02-14 22:53:34.499 | vlan
2022-02-14 22:53:34.499 | pcp
2022-02-14 22:53:34.499 | ipset
2022-02-14 22:53:34.499 | conntrack
2022-02-14 22:53:34.499 | conntrackd
2022-02-14 22:53:34.499 | keepalived
2022-02-14 22:53:34.499 | lvm2
2022-02-14 22:53:34.499 | qemu-utils
2022-02-14 22:53:34.499 | thin-provisioning-tools'
2022-02-14 22:53:34.501 | +++ tools/install_prereqs.sh:source:65       :   get_plugin_packages
2022-02-14 22:53:34.520 | ++ tools/install_prereqs.sh:source:65       :   PACKAGES='apache2
2022-02-14 22:53:34.520 | apache2-dev
2022-02-14 22:53:34.520 | bc
2022-02-14 22:53:34.520 | bsdmainutils
2022-02-14 22:53:34.520 | curl
2022-02-14 22:53:34.520 | g++
2022-02-14 22:53:34.520 | gawk
2022-02-14 22:53:34.520 | gcc
2022-02-14 22:53:34.520 | gettext  
2022-02-14 22:53:34.520 | git
2022-02-14 22:53:34.520 | graphviz 
2022-02-14 22:53:34.520 | iputils-ping
2022-02-14 22:53:34.520 | libapache2-mod-proxy-uwsgi
2022-02-14 22:53:34.520 | libffi-dev 
2022-02-14 22:53:34.520 | libjpeg-dev 
2022-02-14 22:53:34.520 | libpcre3-dev 
2022-02-14 22:53:34.520 | libpq-dev  
2022-02-14 22:53:34.520 | libssl-dev 
2022-02-14 22:53:34.520 | libsystemd-dev 
2022-02-14 22:53:34.520 | libxml2-dev  
2022-02-14 22:53:34.520 | libxslt1-dev  
2022-02-14 22:53:34.520 | libyaml-dev
2022-02-14 22:53:34.520 | lsof 
2022-02-14 22:53:34.520 | openssh-server
2022-02-14 22:53:34.521 | openssl
2022-02-14 22:53:34.521 | pkg-config
2022-02-14 22:53:34.521 | psmisc
2022-02-14 22:53:34.521 | python3-dev
2022-02-14 22:53:34.521 | python3-pip
2022-02-14 22:53:34.521 | python3-systemd
2022-02-14 22:53:34.521 | python3-venv
2022-02-14 22:53:34.521 | tar
2022-02-14 22:53:34.521 | tcpdump
2022-02-14 22:53:34.521 | unzip
2022-02-14 22:53:34.521 | uuid-runtime
2022-02-14 22:53:34.521 | wget
2022-02-14 22:53:34.521 | wget
2022-02-14 22:53:34.521 | zlib1g-dev
2022-02-14 22:53:34.521 | libkrb5-dev
2022-02-14 22:53:34.521 | libldap2-dev
2022-02-14 22:53:34.521 | libsasl2-dev
2022-02-14 22:53:34.521 | memcached
2022-02-14 22:53:34.521 | python3-mysqldb
2022-02-14 22:53:34.521 | sqlite3
2022-02-14 22:53:34.521 | conntrack
2022-02-14 22:53:34.521 | curl
2022-02-14 22:53:34.521 | dnsmasq-base
2022-02-14 22:53:34.521 | dnsmasq-utils 
2022-02-14 22:53:34.521 | ebtables
2022-02-14 22:53:34.521 | genisoimage 
2022-02-14 22:53:34.521 | iptables
2022-02-14 22:53:34.521 | iputils-arping
2022-02-14 22:53:34.521 | kpartx
2022-02-14 22:53:34.521 | libjs-jquery-tablesorter 
2022-02-14 22:53:34.521 | parted
2022-02-14 22:53:34.521 | pm-utils
2022-02-14 22:53:34.521 | python3-mysqldb
2022-02-14 22:53:34.521 | socat 
2022-02-14 22:53:34.521 | sqlite3
2022-02-14 22:53:34.522 | sudo
2022-02-14 22:53:34.522 | vlan
2022-02-14 22:53:34.522 | lsscsi
2022-02-14 22:53:34.522 | open-iscsi
2022-02-14 22:53:34.522 | lvm2
2022-02-14 22:53:34.522 | qemu-utils
2022-02-14 22:53:34.522 | thin-provisioning-tools
2022-02-14 22:53:34.522 | acl
2022-02-14 22:53:34.522 | dnsmasq-base
2022-02-14 22:53:34.522 | dnsmasq-utils 
2022-02-14 22:53:34.522 | ebtables
2022-02-14 22:53:34.522 | haproxy 
2022-02-14 22:53:34.522 | iptables
2022-02-14 22:53:34.522 | iputils-arping
2022-02-14 22:53:34.522 | iputils-ping
2022-02-14 22:53:34.522 | postgresql-server-dev-all
2022-02-14 22:53:34.522 | python3-mysqldb
2022-02-14 22:53:34.522 | sqlite3
2022-02-14 22:53:34.522 | sudo
2022-02-14 22:53:34.522 | vlan
2022-02-14 22:53:34.522 | pcp
2022-02-14 22:53:34.522 | ipset
2022-02-14 22:53:34.522 | conntrack
2022-02-14 22:53:34.522 | conntrackd
2022-02-14 22:53:34.522 | keepalived
2022-02-14 22:53:34.522 | lvm2
2022-02-14 22:53:34.522 | qemu-utils
2022-02-14 22:53:34.522 | thin-provisioning-tools '
2022-02-14 22:53:34.522 | ++ tools/install_prereqs.sh:source:67       :   is_ubuntu
2022-02-14 22:53:34.524 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:53:34.527 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:53:34.530 | ++ 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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools
2022-02-14 22:53:34.530 | ++ tools/install_prereqs.sh:source:67       :   grep -q dkms
2022-02-14 22:53:34.535 | ++ 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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools
2022-02-14 22:53:34.537 | ++ functions-common:install_package:1463    :   update_package_repo
2022-02-14 22:53:34.539 | ++ functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 22:53:34.542 | ++ functions-common:update_package_repo:1436 :   REPOS_UPDATED=False
2022-02-14 22:53:34.544 | ++ functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 22:53:34.546 | ++ functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 22:53:34.548 | ++ functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 22:53:34.550 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:53:34.552 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:53:34.554 | ++ functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 22:53:34.557 | ++ functions-common:apt_get_update:1189     :   [[ False == \T\r\u\e ]]
2022-02-14 22:53:34.559 | ++ functions-common:apt_get_update:1194     :   [[ False = \T\r\u\e ]]
2022-02-14 22:53:34.561 | ++ functions-common:apt_get_update:1196     :   local sudo=sudo
2022-02-14 22:53:34.564 | +++ functions-common:apt_get_update:1197     :   id -u
2022-02-14 22:53:34.568 | ++ functions-common:apt_get_update:1197     :   [[ 1000 = \0 ]]
2022-02-14 22:53:34.570 | ++ functions-common:apt_get_update:1200     :   time_start apt-get-update
2022-02-14 22:53:34.572 | ++ functions-common:time_start:2411         :   local name=apt-get-update
2022-02-14 22:53:34.575 | ++ functions-common:time_start:2412         :   local start_time=
2022-02-14 22:53:34.577 | ++ functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 22:53:34.580 | +++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 22:53:34.583 | ++ functions-common:time_start:2416         :   _TIME_START[$name]=1644879214581
2022-02-14 22:53:34.585 | ++ functions-common:apt_get_update:1202     :   local 'proxies=http_proxy= https_proxy= no_proxy= '
2022-02-14 22:53:34.587 | ++ functions-common:apt_get_update:1203     :   local 'update_cmd=sudo http_proxy= https_proxy= no_proxy=  apt-get update'
2022-02-14 22:53:34.590 | ++ functions-common:apt_get_update:1204     :   timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy=  apt-get update; do sleep 30; done'
2022-02-14 22:53:34.803 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
2022-02-14 22:53:34.968 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease
2022-02-14 22:53:35.109 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease
2022-02-14 22:53:35.235 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease
2022-02-14 22:53:37.100 | Reading package lists...
2022-02-14 22:53:37.131 | ++ functions-common:apt_get_update:1208     :   REPOS_UPDATED=True
2022-02-14 22:53:37.133 | ++ functions-common:apt_get_update:1210     :   time_stop apt-get-update
2022-02-14 22:53:37.136 | ++ functions-common:time_stop:2425          :   local name
2022-02-14 22:53:37.138 | ++ functions-common:time_stop:2426          :   local end_time
2022-02-14 22:53:37.140 | ++ functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:53:37.142 | ++ functions-common:time_stop:2428          :   local total
2022-02-14 22:53:37.144 | ++ functions-common:time_stop:2429          :   local start_time
2022-02-14 22:53:37.146 | ++ functions-common:time_stop:2431          :   name=apt-get-update
2022-02-14 22:53:37.148 | ++ functions-common:time_stop:2432          :   start_time=1644879214581
2022-02-14 22:53:37.150 | ++ functions-common:time_stop:2434          :   [[ -z 1644879214581 ]]
2022-02-14 22:53:37.152 | +++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:53:37.156 | ++ functions-common:time_stop:2437          :   end_time=1644879217154
2022-02-14 22:53:37.158 | ++ functions-common:time_stop:2438          :   elapsed_time=2573
2022-02-14 22:53:37.160 | ++ functions-common:time_stop:2439          :   total=0
2022-02-14 22:53:37.163 | ++ functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:53:37.165 | ++ functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=2573
2022-02-14 22:53:37.167 | ++ functions-common:install_package:1464    :   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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools
2022-02-14 22:53:37.170 | ++ functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 22:53:37.172 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:53:37.174 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:53:37.176 | ++ functions-common:real_install_package:1450 :   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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools
2022-02-14 22:53:37.198 | ++ functions-common:apt_get:1230            :   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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools
2022-02-14 22:53:37.305 | Reading package lists...
2022-02-14 22:53:37.544 | Building dependency tree...
2022-02-14 22:53:37.545 | Reading state information...
2022-02-14 22:53:37.825 | bc is already the newest version (1.07.1-2build1).
2022-02-14 22:53:37.825 | bc set to manually installed.
2022-02-14 22:53:37.825 | bsdmainutils is already the newest version (11.1.2ubuntu3).
2022-02-14 22:53:37.825 | bsdmainutils set to manually installed.
2022-02-14 22:53:37.825 | gawk is already the newest version (1:5.0.1+dfsg-1).
2022-02-14 22:53:37.825 | gawk set to manually installed.
2022-02-14 22:53:37.825 | gcc is already the newest version (4:9.3.0-1ubuntu2).
2022-02-14 22:53:37.825 | iptables is already the newest version (1.8.4-3ubuntu2).
2022-02-14 22:53:37.825 | iptables set to manually installed.
2022-02-14 22:53:37.825 | iputils-ping is already the newest version (3:20190709-3).
2022-02-14 22:53:37.825 | kpartx is already the newest version (0.8.3-1ubuntu2).
2022-02-14 22:53:37.825 | kpartx set to manually installed.
2022-02-14 22:53:37.825 | libpcre3-dev is already the newest version (2:8.39-12build1).
2022-02-14 22:53:37.825 | lvm2 is already the newest version (2.03.07-1ubuntu1).
2022-02-14 22:53:37.825 | psmisc is already the newest version (23.3-1).
2022-02-14 22:53:37.825 | psmisc set to manually installed.
2022-02-14 22:53:37.825 | python3-dev is already the newest version (3.8.2-0ubuntu2).
2022-02-14 22:53:37.826 | python3-systemd is already the newest version (234-3build2).
2022-02-14 22:53:37.826 | python3-systemd set to manually installed.
2022-02-14 22:53:37.826 | tcpdump is already the newest version (4.9.3-4).
2022-02-14 22:53:37.826 | tcpdump set to manually installed.
2022-02-14 22:53:37.826 | thin-provisioning-tools is already the newest version (0.8.5-4build1).
2022-02-14 22:53:37.826 | thin-provisioning-tools set to manually installed.
2022-02-14 22:53:37.826 | git is already the newest version (1:2.25.1-1ubuntu3.2).
2022-02-14 22:53:37.826 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1).
2022-02-14 22:53:37.826 | lsof set to manually installed.
2022-02-14 22:53:37.826 | parted is already the newest version (3.3-4ubuntu0.20.04.1).
2022-02-14 22:53:37.826 | parted set to manually installed.
2022-02-14 22:53:37.826 | sudo is already the newest version (1.8.31-1ubuntu1.2).
2022-02-14 22:53:37.826 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1).
2022-02-14 22:53:37.826 | tar set to manually installed.
2022-02-14 22:53:37.826 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2).
2022-02-14 22:53:37.826 | zlib1g-dev set to manually installed.
2022-02-14 22:53:37.826 | The following packages were automatically installed and are no longer required:
2022-02-14 22:53:37.826 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2022-02-14 22:53:37.826 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2022-02-14 22:53:37.826 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2022-02-14 22:53:37.826 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2022-02-14 22:53:37.826 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 22:53:37.826 |   python3-zope.interface
2022-02-14 22:53:37.827 | Use 'sudo apt autoremove' to remove them.
2022-02-14 22:53:37.827 | The following additional packages will be installed:
2022-02-14 22:53:37.827 |   apache2-bin apache2-data apache2-utils autoconf automake autopoint
2022-02-14 22:53:37.827 |   autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper
2022-02-14 22:53:37.827 |   dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot
2022-02-14 22:53:37.827 |   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9
2022-02-14 22:53:37.827 |   ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common
2022-02-14 22:53:37.827 |   krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl
2022-02-14 22:53:37.827 |   libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1
2022-02-14 22:53:37.827 |   libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev
2022-02-14 22:53:37.827 |   libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl
2022-02-14 22:53:37.827 |   libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5
2022-02-14 22:53:37.827 |   libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3
2022-02-14 22:53:37.827 |   libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl libfakeroot
2022-02-14 22:53:37.827 |   libfile-fcntllock-perl libfile-stripnondeterminism-perl libfontconfig1
2022-02-14 22:53:37.827 |   libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6
2022-02-14 22:53:37.827 |   libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev libicu66 libidn11
2022-02-14 22:53:37.827 |   libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev
2022-02-14 22:53:37.827 |   libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11
2022-02-14 22:53:37.827 |   libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10
2022-02-14 22:53:37.827 |   libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21
2022-02-14 22:53:37.827 |   libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200
2022-02-14 22:53:37.827 |   libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd libnss3
2022-02-14 22:53:37.828 |   libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd
2022-02-14 22:53:37.828 |   libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4
2022-02-14 22:53:37.828 |   libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3
2022-02-14 22:53:37.828 |   libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2
2022-02-14 22:53:37.828 |   librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6
2022-02-14 22:53:37.828 |   libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl
2022-02-14 22:53:37.828 |   libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5
2022-02-14 22:53:37.828 |   libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0
2022-02-14 22:53:37.828 |   libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev
2022-02-14 22:53:37.828 |   llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 make mysql-common
2022-02-14 22:53:37.828 |   openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12
2022-02-14 22:53:37.828 |   postgresql-client-common postgresql-common postgresql-server-dev-12
2022-02-14 22:53:37.828 |   python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml
2022-02-14 22:53:37.828 |   python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv
2022-02-14 22:53:37.828 |   systemd-timesyncd uuid-dev vbetool x11-common
2022-02-14 22:53:37.830 | Suggested packages:
2022-02-14 22:53:37.830 |   apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser
2022-02-14 22:53:37.830 |   autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables
2022-02-14 22:53:37.830 |   dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim
2022-02-14 22:53:37.830 |   cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc
2022-02-14 22:53:37.830 |   vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libgd-tools
2022-02-14 22:53:37.830 |   krb5-user icu-doc libtool-doc ncurses-doc libomp-10-doc postgresql-doc-12
2022-02-14 22:53:37.830 |   lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc libstdc++-9-doc
2022-02-14 22:53:37.830 |   gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-10-doc m4-doc
2022-02-14 22:53:37.830 |   make-doc libanyevent-perl libcache-memcached-perl libmemcached
2022-02-14 22:53:37.830 |   libterm-readkey-perl libyaml-perl keychain libpam-ssh monkeysphere
2022-02-14 22:53:37.830 |   ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils
2022-02-14 22:53:37.830 |   wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl
2022-02-14 22:53:37.830 |   default-mysql-server | virtual-mysql-server python3-mysqldb-dbg
2022-02-14 22:53:37.830 |   python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx
2022-02-14 22:53:37.830 |   | mailx sqlite3-doc openssl-blacklist systemd-container zip
2022-02-14 22:53:38.070 | The following NEW packages will be installed:
2022-02-14 22:53:38.071 |   acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf
2022-02-14 22:53:38.071 |   automake autopoint autotools-dev binfmt-support build-essential clang-10
2022-02-14 22:53:38.071 |   comerr-dev conntrack conntrackd debhelper dh-autoreconf
2022-02-14 22:53:38.071 |   dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev
2022-02-14 22:53:38.071 |   dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core
2022-02-14 22:53:38.071 |   fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy
2022-02-14 22:53:38.071 |   ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm
2022-02-14 22:53:38.071 |   javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6
2022-02-14 22:53:38.071 |   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
2022-02-14 22:53:38.071 |   libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1
2022-02-14 22:53:38.071 |   libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap
2022-02-14 22:53:38.071 |   libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0
2022-02-14 22:53:38.071 |   libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6
2022-02-14 22:53:38.071 |   libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1
2022-02-14 22:53:38.071 |   libdebhelper-perl libdpkg-perl libfakeroot libffi-dev libfile-fcntllock-perl
2022-02-14 22:53:38.071 |   libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3
2022-02-14 22:53:38.071 |   libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2
2022-02-14 22:53:38.071 |   libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7
2022-02-14 22:53:38.071 |   libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8
2022-02-14 22:53:38.071 |   libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter
2022-02-14 22:53:38.071 |   libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1
2022-02-14 22:53:38.071 |   libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0
2022-02-14 22:53:38.071 |   libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0
2022-02-14 22:53:38.071 |   libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4
2022-02-14 22:53:38.071 |   libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0
2022-02-14 22:53:38.071 |   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2
2022-02-14 22:53:38.071 |   libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2
2022-02-14 22:53:38.071 |   libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1
2022-02-14 22:53:38.072 |   librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5
2022-02-14 22:53:38.072 |   libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev
2022-02-14 22:53:38.072 |   libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data
2022-02-14 22:53:38.072 |   libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7
2022-02-14 22:53:38.072 |   libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1
2022-02-14 22:53:38.072 |   libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev
2022-02-14 22:53:38.072 |   llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp
2022-02-14 22:53:38.072 |   pcp-conf pkg-config pm-utils po-debconf postgresql-client-12
2022-02-14 22:53:38.072 |   postgresql-client-common postgresql-common postgresql-server-dev-12
2022-02-14 22:53:38.072 |   postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp
2022-02-14 22:53:38.072 |   python3-pip python3-pygments python3-venv python3-wheel python3-yaml
2022-02-14 22:53:38.072 |   python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert
2022-02-14 22:53:38.072 |   unzip uuid-dev vbetool vlan x11-common
2022-02-14 22:53:38.072 | The following packages will be upgraded:
2022-02-14 22:53:38.073 |   curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1
2022-02-14 22:53:38.073 |   libsystemd0 libuuid1 libxml2 open-iscsi openssh-client openssh-server
2022-02-14 22:53:38.073 |   openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd
2022-02-14 22:53:38.074 |   uuid-runtime wget
2022-02-14 22:53:38.365 | 20 upgraded, 217 newly installed, 0 to remove and 115 not upgraded.
2022-02-14 22:53:38.365 | Need to get 164 MB of archives.
2022-02-14 22:53:38.365 | After this operation, 767 MB of additional disk space will be used.
2022-02-14 22:53:38.365 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.15 [95.8 kB]
2022-02-14 22:53:39.052 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB]
2022-02-14 22:53:39.209 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB]
2022-02-14 22:53:39.347 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB]
2022-02-14 22:53:39.833 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.15 [3,811 kB]
2022-02-14 22:53:51.605 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB]
2022-02-14 22:53:51.804 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB]
2022-02-14 22:53:51.817 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB]
2022-02-14 22:53:51.840 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB]
2022-02-14 22:53:51.897 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1,322 kB]
2022-02-14 22:53:52.479 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB]
2022-02-14 22:53:52.506 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB]
2022-02-14 22:53:52.510 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB]
2022-02-14 22:53:52.557 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B]
2022-02-14 22:53:52.561 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB]
2022-02-14 22:53:52.608 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB]
2022-02-14 22:53:52.672 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB]
2022-02-14 22:53:52.680 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB]
2022-02-14 22:53:52.707 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB]
2022-02-14 22:53:54.376 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB]
2022-02-14 22:53:54.502 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.9 [1,180 kB]
2022-02-14 22:53:54.570 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.9 [159 kB]
2022-02-14 22:53:54.685 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.9 [84.3 kB]
2022-02-14 22:53:54.687 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.9 [95.5 kB]
2022-02-14 22:53:54.714 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB]
2022-02-14 22:53:54.716 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB]
2022-02-14 22:53:55.084 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB]
2022-02-14 22:53:55.132 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB]
2022-02-14 22:53:55.133 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B]
2022-02-14 22:53:55.133 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 [1,292 kB]
2022-02-14 22:53:55.307 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B]
2022-02-14 22:53:55.307 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB]
2022-02-14 22:53:55.308 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB]
2022-02-14 22:53:55.346 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB]
2022-02-14 22:53:55.579 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.1 [360 kB]
2022-02-14 22:53:55.865 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB]
2022-02-14 22:53:55.868 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB]
2022-02-14 22:53:55.874 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB]
2022-02-14 22:53:55.887 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB]
2022-02-14 22:53:55.895 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.4 [51.5 kB]
2022-02-14 22:53:55.897 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.4 [377 kB]
2022-02-14 22:53:55.904 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB]
2022-02-14 22:53:56.021 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB]
2022-02-14 22:53:56.060 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB]
2022-02-14 22:53:56.065 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
2022-02-14 22:53:56.133 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
2022-02-14 22:53:56.157 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
2022-02-14 22:53:56.313 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
2022-02-14 22:53:56.321 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
2022-02-14 22:53:56.630 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB]
2022-02-14 22:54:00.315 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB]
2022-02-14 22:54:02.800 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB]
2022-02-14 22:54:03.457 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB]
2022-02-14 22:54:03.458 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB]
2022-02-14 22:54:03.460 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB]
2022-02-14 22:54:03.466 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB]
2022-02-14 22:54:04.428 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB]
2022-02-14 22:54:04.430 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB]
2022-02-14 22:54:04.640 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB]
2022-02-14 22:54:05.849 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB]
2022-02-14 22:54:07.877 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB]
2022-02-14 22:54:07.882 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
2022-02-14 22:54:07.885 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
2022-02-14 22:54:07.886 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
2022-02-14 22:54:07.887 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
2022-02-14 22:54:07.889 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B]
2022-02-14 22:54:07.889 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
2022-02-14 22:54:07.890 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B]
2022-02-14 22:54:07.891 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
2022-02-14 22:54:08.010 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
2022-02-14 22:54:08.162 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
2022-02-14 22:54:08.251 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
2022-02-14 22:54:08.280 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
2022-02-14 22:54:08.282 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
2022-02-14 22:54:08.841 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
2022-02-14 22:54:08.841 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
2022-02-14 22:54:08.861 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
2022-02-14 22:54:08.971 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB]
2022-02-14 22:54:08.972 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B]
2022-02-14 22:54:08.973 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB]
2022-02-14 22:54:08.974 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB]
2022-02-14 22:54:08.988 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB]
2022-02-14 22:54:08.995 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB]
2022-02-14 22:54:09.087 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.9 [179 kB]
2022-02-14 22:54:09.251 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB]
2022-02-14 22:54:09.253 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB]
2022-02-14 22:54:11.360 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B]
2022-02-14 22:54:11.360 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B]
2022-02-14 22:54:11.361 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB]
2022-02-14 22:54:11.362 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B]
2022-02-14 22:54:11.363 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB]
2022-02-14 22:54:11.363 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB]
2022-02-14 22:54:11.366 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B]
2022-02-14 22:54:11.366 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
2022-02-14 22:54:11.367 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB]
2022-02-14 22:54:11.493 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB]
2022-02-14 22:54:11.495 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB]
2022-02-14 22:54:11.510 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
2022-02-14 22:54:11.625 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
2022-02-14 22:54:11.637 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB]
2022-02-14 22:54:11.965 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB]
2022-02-14 22:54:12.425 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB]
2022-02-14 22:54:12.722 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB]
2022-02-14 22:54:12.999 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB]
2022-02-14 22:54:13.158 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB]
2022-02-14 22:54:13.298 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB]
2022-02-14 22:54:13.306 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB]
2022-02-14 22:54:13.312 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB]
2022-02-14 22:54:13.324 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB]
2022-02-14 22:54:13.354 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B]
2022-02-14 22:54:13.354 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
2022-02-14 22:54:13.360 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB]
2022-02-14 22:54:13.396 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB]
2022-02-14 22:54:13.419 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
2022-02-14 22:54:13.430 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB]
2022-02-14 22:54:13.557 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB]
2022-02-14 22:54:13.569 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB]
2022-02-14 22:54:13.589 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB]
2022-02-14 22:54:13.590 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B]
2022-02-14 22:54:13.590 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
2022-02-14 22:54:13.592 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB]
2022-02-14 22:54:13.647 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB]
2022-02-14 22:54:13.654 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB]
2022-02-14 22:54:13.696 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB]
2022-02-14 22:54:13.707 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB]
2022-02-14 22:54:13.837 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB]
2022-02-14 22:54:13.839 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB]
2022-02-14 22:54:13.853 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB]
2022-02-14 22:54:13.857 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB]
2022-02-14 22:54:13.859 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB]
2022-02-14 22:54:13.861 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB]
2022-02-14 22:54:13.918 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB]
2022-02-14 22:54:13.933 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB]
2022-02-14 22:54:13.972 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB]
2022-02-14 22:54:13.973 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB]
2022-02-14 22:54:14.103 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB]
2022-02-14 22:54:14.105 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
2022-02-14 22:54:14.123 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB]
2022-02-14 22:54:14.127 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
2022-02-14 22:54:14.139 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB]
2022-02-14 22:54:14.192 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB]
2022-02-14 22:54:14.205 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB]
2022-02-14 22:54:14.209 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB]
2022-02-14 22:54:14.239 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB]
2022-02-14 22:54:14.256 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB]
2022-02-14 22:54:14.372 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B]
2022-02-14 22:54:14.373 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB]
2022-02-14 22:54:14.377 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB]
2022-02-14 22:54:14.380 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB]
2022-02-14 22:54:14.385 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB]
2022-02-14 22:54:14.388 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB]
2022-02-14 22:54:14.391 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB]
2022-02-14 22:54:14.401 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
2022-02-14 22:54:14.504 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
2022-02-14 22:54:14.505 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
2022-02-14 22:54:14.538 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B]
2022-02-14 22:54:14.539 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB]
2022-02-14 22:54:14.560 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB]
2022-02-14 22:54:14.582 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
2022-02-14 22:54:14.585 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB]
2022-02-14 22:54:14.589 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB]
2022-02-14 22:54:16.134 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB]
2022-02-14 22:54:16.135 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB]
2022-02-14 22:54:16.136 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB]
2022-02-14 22:54:16.138 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB]
2022-02-14 22:54:16.150 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B]
2022-02-14 22:54:16.150 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B]
2022-02-14 22:54:16.151 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB]
2022-02-14 22:54:16.316 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B]
2022-02-14 22:54:16.317 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB]
2022-02-14 22:54:16.323 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
2022-02-14 22:54:16.327 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
2022-02-14 22:54:16.400 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
2022-02-14 22:54:16.402 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB]
2022-02-14 22:54:16.431 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB]
2022-02-14 22:54:16.440 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB]
2022-02-14 22:54:16.658 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB]
2022-02-14 22:54:16.706 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB]
2022-02-14 22:54:16.708 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB]
2022-02-14 22:54:16.709 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB]
2022-02-14 22:54:16.756 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB]
2022-02-14 22:54:16.758 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB]
2022-02-14 22:54:16.778 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.9-0ubuntu0.20.04.1 [117 kB]
2022-02-14 22:54:16.781 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.9-0ubuntu0.20.04.1 [136 kB]
2022-02-14 22:54:16.784 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.2 [3,212 kB]
2022-02-14 22:54:17.472 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.2 [1,623 kB]
2022-02-14 22:54:17.606 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB]
2022-02-14 22:54:17.611 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB]
2022-02-14 22:54:17.947 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.15 [246 kB]
2022-02-14 22:54:17.952 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B]
2022-02-14 22:54:17.952 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB]
2022-02-14 22:54:18.042 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB]
2022-02-14 22:54:18.135 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB]
2022-02-14 22:54:18.139 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB]
2022-02-14 22:54:18.166 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB]
2022-02-14 22:54:18.171 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB]
2022-02-14 22:54:19.233 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB]
2022-02-14 22:54:19.256 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB]
2022-02-14 22:54:19.357 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB]
2022-02-14 22:54:19.404 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB]
2022-02-14 22:54:20.588 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB]
2022-02-14 22:54:20.588 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB]
2022-02-14 22:54:25.080 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB]
2022-02-14 22:54:25.481 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
2022-02-14 22:54:25.548 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB]
2022-02-14 22:54:25.661 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB]
2022-02-14 22:54:25.704 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.9-0ubuntu0.20.04.1 [1,047 kB]
2022-02-14 22:54:26.101 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB]
2022-02-14 22:54:26.102 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB]
2022-02-14 22:54:26.125 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.9-0ubuntu0.20.04.1 [921 kB]
2022-02-14 22:54:26.225 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B]
2022-02-14 22:54:26.226 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB]
2022-02-14 22:54:26.391 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB]
2022-02-14 22:54:26.395 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB]
2022-02-14 22:54:26.396 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB]
2022-02-14 22:54:26.417 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.2 [5,444 B]
2022-02-14 22:54:26.418 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B]
2022-02-14 22:54:26.420 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.19 [54.9 kB]
2022-02-14 22:54:26.425 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.19 [970 kB]
2022-02-14 22:54:26.510 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB]
2022-02-14 22:54:26.523 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB]
2022-02-14 22:54:26.739 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
2022-02-14 22:54:26.742 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB]
2022-02-14 22:54:26.743 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB]
2022-02-14 22:54:26.771 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB]
2022-02-14 22:54:26.833 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.9 [1,180 B]
2022-02-14 22:54:26.833 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB]
2022-02-14 22:54:26.834 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB]
2022-02-14 22:54:26.835 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB]
2022-02-14 22:54:26.835 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB]
2022-02-14 22:54:26.885 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB]
2022-02-14 22:54:26.886 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB]
2022-02-14 22:54:26.898 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB]
2022-02-14 22:54:27.017 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB]
2022-02-14 22:54:27.024 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB]
2022-02-14 22:54:27.284 | Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB]
2022-02-14 22:54:27.315 | Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB]
2022-02-14 22:54:28.843 | Preconfiguring packages ...
2022-02-14 22:54:28.994 | Fetched 164 MB in 49s (3,324 kB/s)
2022-02-14 22:54:29.061 | (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 ... 67325 files and directories currently installed.)
2022-02-14 22:54:29.063 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.15_amd64.deb ...
2022-02-14 22:54:29.083 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ...
2022-02-14 22:54:29.153 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ...
2022-02-14 22:54:29.168 | Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ...
2022-02-14 22:54:29.600 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ...
2022-02-14 22:54:29.607 | Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ...
2022-02-14 22:54:29.655 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ...
2022-02-14 22:54:29.668 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ...
2022-02-14 22:54:29.757 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.15_amd64.deb ...
2022-02-14 22:54:29.933 | Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ...
2022-02-14 22:54:30.808 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.15_amd64.deb ...
2022-02-14 22:54:30.822 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ...
2022-02-14 22:54:30.914 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ...
2022-02-14 22:54:31.005 | (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.)
2022-02-14 22:54:31.007 | Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ...
2022-02-14 22:54:31.026 | Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ...
2022-02-14 22:54:31.090 | Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ...
2022-02-14 22:54:31.183 | (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.)
2022-02-14 22:54:31.186 | Preparing to unpack .../000-uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb ...
2022-02-14 22:54:31.197 | Unpacking uuid-runtime (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ...
2022-02-14 22:54:31.245 | Selecting previously unselected package libapr1:amd64.
2022-02-14 22:54:31.252 | Preparing to unpack .../001-libapr1_1.6.5-1ubuntu1_amd64.deb ...
2022-02-14 22:54:31.255 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ...
2022-02-14 22:54:31.315 | Preparing to unpack .../002-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ...
2022-02-14 22:54:31.332 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ...
2022-02-14 22:54:31.561 | Selecting previously unselected package libaprutil1:amd64.
2022-02-14 22:54:31.567 | Preparing to unpack .../003-libaprutil1_1.6.1-4ubuntu2_amd64.deb ...
2022-02-14 22:54:31.569 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ...
2022-02-14 22:54:31.608 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
2022-02-14 22:54:31.616 | Preparing to unpack .../004-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ...
2022-02-14 22:54:31.618 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ...
2022-02-14 22:54:31.660 | Preparing to unpack .../005-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
2022-02-14 22:54:31.670 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ...
2022-02-14 22:54:31.734 | Selecting previously unselected package libaprutil1-ldap:amd64.
2022-02-14 22:54:31.742 | Preparing to unpack .../006-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ...
2022-02-14 22:54:31.744 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ...
2022-02-14 22:54:31.783 | Preparing to unpack .../007-curl_7.68.0-1ubuntu2.7_amd64.deb ...
2022-02-14 22:54:31.789 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ...
2022-02-14 22:54:31.849 | Preparing to unpack .../008-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ...
2022-02-14 22:54:31.856 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ...
2022-02-14 22:54:31.923 | Selecting previously unselected package libjansson4:amd64.
2022-02-14 22:54:31.933 | Preparing to unpack .../009-libjansson4_2.12-1build1_amd64.deb ...
2022-02-14 22:54:31.936 | Unpacking libjansson4:amd64 (2.12-1build1) ...
2022-02-14 22:54:31.973 | Selecting previously unselected package liblua5.2-0:amd64.
2022-02-14 22:54:31.980 | Preparing to unpack .../010-liblua5.2-0_5.2.4-1.1build3_amd64.deb ...
2022-02-14 22:54:31.982 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ...
2022-02-14 22:54:32.037 | Preparing to unpack .../011-libicu66_66.1-2ubuntu2.1_amd64.deb ...
2022-02-14 22:54:32.058 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ...
2022-02-14 22:54:33.529 | Preparing to unpack .../012-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:54:33.537 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ...
2022-02-14 22:54:33.665 | Selecting previously unselected package apache2-bin.
2022-02-14 22:54:33.672 | Preparing to unpack .../013-apache2-bin_2.4.41-4ubuntu3.9_amd64.deb ...
2022-02-14 22:54:33.675 | Unpacking apache2-bin (2.4.41-4ubuntu3.9) ...
2022-02-14 22:54:33.912 | Selecting previously unselected package apache2-data.
2022-02-14 22:54:33.920 | Preparing to unpack .../014-apache2-data_2.4.41-4ubuntu3.9_all.deb ...
2022-02-14 22:54:33.922 | Unpacking apache2-data (2.4.41-4ubuntu3.9) ...
2022-02-14 22:54:34.039 | Selecting previously unselected package apache2-utils.
2022-02-14 22:54:34.047 | Preparing to unpack .../015-apache2-utils_2.4.41-4ubuntu3.9_amd64.deb ...
2022-02-14 22:54:34.050 | Unpacking apache2-utils (2.4.41-4ubuntu3.9) ...
2022-02-14 22:54:34.104 | Selecting previously unselected package apache2.
2022-02-14 22:54:34.111 | Preparing to unpack .../016-apache2_2.4.41-4ubuntu3.9_amd64.deb ...
2022-02-14 22:54:34.131 | Unpacking apache2 (2.4.41-4ubuntu3.9) ...
2022-02-14 22:54:34.198 | Selecting previously unselected package liblua5.3-0:amd64.
2022-02-14 22:54:34.206 | Preparing to unpack .../017-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ...
2022-02-14 22:54:34.208 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ...
2022-02-14 22:54:34.260 | Selecting previously unselected package haproxy.
2022-02-14 22:54:34.267 | Preparing to unpack .../018-haproxy_2.0.13-2ubuntu0.3_amd64.deb ...
2022-02-14 22:54:34.277 | Unpacking haproxy (2.0.13-2ubuntu0.3) ...
2022-02-14 22:54:34.500 | Selecting previously unselected package libnl-3-200:amd64.
2022-02-14 22:54:34.507 | Preparing to unpack .../019-libnl-3-200_3.4.0-1_amd64.deb ...
2022-02-14 22:54:34.510 | Unpacking libnl-3-200:amd64 (3.4.0-1) ...
2022-02-14 22:54:34.548 | Selecting previously unselected package libnl-genl-3-200:amd64.
2022-02-14 22:54:34.555 | Preparing to unpack .../020-libnl-genl-3-200_3.4.0-1_amd64.deb ...
2022-02-14 22:54:34.558 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ...
2022-02-14 22:54:34.589 | Selecting previously unselected package mysql-common.
2022-02-14 22:54:34.598 | Preparing to unpack .../021-mysql-common_5.8+1.0.5ubuntu2_all.deb ...
2022-02-14 22:54:34.616 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ...
2022-02-14 22:54:34.648 | Selecting previously unselected package libmysqlclient21:amd64.
2022-02-14 22:54:34.656 | Preparing to unpack .../022-libmysqlclient21_8.0.28-0ubuntu0.20.04.3_amd64.deb ...
2022-02-14 22:54:34.659 | Unpacking libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 22:54:34.900 | Selecting previously unselected package libsensors-config.
2022-02-14 22:54:34.908 | Preparing to unpack .../023-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ...
2022-02-14 22:54:34.911 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ...
2022-02-14 22:54:34.946 | Selecting previously unselected package libsensors5:amd64.
2022-02-14 22:54:34.953 | Preparing to unpack .../024-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ...
2022-02-14 22:54:35.031 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ...
2022-02-14 22:54:35.072 | Selecting previously unselected package libsnmp-base.
2022-02-14 22:54:35.079 | Preparing to unpack .../025-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ...
2022-02-14 22:54:35.082 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ...
2022-02-14 22:54:35.158 | Selecting previously unselected package libsnmp35:amd64.
2022-02-14 22:54:35.166 | Preparing to unpack .../026-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ...
2022-02-14 22:54:35.168 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ...
2022-02-14 22:54:35.344 | Selecting previously unselected package keepalived.
2022-02-14 22:54:35.355 | Preparing to unpack .../027-keepalived_1%3a2.0.19-2ubuntu0.1_amd64.deb ...
2022-02-14 22:54:35.358 | Unpacking keepalived (1:2.0.19-2ubuntu0.1) ...
2022-02-14 22:54:35.474 | Selecting previously unselected package memcached.
2022-02-14 22:54:35.482 | Preparing to unpack .../028-memcached_1.5.22-2ubuntu0.2_amd64.deb ...
2022-02-14 22:54:35.486 | Unpacking memcached (1.5.22-2ubuntu0.2) ...
2022-02-14 22:54:35.556 | Preparing to unpack .../029-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ...
2022-02-14 22:54:36.039 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ...
2022-02-14 22:54:36.142 | Preparing to unpack .../030-openssl_1.1.1f-1ubuntu2.10_amd64.deb ...
2022-02-14 22:54:36.151 | Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ...
2022-02-14 22:54:36.290 | Selecting previously unselected package python3-yaml.
2022-02-14 22:54:36.298 | Preparing to unpack .../031-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ...
2022-02-14 22:54:36.300 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ...
2022-02-14 22:54:36.356 | Preparing to unpack .../032-openssh-sftp-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ...
2022-02-14 22:54:36.364 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ...
2022-02-14 22:54:36.416 | Preparing to unpack .../033-openssh-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ...
2022-02-14 22:54:36.501 | Unpacking openssh-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ...
2022-02-14 22:54:36.969 | Preparing to unpack .../034-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ...
2022-02-14 22:54:36.996 | Unpacking openssh-client (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ...
2022-02-14 22:54:37.150 | Preparing to unpack .../035-wget_1.20.3-1ubuntu2_amd64.deb ...
2022-02-14 22:54:37.156 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ...
2022-02-14 22:54:37.233 | Selecting previously unselected package acl.
2022-02-14 22:54:37.244 | Preparing to unpack .../036-acl_2.2.53-6_amd64.deb ...
2022-02-14 22:54:37.248 | Unpacking acl (2.2.53-6) ...
2022-02-14 22:54:37.280 | Selecting previously unselected package autotools-dev.
2022-02-14 22:54:37.287 | Preparing to unpack .../037-autotools-dev_20180224.1_all.deb ...
2022-02-14 22:54:37.290 | Unpacking autotools-dev (20180224.1) ...
2022-02-14 22:54:37.333 | Selecting previously unselected package m4.
2022-02-14 22:54:37.340 | Preparing to unpack .../038-m4_1.4.18-4_amd64.deb ...
2022-02-14 22:54:37.343 | Unpacking m4 (1.4.18-4) ...
2022-02-14 22:54:37.403 | Selecting previously unselected package autoconf.
2022-02-14 22:54:37.410 | Preparing to unpack .../039-autoconf_2.69-11.1_all.deb ...
2022-02-14 22:54:37.414 | Unpacking autoconf (2.69-11.1) ...
2022-02-14 22:54:37.498 | Selecting previously unselected package automake.
2022-02-14 22:54:37.506 | Preparing to unpack .../040-automake_1%3a1.16.1-4ubuntu6_all.deb ...
2022-02-14 22:54:37.512 | Unpacking automake (1:1.16.1-4ubuntu6) ...
2022-02-14 22:54:37.631 | Selecting previously unselected package autopoint.
2022-02-14 22:54:37.639 | Preparing to unpack .../041-autopoint_0.19.8.1-10build1_all.deb ...
2022-02-14 22:54:37.641 | Unpacking autopoint (0.19.8.1-10build1) ...
2022-02-14 22:54:37.689 | Selecting previously unselected package libllvm10:amd64.
2022-02-14 22:54:37.697 | Preparing to unpack .../042-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:37.700 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:40.056 | Selecting previously unselected package libclang-cpp10.
2022-02-14 22:54:40.063 | Preparing to unpack .../043-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:40.068 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:41.556 | Selecting previously unselected package libstdc++-9-dev:amd64.
2022-02-14 22:54:41.563 | Preparing to unpack .../044-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
2022-02-14 22:54:41.566 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
2022-02-14 22:54:42.041 | Selecting previously unselected package libgc1c2:amd64.
2022-02-14 22:54:42.049 | Preparing to unpack .../045-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ...
2022-02-14 22:54:42.051 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ...
2022-02-14 22:54:42.094 | Selecting previously unselected package libobjc4:amd64.
2022-02-14 22:54:42.101 | Preparing to unpack .../046-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ...
2022-02-14 22:54:42.103 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ...
2022-02-14 22:54:42.136 | Selecting previously unselected package libobjc-9-dev:amd64.
2022-02-14 22:54:42.144 | Preparing to unpack .../047-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
2022-02-14 22:54:42.146 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
2022-02-14 22:54:42.227 | Selecting previously unselected package libc6-i386.
2022-02-14 22:54:42.235 | Preparing to unpack .../048-libc6-i386_2.31-0ubuntu9.2_amd64.deb ...
2022-02-14 22:54:42.238 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ...
2022-02-14 22:54:42.798 | Selecting previously unselected package lib32gcc-s1.
2022-02-14 22:54:42.806 | Preparing to unpack .../049-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ...
2022-02-14 22:54:42.808 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
2022-02-14 22:54:42.848 | Selecting previously unselected package lib32stdc++6.
2022-02-14 22:54:42.856 | Preparing to unpack .../050-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ...
2022-02-14 22:54:42.859 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ...
2022-02-14 22:54:42.977 | Selecting previously unselected package libclang-common-10-dev.
2022-02-14 22:54:42.988 | Preparing to unpack .../051-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:42.991 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:44.169 | Selecting previously unselected package libclang1-10.
2022-02-14 22:54:44.177 | Preparing to unpack .../052-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:44.179 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:45.340 | Selecting previously unselected package clang-10.
2022-02-14 22:54:45.347 | Preparing to unpack .../053-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:45.350 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:45.390 | Selecting previously unselected package libtool.
2022-02-14 22:54:45.399 | Preparing to unpack .../054-libtool_2.4.6-14_all.deb ...
2022-02-14 22:54:45.402 | Unpacking libtool (2.4.6-14) ...
2022-02-14 22:54:45.457 | Selecting previously unselected package dh-autoreconf.
2022-02-14 22:54:45.464 | Preparing to unpack .../055-dh-autoreconf_19_all.deb ...
2022-02-14 22:54:45.467 | Unpacking dh-autoreconf (19) ...
2022-02-14 22:54:45.500 | Selecting previously unselected package libdebhelper-perl.
2022-02-14 22:54:45.509 | Preparing to unpack .../056-libdebhelper-perl_12.10ubuntu1_all.deb ...
2022-02-14 22:54:45.514 | Unpacking libdebhelper-perl (12.10ubuntu1) ...
2022-02-14 22:54:45.577 | Selecting previously unselected package libarchive-zip-perl.
2022-02-14 22:54:45.584 | Preparing to unpack .../057-libarchive-zip-perl_1.67-2_all.deb ...
2022-02-14 22:54:45.586 | Unpacking libarchive-zip-perl (1.67-2) ...
2022-02-14 22:54:45.629 | Selecting previously unselected package libsub-override-perl.
2022-02-14 22:54:45.638 | Preparing to unpack .../058-libsub-override-perl_0.09-2_all.deb ...
2022-02-14 22:54:45.640 | Unpacking libsub-override-perl (0.09-2) ...
2022-02-14 22:54:45.668 | Selecting previously unselected package libfile-stripnondeterminism-perl.
2022-02-14 22:54:45.676 | Preparing to unpack .../059-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
2022-02-14 22:54:45.678 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
2022-02-14 22:54:45.709 | Selecting previously unselected package dh-strip-nondeterminism.
2022-02-14 22:54:45.719 | Preparing to unpack .../060-dh-strip-nondeterminism_1.7.0-1_all.deb ...
2022-02-14 22:54:45.722 | Unpacking dh-strip-nondeterminism (1.7.0-1) ...
2022-02-14 22:54:45.748 | Selecting previously unselected package libdpkg-perl.
2022-02-14 22:54:45.757 | Preparing to unpack .../061-libdpkg-perl_1.19.7ubuntu3_all.deb ...
2022-02-14 22:54:45.760 | Unpacking libdpkg-perl (1.19.7ubuntu3) ...
2022-02-14 22:54:45.856 | Selecting previously unselected package make.
2022-02-14 22:54:45.865 | Preparing to unpack .../062-make_4.2.1-1.2_amd64.deb ...
2022-02-14 22:54:45.867 | Unpacking make (4.2.1-1.2) ...
2022-02-14 22:54:45.926 | Selecting previously unselected package dpkg-dev.
2022-02-14 22:54:45.934 | Preparing to unpack .../063-dpkg-dev_1.19.7ubuntu3_all.deb ...
2022-02-14 22:54:45.937 | Unpacking dpkg-dev (1.19.7ubuntu3) ...
2022-02-14 22:54:46.084 | Selecting previously unselected package dwz.
2022-02-14 22:54:46.091 | Preparing to unpack .../064-dwz_0.13-5_amd64.deb ...
2022-02-14 22:54:46.095 | Unpacking dwz (0.13-5) ...
2022-02-14 22:54:46.152 | Selecting previously unselected package libcroco3:amd64.
2022-02-14 22:54:46.160 | Preparing to unpack .../065-libcroco3_0.6.13-1_amd64.deb ...
2022-02-14 22:54:46.163 | Unpacking libcroco3:amd64 (0.6.13-1) ...
2022-02-14 22:54:46.206 | Selecting previously unselected package gettext.
2022-02-14 22:54:46.214 | Preparing to unpack .../066-gettext_0.19.8.1-10build1_amd64.deb ...
2022-02-14 22:54:46.216 | Unpacking gettext (0.19.8.1-10build1) ...
2022-02-14 22:54:46.425 | Selecting previously unselected package intltool-debian.
2022-02-14 22:54:46.434 | Preparing to unpack .../067-intltool-debian_0.35.0+20060710.5_all.deb ...
2022-02-14 22:54:46.437 | Unpacking intltool-debian (0.35.0+20060710.5) ...
2022-02-14 22:54:46.471 | Selecting previously unselected package po-debconf.
2022-02-14 22:54:46.478 | Preparing to unpack .../068-po-debconf_1.0.21_all.deb ...
2022-02-14 22:54:46.481 | Unpacking po-debconf (1.0.21) ...
2022-02-14 22:54:46.581 | Selecting previously unselected package debhelper.
2022-02-14 22:54:46.591 | Preparing to unpack .../069-debhelper_12.10ubuntu1_all.deb ...
2022-02-14 22:54:46.595 | Unpacking debhelper (12.10ubuntu1) ...
2022-02-14 22:54:46.804 | Selecting previously unselected package uuid-dev:amd64.
2022-02-14 22:54:46.811 | Preparing to unpack .../070-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ...
2022-02-14 22:54:46.814 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ...
2022-02-14 22:54:46.864 | Selecting previously unselected package libsctp1:amd64.
2022-02-14 22:54:46.872 | Preparing to unpack .../071-libsctp1_1.0.18+dfsg-1_amd64.deb ...
2022-02-14 22:54:46.876 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ...
2022-02-14 22:54:46.911 | Selecting previously unselected package libsctp-dev:amd64.
2022-02-14 22:54:46.920 | Preparing to unpack .../072-libsctp-dev_1.0.18+dfsg-1_amd64.deb ...
2022-02-14 22:54:46.923 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ...
2022-02-14 22:54:46.968 | Selecting previously unselected package libapr1-dev.
2022-02-14 22:54:46.976 | Preparing to unpack .../073-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ...
2022-02-14 22:54:46.979 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ...
2022-02-14 22:54:47.281 | Selecting previously unselected package libldap2-dev:amd64.
2022-02-14 22:54:47.289 | Preparing to unpack .../074-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
2022-02-14 22:54:47.292 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
2022-02-14 22:54:47.421 | Selecting previously unselected package libaprutil1-dev.
2022-02-14 22:54:47.429 | Preparing to unpack .../075-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ...
2022-02-14 22:54:47.432 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ...
2022-02-14 22:54:47.677 | Selecting previously unselected package apache2-dev.
2022-02-14 22:54:47.686 | Preparing to unpack .../076-apache2-dev_2.4.41-4ubuntu3.9_amd64.deb ...
2022-02-14 22:54:47.688 | Unpacking apache2-dev (2.4.41-4ubuntu3.9) ...
2022-02-14 22:54:47.762 | Selecting previously unselected package binfmt-support.
2022-02-14 22:54:47.773 | Preparing to unpack .../077-binfmt-support_2.2.0-2_amd64.deb ...
2022-02-14 22:54:47.785 | Unpacking binfmt-support (2.2.0-2) ...
2022-02-14 22:54:47.824 | Selecting previously unselected package g++-9.
2022-02-14 22:54:47.833 | Preparing to unpack .../078-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
2022-02-14 22:54:47.836 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
2022-02-14 22:54:49.044 | Selecting previously unselected package g++.
2022-02-14 22:54:49.053 | Preparing to unpack .../079-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
2022-02-14 22:54:49.055 | Unpacking g++ (4:9.3.0-1ubuntu2) ...
2022-02-14 22:54:49.084 | Selecting previously unselected package build-essential.
2022-02-14 22:54:49.092 | Preparing to unpack .../080-build-essential_12.8ubuntu1.1_amd64.deb ...
2022-02-14 22:54:49.095 | Unpacking build-essential (12.8ubuntu1.1) ...
2022-02-14 22:54:49.138 | Selecting previously unselected package conntrack.
2022-02-14 22:54:49.146 | Preparing to unpack .../081-conntrack_1%3a1.4.5-2_amd64.deb ...
2022-02-14 22:54:49.149 | Unpacking conntrack (1:1.4.5-2) ...
2022-02-14 22:54:49.184 | Selecting previously unselected package libnetfilter-cthelper0:amd64.
2022-02-14 22:54:49.192 | Preparing to unpack .../082-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ...
2022-02-14 22:54:49.195 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ...
2022-02-14 22:54:49.228 | Selecting previously unselected package libnetfilter-queue1.
2022-02-14 22:54:49.236 | Preparing to unpack .../083-libnetfilter-queue1_1.0.3-1_amd64.deb ...
2022-02-14 22:54:49.240 | Unpacking libnetfilter-queue1 (1.0.3-1) ...
2022-02-14 22:54:49.274 | Selecting previously unselected package conntrackd.
2022-02-14 22:54:49.282 | Preparing to unpack .../084-conntrackd_1%3a1.4.5-2_amd64.deb ...
2022-02-14 22:54:49.285 | Unpacking conntrackd (1:1.4.5-2) ...
2022-02-14 22:54:49.334 | Selecting previously unselected package dns-root-data.
2022-02-14 22:54:49.342 | Preparing to unpack .../085-dns-root-data_2019052802_all.deb ...
2022-02-14 22:54:49.344 | Unpacking dns-root-data (2019052802) ...
2022-02-14 22:54:49.383 | Selecting previously unselected package libidn11:amd64.
2022-02-14 22:54:49.391 | Preparing to unpack .../086-libidn11_1.33-2.2ubuntu2_amd64.deb ...
2022-02-14 22:54:49.394 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
2022-02-14 22:54:49.436 | Selecting previously unselected package dnsmasq-base.
2022-02-14 22:54:49.445 | Preparing to unpack .../087-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ...
2022-02-14 22:54:49.448 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ...
2022-02-14 22:54:49.517 | Selecting previously unselected package dnsmasq-utils.
2022-02-14 22:54:49.525 | Preparing to unpack .../088-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ...
2022-02-14 22:54:49.528 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ...
2022-02-14 22:54:49.562 | Selecting previously unselected package ebtables.
2022-02-14 22:54:49.570 | Preparing to unpack .../089-ebtables_2.0.11-3build1_amd64.deb ...
2022-02-14 22:54:49.585 | Unpacking ebtables (2.0.11-3build1) ...
2022-02-14 22:54:49.635 | Selecting previously unselected package libfakeroot:amd64.
2022-02-14 22:54:49.643 | Preparing to unpack .../090-libfakeroot_1.24-1_amd64.deb ...
2022-02-14 22:54:49.646 | Unpacking libfakeroot:amd64 (1.24-1) ...
2022-02-14 22:54:49.688 | Selecting previously unselected package fakeroot.
2022-02-14 22:54:49.699 | Preparing to unpack .../091-fakeroot_1.24-1_amd64.deb ...
2022-02-14 22:54:49.702 | Unpacking fakeroot (1.24-1) ...
2022-02-14 22:54:49.743 | Selecting previously unselected package fonts-dejavu-core.
2022-02-14 22:54:49.751 | Preparing to unpack .../092-fonts-dejavu-core_2.37-1_all.deb ...
2022-02-14 22:54:49.754 | Unpacking fonts-dejavu-core (2.37-1) ...
2022-02-14 22:54:49.953 | Selecting previously unselected package fonts-liberation.
2022-02-14 22:54:49.961 | Preparing to unpack .../093-fonts-liberation_1%3a1.07.4-11_all.deb ...
2022-02-14 22:54:49.964 | Unpacking fonts-liberation (1:1.07.4-11) ...
2022-02-14 22:54:50.104 | Selecting previously unselected package fontconfig-config.
2022-02-14 22:54:50.113 | Preparing to unpack .../094-fontconfig-config_2.13.1-2ubuntu3_all.deb ...
2022-02-14 22:54:50.115 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ...
2022-02-14 22:54:50.155 | Selecting previously unselected package libfontconfig1:amd64.
2022-02-14 22:54:50.163 | Preparing to unpack .../095-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ...
2022-02-14 22:54:50.166 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
2022-02-14 22:54:50.211 | Selecting previously unselected package fontconfig.
2022-02-14 22:54:50.219 | Preparing to unpack .../096-fontconfig_2.13.1-2ubuntu3_amd64.deb ...
2022-02-14 22:54:50.222 | Unpacking fontconfig (2.13.1-2ubuntu3) ...
2022-02-14 22:54:50.271 | Selecting previously unselected package genisoimage.
2022-02-14 22:54:50.279 | Preparing to unpack .../097-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ...
2022-02-14 22:54:50.287 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ...
2022-02-14 22:54:50.381 | Selecting previously unselected package libann0.
2022-02-14 22:54:50.391 | Preparing to unpack .../098-libann0_1.1.2+doc-7build1_amd64.deb ...
2022-02-14 22:54:50.394 | Unpacking libann0 (1.1.2+doc-7build1) ...
2022-02-14 22:54:50.430 | Selecting previously unselected package libcdt5:amd64.
2022-02-14 22:54:50.439 | Preparing to unpack .../099-libcdt5_2.42.2-3build2_amd64.deb ...
2022-02-14 22:54:50.442 | Unpacking libcdt5:amd64 (2.42.2-3build2) ...
2022-02-14 22:54:50.476 | Selecting previously unselected package libcgraph6:amd64.
2022-02-14 22:54:50.484 | Preparing to unpack .../100-libcgraph6_2.42.2-3build2_amd64.deb ...
2022-02-14 22:54:50.488 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ...
2022-02-14 22:54:50.527 | Selecting previously unselected package libjpeg-turbo8:amd64.
2022-02-14 22:54:50.536 | Preparing to unpack .../101-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ...
2022-02-14 22:54:50.539 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ...
2022-02-14 22:54:50.592 | Selecting previously unselected package libjpeg8:amd64.
2022-02-14 22:54:50.600 | Preparing to unpack .../102-libjpeg8_8c-2ubuntu8_amd64.deb ...
2022-02-14 22:54:50.603 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
2022-02-14 22:54:50.641 | Selecting previously unselected package libjbig0:amd64.
2022-02-14 22:54:50.649 | Preparing to unpack .../103-libjbig0_2.1-3.1build1_amd64.deb ...
2022-02-14 22:54:50.652 | Unpacking libjbig0:amd64 (2.1-3.1build1) ...
2022-02-14 22:54:50.697 | Selecting previously unselected package libwebp6:amd64.
2022-02-14 22:54:50.705 | Preparing to unpack .../104-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:54:50.710 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ...
2022-02-14 22:54:50.771 | Selecting previously unselected package libtiff5:amd64.
2022-02-14 22:54:50.779 | Preparing to unpack .../105-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ...
2022-02-14 22:54:50.782 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ...
2022-02-14 22:54:50.836 | Selecting previously unselected package libxpm4:amd64.
2022-02-14 22:54:50.844 | Preparing to unpack .../106-libxpm4_1%3a3.5.12-1_amd64.deb ...
2022-02-14 22:54:50.846 | Unpacking libxpm4:amd64 (1:3.5.12-1) ...
2022-02-14 22:54:50.891 | Selecting previously unselected package libgd3:amd64.
2022-02-14 22:54:50.900 | Preparing to unpack .../107-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ...
2022-02-14 22:54:50.902 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ...
2022-02-14 22:54:50.958 | Selecting previously unselected package libgts-0.7-5:amd64.
2022-02-14 22:54:50.967 | Preparing to unpack .../108-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
2022-02-14 22:54:50.970 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
2022-02-14 22:54:51.032 | Selecting previously unselected package libpixman-1-0:amd64.
2022-02-14 22:54:51.040 | Preparing to unpack .../109-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ...
2022-02-14 22:54:51.043 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ...
2022-02-14 22:54:51.107 | Selecting previously unselected package libxcb-render0:amd64.
2022-02-14 22:54:51.117 | Preparing to unpack .../110-libxcb-render0_1.14-2_amd64.deb ...
2022-02-14 22:54:51.119 | Unpacking libxcb-render0:amd64 (1.14-2) ...
2022-02-14 22:54:51.154 | Selecting previously unselected package libxcb-shm0:amd64.
2022-02-14 22:54:51.162 | Preparing to unpack .../111-libxcb-shm0_1.14-2_amd64.deb ...
2022-02-14 22:54:51.164 | Unpacking libxcb-shm0:amd64 (1.14-2) ...
2022-02-14 22:54:51.195 | Selecting previously unselected package libxrender1:amd64.
2022-02-14 22:54:51.205 | Preparing to unpack .../112-libxrender1_1%3a0.9.10-1_amd64.deb ...
2022-02-14 22:54:51.208 | Unpacking libxrender1:amd64 (1:0.9.10-1) ...
2022-02-14 22:54:51.243 | Selecting previously unselected package libcairo2:amd64.
2022-02-14 22:54:51.251 | Preparing to unpack .../113-libcairo2_1.16.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:51.253 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ...
2022-02-14 22:54:51.358 | Selecting previously unselected package libgraphite2-3:amd64.
2022-02-14 22:54:51.366 | Preparing to unpack .../114-libgraphite2-3_1.3.13-11build1_amd64.deb ...
2022-02-14 22:54:51.369 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ...
2022-02-14 22:54:51.414 | Selecting previously unselected package libharfbuzz0b:amd64.
2022-02-14 22:54:51.423 | Preparing to unpack .../115-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ...
2022-02-14 22:54:51.425 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ...
2022-02-14 22:54:51.518 | Selecting previously unselected package libthai-data.
2022-02-14 22:54:51.526 | Preparing to unpack .../116-libthai-data_0.1.28-3_all.deb ...
2022-02-14 22:54:51.530 | Unpacking libthai-data (0.1.28-3) ...
2022-02-14 22:54:51.584 | Selecting previously unselected package libdatrie1:amd64.
2022-02-14 22:54:51.592 | Preparing to unpack .../117-libdatrie1_0.2.12-3_amd64.deb ...
2022-02-14 22:54:51.594 | Unpacking libdatrie1:amd64 (0.2.12-3) ...
2022-02-14 22:54:51.630 | Selecting previously unselected package libthai0:amd64.
2022-02-14 22:54:51.638 | Preparing to unpack .../118-libthai0_0.1.28-3_amd64.deb ...
2022-02-14 22:54:51.640 | Unpacking libthai0:amd64 (0.1.28-3) ...
2022-02-14 22:54:51.676 | Selecting previously unselected package libpango-1.0-0:amd64.
2022-02-14 22:54:51.685 | Preparing to unpack .../119-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
2022-02-14 22:54:51.688 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2022-02-14 22:54:51.744 | Selecting previously unselected package libpangoft2-1.0-0:amd64.
2022-02-14 22:54:51.752 | Preparing to unpack .../120-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
2022-02-14 22:54:51.756 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2022-02-14 22:54:51.797 | Selecting previously unselected package libpangocairo-1.0-0:amd64.
2022-02-14 22:54:51.806 | Preparing to unpack .../121-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
2022-02-14 22:54:51.809 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2022-02-14 22:54:51.856 | Selecting previously unselected package libpathplan4:amd64.
2022-02-14 22:54:51.864 | Preparing to unpack .../122-libpathplan4_2.42.2-3build2_amd64.deb ...
2022-02-14 22:54:51.867 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ...
2022-02-14 22:54:51.905 | Selecting previously unselected package libgvc6.
2022-02-14 22:54:51.914 | Preparing to unpack .../123-libgvc6_2.42.2-3build2_amd64.deb ...
2022-02-14 22:54:51.916 | Unpacking libgvc6 (2.42.2-3build2) ...
2022-02-14 22:54:52.044 | Selecting previously unselected package libgvpr2:amd64.
2022-02-14 22:54:52.053 | Preparing to unpack .../124-libgvpr2_2.42.2-3build2_amd64.deb ...
2022-02-14 22:54:52.058 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ...
2022-02-14 22:54:52.118 | Selecting previously unselected package liblab-gamut1:amd64.
2022-02-14 22:54:52.126 | Preparing to unpack .../125-liblab-gamut1_2.42.2-3build2_amd64.deb ...
2022-02-14 22:54:52.130 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ...
2022-02-14 22:54:52.308 | Selecting previously unselected package x11-common.
2022-02-14 22:54:52.316 | Preparing to unpack .../126-x11-common_1%3a7.7+19ubuntu14_all.deb ...
2022-02-14 22:54:52.342 | dpkg-query: no packages found matching nux-tools
2022-02-14 22:54:52.354 | Unpacking x11-common (1:7.7+19ubuntu14) ...
2022-02-14 22:54:52.398 | Selecting previously unselected package libice6:amd64.
2022-02-14 22:54:52.406 | Preparing to unpack .../127-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ...
2022-02-14 22:54:52.410 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ...
2022-02-14 22:54:52.446 | Selecting previously unselected package libsm6:amd64.
2022-02-14 22:54:52.454 | Preparing to unpack .../128-libsm6_2%3a1.2.3-1_amd64.deb ...
2022-02-14 22:54:52.457 | Unpacking libsm6:amd64 (2:1.2.3-1) ...
2022-02-14 22:54:52.489 | Selecting previously unselected package libxt6:amd64.
2022-02-14 22:54:52.498 | Preparing to unpack .../129-libxt6_1%3a1.1.5-1_amd64.deb ...
2022-02-14 22:54:52.500 | Unpacking libxt6:amd64 (1:1.1.5-1) ...
2022-02-14 22:54:52.551 | Selecting previously unselected package libxmu6:amd64.
2022-02-14 22:54:52.559 | Preparing to unpack .../130-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ...
2022-02-14 22:54:52.562 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
2022-02-14 22:54:52.599 | Selecting previously unselected package libxaw7:amd64.
2022-02-14 22:54:52.607 | Preparing to unpack .../131-libxaw7_2%3a1.0.13-1_amd64.deb ...
2022-02-14 22:54:52.610 | Unpacking libxaw7:amd64 (2:1.0.13-1) ...
2022-02-14 22:54:52.666 | Selecting previously unselected package graphviz.
2022-02-14 22:54:52.673 | Preparing to unpack .../132-graphviz_2.42.2-3build2_amd64.deb ...
2022-02-14 22:54:52.676 | Unpacking graphviz (2.42.2-3build2) ...
2022-02-14 22:54:52.811 | Selecting previously unselected package libnl-route-3-200:amd64.
2022-02-14 22:54:52.820 | Preparing to unpack .../133-libnl-route-3-200_3.4.0-1_amd64.deb ...
2022-02-14 22:54:52.822 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ...
2022-02-14 22:54:52.880 | Selecting previously unselected package libibverbs1:amd64.
2022-02-14 22:54:52.887 | Preparing to unpack .../134-libibverbs1_28.0-1ubuntu1_amd64.deb ...
2022-02-14 22:54:52.890 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ...
2022-02-14 22:54:52.933 | Selecting previously unselected package ibverbs-providers:amd64.
2022-02-14 22:54:52.944 | Preparing to unpack .../135-ibverbs-providers_28.0-1ubuntu1_amd64.deb ...
2022-02-14 22:54:52.960 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ...
2022-02-14 22:54:53.025 | Selecting previously unselected package icu-devtools.
2022-02-14 22:54:53.034 | Preparing to unpack .../136-icu-devtools_66.1-2ubuntu2.1_amd64.deb ...
2022-02-14 22:54:53.036 | Unpacking icu-devtools (66.1-2ubuntu2.1) ...
2022-02-14 22:54:53.109 | Selecting previously unselected package iputils-arping.
2022-02-14 22:54:53.117 | Preparing to unpack .../137-iputils-arping_3%3a20190709-3_amd64.deb ...
2022-02-14 22:54:53.119 | Unpacking iputils-arping (3:20190709-3) ...
2022-02-14 22:54:53.152 | Selecting previously unselected package javascript-common.
2022-02-14 22:54:53.160 | Preparing to unpack .../138-javascript-common_11_all.deb ...
2022-02-14 22:54:53.175 | Unpacking javascript-common (11) ...
2022-02-14 22:54:53.208 | Selecting previously unselected package libgssrpc4:amd64.
2022-02-14 22:54:53.216 | Preparing to unpack .../139-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ...
2022-02-14 22:54:53.219 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:54:53.259 | Selecting previously unselected package libkdb5-9:amd64.
2022-02-14 22:54:53.267 | Preparing to unpack .../140-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ...
2022-02-14 22:54:53.270 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:54:53.305 | Selecting previously unselected package libkadm5srv-mit11:amd64.
2022-02-14 22:54:53.313 | Preparing to unpack .../141-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ...
2022-02-14 22:54:53.316 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:54:53.351 | Selecting previously unselected package libkadm5clnt-mit11:amd64.
2022-02-14 22:54:53.358 | Preparing to unpack .../142-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ...
2022-02-14 22:54:53.361 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:54:53.395 | Selecting previously unselected package comerr-dev:amd64.
2022-02-14 22:54:53.402 | Preparing to unpack .../143-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ...
2022-02-14 22:54:53.407 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ...
2022-02-14 22:54:53.442 | Selecting previously unselected package krb5-multidev:amd64.
2022-02-14 22:54:53.450 | Preparing to unpack .../144-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ...
2022-02-14 22:54:53.452 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:54:53.508 | Selecting previously unselected package libalgorithm-diff-perl.
2022-02-14 22:54:53.516 | Preparing to unpack .../145-libalgorithm-diff-perl_1.19.03-2_all.deb ...
2022-02-14 22:54:53.519 | Unpacking libalgorithm-diff-perl (1.19.03-2) ...
2022-02-14 22:54:53.551 | Selecting previously unselected package libalgorithm-diff-xs-perl.
2022-02-14 22:54:53.560 | Preparing to unpack .../146-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
2022-02-14 22:54:53.562 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
2022-02-14 22:54:53.592 | Selecting previously unselected package libalgorithm-merge-perl.
2022-02-14 22:54:53.601 | Preparing to unpack .../147-libalgorithm-merge-perl_0.08-3_all.deb ...
2022-02-14 22:54:53.603 | Unpacking libalgorithm-merge-perl (0.08-3) ...
2022-02-14 22:54:53.634 | Selecting previously unselected package libarchive-cpio-perl.
2022-02-14 22:54:53.642 | Preparing to unpack .../148-libarchive-cpio-perl_0.10-1_all.deb ...
2022-02-14 22:54:53.644 | Unpacking libarchive-cpio-perl (0.10-1) ...
2022-02-14 22:54:53.681 | Selecting previously unselected package libboost-iostreams1.71.0:amd64.
2022-02-14 22:54:53.689 | Preparing to unpack .../149-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ...
2022-02-14 22:54:53.691 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ...
2022-02-14 22:54:53.760 | Selecting previously unselected package libboost-thread1.71.0:amd64.
2022-02-14 22:54:53.768 | Preparing to unpack .../150-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ...
2022-02-14 22:54:53.770 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ...
2022-02-14 22:54:53.841 | Selecting previously unselected package libfile-fcntllock-perl.
2022-02-14 22:54:53.849 | Preparing to unpack .../151-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
2022-02-14 22:54:53.852 | Unpacking libfile-fcntllock-perl (0.22-3build4) ...
2022-02-14 22:54:53.888 | Selecting previously unselected package libgts-bin.
2022-02-14 22:54:53.896 | Preparing to unpack .../152-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
2022-02-14 22:54:53.913 | Unpacking libgts-bin (0.7.6+darcs121130-4) ...
2022-02-14 22:54:53.951 | Selecting previously unselected package libicu-dev:amd64.
2022-02-14 22:54:53.961 | Preparing to unpack .../153-libicu-dev_66.1-2ubuntu2.1_amd64.deb ...
2022-02-14 22:54:53.963 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ...
2022-02-14 22:54:55.455 | Selecting previously unselected package libipset13:amd64.
2022-02-14 22:54:55.465 | Preparing to unpack .../154-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:54:55.467 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ...
2022-02-14 22:54:55.515 | Selecting previously unselected package librdmacm1:amd64.
2022-02-14 22:54:55.523 | Preparing to unpack .../155-librdmacm1_28.0-1ubuntu1_amd64.deb ...
2022-02-14 22:54:55.526 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ...
2022-02-14 22:54:55.565 | Selecting previously unselected package libiscsi7:amd64.
2022-02-14 22:54:55.573 | Preparing to unpack .../156-libiscsi7_1.18.0-2_amd64.deb ...
2022-02-14 22:54:55.575 | Unpacking libiscsi7:amd64 (1.18.0-2) ...
2022-02-14 22:54:55.609 | Selecting previously unselected package libjpeg-turbo8-dev:amd64.
2022-02-14 22:54:55.618 | Preparing to unpack .../157-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ...
2022-02-14 22:54:55.623 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ...
2022-02-14 22:54:55.684 | Selecting previously unselected package libjpeg8-dev:amd64.
2022-02-14 22:54:55.692 | Preparing to unpack .../158-libjpeg8-dev_8c-2ubuntu8_amd64.deb ...
2022-02-14 22:54:55.695 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ...
2022-02-14 22:54:55.720 | Selecting previously unselected package libjpeg-dev:amd64.
2022-02-14 22:54:55.728 | Preparing to unpack .../159-libjpeg-dev_8c-2ubuntu8_amd64.deb ...
2022-02-14 22:54:55.731 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ...
2022-02-14 22:54:55.756 | Selecting previously unselected package libjs-jquery.
2022-02-14 22:54:55.764 | Preparing to unpack .../160-libjs-jquery_3.3.1~dfsg-3_all.deb ...
2022-02-14 22:54:55.766 | Unpacking libjs-jquery (3.3.1~dfsg-3) ...
2022-02-14 22:54:55.831 | Selecting previously unselected package libjs-jquery-metadata.
2022-02-14 22:54:55.839 | Preparing to unpack .../161-libjs-jquery-metadata_12-1.1_all.deb ...
2022-02-14 22:54:55.841 | Unpacking libjs-jquery-metadata (12-1.1) ...
2022-02-14 22:54:55.874 | Selecting previously unselected package libjs-jquery-tablesorter.
2022-02-14 22:54:55.884 | Preparing to unpack .../162-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ...
2022-02-14 22:54:55.887 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ...
2022-02-14 22:54:55.977 | Selecting previously unselected package libltdl-dev:amd64.
2022-02-14 22:54:55.985 | Preparing to unpack .../163-libltdl-dev_2.4.6-14_amd64.deb ...
2022-02-14 22:54:55.988 | Unpacking libltdl-dev:amd64 (2.4.6-14) ...
2022-02-14 22:54:56.044 | Selecting previously unselected package libsys-hostname-long-perl.
2022-02-14 22:54:56.053 | Preparing to unpack .../164-libsys-hostname-long-perl_1.5-1_all.deb ...
2022-02-14 22:54:56.055 | Unpacking libsys-hostname-long-perl (1.5-1) ...
2022-02-14 22:54:56.083 | Selecting previously unselected package libmail-sendmail-perl.
2022-02-14 22:54:56.091 | Preparing to unpack .../165-libmail-sendmail-perl_0.80-1_all.deb ...
2022-02-14 22:54:56.093 | Unpacking libmail-sendmail-perl (0.80-1) ...
2022-02-14 22:54:56.125 | Selecting previously unselected package libncurses-dev:amd64.
2022-02-14 22:54:56.133 | Preparing to unpack .../166-libncurses-dev_6.2-0ubuntu2_amd64.deb ...
2022-02-14 22:54:56.136 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ...
2022-02-14 22:54:56.257 | Selecting previously unselected package libnspr4:amd64.
2022-02-14 22:54:56.265 | Preparing to unpack .../167-libnspr4_2%3a4.25-1_amd64.deb ...
2022-02-14 22:54:56.269 | Unpacking libnspr4:amd64 (2:4.25-1) ...
2022-02-14 22:54:56.322 | Selecting previously unselected package libnss3:amd64.
2022-02-14 22:54:56.331 | Preparing to unpack .../168-libnss3_2%3a3.49.1-1ubuntu1.6_amd64.deb ...
2022-02-14 22:54:56.333 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.6) ...
2022-02-14 22:54:56.541 | Selecting previously unselected package libomp5-10:amd64.
2022-02-14 22:54:56.550 | Preparing to unpack .../169-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:56.552 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:56.634 | Selecting previously unselected package libomp-10-dev.
2022-02-14 22:54:56.642 | Preparing to unpack .../170-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:56.645 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:56.683 | Selecting previously unselected package pcp-conf.
2022-02-14 22:54:56.691 | Preparing to unpack .../171-pcp-conf_5.0.3-1_amd64.deb ...
2022-02-14 22:54:56.694 | Unpacking pcp-conf (5.0.3-1) ...
2022-02-14 22:54:56.733 | Selecting previously unselected package libpcp3.
2022-02-14 22:54:56.742 | Preparing to unpack .../172-libpcp3_5.0.3-1_amd64.deb ...
2022-02-14 22:54:56.745 | Unpacking libpcp3 (5.0.3-1) ...
2022-02-14 22:54:56.820 | Selecting previously unselected package libpcp-pmda3.
2022-02-14 22:54:56.829 | Preparing to unpack .../173-libpcp-pmda3_5.0.3-1_amd64.deb ...
2022-02-14 22:54:56.832 | Unpacking libpcp-pmda3 (5.0.3-1) ...
2022-02-14 22:54:56.868 | Selecting previously unselected package libpcp-pmda-perl.
2022-02-14 22:54:56.877 | Preparing to unpack .../174-libpcp-pmda-perl_5.0.3-1_amd64.deb ...
2022-02-14 22:54:56.879 | Unpacking libpcp-pmda-perl (5.0.3-1) ...
2022-02-14 22:54:56.917 | Selecting previously unselected package libpq5:amd64.
2022-02-14 22:54:56.925 | Preparing to unpack .../175-libpq5_12.9-0ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:54:56.928 | Unpacking libpq5:amd64 (12.9-0ubuntu0.20.04.1) ...
2022-02-14 22:54:56.971 | Selecting previously unselected package libpq-dev.
2022-02-14 22:54:56.979 | Preparing to unpack .../176-libpq-dev_12.9-0ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:54:56.982 | Unpacking libpq-dev (12.9-0ubuntu0.20.04.1) ...
2022-02-14 22:54:57.060 | Selecting previously unselected package librados2.
2022-02-14 22:54:57.069 | Preparing to unpack .../177-librados2_15.2.14-0ubuntu0.20.04.2_amd64.deb ...
2022-02-14 22:54:57.071 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.2) ...
2022-02-14 22:54:57.574 | Selecting previously unselected package librbd1.
2022-02-14 22:54:57.583 | Preparing to unpack .../178-librbd1_15.2.14-0ubuntu0.20.04.2_amd64.deb ...
2022-02-14 22:54:57.585 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.2) ...
2022-02-14 22:54:57.863 | Selecting previously unselected package libsasl2-dev.
2022-02-14 22:54:57.872 | Preparing to unpack .../179-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ...
2022-02-14 22:54:57.875 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ...
2022-02-14 22:54:57.945 | Selecting previously unselected package libssl-dev:amd64.
2022-02-14 22:54:57.952 | Preparing to unpack .../180-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ...
2022-02-14 22:54:57.956 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ...
2022-02-14 22:54:58.245 | Selecting previously unselected package libsystemd-dev:amd64.
2022-02-14 22:54:58.255 | Preparing to unpack .../181-libsystemd-dev_245.4-4ubuntu3.15_amd64.deb ...
2022-02-14 22:54:58.257 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.15) ...
2022-02-14 22:54:58.369 | Selecting previously unselected package libtinfo-dev:amd64.
2022-02-14 22:54:58.378 | Preparing to unpack .../182-libtinfo-dev_6.2-0ubuntu2_amd64.deb ...
2022-02-14 22:54:58.380 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ...
2022-02-14 22:54:58.408 | Selecting previously unselected package libx86-1:amd64.
2022-02-14 22:54:58.416 | Preparing to unpack .../183-libx86-1_1.1+ds1-11_amd64.deb ...
2022-02-14 22:54:58.418 | Unpacking libx86-1:amd64 (1.1+ds1-11) ...
2022-02-14 22:54:58.462 | Selecting previously unselected package libxml2-dev:amd64.
2022-02-14 22:54:58.473 | Preparing to unpack .../184-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:54:58.478 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
2022-02-14 22:54:58.637 | Selecting previously unselected package libxslt1-dev:amd64.
2022-02-14 22:54:58.646 | Preparing to unpack .../185-libxslt1-dev_1.1.34-4_amd64.deb ...
2022-02-14 22:54:58.648 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ...
2022-02-14 22:54:58.745 | Selecting previously unselected package llvm-10-runtime.
2022-02-14 22:54:58.757 | Preparing to unpack .../186-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:58.760 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:58.824 | Selecting previously unselected package libpfm4:amd64.
2022-02-14 22:54:58.835 | Preparing to unpack .../187-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ...
2022-02-14 22:54:58.837 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ...
2022-02-14 22:54:58.928 | Selecting previously unselected package llvm-10.
2022-02-14 22:54:58.937 | Preparing to unpack .../188-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:58.940 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:54:59.744 | Selecting previously unselected package libffi-dev:amd64.
2022-02-14 22:54:59.753 | Preparing to unpack .../189-libffi-dev_3.3-4_amd64.deb ...
2022-02-14 22:54:59.755 | Unpacking libffi-dev:amd64 (3.3-4) ...
2022-02-14 22:54:59.802 | Selecting previously unselected package python3-pygments.
2022-02-14 22:54:59.810 | Preparing to unpack .../190-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ...
2022-02-14 22:54:59.813 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ...
2022-02-14 22:54:59.962 | Selecting previously unselected package llvm-10-tools.
2022-02-14 22:54:59.970 | Preparing to unpack .../191-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:54:59.973 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:00.128 | Selecting previously unselected package libz3-4:amd64.
2022-02-14 22:55:00.137 | Preparing to unpack .../192-libz3-4_4.8.7-4build1_amd64.deb ...
2022-02-14 22:55:00.139 | Unpacking libz3-4:amd64 (4.8.7-4build1) ...
2022-02-14 22:55:01.104 | Selecting previously unselected package libz3-dev:amd64.
2022-02-14 22:55:01.112 | Preparing to unpack .../193-libz3-dev_4.8.7-4build1_amd64.deb ...
2022-02-14 22:55:01.115 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ...
2022-02-14 22:55:01.163 | Selecting previously unselected package llvm-10-dev.
2022-02-14 22:55:01.171 | Preparing to unpack .../194-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
2022-02-14 22:55:01.173 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:05.789 | Selecting previously unselected package lsscsi.
2022-02-14 22:55:05.798 | Preparing to unpack .../195-lsscsi_0.30-0.1_amd64.deb ...
2022-02-14 22:55:05.800 | Unpacking lsscsi (0.30-0.1) ...
2022-02-14 22:55:05.840 | Selecting previously unselected package pkg-config.
2022-02-14 22:55:05.849 | Preparing to unpack .../196-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
2022-02-14 22:55:05.852 | Unpacking pkg-config (0.29.1-0ubuntu4) ...
2022-02-14 22:55:05.896 | Selecting previously unselected package pm-utils.
2022-02-14 22:55:05.905 | Preparing to unpack .../197-pm-utils_1.4.1-19_all.deb ...
2022-02-14 22:55:05.907 | Unpacking pm-utils (1.4.1-19) ...
2022-02-14 22:55:05.987 | Selecting previously unselected package postgresql-client-common.
2022-02-14 22:55:05.995 | Preparing to unpack .../198-postgresql-client-common_214ubuntu0.1_all.deb ...
2022-02-14 22:55:05.998 | Unpacking postgresql-client-common (214ubuntu0.1) ...
2022-02-14 22:55:06.035 | Selecting previously unselected package postgresql-client-12.
2022-02-14 22:55:06.045 | Preparing to unpack .../199-postgresql-client-12_12.9-0ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:55:06.048 | Unpacking postgresql-client-12 (12.9-0ubuntu0.20.04.1) ...
2022-02-14 22:55:06.257 | Selecting previously unselected package ssl-cert.
2022-02-14 22:55:06.266 | Preparing to unpack .../200-ssl-cert_1.0.39_all.deb ...
2022-02-14 22:55:06.269 | Unpacking ssl-cert (1.0.39) ...
2022-02-14 22:55:06.307 | Selecting previously unselected package postgresql-common.
2022-02-14 22:55:06.316 | Preparing to unpack .../201-postgresql-common_214ubuntu0.1_all.deb ...
2022-02-14 22:55:06.366 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
2022-02-14 22:55:06.375 | Unpacking postgresql-common (214ubuntu0.1) ...
2022-02-14 22:55:06.449 | Selecting previously unselected package postgresql-server-dev-12.
2022-02-14 22:55:06.458 | Preparing to unpack .../202-postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:55:06.461 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ...
2022-02-14 22:55:06.778 | Selecting previously unselected package postgresql-server-dev-all.
2022-02-14 22:55:06.788 | Preparing to unpack .../203-postgresql-server-dev-all_214ubuntu0.1_all.deb ...
2022-02-14 22:55:06.790 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ...
2022-02-14 22:55:06.825 | Selecting previously unselected package python-pip-whl.
2022-02-14 22:55:06.836 | Preparing to unpack .../204-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ...
2022-02-14 22:55:06.840 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ...
2022-02-14 22:55:07.065 | Selecting previously unselected package python3-mysqldb.
2022-02-14 22:55:07.075 | Preparing to unpack .../205-python3-mysqldb_1.4.4-2build1_amd64.deb ...
2022-02-14 22:55:07.077 | Unpacking python3-mysqldb (1.4.4-2build1) ...
2022-02-14 22:55:07.119 | Selecting previously unselected package python3-wheel.
2022-02-14 22:55:07.128 | Preparing to unpack .../206-python3-wheel_0.34.2-1_all.deb ...
2022-02-14 22:55:07.131 | Unpacking python3-wheel (0.34.2-1) ...
2022-02-14 22:55:07.173 | Selecting previously unselected package python3-pip.
2022-02-14 22:55:07.182 | Preparing to unpack .../207-python3-pip_20.0.2-5ubuntu1.6_all.deb ...
2022-02-14 22:55:07.185 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ...
2022-02-14 22:55:07.282 | Selecting previously unselected package python3.8-venv.
2022-02-14 22:55:07.291 | Preparing to unpack .../208-python3.8-venv_3.8.10-0ubuntu1~20.04.2_amd64.deb ...
2022-02-14 22:55:07.293 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.2) ...
2022-02-14 22:55:07.325 | Selecting previously unselected package python3-venv.
2022-02-14 22:55:07.335 | Preparing to unpack .../209-python3-venv_3.8.2-0ubuntu2_amd64.deb ...
2022-02-14 22:55:07.337 | Unpacking python3-venv (3.8.2-0ubuntu2) ...
2022-02-14 22:55:07.367 | Selecting previously unselected package qemu-block-extra:amd64.
2022-02-14 22:55:07.375 | Preparing to unpack .../210-qemu-block-extra_1%3a4.2-3ubuntu6.19_amd64.deb ...
2022-02-14 22:55:07.379 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ...
2022-02-14 22:55:07.416 | Selecting previously unselected package qemu-utils.
2022-02-14 22:55:07.426 | Preparing to unpack .../211-qemu-utils_1%3a4.2-3ubuntu6.19_amd64.deb ...
2022-02-14 22:55:07.429 | Unpacking qemu-utils (1:4.2-3ubuntu6.19) ...
2022-02-14 22:55:07.616 | Selecting previously unselected package sharutils.
2022-02-14 22:55:07.625 | Preparing to unpack .../212-sharutils_1%3a4.15.2-4build1_amd64.deb ...
2022-02-14 22:55:07.630 | Unpacking sharutils (1:4.15.2-4build1) ...
2022-02-14 22:55:07.684 | Selecting previously unselected package sqlite3.
2022-02-14 22:55:07.693 | Preparing to unpack .../213-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ...
2022-02-14 22:55:07.697 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ...
2022-02-14 22:55:07.853 | Selecting previously unselected package unzip.
2022-02-14 22:55:07.863 | Preparing to unpack .../214-unzip_6.0-25ubuntu1_amd64.deb ...
2022-02-14 22:55:07.865 | Unpacking unzip (6.0-25ubuntu1) ...
2022-02-14 22:55:07.926 | Selecting previously unselected package vbetool.
2022-02-14 22:55:07.934 | Preparing to unpack .../215-vbetool_1.1-4_amd64.deb ...
2022-02-14 22:55:07.937 | Unpacking vbetool (1.1-4) ...
2022-02-14 22:55:07.979 | Selecting previously unselected package ipset.
2022-02-14 22:55:07.990 | Preparing to unpack .../216-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:55:08.001 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ...
2022-02-14 22:55:08.046 | Selecting previously unselected package ipvsadm.
2022-02-14 22:55:08.055 | Preparing to unpack .../217-ipvsadm_1%3a1.31-1_amd64.deb ...
2022-02-14 22:55:08.058 | Unpacking ipvsadm (1:1.31-1) ...
2022-02-14 22:55:08.103 | Selecting previously unselected package libapache2-mod-proxy-uwsgi.
2022-02-14 22:55:08.113 | Preparing to unpack .../218-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.9_amd64.deb ...
2022-02-14 22:55:08.125 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ...
2022-02-14 22:55:08.152 | Selecting previously unselected package libkrb5-dev:amd64.
2022-02-14 22:55:08.161 | Preparing to unpack .../219-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ...
2022-02-14 22:55:08.163 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:55:08.202 | Selecting previously unselected package libpcp-gui2.
2022-02-14 22:55:08.212 | Preparing to unpack .../220-libpcp-gui2_5.0.3-1_amd64.deb ...
2022-02-14 22:55:08.214 | Unpacking libpcp-gui2 (5.0.3-1) ...
2022-02-14 22:55:08.243 | Selecting previously unselected package libpcp-import1.
2022-02-14 22:55:08.253 | Preparing to unpack .../221-libpcp-import1_5.0.3-1_amd64.deb ...
2022-02-14 22:55:08.255 | Unpacking libpcp-import1 (5.0.3-1) ...
2022-02-14 22:55:08.286 | Selecting previously unselected package libpcp-mmv1.
2022-02-14 22:55:08.295 | Preparing to unpack .../222-libpcp-mmv1_5.0.3-1_amd64.deb ...
2022-02-14 22:55:08.297 | Unpacking libpcp-mmv1 (5.0.3-1) ...
2022-02-14 22:55:08.330 | Selecting previously unselected package libpcp-trace2.
2022-02-14 22:55:08.339 | Preparing to unpack .../223-libpcp-trace2_5.0.3-1_amd64.deb ...
2022-02-14 22:55:08.341 | Unpacking libpcp-trace2 (5.0.3-1) ...
2022-02-14 22:55:08.378 | Selecting previously unselected package libpcp-web1.
2022-02-14 22:55:08.388 | Preparing to unpack .../224-libpcp-web1_5.0.3-1_amd64.deb ...
2022-02-14 22:55:08.391 | Unpacking libpcp-web1 (5.0.3-1) ...
2022-02-14 22:55:08.449 | Selecting previously unselected package libyaml-dev:amd64.
2022-02-14 22:55:08.459 | Preparing to unpack .../225-libyaml-dev_0.2.2-1_amd64.deb ...
2022-02-14 22:55:08.462 | Unpacking libyaml-dev:amd64 (0.2.2-1) ...
2022-02-14 22:55:08.515 | Selecting previously unselected package python3-pcp.
2022-02-14 22:55:08.524 | Preparing to unpack .../226-python3-pcp_5.0.3-1_amd64.deb ...
2022-02-14 22:55:08.527 | Unpacking python3-pcp (5.0.3-1) ...
2022-02-14 22:55:08.587 | Selecting previously unselected package pcp.
2022-02-14 22:55:08.596 | Preparing to unpack .../227-pcp_5.0.3-1_amd64.deb ...
2022-02-14 22:55:08.690 | Unpacking pcp (5.0.3-1) ...
2022-02-14 22:55:09.329 | Selecting previously unselected package socat.
2022-02-14 22:55:09.339 | Preparing to unpack .../228-socat_1.7.3.3-2_amd64.deb ...
2022-02-14 22:55:09.342 | Unpacking socat (1.7.3.3-2) ...
2022-02-14 22:55:09.444 | Selecting previously unselected package vlan.
2022-02-14 22:55:09.453 | Preparing to unpack .../229-vlan_2.0.4ubuntu1.20.04.1_all.deb ...
2022-02-14 22:55:09.457 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ...
2022-02-14 22:55:09.536 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ...
2022-02-14 22:55:09.543 | Setting up postgresql-client-common (214ubuntu0.1) ...
2022-02-14 22:55:09.557 | Setting up javascript-common (11) ...
2022-02-14 22:55:09.592 | Package apache2 is not configured yet. Will defer actions by package javascript-common.
2022-02-14 22:55:09.609 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ...
2022-02-14 22:55:09.619 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ...
2022-02-14 22:55:09.624 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ...
2022-02-14 22:55:09.631 | Setting up mysql-common (5.8+1.0.5ubuntu2) ...
2022-02-14 22:55:09.657 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
2022-02-14 22:55:09.661 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ...
2022-02-14 22:55:09.669 | Setting up libxpm4:amd64 (1:3.5.12-1) ...
2022-02-14 22:55:09.676 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
2022-02-14 22:55:09.685 | Setting up libxrender1:amd64 (1:0.9.10-1) ...
2022-02-14 22:55:09.693 | Setting up libdatrie1:amd64 (0.2.12-3) ...
2022-02-14 22:55:09.699 | Setting up libyaml-dev:amd64 (0.2.2-1) ...
2022-02-14 22:55:09.706 | Setting up libfile-fcntllock-perl (0.22-3build4) ...
2022-02-14 22:55:09.714 | Setting up libx86-1:amd64 (1.1+ds1-11) ...
2022-02-14 22:55:09.723 | Setting up libxcb-render0:amd64 (1.14-2) ...
2022-02-14 22:55:09.734 | Setting up libalgorithm-diff-perl (1.19.03-2) ...
2022-02-14 22:55:09.741 | Setting up libarchive-zip-perl (1.67-2) ...
2022-02-14 22:55:09.748 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ...
2022-02-14 22:55:09.756 | Setting up vbetool (1.1-4) ...
2022-02-14 22:55:09.763 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
2022-02-14 22:55:09.771 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ...
2022-02-14 22:55:09.781 | Setting up pm-utils (1.4.1-19) ...
2022-02-14 22:55:09.796 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ...
2022-02-14 22:55:10.069 | Setting up unzip (6.0-25ubuntu1) ...
2022-02-14 22:55:10.102 | Setting up libdebhelper-perl (12.10ubuntu1) ...
2022-02-14 22:55:10.111 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ...
2022-02-14 22:55:10.122 | Setting up x11-common (1:7.7+19ubuntu14) ...
2022-02-14 22:55:10.468 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2022-02-14 22:55:11.178 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ...
2022-02-14 22:55:11.191 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ...
2022-02-14 22:55:11.198 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
2022-02-14 22:55:11.207 | Setting up m4 (1.4.18-4) ...
2022-02-14 22:55:11.216 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ...
2022-02-14 22:55:11.533 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ...
2022-02-14 22:55:11.541 | Setting up libxcb-shm0:amd64 (1.14-2) ...
2022-02-14 22:55:11.550 | Setting up iputils-arping (3:20190709-3) ...
2022-02-14 22:55:11.587 | Setting up libffi-dev:amd64 (3.3-4) ...
2022-02-14 22:55:11.594 | Setting up conntrack (1:1.4.5-2) ...
2022-02-14 22:55:11.604 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ...
2022-02-14 22:55:11.612 | Setting up python3-wheel (0.34.2-1) ...
2022-02-14 22:55:11.880 | Setting up libjbig0:amd64 (2.1-3.1build1) ...
2022-02-14 22:55:11.887 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ...
2022-02-14 22:55:12.105 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory
2022-02-14 22:55:14.240 | Setting up memcached (1.5.22-2ubuntu0.2) ...
2022-02-14 22:55:15.593 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service.
2022-02-14 22:55:16.320 | Setting up libfakeroot:amd64 (1.24-1) ...
2022-02-14 22:55:16.328 | Setting up libjansson4:amd64 (2.12-1build1) ...
2022-02-14 22:55:16.337 | Setting up acl (2.2.53-6) ...
2022-02-14 22:55:16.348 | Setting up dns-root-data (2019052802) ...
2022-02-14 22:55:16.356 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:16.364 | Setting up fakeroot (1.24-1) ...
2022-02-14 22:55:16.371 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
2022-02-14 22:55:16.383 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
2022-02-14 22:55:16.393 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
2022-02-14 22:55:16.403 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:55:16.411 | Setting up autotools-dev (20180224.1) ...
2022-02-14 22:55:16.418 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ...
2022-02-14 22:55:17.255 | Setting up libz3-4:amd64 (4.8.7-4build1) ...
2022-02-14 22:55:17.261 | Setting up libsasl2-dev (2.1.27+dfsg-2) ...
2022-02-14 22:55:17.267 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ...
2022-02-14 22:55:17.274 | Setting up make (4.2.1-1.2) ...
2022-02-14 22:55:17.280 | Setting up libnspr4:amd64 (2:4.25-1) ...
2022-02-14 22:55:17.286 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
2022-02-14 22:55:17.292 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:17.299 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ...
2022-02-14 22:55:17.306 | Setting up libpathplan4:amd64 (2.42.2-3build2) ...
2022-02-14 22:55:17.312 | Setting up ebtables (2.0.11-3build1) ...
2022-02-14 22:55:17.883 | Setting up socat (1.7.3.3-2) ...
2022-02-14 22:55:17.890 | Setting up libann0 (1.1.2+doc-7build1) ...
2022-02-14 22:55:17.897 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ...
2022-02-14 22:55:17.908 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ...
2022-02-14 22:55:17.915 | Setting up autopoint (0.19.8.1-10build1) ...
2022-02-14 22:55:17.922 | Setting up binfmt-support (2.2.0-2) ...
2022-02-14 22:55:18.224 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
2022-02-14 22:55:19.342 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ...
2022-02-14 22:55:19.356 | Setting up icu-devtools (66.1-2ubuntu2.1) ...
2022-02-14 22:55:19.380 | Setting up fonts-dejavu-core (2.37-1) ...
2022-02-14 22:55:19.424 | Setting up libnetfilter-queue1 (1.0.3-1) ...
2022-02-14 22:55:19.432 | Setting up lsscsi (0.30-0.1) ...
2022-02-14 22:55:19.442 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ...
2022-02-14 22:55:19.451 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
2022-02-14 22:55:19.461 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ...
2022-02-14 22:55:19.468 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
2022-02-14 22:55:19.478 | Setting up libdpkg-perl (1.19.7ubuntu3) ...
2022-02-14 22:55:19.485 | Setting up autoconf (2.69-11.1) ...
2022-02-14 22:55:19.496 | Setting up g++ (4:9.3.0-1ubuntu2) ...
2022-02-14 22:55:19.542 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
2022-02-14 22:55:19.551 | Setting up dwz (0.13-5) ...
2022-02-14 22:55:19.562 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ...
2022-02-14 22:55:19.571 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ...
2022-02-14 22:55:19.579 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ...
2022-02-14 22:55:19.593 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ...
2022-02-14 22:55:19.607 | Setting up vlan (2.0.4ubuntu1.20.04.1) ...
2022-02-14 22:55:19.629 | Setting up uuid-runtime (2.34-0.1ubuntu9.3) ...
2022-02-14 22:55:20.889 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:55:20.902 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:20.911 | Setting up libarchive-cpio-perl (0.10-1) ...
2022-02-14 22:55:20.918 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ...
2022-02-14 22:55:20.929 | Setting up fonts-liberation (1:1.07.4-11) ...
2022-02-14 22:55:20.937 | Setting up libnl-3-200:amd64 (3.4.0-1) ...
2022-02-14 22:55:20.953 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ...
2022-02-14 22:55:20.962 | Setting up pcp-conf (5.0.3-1) ...
2022-02-14 22:55:20.975 | Setting up libc6-i386 (2.31-0ubuntu9.2) ...
2022-02-14 22:55:20.985 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
2022-02-14 22:55:20.992 | Setting up libsub-override-perl (0.09-2) ...
2022-02-14 22:55:20.998 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ...
2022-02-14 22:55:21.004 | Setting up libthai-data (0.1.28-3) ...
2022-02-14 22:55:21.015 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ...
2022-02-14 22:55:21.022 | Setting up libcdt5:amd64 (2.42.2-3build2) ...
2022-02-14 22:55:21.029 | Setting up libcgraph6:amd64 (2.42.2-3build2) ...
2022-02-14 22:55:21.040 | Setting up apache2-data (2.4.41-4ubuntu3.9) ...
2022-02-14 22:55:21.048 | Setting up curl (7.68.0-1ubuntu2.7) ...
2022-02-14 22:55:21.054 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:55:21.060 | Setting up libjs-jquery (3.3.1~dfsg-3) ...
2022-02-14 22:55:21.065 | Setting up sharutils (1:4.15.2-4build1) ...
2022-02-14 22:55:21.072 | Setting up ipset (7.5-1ubuntu0.20.04.1) ...
2022-02-14 22:55:21.088 | Setting up openssl (1.1.1f-1ubuntu2.10) ...
2022-02-14 22:55:21.104 | Setting up conntrackd (1:1.4.5-2) ...
2022-02-14 22:55:22.148 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service.
2022-02-14 22:55:22.490 | Setting up libsys-hostname-long-perl (1.5-1) ...
2022-02-14 22:55:22.500 | Setting up libalgorithm-diff-xs-perl (0.04-6) ...
2022-02-14 22:55:22.506 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ...
2022-02-14 22:55:22.513 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
2022-02-14 22:55:22.522 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.15) ...
2022-02-14 22:55:22.527 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ...
2022-02-14 22:55:22.536 | Setting up libalgorithm-merge-perl (0.08-3) ...
2022-02-14 22:55:22.543 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ...
2022-02-14 22:55:22.550 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
2022-02-14 22:55:22.556 | Setting up automake (1:1.16.1-4ubuntu6) ...
2022-02-14 22:55:22.565 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
2022-02-14 22:55:22.570 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
2022-02-14 22:55:22.577 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ...
2022-02-14 22:55:22.583 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:55:22.589 | Setting up libgts-bin (0.7.6+darcs121130-4) ...
2022-02-14 22:55:22.599 | Setting up libz3-dev:amd64 (4.8.7-4build1) ...
2022-02-14 22:55:22.605 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ...
2022-02-14 22:55:22.613 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ...
2022-02-14 22:55:22.620 | Setting up libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 22:55:22.626 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:22.636 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ...
2022-02-14 22:55:22.645 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:22.650 | Setting up wget (1.20.3-1ubuntu2) ...
2022-02-14 22:55:22.659 | Setting up libtool (2.4.6-14) ...
2022-02-14 22:55:22.666 | Setting up fontconfig-config (2.13.1-2ubuntu3) ...
2022-02-14 22:55:22.812 | Setting up openssh-client (1:8.2p1-4ubuntu0.4) ...
2022-02-14 22:55:22.857 | Setting up libpq5:amd64 (12.9-0ubuntu0.20.04.1) ...
2022-02-14 22:55:22.865 | Setting up haproxy (2.0.13-2ubuntu0.3) ...
2022-02-14 22:55:23.287 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service.
2022-02-14 22:55:24.395 | Setting up libpq-dev (12.9-0ubuntu0.20.04.1) ...
2022-02-14 22:55:24.413 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.6) ...
2022-02-14 22:55:24.421 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ...
2022-02-14 22:55:24.427 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ...
2022-02-14 22:55:24.586 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ...
2022-02-14 22:55:24.592 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:24.598 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:24.607 | Setting up dpkg-dev (1.19.7ubuntu3) ...
2022-02-14 22:55:24.618 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ...
2022-02-14 22:55:24.625 | Setting up python3-mysqldb (1.4.4-2build1) ...
2022-02-14 22:55:24.897 | Setting up libmail-sendmail-perl (0.80-1) ...
2022-02-14 22:55:24.904 | Setting up libltdl-dev:amd64 (2.4.6-14) ...
2022-02-14 22:55:24.912 | Setting up libthai0:amd64 (0.1.28-3) ...
2022-02-14 22:55:24.919 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
2022-02-14 22:55:24.932 | Setting up postgresql-client-12 (12.9-0ubuntu0.20.04.1) ...
2022-02-14 22:55:25.692 | 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
2022-02-14 22:55:25.723 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
2022-02-14 22:55:25.731 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ...
2022-02-14 22:55:25.741 | Setting up ssl-cert (1.0.39) ...
2022-02-14 22:55:26.541 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.2) ...
2022-02-14 22:55:26.620 | Setting up libjs-jquery-metadata (12-1.1) ...
2022-02-14 22:55:26.627 | Setting up postgresql-common (214ubuntu0.1) ...
2022-02-14 22:55:27.122 | Adding user postgres to group ssl-cert
2022-02-14 22:55:27.298 | 
2022-02-14 22:55:27.298 | Creating config file /etc/postgresql-common/createcluster.conf with new version
2022-02-14 22:55:27.498 | Building PostgreSQL dictionaries from installed myspell/hunspell packages...
2022-02-14 22:55:27.498 | Removing obsolete dictionary files:
2022-02-14 22:55:28.085 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service.
2022-02-14 22:55:29.223 | Setting up libcroco3:amd64 (0.6.13-1) ...
2022-02-14 22:55:29.233 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ...
2022-02-14 22:55:29.241 | Setting up pkg-config (0.29.1-0ubuntu4) ...
2022-02-14 22:55:29.331 | Setting up python3-pip (20.0.2-5ubuntu1.6) ...
2022-02-14 22:55:29.751 | Setting up dh-strip-nondeterminism (1.7.0-1) ...
2022-02-14 22:55:29.757 | Setting up libgvpr2:amd64 (2.42.2-3build2) ...
2022-02-14 22:55:29.763 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ...
2022-02-14 22:55:29.770 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ...
2022-02-14 22:55:29.776 | Setting up build-essential (12.8ubuntu1.1) ...
2022-02-14 22:55:29.782 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ...
2022-02-14 22:55:29.789 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
2022-02-14 22:55:29.795 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ...
2022-02-14 22:55:29.801 | Setting up libsm6:amd64 (2:1.2.3-1) ...
2022-02-14 22:55:29.807 | Setting up apache2-utils (2.4.41-4ubuntu3.9) ...
2022-02-14 22:55:29.813 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:55:29.825 | Setting up ipvsadm (1:1.31-1) ...
2022-02-14 22:55:30.608 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.4) ...
2022-02-14 22:55:30.615 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ...
2022-02-14 22:55:30.722 | Setting up fontconfig (2.13.1-2ubuntu3) ...
2022-02-14 22:55:32.786 | Regenerating fonts cache... done.
2022-02-14 22:55:32.789 | Setting up gettext (0.19.8.1-10build1) ...
2022-02-14 22:55:32.795 | Setting up libpcp3 (5.0.3-1) ...
2022-02-14 22:55:32.801 | Setting up libpcp-pmda3 (5.0.3-1) ...
2022-02-14 22:55:32.809 | Setting up libxslt1-dev:amd64 (1.1.34-4) ...
2022-02-14 22:55:32.814 | Setting up openssh-server (1:8.2p1-4ubuntu0.4) ...
2022-02-14 22:55:34.241 | rescue-ssh.target is a disabled or a static unit, not starting it.
2022-02-14 22:55:35.083 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ...
2022-02-14 22:55:35.135 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:35.140 | Setting up keepalived (1:2.0.19-2ubuntu0.1) ...
2022-02-14 22:55:36.135 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service.
2022-02-14 22:55:36.843 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:36.855 | Setting up libpcp-trace2 (5.0.3-1) ...
2022-02-14 22:55:36.865 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2022-02-14 22:55:36.873 | Setting up libpcp-pmda-perl (5.0.3-1) ...
2022-02-14 22:55:36.883 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ...
2022-02-14 22:55:36.891 | Setting up libpcp-gui2 (5.0.3-1) ...
2022-02-14 22:55:36.897 | Setting up apache2-bin (2.4.41-4ubuntu3.9) ...
2022-02-14 22:55:36.903 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ...
2022-02-14 22:55:36.909 | Setting up libpcp-web1 (5.0.3-1) ...
2022-02-14 22:55:36.919 | Setting up intltool-debian (0.35.0+20060710.5) ...
2022-02-14 22:55:36.925 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ...
2022-02-14 22:55:36.934 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:36.941 | Setting up python3-venv (3.8.2-0ubuntu2) ...
2022-02-14 22:55:36.961 | Setting up libpcp-mmv1 (5.0.3-1) ...
2022-02-14 22:55:36.968 | Setting up libapr1-dev (1.6.5-1ubuntu1) ...
2022-02-14 22:55:36.976 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ...
2022-02-14 22:55:36.983 | Setting up libxt6:amd64 (1:1.1.5-1) ...
2022-02-14 22:55:36.989 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ...
2022-02-14 22:55:36.995 | Setting up clang-10 (1:10.0.0-4ubuntu1) ...
2022-02-14 22:55:37.001 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2022-02-14 22:55:37.007 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ...
2022-02-14 22:55:37.013 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2022-02-14 22:55:37.019 | Setting up libpcp-import1 (5.0.3-1) ...
2022-02-14 22:55:37.024 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ...
2022-02-14 22:55:37.030 | Setting up librados2 (15.2.14-0ubuntu0.20.04.2) ...
2022-02-14 22:55:37.036 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
2022-02-14 22:55:37.041 | Setting up po-debconf (1.0.21) ...
2022-02-14 22:55:37.047 | Setting up apache2 (2.4.41-4ubuntu3.9) ...
2022-02-14 22:55:37.466 | Enabling module mpm_event.
2022-02-14 22:55:37.533 | Enabling module authz_core.
2022-02-14 22:55:37.538 | Enabling module authz_host.
2022-02-14 22:55:37.600 | Enabling module authn_core.
2022-02-14 22:55:37.606 | Enabling module auth_basic.
2022-02-14 22:55:37.675 | Enabling module access_compat.
2022-02-14 22:55:37.740 | Enabling module authn_file.
2022-02-14 22:55:37.807 | Enabling module authz_user.
2022-02-14 22:55:37.875 | Enabling module alias.
2022-02-14 22:55:37.951 | Enabling module dir.
2022-02-14 22:55:38.018 | Enabling module autoindex.
2022-02-14 22:55:38.088 | Enabling module env.
2022-02-14 22:55:38.150 | Enabling module mime.
2022-02-14 22:55:38.215 | Enabling module negotiation.
2022-02-14 22:55:38.276 | Enabling module setenvif.
2022-02-14 22:55:38.338 | Enabling module filter.
2022-02-14 22:55:38.401 | Enabling module deflate.
2022-02-14 22:55:38.462 | Enabling module status.
2022-02-14 22:55:38.526 | Enabling module reqtimeout.
2022-02-14 22:55:38.590 | Enabling conf charset.
2022-02-14 22:55:38.650 | Enabling conf localized-error-pages.
2022-02-14 22:55:38.710 | Enabling conf other-vhosts-access-log.
2022-02-14 22:55:38.773 | Enabling conf security.
2022-02-14 22:55:38.838 | Enabling conf serve-cgi-bin.
2022-02-14 22:55:38.899 | Enabling site 000-default.
2022-02-14 22:55:38.953 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common
2022-02-14 22:55:39.010 | Enabling conf javascript-common.
2022-02-14 22:55:39.273 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service.
2022-02-14 22:55:39.862 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service.
2022-02-14 22:55:42.606 | Setting up libxaw7:amd64 (2:1.0.13-1) ...
2022-02-14 22:55:42.623 | Setting up python3-pcp (5.0.3-1) ...
2022-02-14 22:55:42.945 | Setting up libgvc6 (2.42.2-3build2) ...
2022-02-14 22:55:42.976 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.2) ...
2022-02-14 22:55:42.982 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ...
2022-02-14 22:55:42.995 | Setting up libiscsi7:amd64 (1.18.0-2) ...
2022-02-14 22:55:43.005 | Setting up postgresql-server-dev-all (214ubuntu0.1) ...
2022-02-14 22:55:43.012 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ...
2022-02-14 22:55:43.021 | Setting up graphviz (2.42.2-3build2) ...
2022-02-14 22:55:43.030 | Setting up pcp (5.0.3-1) ...
2022-02-14 22:55:43.438 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service.
2022-02-14 22:55:43.878 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service.
2022-02-14 22:55:44.304 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service.
2022-02-14 22:55:44.735 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service.
2022-02-14 22:56:03.699 | Setting up qemu-utils (1:4.2-3ubuntu6.19) ...
2022-02-14 22:56:03.709 | Setting up systemd (245.4-4ubuntu3.15) ...
2022-02-14 22:56:03.716 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ...
2022-02-14 22:56:04.997 | Setting up dh-autoreconf (19) ...
2022-02-14 22:56:05.004 | Setting up systemd-timesyncd (245.4-4ubuntu3.15) ...
2022-02-14 22:56:05.949 | Setting up systemd-sysv (245.4-4ubuntu3.15) ...
2022-02-14 22:56:05.965 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.15) ...
2022-02-14 22:56:05.976 | Setting up debhelper (12.10ubuntu1) ...
2022-02-14 22:56:05.984 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ...
2022-02-14 22:56:06.354 | Setting up apache2-dev (2.4.41-4ubuntu3.9) ...
2022-02-14 22:56:06.363 | Processing triggers for mime-support (3.64ubuntu1) ...
2022-02-14 22:56:06.394 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ...
2022-02-14 22:56:06.492 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic
2022-02-14 22:56:20.542 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2022-02-14 22:56:20.567 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ...
2022-02-14 22:56:20.989 | Processing triggers for ufw (0.36-6) ...
2022-02-14 22:56:21.147 | Processing triggers for man-db (2.9.1-1) ...
2022-02-14 22:56:50.717 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
2022-02-14 22:56:50.735 | Processing triggers for install-info (6.7.0.dfsg.2-5) ...
2022-02-14 22:56:58.010 | ++ functions-common:apt_get:1234            :   result=0
2022-02-14 22:56:58.013 | ++ functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 22:56:58.015 | ++ functions-common:time_stop:2425          :   local name
2022-02-14 22:56:58.017 | ++ functions-common:time_stop:2426          :   local end_time
2022-02-14 22:56:58.019 | ++ functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:56:58.022 | ++ functions-common:time_stop:2428          :   local total
2022-02-14 22:56:58.024 | ++ functions-common:time_stop:2429          :   local start_time
2022-02-14 22:56:58.026 | ++ functions-common:time_stop:2431          :   name=apt-get
2022-02-14 22:56:58.028 | ++ functions-common:time_stop:2432          :   start_time=1644879217195
2022-02-14 22:56:58.030 | ++ functions-common:time_stop:2434          :   [[ -z 1644879217195 ]]
2022-02-14 22:56:58.033 | +++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:56:58.037 | ++ functions-common:time_stop:2437          :   end_time=1644879418035
2022-02-14 22:56:58.040 | ++ functions-common:time_stop:2438          :   elapsed_time=200840
2022-02-14 22:56:58.042 | ++ functions-common:time_stop:2439          :   total=741
2022-02-14 22:56:58.044 | ++ functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:56:58.046 | ++ functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=201581
2022-02-14 22:56:58.048 | ++ functions-common:apt_get:1238            :   return 0
2022-02-14 22:56:58.052 | ++ tools/install_prereqs.sh:source:74       :   [[ -n False ]]
2022-02-14 22:56:58.054 | ++ tools/install_prereqs.sh:source:74       :   [[ False != \F\a\l\s\e ]]
2022-02-14 22:56:58.057 | ++ tools/install_prereqs.sh:source:88       :   date +%s
2022-02-14 22:56:58.061 | ++ tools/install_prereqs.sh:source:89       :   date
2022-02-14 22:56:58.065 | + ./stack.sh:main:790                      :   [[ False != \T\r\u\e ]]
2022-02-14 22:56:58.068 | + ./stack.sh:main:791                      :   PYPI_ALTERNATIVE_URL=
2022-02-14 22:56:58.071 | + ./stack.sh:main:791                      :   /home/ubuntu/devstack/tools/install_pip.sh
2022-02-14 22:56:59.368 | + tools/install_pip.sh:main:25             :   FILES=/home/ubuntu/devstack/files
2022-02-14 22:56:59.370 | + tools/install_pip.sh:main:40             :   PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
2022-02-14 22:56:59.372 | + tools/install_pip.sh:main:41             :   PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py
2022-02-14 22:56:59.374 | + tools/install_pip.sh:main:43             :   GetDistro
2022-02-14 22:56:59.376 | + functions-common:GetDistro:446           :   GetOSVersion
2022-02-14 22:56:59.380 | + functions-common:GetOSVersion:416        :   source /etc/os-release
2022-02-14 22:56:59.382 | ++ /etc/os-release:source:1                 :   NAME=Ubuntu
2022-02-14 22:56:59.383 | ++ /etc/os-release:source:2                 :   VERSION='20.04.2 LTS (Focal Fossa)'
2022-02-14 22:56:59.385 | ++ /etc/os-release:source:3                 :   ID=ubuntu
2022-02-14 22:56:59.387 | ++ /etc/os-release:source:4                 :   ID_LIKE=debian
2022-02-14 22:56:59.388 | ++ /etc/os-release:source:5                 :   PRETTY_NAME='Ubuntu 20.04.2 LTS'
2022-02-14 22:56:59.393 | ++ /etc/os-release:source:6                 :   VERSION_ID=20.04
2022-02-14 22:56:59.396 | ++ /etc/os-release:source:7                 :   HOME_URL=https://www.ubuntu.com/
2022-02-14 22:56:59.398 | ++ /etc/os-release:source:8                 :   SUPPORT_URL=https://help.ubuntu.com/
2022-02-14 22:56:59.400 | ++ /etc/os-release:source:9                 :   BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
2022-02-14 22:56:59.402 | ++ /etc/os-release:source:10                :   PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
2022-02-14 22:56:59.404 | ++ /etc/os-release:source:11                :   VERSION_CODENAME=focal
2022-02-14 22:56:59.406 | ++ /etc/os-release:source:12                :   UBUNTU_CODENAME=focal
2022-02-14 22:56:59.408 | + functions-common:GetOSVersion:417        :   [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]]
2022-02-14 22:56:59.410 | + functions-common:GetOSVersion:422        :   _ensure_lsb_release
2022-02-14 22:56:59.412 | ++ functions-common:_ensure_lsb_release:393 :   command -v lsb_release
2022-02-14 22:56:59.416 | + functions-common:_ensure_lsb_release:393 :   [[ -x /usr/bin/lsb_release ]]
2022-02-14 22:56:59.418 | + functions-common:_ensure_lsb_release:394 :   return
2022-02-14 22:56:59.420 | ++ functions-common:GetOSVersion:424        :   lsb_release -r -s
2022-02-14 22:56:59.489 | + functions-common:GetOSVersion:424        :   os_RELEASE=20.04
2022-02-14 22:56:59.492 | ++ functions-common:GetOSVersion:425        :   lsb_release -c -s
2022-02-14 22:56:59.560 | + functions-common:GetOSVersion:425        :   os_CODENAME=focal
2022-02-14 22:56:59.562 | ++ functions-common:GetOSVersion:426        :   lsb_release -i -s
2022-02-14 22:56:59.631 | + functions-common:GetOSVersion:426        :   os_VENDOR=Ubuntu
2022-02-14 22:56:59.633 | + functions-common:GetOSVersion:429        :   [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
2022-02-14 22:56:59.635 | + functions-common:GetOSVersion:430        :   os_PACKAGE=deb
2022-02-14 22:56:59.636 | + functions-common:GetOSVersion:435        :   typeset -xr os_VENDOR
2022-02-14 22:56:59.638 | + functions-common:GetOSVersion:436        :   typeset -xr os_RELEASE
2022-02-14 22:56:59.640 | + functions-common:GetOSVersion:437        :   typeset -xr os_PACKAGE
2022-02-14 22:56:59.642 | + functions-common:GetOSVersion:438        :   typeset -xr os_CODENAME
2022-02-14 22:56:59.644 | + functions-common:GetDistro:448           :   [[ Ubuntu =~ (Ubuntu) ]]
2022-02-14 22:56:59.646 | + functions-common:GetDistro:451           :   DISTRO=focal
2022-02-14 22:56:59.648 | + functions-common:GetDistro:500           :   typeset -xr DISTRO
2022-02-14 22:56:59.650 | + tools/install_pip.sh:main:44             :   echo 'Distro: focal'
2022-02-14 22:56:59.650 | Distro: focal
2022-02-14 22:56:59.652 | + tools/install_pip.sh:main:124            :   get_versions
2022-02-14 22:56:59.655 | ++ tools/install_pip.sh:get_versions:49     :   which pip
2022-02-14 22:56:59.659 | + tools/install_pip.sh:get_versions:49     :   PIP=/usr/local/bin/pip
2022-02-14 22:56:59.660 | + tools/install_pip.sh:get_versions:50     :   [[ -n /usr/local/bin/pip ]]
2022-02-14 22:56:59.663 | ++ tools/install_pip.sh:get_versions:51     :   /usr/local/bin/pip --version
2022-02-14 22:56:59.665 | ++ tools/install_pip.sh:get_versions:51     :   awk '{ print $2}'
2022-02-14 22:57:00.234 | + tools/install_pip.sh:get_versions:51     :   PIP_VERSION=21.3.1
2022-02-14 22:57:00.236 | + tools/install_pip.sh:get_versions:52     :   echo 'pip: 21.3.1'
2022-02-14 22:57:00.237 | pip: 21.3.1
2022-02-14 22:57:00.239 | + tools/install_pip.sh:main:126            :   [[ -n '' ]]
2022-02-14 22:57:00.241 | + tools/install_pip.sh:main:130            :   is_fedora
2022-02-14 22:57:00.242 | + functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 22:57:00.244 | + functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 22:57:00.246 | + functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 22:57:00.248 | + functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 22:57:00.249 | + functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 22:57:00.251 | + functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 22:57:00.254 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 22:57:00.255 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 22:57:00.257 | + functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 22:57:00.259 | + functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 22:57:00.260 | + functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 22:57:00.262 | + tools/install_pip.sh:main:141            :   is_ubuntu
2022-02-14 22:57:00.264 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:57:00.266 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:57:00.267 | + tools/install_pip.sh:main:142            :   :
2022-02-14 22:57:00.269 | + tools/install_pip.sh:main:147            :   set -x
2022-02-14 22:57:00.271 | + tools/install_pip.sh:main:151            :   pip_install_gr setuptools
2022-02-14 22:57:00.273 | + inc/python:pip_install_gr:76             :   local name=setuptools
2022-02-14 22:57:00.275 | + inc/python:pip_install_gr:77             :   local clean_name
2022-02-14 22:57:00.277 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements setuptools
2022-02-14 22:57:00.279 | ++ inc/python:get_from_global_requirements:225 :   local package=setuptools
2022-02-14 22:57:00.281 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2022-02-14 22:57:00.284 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt
2022-02-14 22:57:00.284 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2022-02-14 22:57:00.288 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0  '
2022-02-14 22:57:00.289 | ++ inc/python:get_from_global_requirements:228 :   [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0   == '' ]]
2022-02-14 22:57:00.291 | ++ inc/python:get_from_global_requirements:231 :   echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0'
2022-02-14 22:57:00.293 | + inc/python:pip_install_gr:78             :   clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0'
2022-02-14 22:57:00.295 | + inc/python:pip_install_gr:79             :   pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0'
2022-02-14 22:57:00.312 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0
2022-02-14 22:57:00.314 | + 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 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0'
2022-02-14 22:57:01.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 22:57:01.054 |   from cryptography.utils import int_from_bytes
2022-02-14 22:57:01.054 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 22:57:01.054 |   from cryptography.utils import int_from_bytes
2022-02-14 22:57:02.244 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 22:57:04.117 | Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0
2022-02-14 22:57:04.131 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/43a/5575eea6d3459/setuptools-60.8.2-py3-none-any.whl (1.1 MB)
2022-02-14 22:57:05.812 | Installing collected packages: setuptools
2022-02-14 22:57:06.556 | Successfully installed setuptools-60.8.2
2022-02-14 22:57:06.556 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 22:57:06.733 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 22:57:06.733 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 22:57:06.866 | + inc/python:pip_install:200               :   result=0
2022-02-14 22:57:06.868 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 22:57:06.869 | + functions-common:time_stop:2425          :   local name
2022-02-14 22:57:06.871 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 22:57:06.873 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:57:06.875 | + functions-common:time_stop:2428          :   local total
2022-02-14 22:57:06.876 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 22:57:06.879 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 22:57:06.881 | + functions-common:time_stop:2432          :   start_time=1644879420308
2022-02-14 22:57:06.882 | + functions-common:time_stop:2434          :   [[ -z 1644879420308 ]]
2022-02-14 22:57:06.884 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:57:06.887 | + functions-common:time_stop:2437          :   end_time=1644879426885
2022-02-14 22:57:06.889 | + functions-common:time_stop:2438          :   elapsed_time=6577
2022-02-14 22:57:06.891 | + functions-common:time_stop:2439          :   total=0
2022-02-14 22:57:06.892 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:57:06.894 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=6577
2022-02-14 22:57:06.896 | + inc/python:pip_install:203               :   return 0
2022-02-14 22:57:06.898 | + tools/install_pip.sh:main:153            :   get_versions
2022-02-14 22:57:06.900 | ++ tools/install_pip.sh:get_versions:49     :   which pip
2022-02-14 22:57:06.904 | + tools/install_pip.sh:get_versions:49     :   PIP=/usr/local/bin/pip
2022-02-14 22:57:06.905 | + tools/install_pip.sh:get_versions:50     :   [[ -n /usr/local/bin/pip ]]
2022-02-14 22:57:06.908 | ++ tools/install_pip.sh:get_versions:51     :   awk '{ print $2}'
2022-02-14 22:57:06.909 | ++ tools/install_pip.sh:get_versions:51     :   /usr/local/bin/pip --version
2022-02-14 22:57:07.496 | + tools/install_pip.sh:get_versions:51     :   PIP_VERSION=21.3.1
2022-02-14 22:57:07.498 | + tools/install_pip.sh:get_versions:52     :   echo 'pip: 21.3.1'
2022-02-14 22:57:07.498 | pip: 21.3.1
2022-02-14 22:57:07.501 | + ./stack.sh:main:795                      :   source /home/ubuntu/devstack/tools/fixup_stuff.sh
2022-02-14 22:57:07.505 | ++ tools/fixup_stuff.sh:source:12           :   [[ -z /home/ubuntu/devstack ]]
2022-02-14 22:57:07.508 | + ./stack.sh:main:796                      :   fixup_all
2022-02-14 22:57:07.510 | + tools/fixup_stuff.sh:fixup_all:180       :   fixup_ubuntu
2022-02-14 22:57:07.512 | + tools/fixup_stuff.sh:fixup_ubuntu:141    :   is_ubuntu
2022-02-14 22:57:07.514 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:57:07.516 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:57:07.519 | + tools/fixup_stuff.sh:fixup_ubuntu:151    :   sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info
2022-02-14 22:57:07.531 | + tools/fixup_stuff.sh:fixup_ubuntu:152    :   sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info'
2022-02-14 22:57:07.542 | + tools/fixup_stuff.sh:fixup_ubuntu:153    :   sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info'
2022-02-14 22:57:07.553 | + tools/fixup_stuff.sh:fixup_all:181       :   fixup_fedora
2022-02-14 22:57:07.556 | + tools/fixup_stuff.sh:fixup_fedora:33     :   is_fedora
2022-02-14 22:57:07.559 | + functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 22:57:07.561 | + functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 22:57:07.563 | + functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 22:57:07.565 | + functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 22:57:07.567 | + functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 22:57:07.569 | + functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 22:57:07.572 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 22:57:07.574 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 22:57:07.576 | + functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 22:57:07.579 | + functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 22:57:07.582 | + functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 22:57:07.586 | + tools/fixup_stuff.sh:fixup_fedora:34     :   return
2022-02-14 22:57:07.588 | + tools/fixup_stuff.sh:fixup_all:182       :   fixup_suse
2022-02-14 22:57:07.590 | + tools/fixup_stuff.sh:fixup_suse:94       :   is_suse
2022-02-14 22:57:07.592 | + functions-common:is_suse:542             :   is_opensuse
2022-02-14 22:57:07.595 | + functions-common:is_opensuse:549         :   [[ -z Ubuntu ]]
2022-02-14 22:57:07.603 | + functions-common:is_opensuse:553         :   [[ Ubuntu =~ (openSUSE) ]]
2022-02-14 22:57:07.605 | + functions-common:is_suse:542             :   is_suse_linux_enterprise
2022-02-14 22:57:07.607 | + functions-common:is_suse_linux_enterprise:561 :   [[ -z Ubuntu ]]
2022-02-14 22:57:07.609 | + functions-common:is_suse_linux_enterprise:565 :   [[ Ubuntu =~ (^SUSE) ]]
2022-02-14 22:57:07.612 | + tools/fixup_stuff.sh:fixup_suse:95       :   return
2022-02-14 22:57:07.614 | + tools/fixup_stuff.sh:fixup_all:183       :   fixup_openeuler
2022-02-14 22:57:07.616 | + tools/fixup_stuff.sh:fixup_openeuler:157 :   is_openeuler
2022-02-14 22:57:07.618 | + functions-common:is_openeuler:580        :   [[ -z deb ]]
2022-02-14 22:57:07.621 | + functions-common:is_openeuler:583        :   '[' Ubuntu = openEuler ']'
2022-02-14 22:57:07.624 | + tools/fixup_stuff.sh:fixup_openeuler:158 :   return
2022-02-14 22:57:07.626 | + ./stack.sh:main:799                      :   pip_install -U os-testr
2022-02-14 22:57:07.648 | Using python 3.8 to install os-testr
2022-02-14 22:57:07.650 | + 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
2022-02-14 22:57:08.392 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 22:57:08.392 |   from cryptography.utils import int_from_bytes
2022-02-14 22:57:08.392 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 22:57:08.392 |   from cryptography.utils import int_from_bytes
2022-02-14 22:57:09.518 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 22:57:09.614 | Collecting os-testr
2022-02-14 22:57:09.622 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB)
2022-02-14 22:57:09.636 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0)
2022-02-14 22:57:09.637 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.8.1)
2022-02-14 22:57:09.682 | Collecting python-subunit>=1.0.0
2022-02-14 22:57:09.691 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB)
2022-02-14 22:57:09.740 | Collecting stestr>=1.0.0
2022-02-14 22:57:09.748 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/6fb51cf281ac7/stestr-3.2.1-py3-none-any.whl (125 kB)
2022-02-14 22:57:09.769 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0)
2022-02-14 22:57:09.795 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.2)
2022-02-14 22:57:09.796 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (6.0)
2022-02-14 22:57:09.840 | Collecting future
2022-02-14 22:57:09.847 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB)
2022-02-14 22:57:10.063 |   Preparing metadata (setup.py): started
2022-02-14 22:57:10.772 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 22:57:10.776 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.10.0)
2022-02-14 22:57:10.778 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0)
2022-02-14 22:57:10.808 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.5.0)
2022-02-14 22:57:10.809 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.7)
2022-02-14 22:57:10.810 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.5.0)
2022-02-14 22:57:10.811 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.3.3)
2022-02-14 22:57:10.812 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.0)
2022-02-14 22:57:10.825 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0)
2022-02-14 22:57:10.895 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5)
2022-02-14 22:57:10.896 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.4.0)
2022-02-14 22:57:10.897 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2)
2022-02-14 22:57:11.005 | Building wheels for collected packages: future
2022-02-14 22:57:11.006 |   Building wheel for future (setup.py): started
2022-02-14 22:57:12.026 |   Building wheel for future (setup.py): finished with status 'done'
2022-02-14 22:57:12.030 |   Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=1dbfc1a7f707ebbefad1238f696bba9b1456a81381b94673bab5a4d9585cde68
2022-02-14 22:57:12.031 |   Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f
2022-02-14 22:57:12.037 | Successfully built future
2022-02-14 22:57:13.476 | Installing collected packages: python-subunit, future, stestr, os-testr
2022-02-14 22:57:14.339 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.1
2022-02-14 22:57:14.339 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 22:57:14.345 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 22:57:14.345 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 22:57:14.489 | + inc/python:pip_install:200               :   result=0
2022-02-14 22:57:14.492 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 22:57:14.494 | + functions-common:time_stop:2425          :   local name
2022-02-14 22:57:14.496 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 22:57:14.498 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:57:14.500 | + functions-common:time_stop:2428          :   local total
2022-02-14 22:57:14.502 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 22:57:14.504 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 22:57:14.507 | + functions-common:time_stop:2432          :   start_time=1644879427642
2022-02-14 22:57:14.509 | + functions-common:time_stop:2434          :   [[ -z 1644879427642 ]]
2022-02-14 22:57:14.511 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:57:14.515 | + functions-common:time_stop:2437          :   end_time=1644879434513
2022-02-14 22:57:14.517 | + functions-common:time_stop:2438          :   elapsed_time=6871
2022-02-14 22:57:14.520 | + functions-common:time_stop:2439          :   total=0
2022-02-14 22:57:14.522 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:57:14.524 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=6871
2022-02-14 22:57:14.527 | + inc/python:pip_install:203               :   return 0
2022-02-14 22:57:14.530 | + ./stack.sh:main:803                      :   iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0
2022-02-14 22:57:14.584 | + ./stack.sh:main:804                      :   sudo systemctl restart systemd-journald
2022-02-14 22:57:14.683 | + ./stack.sh:main:810                      :   install_infra
2022-02-14 22:57:14.686 | + lib/infra:install_infra:31               :   local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2022-02-14 22:57:14.688 | + lib/infra:install_infra:32               :   '[' '!' -d /opt/stack/requirements/.venv ']'
2022-02-14 22:57:14.692 | + lib/infra:install_infra:32               :   python3 -m venv /opt/stack/requirements/.venv
2022-02-14 22:57:17.972 | + lib/infra:install_infra:34               :   PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2022-02-14 22:57:17.974 | + lib/infra:install_infra:34               :   pip_install -U pbr
2022-02-14 22:57:17.998 | + 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
2022-02-14 22:57:19.926 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:19.975 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.054 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.063 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.087 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.091 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.109 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.136 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.149 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.211 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.290 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.306 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.337 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.346 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.360 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.379 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.391 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.404 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.414 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.452 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.474 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.483 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.547 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.550 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.554 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.594 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.632 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.649 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.666 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.686 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.705 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.722 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.751 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.782 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.809 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.821 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.839 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.867 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.874 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.878 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:20.881 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 22:57:21.031 | Collecting pbr===5.8.1
2022-02-14 22:57:21.038 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB)
2022-02-14 22:57:21.078 | Installing collected packages: pbr
2022-02-14 22:57:21.225 | Successfully installed pbr-5.8.1
2022-02-14 22:57:21.291 | + inc/python:pip_install:200               :   result=0
2022-02-14 22:57:21.294 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 22:57:21.296 | + functions-common:time_stop:2425          :   local name
2022-02-14 22:57:21.298 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 22:57:21.301 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:57:21.303 | + functions-common:time_stop:2428          :   local total
2022-02-14 22:57:21.305 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 22:57:21.307 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 22:57:21.309 | + functions-common:time_stop:2432          :   start_time=1644879437989
2022-02-14 22:57:21.312 | + functions-common:time_stop:2434          :   [[ -z 1644879437989 ]]
2022-02-14 22:57:21.315 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:57:21.319 | + functions-common:time_stop:2437          :   end_time=1644879441316
2022-02-14 22:57:21.321 | + functions-common:time_stop:2438          :   elapsed_time=3327
2022-02-14 22:57:21.323 | + functions-common:time_stop:2439          :   total=6871
2022-02-14 22:57:21.325 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:57:21.328 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=10198
2022-02-14 22:57:21.330 | + inc/python:pip_install:203               :   return 0
2022-02-14 22:57:21.332 | + lib/infra:install_infra:35               :   PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2022-02-14 22:57:21.335 | + lib/infra:install_infra:35               :   pip_install /opt/stack/requirements
2022-02-14 22:57:21.359 | + 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
2022-02-14 22:57:23.296 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.341 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.415 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.423 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.446 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.450 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.467 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.494 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.504 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.563 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.639 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.655 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.686 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.694 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.708 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.725 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.738 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.751 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.760 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.797 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.818 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.827 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.888 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.891 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.895 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.935 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.973 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:23.989 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.005 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.025 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.042 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.061 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.089 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.119 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.145 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.156 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.173 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.200 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.207 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.212 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment
2022-02-14 22:57:24.215 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 22:57:24.217 | Processing /opt/stack/requirements
2022-02-14 22:57:25.638 | Collecting fixtures===3.0.0
2022-02-14 22:57:25.645 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB)
2022-02-14 22:57:25.866 | Collecting PyYAML===6.0
2022-02-14 22:57:25.873 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/277/a0ef2981ca405/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB)
2022-02-14 22:57:26.051 | Collecting requests===2.27.1
2022-02-14 22:57:26.058 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63 kB)
2022-02-14 22:57:26.152 | Collecting packaging===21.3
2022-02-14 22:57:26.159 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB)
2022-02-14 22:57:26.224 | Collecting testtools===2.5.0
2022-02-14 22:57:26.230 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB)
2022-02-14 22:57:26.312 | Collecting idna===3.3
2022-02-14 22:57:26.318 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB)
2022-02-14 22:57:26.454 | Collecting pyparsing===3.0.7
2022-02-14 22:57:26.461 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB)
2022-02-14 22:57:26.518 | Collecting six===1.16.0
2022-02-14 22:57:26.524 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB)
2022-02-14 22:57:26.581 | Collecting charset-normalizer===2.0.12
2022-02-14 22:57:26.589 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
2022-02-14 22:57:26.623 | Collecting Parsley>=1.2
2022-02-14 22:57:26.629 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB)
2022-02-14 22:57:26.675 | Collecting beagle>=0.2.1
2022-02-14 22:57:26.680 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB)
2022-02-14 22:57:26.707 | Requirement already satisfied: pbr===5.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.8.1)
2022-02-14 22:57:26.775 | Collecting certifi>=2017.4.17
2022-02-14 22:57:26.781 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
2022-02-14 22:57:26.867 | Collecting urllib3===1.26.8
2022-02-14 22:57:26.873 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/000/ca7f471a233c2/urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
2022-02-14 22:57:26.936 | Collecting extras===1.0.0
2022-02-14 22:57:26.942 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB)
2022-02-14 22:57:27.028 | Collecting cliff===3.10.0
2022-02-14 22:57:27.037 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/86c/e931944c56a86/cliff-3.10.0-py3-none-any.whl (80 kB)
2022-02-14 22:57:27.113 | Collecting prettytable===3.0.0
2022-02-14 22:57:27.119 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d55/bc2547611bd8c/prettytable-3.0.0-py3-none-any.whl (24 kB)
2022-02-14 22:57:27.208 | Collecting stevedore===3.5.0
2022-02-14 22:57:27.214 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a54/7de73308fd7e9/stevedore-3.5.0-py3-none-any.whl (49 kB)
2022-02-14 22:57:27.270 | Collecting autopage===0.5.0
2022-02-14 22:57:27.276 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/572/32860f28a1867/autopage-0.5.0-py3-none-any.whl (29 kB)
2022-02-14 22:57:27.422 | Collecting cmd2===2.3.3
2022-02-14 22:57:27.429 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/871/713244c1f31de/cmd2-2.3.3-py3-none-any.whl (149 kB)
2022-02-14 22:57:27.530 | Collecting wcwidth===0.2.5
2022-02-14 22:57:27.537 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
2022-02-14 22:57:27.589 | Collecting pyperclip===1.8.2
2022-02-14 22:57:27.595 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB)
2022-02-14 22:57:27.646 | Collecting attrs===21.4.0
2022-02-14 22:57:27.652 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2d2/7e3784d7a565d/attrs-21.4.0-py2.py3-none-any.whl (60 kB)
2022-02-14 22:57:27.732 | Building wheels for collected packages: openstack-requirements
2022-02-14 22:57:27.733 |   Building wheel for openstack-requirements (setup.py): started
2022-02-14 22:57:28.551 |   Building wheel for openstack-requirements (setup.py): finished with status 'error'
2022-02-14 22:57:28.551 |   ERROR: Command errored out with exit status 1:
2022-02-14 22:57:28.551 |    command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-p5kkxotu/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-p5kkxotu/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-0aliv5y7
2022-02-14 22:57:28.551 |        cwd: /tmp/pip-req-build-p5kkxotu/
2022-02-14 22:57:28.551 |   Complete output (6 lines):
2022-02-14 22:57:28.551 |   usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
2022-02-14 22:57:28.551 |      or: setup.py --help [cmd1 cmd2 ...]
2022-02-14 22:57:28.551 |      or: setup.py --help-commands
2022-02-14 22:57:28.551 |      or: setup.py cmd --help
2022-02-14 22:57:28.551 |   
2022-02-14 22:57:28.551 |   error: invalid command 'bdist_wheel'
2022-02-14 22:57:28.551 |   ----------------------------------------
2022-02-14 22:57:28.551 |   ERROR: Failed building wheel for openstack-requirements
2022-02-14 22:57:28.551 |   Running setup.py clean for openstack-requirements
2022-02-14 22:57:29.379 | Failed to build openstack-requirements
2022-02-14 22:57:29.655 | Installing collected packages: attrs, six, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, certifi, charset-normalizer, idna, requests, stevedore, autopage, pyparsing, pyperclip, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements
2022-02-14 22:57:31.566 |     Running setup.py install for openstack-requirements: started
2022-02-14 22:57:33.850 |     Running setup.py install for openstack-requirements: finished with status 'done'
2022-02-14 22:57:33.883 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-21.4.0 autopage-0.5.0 beagle-0.3.0 certifi-2021.10.8 charset-normalizer-2.0.12 cliff-3.10.0 cmd2-2.3.3 extras-1.0.0 fixtures-3.0.0 idna-3.3 openstack-requirements-1.2.1.dev5197 packaging-21.3 prettytable-3.0.0 pyparsing-3.0.7 pyperclip-1.8.2 requests-2.27.1 six-1.16.0 stevedore-3.5.0 testtools-2.5.0 urllib3-1.26.8 wcwidth-0.2.5
2022-02-14 22:57:34.024 | + inc/python:pip_install:200               :   result=0
2022-02-14 22:57:34.026 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 22:57:34.028 | + functions-common:time_stop:2425          :   local name
2022-02-14 22:57:34.030 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 22:57:34.033 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:57:34.035 | + functions-common:time_stop:2428          :   local total
2022-02-14 22:57:34.037 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 22:57:34.039 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 22:57:34.041 | + functions-common:time_stop:2432          :   start_time=1644879441351
2022-02-14 22:57:34.043 | + functions-common:time_stop:2434          :   [[ -z 1644879441351 ]]
2022-02-14 22:57:34.046 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:57:34.050 | + functions-common:time_stop:2437          :   end_time=1644879454048
2022-02-14 22:57:34.053 | + functions-common:time_stop:2438          :   elapsed_time=12697
2022-02-14 22:57:34.056 | + functions-common:time_stop:2439          :   total=10198
2022-02-14 22:57:34.058 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:57:34.060 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=22895
2022-02-14 22:57:34.062 | + inc/python:pip_install:203               :   return 0
2022-02-14 22:57:34.065 | + lib/infra:install_infra:39               :   unset PIP_VIRTUAL_ENV
2022-02-14 22:57:34.068 | + lib/infra:install_infra:42               :   use_library_from_git pbr
2022-02-14 22:57:34.070 | + inc/python:use_library_from_git:250      :   local name=pbr
2022-02-14 22:57:34.073 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 22:57:34.075 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 22:57:34.078 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,pbr, ]]
2022-02-14 22:57:34.080 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 22:57:34.083 | + lib/infra:install_infra:48               :   pip_install -U pbr
2022-02-14 22:57:34.104 | Using python 3.8 to install pbr
2022-02-14 22:57:34.106 | + 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
2022-02-14 22:57:34.850 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 22:57:34.850 |   from cryptography.utils import int_from_bytes
2022-02-14 22:57:34.850 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 22:57:34.850 |   from cryptography.utils import int_from_bytes
2022-02-14 22:57:36.104 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 22:57:36.132 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.8.1)
2022-02-14 22:57:37.909 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 22:57:37.914 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 22:57:37.914 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 22:57:38.039 | + inc/python:pip_install:200               :   result=0
2022-02-14 22:57:38.041 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 22:57:38.043 | + functions-common:time_stop:2425          :   local name
2022-02-14 22:57:38.045 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 22:57:38.048 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:57:38.050 | + functions-common:time_stop:2428          :   local total
2022-02-14 22:57:38.052 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 22:57:38.055 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 22:57:38.057 | + functions-common:time_stop:2432          :   start_time=1644879454098
2022-02-14 22:57:38.059 | + functions-common:time_stop:2434          :   [[ -z 1644879454098 ]]
2022-02-14 22:57:38.062 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:57:38.066 | + functions-common:time_stop:2437          :   end_time=1644879458064
2022-02-14 22:57:38.068 | + functions-common:time_stop:2438          :   elapsed_time=3966
2022-02-14 22:57:38.070 | + functions-common:time_stop:2439          :   total=22895
2022-02-14 22:57:38.072 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:57:38.075 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=26861
2022-02-14 22:57:38.077 | + inc/python:pip_install:203               :   return 0
2022-02-14 22:57:38.080 | + ./stack.sh:main:813                      :   python3 -m venv /opt/stack/bindep-venv
2022-02-14 22:57:41.310 | + ./stack.sh:main:815                      :   /opt/stack/bindep-venv/bin/pip install bindep
2022-02-14 22:57:43.169 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 22:57:43.250 | Collecting bindep
2022-02-14 22:57:43.257 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81f/df1ef59c504c3/bindep-2.10.2-py2.py3-none-any.whl (33 kB)
2022-02-14 22:57:43.363 | Collecting packaging; python_version >= "3.6"
2022-02-14 22:57:43.370 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB)
2022-02-14 22:57:43.405 | Collecting Parsley
2022-02-14 22:57:43.415 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB)
2022-02-14 22:57:43.569 | Collecting pbr>=2.0.0
2022-02-14 22:57:43.575 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB)
2022-02-14 22:57:43.647 | Collecting distro
2022-02-14 22:57:43.653 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB)
2022-02-14 22:57:43.821 | Collecting pyparsing!=3.0.5,>=2.0.2
2022-02-14 22:57:43.827 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB)
2022-02-14 22:57:43.877 | Installing collected packages: pyparsing, packaging, Parsley, pbr, distro, bindep
2022-02-14 22:57:44.466 | Successfully installed Parsley-1.3 bindep-2.10.2 distro-1.6.0 packaging-21.3 pbr-5.8.1 pyparsing-3.0.7
2022-02-14 22:57:44.543 | + ./stack.sh:main:816                      :   export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep
2022-02-14 22:57:44.546 | + ./stack.sh:main:816                      :   BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep
2022-02-14 22:57:44.549 | ++ ./stack.sh:main:819                      :   _get_plugin_bindep_packages
2022-02-14 22:57:44.566 | + ./stack.sh:main:819                      :   pkgs=
2022-02-14 22:57:44.569 | + ./stack.sh:main:820                      :   [[ -n '' ]]
2022-02-14 22:57:44.572 | + ./stack.sh:main:827                      :   run_phase stack pre-install
2022-02-14 22:57:44.574 | + functions-common:run_phase:1853          :   local mode=stack
2022-02-14 22:57:44.576 | + functions-common:run_phase:1854          :   local phase=pre-install
2022-02-14 22:57:44.579 | + functions-common:run_phase:1855          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2022-02-14 22:57:44.581 | + functions-common:run_phase:1856          :   local extra_plugin_file_name
2022-02-14 22:57:44.584 | + functions-common:run_phase:1857          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2022-02-14 22:57:44.587 | + functions-common:run_phase:1862          :   local exceptions=80-tempest.sh
2022-02-14 22:57:44.589 | + functions-common:run_phase:1863          :   local extra
2022-02-14 22:57:44.592 | ++ functions-common:run_phase:1864          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2022-02-14 22:57:44.596 | + functions-common:run_phase:1864          :   extra=80-tempest.sh
2022-02-14 22:57:44.599 | + functions-common:run_phase:1865          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2022-02-14 22:57:44.601 | + functions-common:run_phase:1869          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2022-02-14 22:57:44.604 | + functions-common:run_phase:1869          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install
2022-02-14 22:57:44.607 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2022-02-14 22:57:44.622 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 22:57:44.624 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 22:57:44.626 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2022-02-14 22:57:44.628 | ++ extras.d/80-tempest.sh:source:7          :   [[ pre-install == \i\n\s\t\a\l\l ]]
2022-02-14 22:57:44.630 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 22:57:44.632 | ++ extras.d/80-tempest.sh:source:10         :   [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]]
2022-02-14 22:57:44.635 | ++ extras.d/80-tempest.sh:source:13         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 22:57:44.637 | ++ extras.d/80-tempest.sh:source:13         :   [[ pre-install == \e\x\t\r\a ]]
2022-02-14 22:57:44.639 | ++ extras.d/80-tempest.sh:source:16         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 22:57:44.643 | ++ extras.d/80-tempest.sh:source:16         :   [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]]
2022-02-14 22:57:44.646 | ++ extras.d/80-tempest.sh:source:19         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 22:57:44.648 | ++ extras.d/80-tempest.sh:source:19         :   [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]]
2022-02-14 22:57:44.652 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 22:57:44.654 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2022-02-14 22:57:44.656 | + functions-common:run_phase:1874          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 22:57:44.658 | + functions-common:run_phase:1877          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2022-02-14 22:57:44.661 | + functions-common:run_phase:1880          :   run_plugins stack pre-install
2022-02-14 22:57:44.663 | + functions-common:run_plugins:1839        :   local mode=stack
2022-02-14 22:57:44.666 | + functions-common:run_plugins:1840        :   local phase=pre-install
2022-02-14 22:57:44.668 | + functions-common:run_plugins:1842        :   local plugins=,devstack-plugin-ceph
2022-02-14 22:57:44.670 | + functions-common:run_plugins:1843        :   local plugin
2022-02-14 22:57:44.672 | + functions-common:run_plugins:1844        :   for plugin in ${plugins//,/ }
2022-02-14 22:57:44.675 | + functions-common:run_plugins:1845        :   local dir=/opt/stack/devstack-plugin-ceph
2022-02-14 22:57:44.677 | + functions-common:run_plugins:1846        :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/plugin.sh ]]
2022-02-14 22:57:44.680 | + functions-common:run_plugins:1847        :   source /opt/stack/devstack-plugin-ceph/devstack/plugin.sh stack pre-install
2022-02-14 22:57:44.683 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:3 :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 22:57:44.685 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 22:57:44.688 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ pre-install == \p\r\e\-\i\n\s\t\a\l\l ]]
2022-02-14 22:57:44.691 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:7 :   [[ False = \T\r\u\e ]]
2022-02-14 22:57:44.693 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:12 :   echo_summary 'Installing Ceph'
2022-02-14 22:57:44.695 | ++ ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 22:57:44.697 | ++ ./stack.sh:echo_summary:446              :   echo -e Installing Ceph
2022-02-14 22:57:44.700 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:13 :   check_os_support_ceph
2022-02-14 22:57:44.702 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:check_os_support_ceph:273 :   [[ ! focal =~ (focal|bionic|xenial|f31|f32|f33|f34|rhel8) ]]
2022-02-14 22:57:44.705 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:check_os_support_ceph:286 :   [[ ! systemd == \s\y\s\t\e\m\d ]]
2022-02-14 22:57:44.707 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:14 :   '[' False = False ']'
2022-02-14 22:57:44.709 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:15 :   '[' False = True ']'
2022-02-14 22:57:44.713 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:19 :   install_ceph
2022-02-14 22:57:44.716 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1104 :   is_ubuntu
2022-02-14 22:57:44.719 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:57:44.721 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:57:44.724 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1105 :   [[ focal =~ (focal|xenial|bionic) ]]
2022-02-14 22:57:44.726 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1110 :   install_package software-properties-common
2022-02-14 22:57:44.729 | ++ functions-common:install_package:1463    :   update_package_repo
2022-02-14 22:57:44.731 | ++ functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 22:57:44.733 | ++ functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 22:57:44.735 | ++ functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 22:57:44.737 | ++ functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 22:57:44.739 | ++ functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 22:57:44.742 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:57:44.744 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:57:44.746 | ++ functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 22:57:44.749 | ++ functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 22:57:44.751 | ++ functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 22:57:44.754 | ++ functions-common:apt_get_update:1190     :   return
2022-02-14 22:57:44.756 | ++ functions-common:install_package:1464    :   real_install_package software-properties-common
2022-02-14 22:57:44.759 | ++ functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 22:57:44.761 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:57:44.764 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:57:44.767 | ++ functions-common:real_install_package:1450 :   apt_get install software-properties-common
2022-02-14 22:57:44.790 | ++ functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common
2022-02-14 22:57:44.911 | Reading package lists...
2022-02-14 22:57:45.169 | Building dependency tree...
2022-02-14 22:57:45.170 | Reading state information...
2022-02-14 22:57:45.461 | The following packages were automatically installed and are no longer required:
2022-02-14 22:57:45.462 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2022-02-14 22:57:45.462 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2022-02-14 22:57:45.463 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2022-02-14 22:57:45.463 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2022-02-14 22:57:45.463 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 22:57:45.463 |   python3-zope.interface
2022-02-14 22:57:45.463 | Use 'sudo apt autoremove' to remove them.
2022-02-14 22:57:45.464 | The following additional packages will be installed:
2022-02-14 22:57:45.464 |   python3-software-properties
2022-02-14 22:57:45.537 | The following packages will be upgraded:
2022-02-14 22:57:45.537 |   python3-software-properties software-properties-common
2022-02-14 22:57:45.784 | 2 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 22:57:45.784 | Need to get 35.5 kB of archives.
2022-02-14 22:57:45.784 | After this operation, 0 B of additional disk space will be used.
2022-02-14 22:57:45.784 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.8 [10.6 kB]
2022-02-14 22:57:45.896 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.8 [24.9 kB]
2022-02-14 22:57:46.507 | Fetched 35.5 kB in 0s (86.8 kB/s)
2022-02-14 22:57:46.588 | (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 ... 81557 files and directories currently installed.)
2022-02-14 22:57:46.592 | Preparing to unpack .../software-properties-common_0.99.9.8_all.deb ...
2022-02-14 22:57:46.722 | Unpacking software-properties-common (0.99.9.8) over (0.98.9.4) ...
2022-02-14 22:57:46.791 | Preparing to unpack .../python3-software-properties_0.99.9.8_all.deb ...
2022-02-14 22:57:46.923 | Unpacking python3-software-properties (0.99.9.8) over (0.98.9.4) ...
2022-02-14 22:57:46.985 | Setting up python3-software-properties (0.99.9.8) ...
2022-02-14 22:57:47.255 | Setting up software-properties-common (0.99.9.8) ...
2022-02-14 22:57:47.515 | Processing triggers for man-db (2.9.1-1) ...
2022-02-14 22:57:47.908 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
2022-02-14 22:57:54.870 | ++ functions-common:apt_get:1234            :   result=0
2022-02-14 22:57:54.872 | ++ functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 22:57:54.875 | ++ functions-common:time_stop:2425          :   local name
2022-02-14 22:57:54.877 | ++ functions-common:time_stop:2426          :   local end_time
2022-02-14 22:57:54.879 | ++ functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 22:57:54.881 | ++ functions-common:time_stop:2428          :   local total
2022-02-14 22:57:54.883 | ++ functions-common:time_stop:2429          :   local start_time
2022-02-14 22:57:54.885 | ++ functions-common:time_stop:2431          :   name=apt-get
2022-02-14 22:57:54.887 | ++ functions-common:time_stop:2432          :   start_time=1644879464786
2022-02-14 22:57:54.889 | ++ functions-common:time_stop:2434          :   [[ -z 1644879464786 ]]
2022-02-14 22:57:54.892 | +++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 22:57:54.896 | ++ functions-common:time_stop:2437          :   end_time=1644879474894
2022-02-14 22:57:54.898 | ++ functions-common:time_stop:2438          :   elapsed_time=10108
2022-02-14 22:57:54.900 | ++ functions-common:time_stop:2439          :   total=201581
2022-02-14 22:57:54.902 | ++ functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 22:57:54.904 | ++ functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=211689
2022-02-14 22:57:54.907 | ++ functions-common:apt_get:1238            :   return 0
2022-02-14 22:57:54.910 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1112 :   configure_repo_ceph apt-get pacific focal
2022-02-14 22:57:54.912 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:984 :   local package_manager=apt-get
2022-02-14 22:57:54.914 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:985 :   local ceph_release=pacific
2022-02-14 22:57:54.916 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:986 :   local distro_release=focal
2022-02-14 22:57:54.918 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:988 :   is_ubuntu
2022-02-14 22:57:54.920 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:57:54.923 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:57:54.925 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:989 :   [[ False == \T\r\u\e ]]
2022-02-14 22:57:54.928 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:993 :   wget -q -O- https://download.ceph.com/keys/release.asc
2022-02-14 22:57:54.928 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:993 :   sudo apt-key add -
2022-02-14 22:57:55.052 | Warning: apt-key output should not be parsed (stdout is not a terminal)
2022-02-14 22:57:55.828 | OK
2022-02-14 22:57:55.842 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:994 :   sudo apt-add-repository -y 'deb https://download.ceph.com/debian-pacific/ focal main'
2022-02-14 22:57:56.996 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease
2022-02-14 22:57:57.030 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease
2022-02-14 22:57:57.075 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease
2022-02-14 22:57:57.206 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
2022-02-14 22:57:57.628 | Get:5 https://download.ceph.com/debian-pacific focal InRelease [8,571 B]
2022-02-14 22:57:57.873 | Get:6 https://download.ceph.com/debian-pacific focal/main amd64 Packages [17.2 kB]
2022-02-14 22:58:06.833 | Fetched 25.8 kB in 1s (25.4 kB/s)
2022-02-14 22:58:08.512 | Reading package lists...
2022-02-14 22:58:08.544 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:996 :   sudo apt-get -y update
2022-02-14 22:58:08.768 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease
2022-02-14 22:58:08.768 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
2022-02-14 22:58:08.820 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease
2022-02-14 22:58:08.862 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease
2022-02-14 22:58:09.190 | Hit:5 https://download.ceph.com/debian-pacific focal InRelease
2022-02-14 22:58:11.246 | Reading package lists...
2022-02-14 22:58:11.278 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1114 :   CEPH_PACKAGES='ceph libnss3-tools'
2022-02-14 22:58:11.280 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1115 :   python3_enabled
2022-02-14 22:58:11.283 | ++ inc/python:python3_enabled:456           :   return 0
2022-02-14 22:58:11.285 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1116 :   CEPH_PACKAGES='ceph libnss3-tools python3-rados python3-rbd'
2022-02-14 22:58:11.288 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1119 :   is_ceph_enabled_for_service manila
2022-02-14 22:58:11.291 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 22:58:11.293 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 22:58:11.296 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=manila
2022-02-14 22:58:11.299 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo manila
2022-02-14 22:58:11.300 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 22:58:11.301 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 22:58:11.305 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_MANILA
2022-02-14 22:58:11.308 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_MANILA'
2022-02-14 22:58:11.311 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo True
2022-02-14 22:58:11.314 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=True
2022-02-14 22:58:11.316 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled manila
2022-02-14 22:58:11.336 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 22:58:11.339 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 22:58:11.341 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1123 :   '[' False = True ']'
2022-02-14 22:58:11.344 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1127 :   '[' '' = True ']'
2022-02-14 22:58:11.347 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1137 :   install_package ceph libnss3-tools python3-rados python3-rbd
2022-02-14 22:58:11.350 | ++ functions-common:install_package:1463    :   update_package_repo
2022-02-14 22:58:11.353 | ++ functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 22:58:11.355 | ++ functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 22:58:11.358 | ++ functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 22:58:11.360 | ++ functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 22:58:11.363 | ++ functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 22:58:11.366 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:58:11.368 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:58:11.371 | ++ functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 22:58:11.373 | ++ functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 22:58:11.375 | ++ functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 22:58:11.378 | ++ functions-common:apt_get_update:1190     :   return
2022-02-14 22:58:11.381 | ++ functions-common:install_package:1464    :   real_install_package ceph libnss3-tools python3-rados python3-rbd
2022-02-14 22:58:11.383 | ++ functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 22:58:11.386 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 22:58:11.388 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 22:58:11.391 | ++ functions-common:real_install_package:1450 :   apt_get install ceph libnss3-tools python3-rados python3-rbd
2022-02-14 22:58:11.416 | ++ functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install ceph libnss3-tools python3-rados python3-rbd
2022-02-14 22:58:11.531 | Reading package lists...
2022-02-14 22:58:11.806 | Building dependency tree...
2022-02-14 22:58:11.807 | Reading state information...
2022-02-14 22:58:12.129 | The following packages were automatically installed and are no longer required:
2022-02-14 22:58:12.131 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 22:58:12.131 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 22:58:12.131 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 22:58:12.131 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 22:58:12.131 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 22:58:12.132 |   python3-zope.interface
2022-02-14 22:58:12.132 | Use 'sudo apt autoremove' to remove them.
2022-02-14 22:58:12.132 | The following additional packages will be installed:
2022-02-14 22:58:12.132 |   blt ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm
2022-02-14 22:58:12.132 |   ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents
2022-02-14 22:58:12.132 |   ceph-mgr-modules-core ceph-mon ceph-osd cephadm containerd docker.io
2022-02-14 22:58:12.132 |   fonts-lyx libbabeltrace1 libblas3 libcephfs2 libdw1 libgfortran5
2022-02-14 22:58:12.132 |   libgoogle-perftools4 libimagequant0 libjaeger libjs-jquery-ui
2022-02-14 22:58:12.132 |   libjs-sphinxdoc libjs-underscore liblapack3 liblbfgsb0 liblcms2-2
2022-02-14 22:58:12.132 |   libleveldb1d liblttng-ust-ctl4 liblttng-ust0 liboath0 librabbitmq4 librados2
2022-02-14 22:58:12.133 |   libradosstriper1 librbd1 librdkafka1 librgw2 libsnappy1v5 libtcl8.6
2022-02-14 22:58:12.133 |   libtcmalloc-minimal4 libtk8.6 libwebpdemux2 libwebpmux3 libxft2 libxss1
2022-02-14 22:58:12.133 |   nvme-cli pigz python-matplotlib-data python-pastedeploy-tpl
2022-02-14 22:58:12.133 |   python3-atomicwrites python3-bcrypt python3-bs4 python3-cachetools
2022-02-14 22:58:12.133 |   python3-ceph-argparse python3-ceph-common python3-cephfs python3-cherrypy3
2022-02-14 22:58:12.133 |   python3-cycler python3-dateutil python3-decorator python3-google-auth
2022-02-14 22:58:12.133 |   python3-html5lib python3-joblib python3-kiwisolver python3-kubernetes
2022-02-14 22:58:12.133 |   python3-logutils python3-lxml python3-mako python3-matplotlib python3-nose
2022-02-14 22:58:12.133 |   python3-numpy python3-olefile python3-packaging python3-paste
2022-02-14 22:58:12.133 |   python3-pastedeploy python3-pastescript python3-pecan python3-pil
2022-02-14 22:58:12.133 |   python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1
2022-02-14 22:58:12.133 |   python3-pyasn1-modules python3-pyinotify python3-pyparsing python3-pytest
2022-02-14 22:58:12.133 |   python3-repoze.lru python3-requests-oauthlib python3-rgw python3-routes
2022-02-14 22:58:12.133 |   python3-rsa python3-scipy python3-simplegeneric python3-simplejson
2022-02-14 22:58:12.133 |   python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve
2022-02-14 22:58:12.133 |   python3-tempita python3-tk python3-waitress python3-wcwidth
2022-02-14 22:58:12.134 |   python3-webencodings python3-webob python3-websocket python3-webtest
2022-02-14 22:58:12.134 |   python3-werkzeug runc smartmontools tk8.6-blt2.5 ttf-bitstream-vera
2022-02-14 22:58:12.134 |   ubuntu-fan
2022-02-14 22:58:12.135 | Suggested packages:
2022-02-14 22:58:12.135 |   blt-demo python3-influxdb aufs-tools cgroupfs-mount | cgroup-lite
2022-02-14 22:58:12.135 |   debootstrap docker-doc rinse zfs-fuse | zfsutils libjs-jquery-ui-docs
2022-02-14 22:58:12.135 |   liblcms2-utils tcl8.6 tk8.6 python-cycler-doc python3-genshi
2022-02-14 22:58:12.135 |   python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc dvipng
2022-02-14 22:58:12.135 |   ffmpeg gir1.2-gtk-3.0 ghostscript inkscape ipython3 librsvg2-common
2022-02-14 22:58:12.135 |   python-matplotlib-doc python3-cairocffi python3-gi-cairo python3-gobject
2022-02-14 22:58:12.135 |   python3-pyqt5 python3-sip python3-tornado texlive-extra-utils
2022-02-14 22:58:12.135 |   texlive-latex-extra ttf-staypuft python-nose-doc gfortran python-numpy-doc
2022-02-14 22:58:12.135 |   python3-numpy-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi
2022-02-14 22:58:12.135 |   libjs-mochikit python-pecan-doc python-pil-doc python3-pil-dbg
2022-02-14 22:58:12.135 |   python-psutil-doc subversion python-pyinotify-doc python-pyparsing-doc
2022-02-14 22:58:12.135 |   python-scipy-doc python3-dap python-sklearn-doc tix python3-tk-dbg
2022-02-14 22:58:12.135 |   python-waitress-doc python-webob-doc python-webtest-doc python-werkzeug-doc
2022-02-14 22:58:12.135 |   python3-termcolor python3-watchdog gsmartcontrol smart-notifier mailx
2022-02-14 22:58:12.135 |   | mailutils
2022-02-14 22:58:12.135 | Recommended packages:
2022-02-14 22:58:12.135 |   btrfs-tools
2022-02-14 22:58:12.333 | The following NEW packages will be installed:
2022-02-14 22:58:12.333 |   blt ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm
2022-02-14 22:58:12.333 |   ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents
2022-02-14 22:58:12.333 |   ceph-mgr-modules-core ceph-mon ceph-osd cephadm containerd docker.io
2022-02-14 22:58:12.333 |   fonts-lyx libbabeltrace1 libblas3 libcephfs2 libdw1 libgfortran5
2022-02-14 22:58:12.333 |   libgoogle-perftools4 libimagequant0 libjaeger libjs-jquery-ui
2022-02-14 22:58:12.334 |   libjs-sphinxdoc libjs-underscore liblapack3 liblbfgsb0 liblcms2-2
2022-02-14 22:58:12.334 |   libleveldb1d liblttng-ust-ctl4 liblttng-ust0 libnss3-tools liboath0
2022-02-14 22:58:12.334 |   librabbitmq4 libradosstriper1 librdkafka1 librgw2 libsnappy1v5 libtcl8.6
2022-02-14 22:58:12.334 |   libtcmalloc-minimal4 libtk8.6 libwebpdemux2 libwebpmux3 libxft2 libxss1
2022-02-14 22:58:12.334 |   nvme-cli pigz python-matplotlib-data python-pastedeploy-tpl
2022-02-14 22:58:12.334 |   python3-atomicwrites python3-bcrypt python3-bs4 python3-cachetools
2022-02-14 22:58:12.334 |   python3-ceph-argparse python3-ceph-common python3-cephfs python3-cherrypy3
2022-02-14 22:58:12.334 |   python3-cycler python3-dateutil python3-decorator python3-google-auth
2022-02-14 22:58:12.335 |   python3-html5lib python3-joblib python3-kiwisolver python3-kubernetes
2022-02-14 22:58:12.335 |   python3-logutils python3-lxml python3-mako python3-matplotlib python3-nose
2022-02-14 22:58:12.335 |   python3-numpy python3-olefile python3-packaging python3-paste
2022-02-14 22:58:12.335 |   python3-pastedeploy python3-pastescript python3-pecan python3-pil
2022-02-14 22:58:12.335 |   python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1
2022-02-14 22:58:12.335 |   python3-pyasn1-modules python3-pyinotify python3-pyparsing python3-pytest
2022-02-14 22:58:12.335 |   python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib
2022-02-14 22:58:12.335 |   python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric
2022-02-14 22:58:12.335 |   python3-simplejson python3-singledispatch python3-sklearn
2022-02-14 22:58:12.335 |   python3-sklearn-lib python3-soupsieve python3-tempita python3-tk
2022-02-14 22:58:12.335 |   python3-waitress python3-wcwidth python3-webencodings python3-webob
2022-02-14 22:58:12.335 |   python3-websocket python3-webtest python3-werkzeug runc smartmontools
2022-02-14 22:58:12.335 |   tk8.6-blt2.5 ttf-bitstream-vera ubuntu-fan
2022-02-14 22:58:12.336 | The following packages will be upgraded:
2022-02-14 22:58:12.337 |   librados2 librbd1
2022-02-14 22:58:12.460 | 2 upgraded, 119 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 22:58:12.460 | Need to get 204 MB of archives.
2022-02-14 22:58:12.460 | After this operation, 950 MB of additional disk space will be used.
2022-02-14 22:58:12.460 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pigz amd64 2.4-1 [57.4 kB]
2022-02-14 22:58:12.602 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtcl8.6 amd64 8.6.10+dfsg-1 [902 kB]
2022-02-14 22:58:12.787 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxft2 amd64 2.3.3-0ubuntu1 [39.2 kB]
2022-02-14 22:58:12.790 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxss1 amd64 1:1.2.3-1 [8,140 B]
2022-02-14 22:58:12.790 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtk8.6 amd64 8.6.10-1 [714 kB]
2022-02-14 22:58:12.852 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 tk8.6-blt2.5 amd64 2.5.3+dfsg-4 [572 kB]
2022-02-14 22:58:12.852 | Get:7 https://download.ceph.com/debian-pacific focal/main amd64 libjaeger amd64 16.2.7-1focal [3,808 B]
2022-02-14 22:58:12.900 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 blt amd64 2.5.3+dfsg-4 [4,944 B]
2022-02-14 22:58:12.901 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust-ctl4 amd64 2.11.0-1 [80.9 kB]
2022-02-14 22:58:12.907 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB]
2022-02-14 22:58:12.921 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB]
2022-02-14 22:58:12.923 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB]
2022-02-14 22:58:12.926 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB]
2022-02-14 22:58:12.961 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdw1 amd64 0.176-1.1build1 [226 kB]
2022-02-14 22:58:12.981 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libbabeltrace1 amd64 1.5.8-1build1 [156 kB]
2022-02-14 22:58:12.994 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtcmalloc-minimal4 amd64 2.7-1ubuntu2 [93.0 kB]
2022-02-14 22:58:13.005 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgoogle-perftools4 amd64 2.7-1ubuntu2 [195 kB]
2022-02-14 22:58:13.023 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsnappy1v5 amd64 1.1.8-1build1 [16.7 kB]
2022-02-14 22:58:13.024 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libleveldb1d amd64 1.22-3ubuntu2 [139 kB]
2022-02-14 22:58:13.036 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB]
2022-02-14 22:58:13.040 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-dateutil all 2.7.3-3ubuntu1 [63.3 kB]
2022-02-14 22:58:13.045 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB]
2022-02-14 22:58:13.049 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB]
2022-02-14 22:58:13.064 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB]
2022-02-14 22:58:13.065 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB]
2022-02-14 22:58:13.070 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB]
2022-02-14 22:58:13.094 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B]
2022-02-14 22:58:13.095 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB]
2022-02-14 22:58:13.102 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB]
2022-02-14 22:58:13.104 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB]
2022-02-14 22:58:13.111 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB]
2022-02-14 22:58:13.118 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB]
2022-02-14 22:58:13.119 | Get:33 https://download.ceph.com/debian-pacific focal/main amd64 librbd1 amd64 16.2.7-1focal [3,319 kB]
2022-02-14 22:58:13.138 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB]
2022-02-14 22:58:13.177 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B]
2022-02-14 22:58:13.178 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB]
2022-02-14 22:58:13.180 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB]
2022-02-14 22:58:13.183 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB]
2022-02-14 22:58:13.189 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB]
2022-02-14 22:58:13.205 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB]
2022-02-14 22:58:13.206 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB]
2022-02-14 22:58:13.215 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB]
2022-02-14 22:58:13.223 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB]
2022-02-14 22:58:13.231 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libblas3 amd64 3.9.0-1build1 [142 kB]
2022-02-14 22:58:13.246 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran5 amd64 10.3.0-1ubuntu1~20.04 [736 kB]
2022-02-14 22:58:13.483 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblapack3 amd64 3.9.0-1build1 [2,154 kB]
2022-02-14 22:58:13.741 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-numpy amd64 1:1.17.4-5ubuntu3 [2,725 kB]
2022-02-14 22:58:14.244 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB]
2022-02-14 22:58:14.245 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB]
2022-02-14 22:58:14.245 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB]
2022-02-14 22:58:15.971 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB]
2022-02-14 22:58:16.302 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB]
2022-02-14 22:58:16.347 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB]
2022-02-14 22:58:16.646 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B]
2022-02-14 22:58:16.646 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB]
2022-02-14 22:58:16.647 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB]
2022-02-14 22:58:16.648 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB]
2022-02-14 22:58:16.649 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB]
2022-02-14 22:58:16.673 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB]
2022-02-14 22:58:16.676 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB]
2022-02-14 22:58:16.689 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB]
2022-02-14 22:58:16.720 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 runc amd64 1.0.1-0ubuntu2~20.04.1 [4,155 kB]
2022-02-14 22:58:17.458 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 containerd amd64 1.5.5-0ubuntu3~20.04.1 [33.0 MB]
2022-02-14 22:58:22.910 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 docker.io amd64 20.10.7-0ubuntu5~20.04.2 [36.9 MB]
2022-02-14 22:58:29.295 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-lyx all 2.3.4.2-2 [154 kB]
2022-02-14 22:58:29.301 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libimagequant0 amd64 2.12.2-1.1 [31.4 kB]
2022-02-14 22:58:29.302 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-ui all 1.12.1+dfsg-5 [232 kB]
2022-02-14 22:58:29.309 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblcms2-2 amd64 2.9-4 [140 kB]
2022-02-14 22:58:29.420 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libnss3-tools amd64 2:3.49.1-1ubuntu1.6 [997 kB]
2022-02-14 22:58:29.571 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebpdemux2 amd64 0.6.1-2ubuntu0.20.04.1 [9,576 B]
2022-02-14 22:58:29.572 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebpmux3 amd64 0.6.1-2ubuntu0.20.04.1 [19.5 kB]
2022-02-14 22:58:29.572 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB]
2022-02-14 22:58:29.579 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 ttf-bitstream-vera all 1.10-8 [352 kB]
2022-02-14 22:58:29.620 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python-matplotlib-data all 3.1.2-1ubuntu4 [3,788 kB]
2022-02-14 22:58:30.217 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B]
2022-02-14 22:58:30.218 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-cycler all 0.10.0-3 [8,132 B]
2022-02-14 22:58:30.219 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB]
2022-02-14 22:58:30.219 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB]
2022-02-14 22:58:30.221 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-kiwisolver amd64 1.0.1-3build1 [61.3 kB]
2022-02-14 22:58:30.223 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB]
2022-02-14 22:58:30.463 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB]
2022-02-14 22:58:30.465 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-matplotlib amd64 3.1.2-1ubuntu4 [4,459 kB]
2022-02-14 22:58:31.165 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-nose all 1.3.7-5 [116 kB]
2022-02-14 22:58:31.180 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-olefile all 0.46-2 [33.7 kB]
2022-02-14 22:58:31.186 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB]
2022-02-14 22:58:31.191 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB]
2022-02-14 22:58:31.201 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pil amd64 7.0.0-4ubuntu0.5 [363 kB]
2022-02-14 22:58:31.263 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB]
2022-02-14 22:58:31.266 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB]
2022-02-14 22:58:31.354 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB]
2022-02-14 22:58:31.356 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB]
2022-02-14 22:58:31.356 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB]
2022-02-14 22:58:31.357 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB]
2022-02-14 22:58:31.376 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB]
2022-02-14 22:58:31.416 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-tk amd64 3.8.10-0ubuntu1~20.04 [104 kB]
2022-02-14 22:58:31.433 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 smartmontools amd64 7.1-1build1 [525 kB]
2022-02-14 22:58:31.524 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ubuntu-fan all 0.12.13 [34.5 kB]
2022-02-14 22:58:35.246 | Get:98 https://download.ceph.com/debian-pacific focal/main amd64 librados2 amd64 16.2.7-1focal [3,367 kB]
2022-02-14 22:58:37.086 | Get:99 https://download.ceph.com/debian-pacific focal/main amd64 libcephfs2 amd64 16.2.7-1focal [717 kB]
2022-02-14 22:58:37.351 | Get:100 https://download.ceph.com/debian-pacific focal/main amd64 python3-rados amd64 16.2.7-1focal [408 kB]
2022-02-14 22:58:37.506 | Get:101 https://download.ceph.com/debian-pacific focal/main amd64 python3-ceph-argparse all 16.2.7-1focal [22.0 kB]
2022-02-14 22:58:37.508 | Get:102 https://download.ceph.com/debian-pacific focal/main amd64 python3-cephfs amd64 16.2.7-1focal [212 kB]
2022-02-14 22:58:37.571 | Get:103 https://download.ceph.com/debian-pacific focal/main amd64 python3-ceph-common all 16.2.7-1focal [31.7 kB]
2022-02-14 22:58:37.610 | Get:104 https://download.ceph.com/debian-pacific focal/main amd64 python3-rbd amd64 16.2.7-1focal [386 kB]
2022-02-14 22:58:37.723 | Get:105 https://download.ceph.com/debian-pacific focal/main amd64 librgw2 amd64 16.2.7-1focal [3,693 kB]
2022-02-14 22:58:38.836 | Get:106 https://download.ceph.com/debian-pacific focal/main amd64 python3-rgw amd64 16.2.7-1focal [116 kB]
2022-02-14 22:58:38.845 | Get:107 https://download.ceph.com/debian-pacific focal/main amd64 libradosstriper1 amd64 16.2.7-1focal [447 kB]
2022-02-14 22:58:38.948 | Get:108 https://download.ceph.com/debian-pacific focal/main amd64 ceph-common amd64 16.2.7-1focal [22.4 MB]
2022-02-14 22:58:44.535 | Get:109 https://download.ceph.com/debian-pacific focal/main amd64 ceph-base amd64 16.2.7-1focal [5,887 kB]
2022-02-14 22:58:46.079 | Get:110 https://download.ceph.com/debian-pacific focal/main amd64 ceph-mgr-modules-core all 16.2.7-1focal [190 kB]
2022-02-14 22:58:46.104 | Get:111 https://download.ceph.com/debian-pacific focal/main amd64 ceph-mgr amd64 16.2.7-1focal [1,505 kB]
2022-02-14 22:58:46.484 | Get:112 https://download.ceph.com/debian-pacific focal/main amd64 ceph-mon amd64 16.2.7-1focal [6,952 kB]
2022-02-14 22:58:48.378 | Get:113 https://download.ceph.com/debian-pacific focal/main amd64 ceph-osd amd64 16.2.7-1focal [26.0 MB]
2022-02-14 22:58:55.525 | Get:114 https://download.ceph.com/debian-pacific focal/main amd64 ceph amd64 16.2.7-1focal [3,904 B]
2022-02-14 22:58:55.525 | Get:115 https://download.ceph.com/debian-pacific focal/main amd64 ceph-fuse amd64 16.2.7-1focal [820 kB]
2022-02-14 22:58:55.788 | Get:116 https://download.ceph.com/debian-pacific focal/main amd64 ceph-mds amd64 16.2.7-1focal [2,312 kB]
2022-02-14 22:58:56.406 | Get:117 https://download.ceph.com/debian-pacific focal/main amd64 cephadm amd64 16.2.7-1focal [68.8 kB]
2022-02-14 22:58:56.412 | Get:118 https://download.ceph.com/debian-pacific focal/main amd64 ceph-mgr-cephadm all 16.2.7-1focal [89.9 kB]
2022-02-14 22:58:56.420 | Get:119 https://download.ceph.com/debian-pacific focal/main amd64 ceph-mgr-dashboard all 16.2.7-1focal [2,194 kB]
2022-02-14 22:58:57.021 | Get:120 https://download.ceph.com/debian-pacific focal/main amd64 ceph-mgr-diskprediction-local all 16.2.7-1focal [7,890 kB]
2022-02-14 22:58:58.910 | Get:121 https://download.ceph.com/debian-pacific focal/main amd64 ceph-mgr-k8sevents all 16.2.7-1focal [4,020 B]
2022-02-14 22:58:59.982 | Preconfiguring packages ...
2022-02-14 22:59:00.083 | Fetched 204 MB in 47s (4,388 kB/s)
2022-02-14 22:59:00.117 | Selecting previously unselected package pigz.
2022-02-14 22:59:00.168 | (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 ... 81557 files and directories currently installed.)
2022-02-14 22:59:00.172 | Preparing to unpack .../000-pigz_2.4-1_amd64.deb ...
2022-02-14 22:59:00.177 | Unpacking pigz (2.4-1) ...
2022-02-14 22:59:00.227 | Selecting previously unselected package libtcl8.6:amd64.
2022-02-14 22:59:00.236 | Preparing to unpack .../001-libtcl8.6_8.6.10+dfsg-1_amd64.deb ...
2022-02-14 22:59:00.242 | Unpacking libtcl8.6:amd64 (8.6.10+dfsg-1) ...
2022-02-14 22:59:00.485 | Selecting previously unselected package libxft2:amd64.
2022-02-14 22:59:00.495 | Preparing to unpack .../002-libxft2_2.3.3-0ubuntu1_amd64.deb ...
2022-02-14 22:59:00.498 | Unpacking libxft2:amd64 (2.3.3-0ubuntu1) ...
2022-02-14 22:59:00.541 | Selecting previously unselected package libxss1:amd64.
2022-02-14 22:59:00.550 | Preparing to unpack .../003-libxss1_1%3a1.2.3-1_amd64.deb ...
2022-02-14 22:59:00.557 | Unpacking libxss1:amd64 (1:1.2.3-1) ...
2022-02-14 22:59:00.591 | Selecting previously unselected package libtk8.6:amd64.
2022-02-14 22:59:00.600 | Preparing to unpack .../004-libtk8.6_8.6.10-1_amd64.deb ...
2022-02-14 22:59:00.603 | Unpacking libtk8.6:amd64 (8.6.10-1) ...
2022-02-14 22:59:00.750 | Selecting previously unselected package tk8.6-blt2.5.
2022-02-14 22:59:00.759 | Preparing to unpack .../005-tk8.6-blt2.5_2.5.3+dfsg-4_amd64.deb ...
2022-02-14 22:59:00.762 | Unpacking tk8.6-blt2.5 (2.5.3+dfsg-4) ...
2022-02-14 22:59:00.871 | Selecting previously unselected package blt.
2022-02-14 22:59:00.880 | Preparing to unpack .../006-blt_2.5.3+dfsg-4_amd64.deb ...
2022-02-14 22:59:00.884 | Unpacking blt (2.5.3+dfsg-4) ...
2022-02-14 22:59:00.914 | Selecting previously unselected package libjaeger.
2022-02-14 22:59:00.922 | Preparing to unpack .../007-libjaeger_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:00.925 | Unpacking libjaeger (16.2.7-1focal) ...
2022-02-14 22:59:00.956 | Selecting previously unselected package liblttng-ust-ctl4:amd64.
2022-02-14 22:59:00.965 | Preparing to unpack .../008-liblttng-ust-ctl4_2.11.0-1_amd64.deb ...
2022-02-14 22:59:00.967 | Unpacking liblttng-ust-ctl4:amd64 (2.11.0-1) ...
2022-02-14 22:59:01.009 | Selecting previously unselected package liblttng-ust0:amd64.
2022-02-14 22:59:01.018 | Preparing to unpack .../009-liblttng-ust0_2.11.0-1_amd64.deb ...
2022-02-14 22:59:01.020 | Unpacking liblttng-ust0:amd64 (2.11.0-1) ...
2022-02-14 22:59:01.085 | Preparing to unpack .../010-librbd1_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:01.092 | Unpacking librbd1 (16.2.7-1focal) over (15.2.14-0ubuntu0.20.04.2) ...
2022-02-14 22:59:01.625 | Preparing to unpack .../011-librados2_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:01.631 | Unpacking librados2 (16.2.7-1focal) over (15.2.14-0ubuntu0.20.04.2) ...
2022-02-14 22:59:02.211 | Selecting previously unselected package libcephfs2.
2022-02-14 22:59:02.221 | Preparing to unpack .../012-libcephfs2_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:02.223 | Unpacking libcephfs2 (16.2.7-1focal) ...
2022-02-14 22:59:02.349 | Selecting previously unselected package python3-rados.
2022-02-14 22:59:02.358 | Preparing to unpack .../013-python3-rados_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:02.360 | Unpacking python3-rados (16.2.7-1focal) ...
2022-02-14 22:59:02.450 | Selecting previously unselected package python3-ceph-argparse.
2022-02-14 22:59:02.459 | Preparing to unpack .../014-python3-ceph-argparse_16.2.7-1focal_all.deb ...
2022-02-14 22:59:02.461 | Unpacking python3-ceph-argparse (16.2.7-1focal) ...
2022-02-14 22:59:02.490 | Selecting previously unselected package python3-cephfs.
2022-02-14 22:59:02.500 | Preparing to unpack .../015-python3-cephfs_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:02.502 | Unpacking python3-cephfs (16.2.7-1focal) ...
2022-02-14 22:59:02.574 | Selecting previously unselected package python3-ceph-common.
2022-02-14 22:59:02.582 | Preparing to unpack .../016-python3-ceph-common_16.2.7-1focal_all.deb ...
2022-02-14 22:59:02.585 | Unpacking python3-ceph-common (16.2.7-1focal) ...
2022-02-14 22:59:02.623 | Selecting previously unselected package python3-prettytable.
2022-02-14 22:59:02.632 | Preparing to unpack .../017-python3-prettytable_0.7.2-5_all.deb ...
2022-02-14 22:59:02.638 | Unpacking python3-prettytable (0.7.2-5) ...
2022-02-14 22:59:02.669 | Selecting previously unselected package python3-rbd.
2022-02-14 22:59:02.677 | Preparing to unpack .../018-python3-rbd_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:02.680 | Unpacking python3-rbd (16.2.7-1focal) ...
2022-02-14 22:59:02.778 | Selecting previously unselected package librabbitmq4:amd64.
2022-02-14 22:59:02.786 | Preparing to unpack .../019-librabbitmq4_0.10.0-1_amd64.deb ...
2022-02-14 22:59:02.789 | Unpacking librabbitmq4:amd64 (0.10.0-1) ...
2022-02-14 22:59:02.825 | Selecting previously unselected package librdkafka1:amd64.
2022-02-14 22:59:02.834 | Preparing to unpack .../020-librdkafka1_1.2.1-1ubuntu1_amd64.deb ...
2022-02-14 22:59:02.837 | Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ...
2022-02-14 22:59:02.924 | Selecting previously unselected package librgw2.
2022-02-14 22:59:02.933 | Preparing to unpack .../021-librgw2_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:02.935 | Unpacking librgw2 (16.2.7-1focal) ...
2022-02-14 22:59:03.521 | Selecting previously unselected package python3-rgw.
2022-02-14 22:59:03.530 | Preparing to unpack .../022-python3-rgw_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:03.536 | Unpacking python3-rgw (16.2.7-1focal) ...
2022-02-14 22:59:03.590 | Selecting previously unselected package libdw1:amd64.
2022-02-14 22:59:03.599 | Preparing to unpack .../023-libdw1_0.176-1.1build1_amd64.deb ...
2022-02-14 22:59:03.602 | Unpacking libdw1:amd64 (0.176-1.1build1) ...
2022-02-14 22:59:03.675 | Selecting previously unselected package libbabeltrace1:amd64.
2022-02-14 22:59:03.684 | Preparing to unpack .../024-libbabeltrace1_1.5.8-1build1_amd64.deb ...
2022-02-14 22:59:03.686 | Unpacking libbabeltrace1:amd64 (1.5.8-1build1) ...
2022-02-14 22:59:03.742 | Selecting previously unselected package libtcmalloc-minimal4:amd64.
2022-02-14 22:59:03.752 | Preparing to unpack .../025-libtcmalloc-minimal4_2.7-1ubuntu2_amd64.deb ...
2022-02-14 22:59:03.755 | Unpacking libtcmalloc-minimal4:amd64 (2.7-1ubuntu2) ...
2022-02-14 22:59:03.800 | Selecting previously unselected package libgoogle-perftools4:amd64.
2022-02-14 22:59:03.809 | Preparing to unpack .../026-libgoogle-perftools4_2.7-1ubuntu2_amd64.deb ...
2022-02-14 22:59:03.812 | Unpacking libgoogle-perftools4:amd64 (2.7-1ubuntu2) ...
2022-02-14 22:59:03.872 | Selecting previously unselected package libsnappy1v5:amd64.
2022-02-14 22:59:03.881 | Preparing to unpack .../027-libsnappy1v5_1.1.8-1build1_amd64.deb ...
2022-02-14 22:59:03.883 | Unpacking libsnappy1v5:amd64 (1.1.8-1build1) ...
2022-02-14 22:59:03.919 | Selecting previously unselected package libleveldb1d:amd64.
2022-02-14 22:59:03.928 | Preparing to unpack .../028-libleveldb1d_1.22-3ubuntu2_amd64.deb ...
2022-02-14 22:59:03.932 | Unpacking libleveldb1d:amd64 (1.22-3ubuntu2) ...
2022-02-14 22:59:03.984 | Selecting previously unselected package liboath0.
2022-02-14 22:59:03.992 | Preparing to unpack .../029-liboath0_2.6.1-1.3_amd64.deb ...
2022-02-14 22:59:03.996 | Unpacking liboath0 (2.6.1-1.3) ...
2022-02-14 22:59:04.030 | Selecting previously unselected package libradosstriper1.
2022-02-14 22:59:04.039 | Preparing to unpack .../030-libradosstriper1_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:04.042 | Unpacking libradosstriper1 (16.2.7-1focal) ...
2022-02-14 22:59:04.147 | Selecting previously unselected package ceph-common.
2022-02-14 22:59:04.156 | Preparing to unpack .../031-ceph-common_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:04.159 | Unpacking ceph-common (16.2.7-1focal) ...
2022-02-14 22:59:07.332 | Selecting previously unselected package ceph-base.
2022-02-14 22:59:07.341 | Preparing to unpack .../032-ceph-base_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:07.352 | Unpacking ceph-base (16.2.7-1focal) ...
2022-02-14 22:59:08.281 | Selecting previously unselected package python3-dateutil.
2022-02-14 22:59:08.290 | Preparing to unpack .../033-python3-dateutil_2.7.3-3ubuntu1_all.deb ...
2022-02-14 22:59:08.294 | Unpacking python3-dateutil (2.7.3-3ubuntu1) ...
2022-02-14 22:59:08.337 | Selecting previously unselected package ceph-mgr-modules-core.
2022-02-14 22:59:08.346 | Preparing to unpack .../034-ceph-mgr-modules-core_16.2.7-1focal_all.deb ...
2022-02-14 22:59:08.349 | Unpacking ceph-mgr-modules-core (16.2.7-1focal) ...
2022-02-14 22:59:08.432 | Selecting previously unselected package python3-bcrypt.
2022-02-14 22:59:08.441 | Preparing to unpack .../035-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ...
2022-02-14 22:59:08.444 | Unpacking python3-bcrypt (3.1.7-2ubuntu1) ...
2022-02-14 22:59:08.480 | Selecting previously unselected package python3-cherrypy3.
2022-02-14 22:59:08.488 | Preparing to unpack .../036-python3-cherrypy3_8.9.1-6_all.deb ...
2022-02-14 22:59:08.491 | Unpacking python3-cherrypy3 (8.9.1-6) ...
2022-02-14 22:59:08.548 | Selecting previously unselected package python3-logutils.
2022-02-14 22:59:08.557 | Preparing to unpack .../037-python3-logutils_0.3.3-7_all.deb ...
2022-02-14 22:59:08.560 | Unpacking python3-logutils (0.3.3-7) ...
2022-02-14 22:59:08.590 | Selecting previously unselected package python3-mako.
2022-02-14 22:59:08.599 | Preparing to unpack .../038-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ...
2022-02-14 22:59:08.601 | Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ...
2022-02-14 22:59:08.642 | Selecting previously unselected package python3-simplegeneric.
2022-02-14 22:59:08.651 | Preparing to unpack .../039-python3-simplegeneric_0.8.1-3_all.deb ...
2022-02-14 22:59:08.653 | Unpacking python3-simplegeneric (0.8.1-3) ...
2022-02-14 22:59:08.682 | Selecting previously unselected package python3-singledispatch.
2022-02-14 22:59:08.691 | Preparing to unpack .../040-python3-singledispatch_3.4.0.3-2build1_all.deb ...
2022-02-14 22:59:08.693 | Unpacking python3-singledispatch (3.4.0.3-2build1) ...
2022-02-14 22:59:08.722 | Selecting previously unselected package python3-webob.
2022-02-14 22:59:08.731 | Preparing to unpack .../041-python3-webob_1%3a1.8.5-2_all.deb ...
2022-02-14 22:59:08.733 | Unpacking python3-webob (1:1.8.5-2) ...
2022-02-14 22:59:08.776 | Selecting previously unselected package python3-soupsieve.
2022-02-14 22:59:08.785 | Preparing to unpack .../042-python3-soupsieve_1.9.5+dfsg-1_all.deb ...
2022-02-14 22:59:08.787 | Unpacking python3-soupsieve (1.9.5+dfsg-1) ...
2022-02-14 22:59:08.822 | Selecting previously unselected package python3-bs4.
2022-02-14 22:59:08.831 | Preparing to unpack .../043-python3-bs4_4.8.2-1_all.deb ...
2022-02-14 22:59:08.833 | Unpacking python3-bs4 (4.8.2-1) ...
2022-02-14 22:59:08.876 | Selecting previously unselected package python3-waitress.
2022-02-14 22:59:08.886 | Preparing to unpack .../044-python3-waitress_1.4.1-1_all.deb ...
2022-02-14 22:59:08.891 | Unpacking python3-waitress (1.4.1-1) ...
2022-02-14 22:59:08.940 | Selecting previously unselected package python3-tempita.
2022-02-14 22:59:08.949 | Preparing to unpack .../045-python3-tempita_0.5.2-6_all.deb ...
2022-02-14 22:59:08.953 | Unpacking python3-tempita (0.5.2-6) ...
2022-02-14 22:59:08.984 | Selecting previously unselected package python3-paste.
2022-02-14 22:59:08.993 | Preparing to unpack .../046-python3-paste_3.4.0+dfsg1-1_all.deb ...
2022-02-14 22:59:08.995 | Unpacking python3-paste (3.4.0+dfsg1-1) ...
2022-02-14 22:59:09.076 | Selecting previously unselected package python-pastedeploy-tpl.
2022-02-14 22:59:09.085 | Preparing to unpack .../047-python-pastedeploy-tpl_2.1.0-1_all.deb ...
2022-02-14 22:59:09.087 | Unpacking python-pastedeploy-tpl (2.1.0-1) ...
2022-02-14 22:59:09.121 | Selecting previously unselected package python3-pastedeploy.
2022-02-14 22:59:09.130 | Preparing to unpack .../048-python3-pastedeploy_2.1.0-1_all.deb ...
2022-02-14 22:59:09.133 | Unpacking python3-pastedeploy (2.1.0-1) ...
2022-02-14 22:59:09.168 | Selecting previously unselected package python3-webtest.
2022-02-14 22:59:09.178 | Preparing to unpack .../049-python3-webtest_2.0.32-2_all.deb ...
2022-02-14 22:59:09.180 | Unpacking python3-webtest (2.0.32-2) ...
2022-02-14 22:59:09.215 | Selecting previously unselected package python3-pecan.
2022-02-14 22:59:09.224 | Preparing to unpack .../050-python3-pecan_1.3.3-3ubuntu1_all.deb ...
2022-02-14 22:59:09.227 | Unpacking python3-pecan (1.3.3-3ubuntu1) ...
2022-02-14 22:59:09.300 | Selecting previously unselected package python3-werkzeug.
2022-02-14 22:59:09.311 | Preparing to unpack .../051-python3-werkzeug_0.16.1+dfsg1-2_all.deb ...
2022-02-14 22:59:09.314 | Unpacking python3-werkzeug (0.16.1+dfsg1-2) ...
2022-02-14 22:59:09.379 | Selecting previously unselected package ceph-mgr.
2022-02-14 22:59:09.390 | Preparing to unpack .../052-ceph-mgr_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:09.396 | Unpacking ceph-mgr (16.2.7-1focal) ...
2022-02-14 22:59:09.641 | Selecting previously unselected package ceph-mon.
2022-02-14 22:59:09.650 | Preparing to unpack .../053-ceph-mon_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:09.655 | Unpacking ceph-mon (16.2.7-1focal) ...
2022-02-14 22:59:10.697 | Selecting previously unselected package ceph-osd.
2022-02-14 22:59:10.706 | Preparing to unpack .../054-ceph-osd_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:10.709 | Unpacking ceph-osd (16.2.7-1focal) ...
2022-02-14 22:59:14.454 | Selecting previously unselected package ceph.
2022-02-14 22:59:14.463 | Preparing to unpack .../055-ceph_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:14.465 | Unpacking ceph (16.2.7-1focal) ...
2022-02-14 22:59:14.495 | Selecting previously unselected package ceph-fuse.
2022-02-14 22:59:14.505 | Preparing to unpack .../056-ceph-fuse_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:14.510 | Unpacking ceph-fuse (16.2.7-1focal) ...
2022-02-14 22:59:14.672 | Selecting previously unselected package ceph-mds.
2022-02-14 22:59:14.681 | Preparing to unpack .../057-ceph-mds_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:14.683 | Unpacking ceph-mds (16.2.7-1focal) ...
2022-02-14 22:59:15.048 | Selecting previously unselected package cephadm.
2022-02-14 22:59:15.057 | Preparing to unpack .../058-cephadm_16.2.7-1focal_amd64.deb ...
2022-02-14 22:59:15.059 | Unpacking cephadm (16.2.7-1focal) ...
2022-02-14 22:59:15.102 | Selecting previously unselected package ceph-mgr-cephadm.
2022-02-14 22:59:15.111 | Preparing to unpack .../059-ceph-mgr-cephadm_16.2.7-1focal_all.deb ...
2022-02-14 22:59:15.114 | Unpacking ceph-mgr-cephadm (16.2.7-1focal) ...
2022-02-14 22:59:15.164 | Selecting previously unselected package python3-repoze.lru.
2022-02-14 22:59:15.173 | Preparing to unpack .../060-python3-repoze.lru_0.7-2_all.deb ...
2022-02-14 22:59:15.176 | Unpacking python3-repoze.lru (0.7-2) ...
2022-02-14 22:59:15.208 | Selecting previously unselected package libjs-underscore.
2022-02-14 22:59:15.217 | Preparing to unpack .../061-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ...
2022-02-14 22:59:15.220 | Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ...
2022-02-14 22:59:15.268 | Selecting previously unselected package libjs-sphinxdoc.
2022-02-14 22:59:15.278 | Preparing to unpack .../062-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ...
2022-02-14 22:59:15.280 | Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ...
2022-02-14 22:59:15.328 | Selecting previously unselected package python3-routes.
2022-02-14 22:59:15.338 | Preparing to unpack .../063-python3-routes_2.4.1-2_all.deb ...
2022-02-14 22:59:15.341 | Unpacking python3-routes (2.4.1-2) ...
2022-02-14 22:59:15.396 | Selecting previously unselected package ceph-mgr-dashboard.
2022-02-14 22:59:15.405 | Preparing to unpack .../064-ceph-mgr-dashboard_16.2.7-1focal_all.deb ...
2022-02-14 22:59:15.408 | Unpacking ceph-mgr-dashboard (16.2.7-1focal) ...
2022-02-14 22:59:16.065 | Selecting previously unselected package libblas3:amd64.
2022-02-14 22:59:16.075 | Preparing to unpack .../065-libblas3_3.9.0-1build1_amd64.deb ...
2022-02-14 22:59:16.081 | Unpacking libblas3:amd64 (3.9.0-1build1) ...
2022-02-14 22:59:16.138 | Selecting previously unselected package libgfortran5:amd64.
2022-02-14 22:59:16.148 | Preparing to unpack .../066-libgfortran5_10.3.0-1ubuntu1~20.04_amd64.deb ...
2022-02-14 22:59:16.151 | Unpacking libgfortran5:amd64 (10.3.0-1ubuntu1~20.04) ...
2022-02-14 22:59:16.292 | Selecting previously unselected package liblapack3:amd64.
2022-02-14 22:59:16.302 | Preparing to unpack .../067-liblapack3_3.9.0-1build1_amd64.deb ...
2022-02-14 22:59:16.306 | Unpacking liblapack3:amd64 (3.9.0-1build1) ...
2022-02-14 22:59:16.639 | Selecting previously unselected package python3-numpy.
2022-02-14 22:59:16.649 | Preparing to unpack .../068-python3-numpy_1%3a1.17.4-5ubuntu3_amd64.deb ...
2022-02-14 22:59:16.652 | Unpacking python3-numpy (1:1.17.4-5ubuntu3) ...
2022-02-14 22:59:17.150 | Selecting previously unselected package python3-decorator.
2022-02-14 22:59:17.160 | Preparing to unpack .../069-python3-decorator_4.4.2-0ubuntu1_all.deb ...
2022-02-14 22:59:17.162 | Unpacking python3-decorator (4.4.2-0ubuntu1) ...
2022-02-14 22:59:17.193 | Selecting previously unselected package liblbfgsb0:amd64.
2022-02-14 22:59:17.203 | Preparing to unpack .../070-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ...
2022-02-14 22:59:17.206 | Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ...
2022-02-14 22:59:17.242 | Selecting previously unselected package python3-scipy.
2022-02-14 22:59:17.252 | Preparing to unpack .../071-python3-scipy_1.3.3-3build1_amd64.deb ...
2022-02-14 22:59:17.254 | Unpacking python3-scipy (1.3.3-3build1) ...
2022-02-14 22:59:18.827 | Selecting previously unselected package python3-sklearn-lib.
2022-02-14 22:59:18.838 | Preparing to unpack .../072-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ...
2022-02-14 22:59:18.840 | Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ...
2022-02-14 22:59:19.242 | Selecting previously unselected package python3-joblib.
2022-02-14 22:59:19.251 | Preparing to unpack .../073-python3-joblib_0.14.0-3_all.deb ...
2022-02-14 22:59:19.253 | Unpacking python3-joblib (0.14.0-3) ...
2022-02-14 22:59:19.339 | Selecting previously unselected package python3-sklearn.
2022-02-14 22:59:19.349 | Preparing to unpack .../074-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ...
2022-02-14 22:59:19.351 | Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ...
2022-02-14 22:59:19.733 | Selecting previously unselected package ceph-mgr-diskprediction-local.
2022-02-14 22:59:19.743 | Preparing to unpack .../075-ceph-mgr-diskprediction-local_16.2.7-1focal_all.deb ...
2022-02-14 22:59:19.751 | Unpacking ceph-mgr-diskprediction-local (16.2.7-1focal) ...
2022-02-14 22:59:21.077 | Selecting previously unselected package python3-cachetools.
2022-02-14 22:59:21.087 | Preparing to unpack .../076-python3-cachetools_4.0.0-1_all.deb ...
2022-02-14 22:59:21.090 | Unpacking python3-cachetools (4.0.0-1) ...
2022-02-14 22:59:21.126 | Selecting previously unselected package python3-pyasn1.
2022-02-14 22:59:21.135 | Preparing to unpack .../077-python3-pyasn1_0.4.2-3build1_all.deb ...
2022-02-14 22:59:21.138 | Unpacking python3-pyasn1 (0.4.2-3build1) ...
2022-02-14 22:59:21.187 | Selecting previously unselected package python3-pyasn1-modules.
2022-02-14 22:59:21.197 | Preparing to unpack .../078-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ...
2022-02-14 22:59:21.200 | Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ...
2022-02-14 22:59:21.254 | Selecting previously unselected package python3-rsa.
2022-02-14 22:59:21.264 | Preparing to unpack .../079-python3-rsa_4.0-3_all.deb ...
2022-02-14 22:59:21.268 | Unpacking python3-rsa (4.0-3) ...
2022-02-14 22:59:21.308 | Selecting previously unselected package python3-google-auth.
2022-02-14 22:59:21.318 | Preparing to unpack .../080-python3-google-auth_1.5.1-2_all.deb ...
2022-02-14 22:59:21.321 | Unpacking python3-google-auth (1.5.1-2) ...
2022-02-14 22:59:21.384 | Selecting previously unselected package python3-requests-oauthlib.
2022-02-14 22:59:21.393 | Preparing to unpack .../081-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ...
2022-02-14 22:59:21.397 | Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ...
2022-02-14 22:59:21.433 | Selecting previously unselected package python3-websocket.
2022-02-14 22:59:21.443 | Preparing to unpack .../082-python3-websocket_0.53.0-2ubuntu1_all.deb ...
2022-02-14 22:59:21.445 | Unpacking python3-websocket (0.53.0-2ubuntu1) ...
2022-02-14 22:59:21.486 | Selecting previously unselected package python3-kubernetes.
2022-02-14 22:59:21.495 | Preparing to unpack .../083-python3-kubernetes_7.0.0~a1-2_all.deb ...
2022-02-14 22:59:21.498 | Unpacking python3-kubernetes (7.0.0~a1-2) ...
2022-02-14 22:59:21.791 | Selecting previously unselected package ceph-mgr-k8sevents.
2022-02-14 22:59:21.802 | Preparing to unpack .../084-ceph-mgr-k8sevents_16.2.7-1focal_all.deb ...
2022-02-14 22:59:21.804 | Unpacking ceph-mgr-k8sevents (16.2.7-1focal) ...
2022-02-14 22:59:21.832 | Selecting previously unselected package runc.
2022-02-14 22:59:21.841 | Preparing to unpack .../085-runc_1.0.1-0ubuntu2~20.04.1_amd64.deb ...
2022-02-14 22:59:21.844 | Unpacking runc (1.0.1-0ubuntu2~20.04.1) ...
2022-02-14 22:59:22.470 | Selecting previously unselected package containerd.
2022-02-14 22:59:22.480 | Preparing to unpack .../086-containerd_1.5.5-0ubuntu3~20.04.1_amd64.deb ...
2022-02-14 22:59:22.483 | Unpacking containerd (1.5.5-0ubuntu3~20.04.1) ...
2022-02-14 22:59:27.293 | Selecting previously unselected package docker.io.
2022-02-14 22:59:27.303 | Preparing to unpack .../087-docker.io_20.10.7-0ubuntu5~20.04.2_amd64.deb ...
2022-02-14 22:59:27.308 | Unpacking docker.io (20.10.7-0ubuntu5~20.04.2) ...
2022-02-14 22:59:32.797 | Selecting previously unselected package fonts-lyx.
2022-02-14 22:59:32.806 | Preparing to unpack .../088-fonts-lyx_2.3.4.2-2_all.deb ...
2022-02-14 22:59:32.808 | Unpacking fonts-lyx (2.3.4.2-2) ...
2022-02-14 22:59:32.862 | Selecting previously unselected package libimagequant0:amd64.
2022-02-14 22:59:32.872 | Preparing to unpack .../089-libimagequant0_2.12.2-1.1_amd64.deb ...
2022-02-14 22:59:32.875 | Unpacking libimagequant0:amd64 (2.12.2-1.1) ...
2022-02-14 22:59:32.912 | Selecting previously unselected package libjs-jquery-ui.
2022-02-14 22:59:32.922 | Preparing to unpack .../090-libjs-jquery-ui_1.12.1+dfsg-5_all.deb ...
2022-02-14 22:59:32.932 | Unpacking libjs-jquery-ui (1.12.1+dfsg-5) ...
2022-02-14 22:59:33.092 | Selecting previously unselected package liblcms2-2:amd64.
2022-02-14 22:59:33.102 | Preparing to unpack .../091-liblcms2-2_2.9-4_amd64.deb ...
2022-02-14 22:59:33.104 | Unpacking liblcms2-2:amd64 (2.9-4) ...
2022-02-14 22:59:33.151 | Selecting previously unselected package libnss3-tools.
2022-02-14 22:59:33.162 | Preparing to unpack .../092-libnss3-tools_2%3a3.49.1-1ubuntu1.6_amd64.deb ...
2022-02-14 22:59:33.165 | Unpacking libnss3-tools (2:3.49.1-1ubuntu1.6) ...
2022-02-14 22:59:33.349 | Selecting previously unselected package libwebpdemux2:amd64.
2022-02-14 22:59:33.360 | Preparing to unpack .../093-libwebpdemux2_0.6.1-2ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:59:33.362 | Unpacking libwebpdemux2:amd64 (0.6.1-2ubuntu0.20.04.1) ...
2022-02-14 22:59:33.392 | Selecting previously unselected package libwebpmux3:amd64.
2022-02-14 22:59:33.402 | Preparing to unpack .../094-libwebpmux3_0.6.1-2ubuntu0.20.04.1_amd64.deb ...
2022-02-14 22:59:33.405 | Unpacking libwebpmux3:amd64 (0.6.1-2ubuntu0.20.04.1) ...
2022-02-14 22:59:33.438 | Selecting previously unselected package nvme-cli.
2022-02-14 22:59:33.448 | Preparing to unpack .../095-nvme-cli_1.9-1ubuntu0.1_amd64.deb ...
2022-02-14 22:59:33.463 | Unpacking nvme-cli (1.9-1ubuntu0.1) ...
2022-02-14 22:59:33.544 | Selecting previously unselected package ttf-bitstream-vera.
2022-02-14 22:59:33.554 | Preparing to unpack .../096-ttf-bitstream-vera_1.10-8_all.deb ...
2022-02-14 22:59:33.557 | Unpacking ttf-bitstream-vera (1.10-8) ...
2022-02-14 22:59:33.594 | Selecting previously unselected package python-matplotlib-data.
2022-02-14 22:59:33.603 | Preparing to unpack .../097-python-matplotlib-data_3.1.2-1ubuntu4_all.deb ...
2022-02-14 22:59:33.606 | Unpacking python-matplotlib-data (3.1.2-1ubuntu4) ...
2022-02-14 22:59:34.084 | Selecting previously unselected package python3-atomicwrites.
2022-02-14 22:59:34.094 | Preparing to unpack .../098-python3-atomicwrites_1.1.5-2build1_all.deb ...
2022-02-14 22:59:34.096 | Unpacking python3-atomicwrites (1.1.5-2build1) ...
2022-02-14 22:59:34.126 | Selecting previously unselected package python3-cycler.
2022-02-14 22:59:34.136 | Preparing to unpack .../099-python3-cycler_0.10.0-3_all.deb ...
2022-02-14 22:59:34.139 | Unpacking python3-cycler (0.10.0-3) ...
2022-02-14 22:59:34.169 | Selecting previously unselected package python3-webencodings.
2022-02-14 22:59:34.179 | Preparing to unpack .../100-python3-webencodings_0.5.1-1ubuntu1_all.deb ...
2022-02-14 22:59:34.181 | Unpacking python3-webencodings (0.5.1-1ubuntu1) ...
2022-02-14 22:59:34.214 | Selecting previously unselected package python3-html5lib.
2022-02-14 22:59:34.224 | Preparing to unpack .../101-python3-html5lib_1.0.1-2_all.deb ...
2022-02-14 22:59:34.226 | Unpacking python3-html5lib (1.0.1-2) ...
2022-02-14 22:59:34.273 | Selecting previously unselected package python3-kiwisolver.
2022-02-14 22:59:34.283 | Preparing to unpack .../102-python3-kiwisolver_1.0.1-3build1_amd64.deb ...
2022-02-14 22:59:34.285 | Unpacking python3-kiwisolver (1.0.1-3build1) ...
2022-02-14 22:59:34.323 | Selecting previously unselected package python3-lxml:amd64.
2022-02-14 22:59:34.333 | Preparing to unpack .../103-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ...
2022-02-14 22:59:34.335 | Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ...
2022-02-14 22:59:34.568 | Selecting previously unselected package python3-pyparsing.
2022-02-14 22:59:34.579 | Preparing to unpack .../104-python3-pyparsing_2.4.6-1_all.deb ...
2022-02-14 22:59:34.581 | Unpacking python3-pyparsing (2.4.6-1) ...
2022-02-14 22:59:34.618 | Selecting previously unselected package python3-matplotlib.
2022-02-14 22:59:34.628 | Preparing to unpack .../105-python3-matplotlib_3.1.2-1ubuntu4_amd64.deb ...
2022-02-14 22:59:34.630 | Unpacking python3-matplotlib (3.1.2-1ubuntu4) ...
2022-02-14 22:59:35.299 | Selecting previously unselected package python3-nose.
2022-02-14 22:59:35.309 | Preparing to unpack .../106-python3-nose_1.3.7-5_all.deb ...
2022-02-14 22:59:35.312 | Unpacking python3-nose (1.3.7-5) ...
2022-02-14 22:59:35.363 | Selecting previously unselected package python3-olefile.
2022-02-14 22:59:35.374 | Preparing to unpack .../107-python3-olefile_0.46-2_all.deb ...
2022-02-14 22:59:35.376 | Unpacking python3-olefile (0.46-2) ...
2022-02-14 22:59:35.409 | Selecting previously unselected package python3-packaging.
2022-02-14 22:59:35.420 | Preparing to unpack .../108-python3-packaging_20.3-1_all.deb ...
2022-02-14 22:59:35.422 | Unpacking python3-packaging (20.3-1) ...
2022-02-14 22:59:35.456 | Selecting previously unselected package python3-pastescript.
2022-02-14 22:59:35.466 | Preparing to unpack .../109-python3-pastescript_2.0.2-4_all.deb ...
2022-02-14 22:59:35.468 | Unpacking python3-pastescript (2.0.2-4) ...
2022-02-14 22:59:35.513 | Selecting previously unselected package python3-pil:amd64.
2022-02-14 22:59:35.523 | Preparing to unpack .../110-python3-pil_7.0.0-4ubuntu0.5_amd64.deb ...
2022-02-14 22:59:35.525 | Unpacking python3-pil:amd64 (7.0.0-4ubuntu0.5) ...
2022-02-14 22:59:35.626 | Selecting previously unselected package python3-pluggy.
2022-02-14 22:59:35.636 | Preparing to unpack .../111-python3-pluggy_0.13.0-2_all.deb ...
2022-02-14 22:59:35.638 | Unpacking python3-pluggy (0.13.0-2) ...
2022-02-14 22:59:35.673 | Selecting previously unselected package python3-psutil.
2022-02-14 22:59:35.683 | Preparing to unpack .../112-python3-psutil_5.5.1-1ubuntu4_amd64.deb ...
2022-02-14 22:59:35.685 | Unpacking python3-psutil (5.5.1-1ubuntu4) ...
2022-02-14 22:59:35.737 | Selecting previously unselected package python3-py.
2022-02-14 22:59:35.746 | Preparing to unpack .../113-python3-py_1.8.1-1ubuntu0.1_all.deb ...
2022-02-14 22:59:35.749 | Unpacking python3-py (1.8.1-1ubuntu0.1) ...
2022-02-14 22:59:35.793 | Selecting previously unselected package python3-pyinotify.
2022-02-14 22:59:35.804 | Preparing to unpack .../114-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ...
2022-02-14 22:59:35.806 | Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ...
2022-02-14 22:59:35.840 | Selecting previously unselected package python3-wcwidth.
2022-02-14 22:59:35.851 | Preparing to unpack .../115-python3-wcwidth_0.1.8+dfsg1-3_all.deb ...
2022-02-14 22:59:35.854 | Unpacking python3-wcwidth (0.1.8+dfsg1-3) ...
2022-02-14 22:59:35.894 | Selecting previously unselected package python3-pytest.
2022-02-14 22:59:35.905 | Preparing to unpack .../116-python3-pytest_4.6.9-1_all.deb ...
2022-02-14 22:59:35.907 | Unpacking python3-pytest (4.6.9-1) ...
2022-02-14 22:59:35.971 | Selecting previously unselected package python3-simplejson.
2022-02-14 22:59:35.981 | Preparing to unpack .../117-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ...
2022-02-14 22:59:35.984 | Unpacking python3-simplejson (3.16.0-2ubuntu2) ...
2022-02-14 22:59:36.030 | Selecting previously unselected package python3-tk:amd64.
2022-02-14 22:59:36.042 | Preparing to unpack .../118-python3-tk_3.8.10-0ubuntu1~20.04_amd64.deb ...
2022-02-14 22:59:36.045 | Unpacking python3-tk:amd64 (3.8.10-0ubuntu1~20.04) ...
2022-02-14 22:59:36.101 | Selecting previously unselected package smartmontools.
2022-02-14 22:59:36.111 | Preparing to unpack .../119-smartmontools_7.1-1build1_amd64.deb ...
2022-02-14 22:59:36.132 | Unpacking smartmontools (7.1-1build1) ...
2022-02-14 22:59:36.252 | Selecting previously unselected package ubuntu-fan.
2022-02-14 22:59:36.263 | Preparing to unpack .../120-ubuntu-fan_0.12.13_all.deb ...
2022-02-14 22:59:36.266 | Unpacking ubuntu-fan (0.12.13) ...
2022-02-14 22:59:36.336 | Setting up smartmontools (7.1-1build1) ...
2022-02-14 22:59:37.048 | Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service.
2022-02-14 22:59:37.048 | Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service.
2022-02-14 22:59:37.829 | Setting up liblcms2-2:amd64 (2.9-4) ...
2022-02-14 22:59:37.835 | Setting up libdw1:amd64 (0.176-1.1build1) ...
2022-02-14 22:59:37.841 | Setting up librabbitmq4:amd64 (0.10.0-1) ...
2022-02-14 22:59:37.847 | Setting up ubuntu-fan (0.12.13) ...
2022-02-14 22:59:38.125 | Created symlink /etc/systemd/system/multi-user.target.wants/ubuntu-fan.service → /lib/systemd/system/ubuntu-fan.service.
2022-02-14 22:59:39.341 | Setting up libxft2:amd64 (2.3.3-0ubuntu1) ...
2022-02-14 22:59:39.347 | Setting up ttf-bitstream-vera (1.10-8) ...
2022-02-14 22:59:39.353 | Setting up nvme-cli (1.9-1ubuntu0.1) ...
2022-02-14 22:59:39.380 | Setting up cephadm (16.2.7-1focal) ...
2022-02-14 22:59:39.514 | Adding system user cephadm....done
2022-02-14 22:59:39.533 | Setting up python3-waitress (1.4.1-1) ...
2022-02-14 22:59:39.909 | Setting up python3-repoze.lru (0.7-2) ...
2022-02-14 22:59:40.174 | Setting up liboath0 (2.6.1-1.3) ...
2022-02-14 22:59:40.180 | Setting up python3-py (1.8.1-1ubuntu0.1) ...
2022-02-14 22:59:40.514 | Setting up python3-joblib (0.14.0-3) ...
2022-02-14 22:59:40.963 | Setting up python3-cachetools (4.0.0-1) ...
2022-02-14 22:59:41.229 | Setting up fonts-lyx (2.3.4.2-2) ...
2022-02-14 22:59:41.236 | Setting up python3-olefile (0.46-2) ...
2022-02-14 22:59:41.508 | Setting up libwebpdemux2:amd64 (0.6.1-2ubuntu0.20.04.1) ...
2022-02-14 22:59:41.514 | Setting up python3-bcrypt (3.1.7-2ubuntu1) ...
2022-02-14 22:59:41.764 | Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ...
2022-02-14 22:59:42.028 | Setting up libtcmalloc-minimal4:amd64 (2.7-1ubuntu2) ...
2022-02-14 22:59:42.033 | Setting up python3-ceph-argparse (16.2.7-1focal) ...
2022-02-14 22:59:42.311 | Setting up python3-nose (1.3.7-5) ...
2022-02-14 22:59:42.682 | Setting up python3-webencodings (0.5.1-1ubuntu1) ...
2022-02-14 22:59:42.937 | Setting up python3-psutil (5.5.1-1ubuntu4) ...
2022-02-14 22:59:43.375 | Setting up runc (1.0.1-0ubuntu2~20.04.1) ...
2022-02-14 22:59:43.381 | Setting up libsnappy1v5:amd64 (1.1.8-1build1) ...
2022-02-14 22:59:43.386 | Setting up python3-atomicwrites (1.1.5-2build1) ...
2022-02-14 22:59:43.644 | Setting up python3-simplejson (3.16.0-2ubuntu2) ...
2022-02-14 22:59:43.945 | Setting up python3-decorator (4.4.2-0ubuntu1) ...
2022-02-14 22:59:44.219 | Setting up libjaeger (16.2.7-1focal) ...
2022-02-14 22:59:44.225 | Setting up python3-tempita (0.5.2-6) ...
2022-02-14 22:59:44.497 | Setting up libblas3:amd64 (3.9.0-1build1) ...
2022-02-14 22:59:44.507 | update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
2022-02-14 22:59:44.511 | Setting up libjs-jquery-ui (1.12.1+dfsg-5) ...
2022-02-14 22:59:44.528 | Setting up python-pastedeploy-tpl (2.1.0-1) ...
2022-02-14 22:59:44.534 | Setting up python3-wcwidth (0.1.8+dfsg1-3) ...
2022-02-14 22:59:44.798 | Setting up python3-pyparsing (2.4.6-1) ...
2022-02-14 22:59:45.112 | Setting up liblttng-ust-ctl4:amd64 (2.11.0-1) ...
2022-02-14 22:59:45.118 | Setting up python3-paste (3.4.0+dfsg1-1) ...
2022-02-14 22:59:45.594 | Setting up python3-werkzeug (0.16.1+dfsg1-2) ...
2022-02-14 22:59:46.022 | Setting up python3-cycler (0.10.0-3) ...
2022-02-14 22:59:46.281 | Setting up libimagequant0:amd64 (2.12.2-1.1) ...
2022-02-14 22:59:46.287 | Setting up python3-ceph-common (16.2.7-1focal) ...
2022-02-14 22:59:46.579 | Setting up python3-kiwisolver (1.0.1-3build1) ...
2022-02-14 22:59:46.588 | Setting up libtcl8.6:amd64 (8.6.10+dfsg-1) ...
2022-02-14 22:59:46.595 | Setting up python3-html5lib (1.0.1-2) ...
2022-02-14 22:59:46.975 | Setting up libbabeltrace1:amd64 (1.5.8-1build1) ...
2022-02-14 22:59:46.981 | Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ...
2022-02-14 22:59:46.996 | Setting up libgfortran5:amd64 (10.3.0-1ubuntu1~20.04) ...
2022-02-14 22:59:47.003 | Setting up python3-pluggy (0.13.0-2) ...
2022-02-14 22:59:47.270 | Setting up pigz (2.4-1) ...
2022-02-14 22:59:47.275 | Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ...
2022-02-14 22:59:47.593 | Setting up python3-pyasn1 (0.4.2-3build1) ...
2022-02-14 22:59:47.949 | Setting up python3-dateutil (2.7.3-3ubuntu1) ...
2022-02-14 22:59:48.264 | Setting up python3-singledispatch (3.4.0.3-2build1) ...
2022-02-14 22:59:48.523 | Setting up libxss1:amd64 (1:1.2.3-1) ...
2022-02-14 22:59:48.530 | Setting up python3-logutils (0.3.3-7) ...
2022-02-14 22:59:48.799 | Setting up ceph-mgr-modules-core (16.2.7-1focal) ...
2022-02-14 22:59:48.804 | Setting up liblttng-ust0:amd64 (2.11.0-1) ...
2022-02-14 22:59:48.811 | Setting up python3-simplegeneric (0.8.1-3) ...
2022-02-14 22:59:49.096 | Setting up containerd (1.5.5-0ubuntu3~20.04.1) ...
2022-02-14 22:59:49.358 | Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
2022-02-14 22:59:50.277 | Setting up python3-prettytable (0.7.2-5) ...
2022-02-14 22:59:50.563 | Setting up python-matplotlib-data (3.1.2-1ubuntu4) ...
2022-02-14 22:59:50.571 | Setting up libwebpmux3:amd64 (0.6.1-2ubuntu0.20.04.1) ...
2022-02-14 22:59:50.577 | Setting up python3-soupsieve (1.9.5+dfsg-1) ...
2022-02-14 22:59:50.866 | Setting up python3-websocket (0.53.0-2ubuntu1) ...
2022-02-14 22:59:50.876 | update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode
2022-02-14 22:59:51.161 | Setting up libnss3-tools (2:3.49.1-1ubuntu1.6) ...
2022-02-14 22:59:51.167 | Setting up python3-requests-oauthlib (1.0.0-1.1build1) ...
2022-02-14 22:59:51.436 | Setting up python3-mako (1.1.0+ds1-1ubuntu2) ...
2022-02-14 22:59:51.755 | Setting up libgoogle-perftools4:amd64 (2.7-1ubuntu2) ...
2022-02-14 22:59:51.762 | Setting up python3-cherrypy3 (8.9.1-6) ...
2022-02-14 22:59:52.172 | Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ...
2022-02-14 22:59:52.178 | Setting up python3-webob (1:1.8.5-2) ...
2022-02-14 22:59:52.518 | Setting up libleveldb1d:amd64 (1.22-3ubuntu2) ...
2022-02-14 22:59:52.523 | Setting up librados2 (16.2.7-1focal) ...
2022-02-14 22:59:52.529 | Setting up liblapack3:amd64 (3.9.0-1build1) ...
2022-02-14 22:59:52.538 | update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
2022-02-14 22:59:52.541 | Setting up librgw2 (16.2.7-1focal) ...
2022-02-14 22:59:52.548 | Setting up python3-pastedeploy (2.1.0-1) ...
2022-02-14 22:59:52.810 | Setting up libtk8.6:amd64 (8.6.10-1) ...
2022-02-14 22:59:52.831 | Setting up docker.io (20.10.7-0ubuntu5~20.04.2) ...
2022-02-14 22:59:53.082 | Adding group `docker' (GID 124) ...
2022-02-14 22:59:53.095 | Done.
2022-02-14 22:59:53.394 | Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
2022-02-14 22:59:54.382 | Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
2022-02-14 22:59:56.778 | Setting up python3-bs4 (4.8.2-1) ...
2022-02-14 22:59:57.106 | Setting up libcephfs2 (16.2.7-1focal) ...
2022-02-14 22:59:57.112 | Setting up python3-pil:amd64 (7.0.0-4ubuntu0.5) ...
2022-02-14 22:59:57.581 | Setting up python3-packaging (20.3-1) ...
2022-02-14 22:59:57.848 | Setting up libradosstriper1 (16.2.7-1focal) ...
2022-02-14 22:59:57.854 | Setting up python3-pyasn1-modules (0.2.1-0.2build1) ...
2022-02-14 22:59:58.193 | Setting up librbd1 (16.2.7-1focal) ...
2022-02-14 22:59:58.199 | Setting up python3-numpy (1:1.17.4-5ubuntu3) ...
2022-02-14 23:00:00.339 | Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ...
2022-02-14 23:00:00.345 | Setting up python3-rsa (4.0-3) ...
2022-02-14 23:00:00.616 | Setting up python3-webtest (2.0.32-2) ...
2022-02-14 23:00:00.898 | Setting up ceph-fuse (16.2.7-1focal) ...
2022-02-14 23:00:01.154 | Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target.
2022-02-14 23:00:01.154 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target.
2022-02-14 23:00:01.890 | Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ...
2022-02-14 23:00:01.895 | Setting up python3-pastescript (2.0.2-4) ...
2022-02-14 23:00:02.211 | Setting up python3-pecan (1.3.3-3ubuntu1) ...
2022-02-14 23:00:02.609 | Setting up python3-rados (16.2.7-1focal) ...
2022-02-14 23:00:02.615 | Setting up tk8.6-blt2.5 (2.5.3+dfsg-4) ...
2022-02-14 23:00:02.620 | Setting up python3-matplotlib (3.1.2-1ubuntu4) ...
2022-02-14 23:00:04.265 | Setting up python3-scipy (1.3.3-3build1) ...
2022-02-14 23:00:07.199 | Setting up python3-pytest (4.6.9-1) ...
2022-02-14 23:00:07.662 | Setting up blt (2.5.3+dfsg-4) ...
2022-02-14 23:00:07.670 | Setting up python3-rbd (16.2.7-1focal) ...
2022-02-14 23:00:07.677 | Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ...
2022-02-14 23:00:07.683 | Setting up python3-tk:amd64 (3.8.10-0ubuntu1~20.04) ...
2022-02-14 23:00:07.854 | Setting up python3-routes (2.4.1-2) ...
2022-02-14 23:00:08.136 | Setting up python3-google-auth (1.5.1-2) ...
2022-02-14 23:00:08.425 | Setting up python3-sklearn (0.22.2.post1+dfsg-5) ...
2022-02-14 23:00:10.358 | Setting up python3-rgw (16.2.7-1focal) ...
2022-02-14 23:00:10.363 | Setting up python3-cephfs (16.2.7-1focal) ...
2022-02-14 23:00:10.629 | Setting up python3-kubernetes (7.0.0~a1-2) ...
2022-02-14 23:00:12.259 | Setting up ceph-common (16.2.7-1focal) ...
2022-02-14 23:00:12.374 | Adding group ceph....done
2022-02-14 23:00:12.491 | Adding system user ceph....done
2022-02-14 23:00:12.522 | Setting system user ceph properties....done
2022-02-14 23:00:12.533 | chown: cannot access '/var/log/ceph/*.log*': No such file or directory
2022-02-14 23:00:12.806 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target.
2022-02-14 23:00:13.414 | Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service.
2022-02-14 23:00:14.171 | Setting up ceph-base (16.2.7-1focal) ...
2022-02-14 23:00:14.492 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service.
2022-02-14 23:00:15.294 | Setting up ceph-mds (16.2.7-1focal) ...
2022-02-14 23:00:15.564 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target.
2022-02-14 23:00:15.564 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target.
2022-02-14 23:00:16.341 | Setting up ceph-mgr (16.2.7-1focal) ...
2022-02-14 23:00:16.612 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target.
2022-02-14 23:00:16.612 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target.
2022-02-14 23:00:17.380 | Setting up ceph-osd (16.2.7-1focal) ...
2022-02-14 23:00:18.088 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target.
2022-02-14 23:00:18.088 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target.
2022-02-14 23:00:18.853 | Setting up ceph-mgr-k8sevents (16.2.7-1focal) ...
2022-02-14 23:00:18.859 | Setting up ceph-mgr-diskprediction-local (16.2.7-1focal) ...
2022-02-14 23:00:18.880 | Setting up ceph-mon (16.2.7-1focal) ...
2022-02-14 23:00:19.136 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target.
2022-02-14 23:00:19.137 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target.
2022-02-14 23:00:19.905 | Setting up ceph-mgr-cephadm (16.2.7-1focal) ...
2022-02-14 23:00:19.927 | Setting up ceph (16.2.7-1focal) ...
2022-02-14 23:00:19.932 | Setting up ceph-mgr-dashboard (16.2.7-1focal) ...
2022-02-14 23:00:19.954 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2022-02-14 23:00:19.979 | Processing triggers for systemd (245.4-4ubuntu3.15) ...
2022-02-14 23:00:20.359 | Processing triggers for man-db (2.9.1-1) ...
2022-02-14 23:00:26.802 | Processing triggers for fontconfig (2.13.1-2ubuntu3) ...
2022-02-14 23:00:34.045 | ++ functions-common:apt_get:1234            :   result=0
2022-02-14 23:00:34.048 | ++ functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:00:34.050 | ++ functions-common:time_stop:2425          :   local name
2022-02-14 23:00:34.052 | ++ functions-common:time_stop:2426          :   local end_time
2022-02-14 23:00:34.054 | ++ functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:00:34.056 | ++ functions-common:time_stop:2428          :   local total
2022-02-14 23:00:34.059 | ++ functions-common:time_stop:2429          :   local start_time
2022-02-14 23:00:34.061 | ++ functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:00:34.063 | ++ functions-common:time_stop:2432          :   start_time=1644879491413
2022-02-14 23:00:34.066 | ++ functions-common:time_stop:2434          :   [[ -z 1644879491413 ]]
2022-02-14 23:00:34.069 | +++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:00:34.073 | ++ functions-common:time_stop:2437          :   end_time=1644879634070
2022-02-14 23:00:34.075 | ++ functions-common:time_stop:2438          :   elapsed_time=142657
2022-02-14 23:00:34.077 | ++ functions-common:time_stop:2439          :   total=211689
2022-02-14 23:00:34.079 | ++ functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:00:34.082 | ++ functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=354346
2022-02-14 23:00:34.084 | ++ functions-common:apt_get:1238            :   return 0
2022-02-14 23:00:34.086 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1172 :   is_ubuntu
2022-02-14 23:00:34.088 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:00:34.090 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:00:34.093 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1173 :   sudo rm -rf /usr/lib/python3/dist-packages/logutils-0.3.3.egg-info
2022-02-14 23:00:34.105 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1175 :   is_fedora
2022-02-14 23:00:34.107 | ++ functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 23:00:34.110 | ++ functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 23:00:34.112 | ++ functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 23:00:34.114 | ++ functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 23:00:34.116 | ++ functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 23:00:34.118 | ++ functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 23:00:34.120 | ++ functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 23:00:34.123 | ++ functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 23:00:34.125 | ++ functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 23:00:34.128 | ++ functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 23:00:34.130 | ++ functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 23:00:34.133 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:20 :   echo_summary 'Configuring Ceph'
2022-02-14 23:00:34.135 | ++ ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:00:34.138 | ++ ./stack.sh:echo_summary:446              :   echo -e Configuring Ceph
2022-02-14 23:00:34.141 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:21 :   configure_ceph
2022-02-14 23:00:34.143 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:391 :   local count=0
2022-02-14 23:00:34.146 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:393 :   initial_configure_ceph
2022-02-14 23:00:34.148 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:initial_configure_ceph:383 :   create_disk /var/lib/ceph/drives/images/ceph.img /var/lib/ceph 25GB
2022-02-14 23:00:34.150 | ++ functions:create_disk:732                :   local node_number
2022-02-14 23:00:34.152 | ++ functions:create_disk:733                :   local disk_image=/var/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.154 | ++ functions:create_disk:734                :   local storage_data_dir=/var/lib/ceph
2022-02-14 23:00:34.157 | ++ functions:create_disk:735                :   local loopback_disk_size=25GB
2022-02-14 23:00:34.160 | ++ functions:create_disk:736                :   local key
2022-02-14 23:00:34.164 | +++ functions:create_disk:738                :   echo /var/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.164 | +++ functions:create_disk:738                :   sed s#/.##
2022-02-14 23:00:34.170 | ++ functions:create_disk:738                :   key=ar/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.173 | ++ functions:create_disk:739                :   key=devstack-ar/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.175 | ++ functions:create_disk:741                :   destroy_disk /var/lib/ceph/drives/images/ceph.img /var/lib/ceph
2022-02-14 23:00:34.177 | ++ functions:destroy_disk:763               :   local disk_image=/var/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.179 | ++ functions:destroy_disk:764               :   local storage_data_dir=/var/lib/ceph
2022-02-14 23:00:34.181 | ++ functions:destroy_disk:765               :   local key
2022-02-14 23:00:34.185 | +++ functions:destroy_disk:767               :   echo /var/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.185 | +++ functions:destroy_disk:767               :   sed s#/.##
2022-02-14 23:00:34.191 | ++ functions:destroy_disk:767               :   key=ar/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.195 | ++ functions:destroy_disk:768               :   key=devstack-ar/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.197 | ++ functions:destroy_disk:771               :   egrep -q /var/lib/ceph /proc/mounts
2022-02-14 23:00:34.203 | ++ functions:destroy_disk:776               :   sudo sed -i '/.*comment=$key.*/ d' /etc/fstab
2022-02-14 23:00:34.215 | ++ functions:destroy_disk:779               :   sudo rm -f /var/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.228 | +++ functions:create_disk:745                :   dirname /var/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.232 | ++ functions:create_disk:745                :   sudo mkdir -p /var/lib/ceph/drives/images
2022-02-14 23:00:34.244 | ++ functions:create_disk:746                :   sudo truncate -s 25GB /var/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.267 | ++ functions:create_disk:753                :   sudo mkfs.xfs -f -i size=1024 /var/lib/ceph/drives/images/ceph.img
2022-02-14 23:00:34.313 | meta-data=/var/lib/ceph/drives/images/ceph.img isize=1024   agcount=4, agsize=1525879 blks
2022-02-14 23:00:34.313 |          =                       sectsz=512   attr=2, projid32bit=1
2022-02-14 23:00:34.313 |          =                       crc=1        finobt=1, sparse=1, rmapbt=0
2022-02-14 23:00:34.313 |          =                       reflink=1
2022-02-14 23:00:34.313 | data     =                       bsize=4096   blocks=6103515, imaxpct=25
2022-02-14 23:00:34.313 |          =                       sunit=0      swidth=0 blks
2022-02-14 23:00:34.313 | naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
2022-02-14 23:00:34.313 | log      =internal log           bsize=4096   blocks=2980, version=2
2022-02-14 23:00:34.313 |          =                       sectsz=512   sunit=0 blks, lazy-count=1
2022-02-14 23:00:34.314 | realtime =none                   extsz=4096   blocks=0, rtextents=0
2022-02-14 23:00:34.317 | ++ functions:create_disk:756                :   echo '/var/lib/ceph/drives/images/ceph.img /var/lib/ceph xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-ar/lib/ceph/drives/images/ceph.img 0 0'
2022-02-14 23:00:34.317 | ++ functions:create_disk:756                :   sudo tee -a /etc/fstab
2022-02-14 23:00:34.326 | /var/lib/ceph/drives/images/ceph.img /var/lib/ceph xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-ar/lib/ceph/drives/images/ceph.img 0 0
2022-02-14 23:00:34.329 | ++ functions:create_disk:757                :   sudo mkdir -p /var/lib/ceph
2022-02-14 23:00:34.340 | ++ functions:create_disk:758                :   sudo mount -v /var/lib/ceph
2022-02-14 23:00:34.431 | mount: /dev/loop3 mounted on /var/lib/ceph.
2022-02-14 23:00:34.434 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:initial_configure_ceph:386 :   sudo mkdir -p /var/lib/ceph/bootstrap-mds /var/lib/ceph/bootstrap-osd /var/lib/ceph/bootstrap-mgr /var/lib/ceph/bootstrap-rgw /var/lib/ceph/mgr /var/lib/ceph/rgw /var/lib/ceph/mds /var/lib/ceph/mon /var/lib/ceph/osd /var/lib/ceph/tmp /var/lib/ceph/radosgw
2022-02-14 23:00:34.448 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:396 :   hostname
2022-02-14 23:00:34.455 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:396 :   ceph-authtool --gen-print-key
2022-02-14 23:00:34.477 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:396 :   sudo ceph-authtool /var/lib/ceph/tmp/keyring.mon.dv-osbrick-823654-3-ceph --create-keyring --name=mon. --add-key=AQAS3wpiXyo9HBAAbGiZFeT8PuEGs7SGTRju2w== --cap mon 'allow *'
2022-02-14 23:00:34.515 | creating /var/lib/ceph/tmp/keyring.mon.dv-osbrick-823654-3-ceph
2022-02-14 23:00:34.515 | added entity mon. auth(key=AQAS3wpiXyo9HBAAbGiZFeT8PuEGs7SGTRju2w==)
2022-02-14 23:00:34.515 | added 1 caps to entity mon.
2022-02-14 23:00:34.521 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:401 :   sudo ceph-authtool /etc/ceph/ceph.client.admin.keyring --create-keyring --gen-key -n client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *'
2022-02-14 23:00:34.573 | creating /etc/ceph/ceph.client.admin.keyring
2022-02-14 23:00:34.579 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:406 :   hostname
2022-02-14 23:00:34.583 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:406 :   sudo ceph-authtool /var/lib/ceph/tmp/keyring.mon.dv-osbrick-823654-3-ceph --import-keyring /etc/ceph/ceph.client.admin.keyring
2022-02-14 23:00:34.615 | importing contents of /etc/ceph/ceph.client.admin.keyring into /var/lib/ceph/tmp/keyring.mon.dv-osbrick-823654-3-ceph
2022-02-14 23:00:34.621 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:409 :   hostname
2022-02-14 23:00:34.626 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:409 :   sudo mkdir -p /var/lib/ceph/mon/ceph-dv-osbrick-823654-3-ceph
2022-02-14 23:00:34.638 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:412 :   iniset -sudo /etc/ceph/ceph.conf global fsid 1d21f74c-bb08-47ea-960c-0b958ffddb90
2022-02-14 23:00:34.703 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:413 :   hostname
2022-02-14 23:00:34.707 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:413 :   iniset -sudo /etc/ceph/ceph.conf global mon_initial_members dv-osbrick-823654-3-ceph
2022-02-14 23:00:34.760 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:414 :   iniset -sudo /etc/ceph/ceph.conf global mon_host 10.222.0.47
2022-02-14 23:00:34.816 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:415 :   iniset -sudo /etc/ceph/ceph.conf global auth_cluster_required cephx
2022-02-14 23:00:34.870 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:416 :   iniset -sudo /etc/ceph/ceph.conf global auth_service_required cephx
2022-02-14 23:00:34.923 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:417 :   iniset -sudo /etc/ceph/ceph.conf global auth_client_required cephx
2022-02-14 23:00:34.977 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:418 :   iniset -sudo /etc/ceph/ceph.conf global filestore_xattr_use_omap true
2022-02-14 23:00:35.031 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:419 :   iniset -sudo /etc/ceph/ceph.conf global 'osd crush chooseleaf type' 0
2022-02-14 23:00:35.087 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:420 :   iniset -sudo /etc/ceph/ceph.conf global 'osd journal size' 100
2022-02-14 23:00:35.146 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:421 :   iniset -sudo /etc/ceph/ceph.conf global 'osd pool default size' 1
2022-02-14 23:00:35.201 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:422 :   iniset -sudo /etc/ceph/ceph.conf global 'rbd default features' 'layering, exclusive-lock, object-map, fast-diff'
2022-02-14 23:00:35.256 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:423 :   iniset -sudo /etc/ceph/ceph.conf client debug_client 10
2022-02-14 23:00:35.321 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:425 :   local gigs
2022-02-14 23:00:35.325 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:426 :   echo 25GB
2022-02-14 23:00:35.325 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:426 :   grep -o '^[0-9]*'
2022-02-14 23:00:35.330 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:426 :   gigs=25
2022-02-14 23:00:35.334 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:427 :   iniset -sudo /etc/ceph/ceph.conf global bluestore_block_size 22548578304
2022-02-14 23:00:35.389 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:430 :   hostname
2022-02-14 23:00:35.394 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:430 :   hostname
2022-02-14 23:00:35.397 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:430 :   sudo ceph-mon -c /etc/ceph/ceph.conf --mkfs -i dv-osbrick-823654-3-ceph --keyring /var/lib/ceph/tmp/keyring.mon.dv-osbrick-823654-3-ceph
2022-02-14 23:00:35.491 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:433 :   sudo chown -R ceph. /var/lib/ceph
2022-02-14 23:00:35.505 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:435 :   hostname
2022-02-14 23:00:35.509 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:435 :   sudo systemctl enable ceph-mon@dv-osbrick-823654-3-ceph
2022-02-14 23:00:35.526 | Created symlink /etc/systemd/system/ceph-mon.target.wants/ceph-mon@dv-osbrick-823654-3-ceph.service → /lib/systemd/system/ceph-mon@.service.
2022-02-14 23:00:35.889 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:436 :   hostname
2022-02-14 23:00:35.894 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:436 :   sudo systemctl start ceph-mon@dv-osbrick-823654-3-ceph
2022-02-14 23:00:35.923 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:438 :   local ceph_version
2022-02-14 23:00:35.928 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:439 :   _get_ceph_version mon
2022-02-14 23:00:35.931 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:216 :   local ceph_version_str
2022-02-14 23:00:35.934 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:217 :   local mon_started
2022-02-14 23:00:35.937 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:219 :   [[ mon == \c\l\i ]]
2022-02-14 23:00:35.939 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:223 :   [[ mon == \m\o\n ]]
2022-02-14 23:00:35.946 | +++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:225 :   hostname
2022-02-14 23:00:35.951 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:225 :   wait_for_daemon 'sudo systemctl is-active --quiet ceph-mon@dv-osbrick-823654-3-ceph'
2022-02-14 23:00:35.955 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:177 :   timeout=20
2022-02-14 23:00:35.957 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:178 :   daemon_to_test='sudo systemctl is-active --quiet ceph-mon@dv-osbrick-823654-3-ceph'
2022-02-14 23:00:35.960 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:179 :   '[' 20 -ne 0 ']'
2022-02-14 23:00:35.963 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:180 :   eval sudo systemctl is-active --quiet ceph-mon@dv-osbrick-823654-3-ceph
2022-02-14 23:00:35.966 | +++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:180 :   sudo systemctl is-active --quiet ceph-mon@dv-osbrick-823654-3-ceph
2022-02-14 23:00:35.983 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:181 :   return 0
2022-02-14 23:00:35.988 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:225 :   mon_started=
2022-02-14 23:00:35.993 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:229 :   cut -f 1,2 -d .
2022-02-14 23:00:35.993 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:229 :   sudo ceph version
2022-02-14 23:00:35.994 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:229 :   cut -d ' ' -f 3
2022-02-14 23:00:36.417 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:229 :   ceph_version_str=16.2
2022-02-14 23:00:36.420 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:239 :   echo 16.2
2022-02-14 23:00:36.423 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:439 :   ceph_version=16.2
2022-02-14 23:00:36.426 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:441 :   vercmp 16.2 '>=' 14.0
2022-02-14 23:00:36.428 | ++ functions:vercmp:628                     :   local v1=16.2
2022-02-14 23:00:36.430 | ++ functions:vercmp:629                     :   local 'op=>='
2022-02-14 23:00:36.433 | ++ functions:vercmp:630                     :   local v2=14.0
2022-02-14 23:00:36.436 | ++ functions:vercmp:631                     :   local result
2022-02-14 23:00:36.441 | +++ functions:vercmp:635                     :   echo -e '16.2\n14.0'
2022-02-14 23:00:36.441 | +++ functions:vercmp:635                     :   head -1
2022-02-14 23:00:36.442 | +++ functions:vercmp:635                     :   sort -V
2022-02-14 23:00:36.447 | ++ functions:vercmp:635                     :   result=14.0
2022-02-14 23:00:36.449 | ++ functions:vercmp:637                     :   case $op in
2022-02-14 23:00:36.452 | ++ functions:vercmp:651                     :   '[' 14.0 = 14.0 ']'
2022-02-14 23:00:36.455 | ++ functions:vercmp:652                     :   return
2022-02-14 23:00:36.458 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:442 :   for key in bootstrap-{mds,osd,rgw}
2022-02-14 23:00:36.460 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:443 :   sudo ceph auth get client.bootstrap-mds -o /var/lib/ceph/bootstrap-mds/ceph.keyring
2022-02-14 23:00:36.884 | exported keyring for client.bootstrap-mds
2022-02-14 23:00:36.906 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:442 :   for key in bootstrap-{mds,osd,rgw}
2022-02-14 23:00:36.908 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:443 :   sudo ceph auth get client.bootstrap-osd -o /var/lib/ceph/bootstrap-osd/ceph.keyring
2022-02-14 23:00:37.309 | exported keyring for client.bootstrap-osd
2022-02-14 23:00:37.329 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:442 :   for key in bootstrap-{mds,osd,rgw}
2022-02-14 23:00:37.331 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:443 :   sudo ceph auth get client.bootstrap-rgw -o /var/lib/ceph/bootstrap-rgw/ceph.keyring
2022-02-14 23:00:37.714 | exported keyring for client.bootstrap-rgw
2022-02-14 23:00:37.734 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:447 :   sudo mkdir -p /var/lib/ceph/mgr/ceph-x
2022-02-14 23:00:37.747 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:448 :   sudo ceph -c /etc/ceph/ceph.conf auth get-or-create mgr.x mon 'allow profile mgr' mds 'allow *' osd 'allow *' -o /var/lib/ceph/mgr/ceph-x/keyring
2022-02-14 23:00:38.282 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:451 :   sudo chown -R ceph. /var/lib/ceph/mgr
2022-02-14 23:00:38.295 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:455 :   [[ 1 -ne 1 ]]
2022-02-14 23:00:38.298 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:473 :   for rep in ${CEPH_REPLICAS_SEQ}
2022-02-14 23:00:38.301 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:474 :   sudo ceph -c /etc/ceph/ceph.conf osd create
2022-02-14 23:00:38.726 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:474 :   OSD_ID=0
2022-02-14 23:00:38.728 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:475 :   sudo mkdir -p /var/lib/ceph/osd/ceph-0
2022-02-14 23:00:38.741 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:476 :   sudo ceph -c /etc/ceph/ceph.conf auth get-or-create osd.0 mon 'allow profile osd ' osd 'allow *'
2022-02-14 23:00:38.742 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:478 :   sudo tee /var/lib/ceph/osd/ceph-0/keyring
2022-02-14 23:00:39.130 | [osd.0]
2022-02-14 23:00:39.130 | 	key = AQAX3wpiIdswBxAAy/6DYbAY7SiG//2GJ4SZqw==
2022-02-14 23:00:39.153 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:479 :   sudo chown ceph. /var/lib/ceph/osd/ceph-0
2022-02-14 23:00:39.166 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:480 :   sudo chown ceph. /var/lib/ceph/osd/ceph-0/keyring
2022-02-14 23:00:39.180 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:481 :   sudo ceph-osd -c /etc/ceph/ceph.conf --setuser ceph --setgroup ceph -i 0 --mkfs
2022-02-14 23:00:39.236 | 2022-02-14T23:00:39.230+0000 7f078ba03f00 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory
2022-02-14 23:00:39.236 | 2022-02-14T23:00:39.230+0000 7f078ba03f00 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory
2022-02-14 23:00:39.236 | 2022-02-14T23:00:39.230+0000 7f078ba03f00 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory
2022-02-14 23:00:39.244 | 2022-02-14T23:00:39.238+0000 7f078ba03f00 -1 bluestore(/var/lib/ceph/osd/ceph-0) _read_fsid unparsable uuid 
2022-02-14 23:00:41.449 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:482 :   sudo ceph-osd -c /etc/ceph/ceph.conf -i 0 --mkfs
2022-02-14 23:00:43.141 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:484 :   sudo systemctl enable ceph-osd@0
2022-02-14 23:00:43.155 | Created symlink /etc/systemd/system/ceph-osd.target.wants/ceph-osd@0.service → /lib/systemd/system/ceph-osd@.service.
2022-02-14 23:00:43.536 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:487 :   is_ceph_enabled_for_service manila
2022-02-14 23:00:43.538 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:00:43.540 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:00:43.543 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=manila
2022-02-14 23:00:43.546 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo manila
2022-02-14 23:00:43.547 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:00:43.547 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:00:43.552 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_MANILA
2022-02-14 23:00:43.554 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_MANILA'
2022-02-14 23:00:43.557 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo True
2022-02-14 23:00:43.559 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=True
2022-02-14 23:00:43.563 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled manila
2022-02-14 23:00:43.579 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:00:43.582 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:00:43.584 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:499 :   '[' False = True ']'
2022-02-14 23:00:43.586 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:503 :   '[' '' = True ']'
2022-02-14 23:00:43.589 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:26 :   echo_summary 'Initializing Ceph'
2022-02-14 23:00:43.591 | ++ ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:00:43.593 | ++ ./stack.sh:echo_summary:446              :   echo -e Initializing Ceph
2022-02-14 23:00:43.596 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:27 :   start_ceph
2022-02-14 23:00:43.599 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1183 :   sudo chown -R ceph. /var/lib/ceph
2022-02-14 23:00:43.612 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1185 :   hostname
2022-02-14 23:00:43.616 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1185 :   sudo systemctl start ceph-mon@dv-osbrick-823654-3-ceph
2022-02-14 23:00:43.634 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1186 :   local ceph_version
2022-02-14 23:00:43.639 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1187 :   _get_ceph_version mon
2022-02-14 23:00:43.642 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:216 :   local ceph_version_str
2022-02-14 23:00:43.644 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:217 :   local mon_started
2022-02-14 23:00:43.646 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:219 :   [[ mon == \c\l\i ]]
2022-02-14 23:00:43.648 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:223 :   [[ mon == \m\o\n ]]
2022-02-14 23:00:43.652 | +++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:225 :   hostname
2022-02-14 23:00:43.656 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:225 :   wait_for_daemon 'sudo systemctl is-active --quiet ceph-mon@dv-osbrick-823654-3-ceph'
2022-02-14 23:00:43.659 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:177 :   timeout=20
2022-02-14 23:00:43.661 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:178 :   daemon_to_test='sudo systemctl is-active --quiet ceph-mon@dv-osbrick-823654-3-ceph'
2022-02-14 23:00:43.663 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:179 :   '[' 20 -ne 0 ']'
2022-02-14 23:00:43.665 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:180 :   eval sudo systemctl is-active --quiet ceph-mon@dv-osbrick-823654-3-ceph
2022-02-14 23:00:43.668 | +++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:180 :   sudo systemctl is-active --quiet ceph-mon@dv-osbrick-823654-3-ceph
2022-02-14 23:00:43.683 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:181 :   return 0
2022-02-14 23:00:43.686 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:225 :   mon_started=
2022-02-14 23:00:43.690 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:229 :   sudo ceph version
2022-02-14 23:00:43.691 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:229 :   cut -f 1,2 -d .
2022-02-14 23:00:43.691 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:229 :   cut -d ' ' -f 3
2022-02-14 23:00:44.080 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:229 :   ceph_version_str=16.2
2022-02-14 23:00:44.083 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:239 :   echo 16.2
2022-02-14 23:00:44.086 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1187 :   ceph_version=16.2
2022-02-14 23:00:44.088 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1189 :   sudo systemctl start ceph-mgr@x
2022-02-14 23:00:44.119 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1192 :   sudo ceph -c /etc/ceph/ceph.conf tell mgr restful create-self-signed-cert
2022-02-14 23:00:51.040 | no valid command found; 10 closest matches:
2022-02-14 23:00:51.040 | 0
2022-02-14 23:00:51.040 | 1
2022-02-14 23:00:51.040 | 2
2022-02-14 23:00:51.040 | abort
2022-02-14 23:00:51.040 | assert
2022-02-14 23:00:51.040 | config diff
2022-02-14 23:00:51.040 | config diff get <var>
2022-02-14 23:00:51.040 | config get <var>
2022-02-14 23:00:51.040 | config help [<var>]
2022-02-14 23:00:51.040 | config set <var> <val>...
2022-02-14 23:00:51.040 | Error EINVAL: invalid command
2022-02-14 23:00:51.046 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1193 :   echo MGR Restful is not working, perhaps the package is not 'installed?'
2022-02-14 23:00:51.046 | MGR Restful is not working, perhaps the package is not installed?
2022-02-14 23:00:51.050 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1195 :   sudo ceph -c /etc/ceph/ceph.conf osd ls
2022-02-14 23:00:51.580 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1195 :   for id in $(sudo ceph -c ${CEPH_CONF_FILE} osd ls)
2022-02-14 23:00:51.582 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1196 :   sudo systemctl start ceph-osd@0
2022-02-14 23:00:51.643 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1198 :   is_ceph_enabled_for_service manila
2022-02-14 23:00:51.645 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:00:51.648 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:00:51.650 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=manila
2022-02-14 23:00:51.654 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:00:51.656 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:00:51.656 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo manila
2022-02-14 23:00:51.660 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_MANILA
2022-02-14 23:00:51.663 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_MANILA'
2022-02-14 23:00:51.665 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo True
2022-02-14 23:00:51.668 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=True
2022-02-14 23:00:51.671 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled manila
2022-02-14 23:00:51.686 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:00:51.689 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:00:51.692 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1202 :   '[' '' = True ']'
2022-02-14 23:00:51.694 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:125 :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:00:51.696 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:139 :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:00:51.701 | + ./stack.sh:main:830                      :   set_systemd_override DefaultLimitNOFILE 2048
2022-02-14 23:00:51.704 | + functions:set_systemd_override:820       :   local key=DefaultLimitNOFILE
2022-02-14 23:00:51.707 | + functions:set_systemd_override:821       :   local value=2048
2022-02-14 23:00:51.710 | + functions:set_systemd_override:823       :   local sysconf=/etc/systemd/system.conf
2022-02-14 23:00:51.713 | + functions:set_systemd_override:824       :   iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048
2022-02-14 23:00:51.767 | + functions:set_systemd_override:825       :   echo 'Set systemd system override for DefaultLimitNOFILE=2048'
2022-02-14 23:00:51.767 | Set systemd system override for DefaultLimitNOFILE=2048
2022-02-14 23:00:51.769 | + functions:set_systemd_override:827       :   sudo systemctl daemon-reload
2022-02-14 23:00:52.151 | + ./stack.sh:main:832                      :   install_rpc_backend
2022-02-14 23:00:52.153 | + lib/rpc_backend:install_rpc_backend:52   :   is_service_enabled rabbit
2022-02-14 23:00:52.171 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:00:52.174 | + lib/rpc_backend:install_rpc_backend:54   :   install_package rabbitmq-server
2022-02-14 23:00:52.176 | + functions-common:install_package:1463    :   update_package_repo
2022-02-14 23:00:52.179 | + functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 23:00:52.181 | + functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 23:00:52.184 | + functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 23:00:52.186 | + functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 23:00:52.189 | + functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 23:00:52.191 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:00:52.194 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:00:52.196 | + functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 23:00:52.199 | + functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 23:00:52.201 | + functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 23:00:52.203 | + functions-common:apt_get_update:1190     :   return
2022-02-14 23:00:52.207 | + functions-common:install_package:1464    :   real_install_package rabbitmq-server
2022-02-14 23:00:52.209 | + functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 23:00:52.212 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:00:52.214 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:00:52.217 | + functions-common:real_install_package:1450 :   apt_get install rabbitmq-server
2022-02-14 23:00:52.239 | + functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server
2022-02-14 23:00:52.353 | Reading package lists...
2022-02-14 23:00:52.603 | Building dependency tree...
2022-02-14 23:00:52.605 | Reading state information...
2022-02-14 23:00:52.861 | The following packages were automatically installed and are no longer required:
2022-02-14 23:00:52.863 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 23:00:52.863 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 23:00:52.863 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 23:00:52.863 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 23:00:52.863 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 23:00:52.863 |   python3-zope.interface
2022-02-14 23:00:52.863 | Use 'sudo apt autoremove' to remove them.
2022-02-14 23:00:52.863 | The following additional packages will be installed:
2022-02-14 23:00:52.863 |   erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets
2022-02-14 23:00:52.863 |   erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key
2022-02-14 23:00:52.863 |   erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp
2022-02-14 23:00:52.864 |   erlang-tools erlang-xmerl locales-all
2022-02-14 23:00:52.865 | Suggested packages:
2022-02-14 23:00:52.865 |   erlang erlang-manpages erlang-doc
2022-02-14 23:00:52.934 | The following NEW packages will be installed:
2022-02-14 23:00:52.934 |   erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets
2022-02-14 23:00:52.934 |   erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key
2022-02-14 23:00:52.934 |   erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp
2022-02-14 23:00:52.935 |   erlang-tools erlang-xmerl locales-all rabbitmq-server
2022-02-14 23:00:53.047 | 0 upgraded, 19 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 23:00:53.047 | Need to get 38.1 MB of archives.
2022-02-14 23:00:53.047 | After this operation, 276 MB of additional disk space will be used.
2022-02-14 23:00:53.047 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB]
2022-02-14 23:00:54.021 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB]
2022-02-14 23:00:54.117 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB]
2022-02-14 23:00:54.120 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB]
2022-02-14 23:00:54.330 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB]
2022-02-14 23:00:54.529 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB]
2022-02-14 23:00:54.532 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB]
2022-02-14 23:00:54.641 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB]
2022-02-14 23:00:54.643 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB]
2022-02-14 23:00:54.644 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB]
2022-02-14 23:00:54.696 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB]
2022-02-14 23:00:54.712 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB]
2022-02-14 23:00:54.887 | 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]
2022-02-14 23:00:54.915 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB]
2022-02-14 23:00:54.946 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB]
2022-02-14 23:00:54.993 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB]
2022-02-14 23:00:55.094 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB]
2022-02-14 23:00:55.275 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB]
2022-02-14 23:00:57.089 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB]
2022-02-14 23:00:59.471 | Fetched 38.1 MB in 6s (6,434 kB/s)
2022-02-14 23:00:59.508 | Selecting previously unselected package erlang-base.
2022-02-14 23:00:59.566 | (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 ... 90868 files and directories currently installed.)
2022-02-14 23:00:59.570 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:00:59.573 | Unpacking erlang-base (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:00.679 | Selecting previously unselected package erlang-asn1.
2022-02-14 23:01:00.689 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:00.692 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:00.813 | Selecting previously unselected package erlang-crypto.
2022-02-14 23:01:00.824 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:00.826 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:00.872 | Selecting previously unselected package erlang-public-key.
2022-02-14 23:01:00.883 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:00.886 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:00.985 | Selecting previously unselected package erlang-mnesia.
2022-02-14 23:01:00.996 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:00.998 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:01.115 | Selecting previously unselected package erlang-runtime-tools.
2022-02-14 23:01:01.125 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:01.129 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:01.188 | Selecting previously unselected package erlang-ssl.
2022-02-14 23:01:01.198 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:01.202 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:01.376 | Selecting previously unselected package erlang-eldap.
2022-02-14 23:01:01.387 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:01.389 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:01.429 | Selecting previously unselected package erlang-ftp.
2022-02-14 23:01:01.439 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:01.442 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:01.484 | Selecting previously unselected package erlang-tftp.
2022-02-14 23:01:01.494 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:01.499 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:01.541 | Selecting previously unselected package erlang-inets.
2022-02-14 23:01:01.551 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:01.554 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:01.665 | Selecting previously unselected package erlang-snmp.
2022-02-14 23:01:01.675 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:01.679 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:01.980 | Selecting previously unselected package erlang-os-mon.
2022-02-14 23:01:01.990 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:01.992 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:02.038 | Selecting previously unselected package erlang-parsetools.
2022-02-14 23:01:02.049 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:02.051 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:02.101 | Selecting previously unselected package erlang-syntax-tools.
2022-02-14 23:01:02.111 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:02.113 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:02.185 | Selecting previously unselected package erlang-tools.
2022-02-14 23:01:02.195 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:02.198 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:02.296 | Selecting previously unselected package erlang-xmerl.
2022-02-14 23:01:02.307 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ...
2022-02-14 23:01:02.309 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:02.506 | Selecting previously unselected package locales-all.
2022-02-14 23:01:02.516 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ...
2022-02-14 23:01:02.519 | Unpacking locales-all (2.31-0ubuntu9.2) ...
2022-02-14 23:01:06.833 | Selecting previously unselected package rabbitmq-server.
2022-02-14 23:01:06.846 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ...
2022-02-14 23:01:06.848 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ...
2022-02-14 23:01:07.993 | Setting up erlang-base (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:08.383 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service.
2022-02-14 23:01:08.383 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket.
2022-02-14 23:01:13.279 | Searching for services which depend on erlang and should be started... none found.
2022-02-14 23:01:13.282 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.288 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.293 | Setting up locales-all (2.31-0ubuntu9.2) ...
2022-02-14 23:01:13.301 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.307 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.312 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.318 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.323 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.328 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.335 | Setting up erlang-tools (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.340 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.346 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.352 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.357 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.363 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.368 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.374 | Setting up erlang-inets (1:22.2.7+dfsg-1) ...
2022-02-14 23:01:13.379 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ...
2022-02-14 23:01:13.469 | Adding group `rabbitmq' (GID 126) ...
2022-02-14 23:01:13.482 | Done.
2022-02-14 23:01:13.562 | Adding system user `rabbitmq' (UID 118) ...
2022-02-14 23:01:13.562 | Adding new user `rabbitmq' (UID 118) with group `rabbitmq' ...
2022-02-14 23:01:13.596 | Not creating home directory `/var/lib/rabbitmq'.
2022-02-14 23:01:13.864 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service.
2022-02-14 23:01:19.860 | Processing triggers for man-db (2.9.1-1) ...
2022-02-14 23:01:20.488 | Processing triggers for systemd (245.4-4ubuntu3.15) ...
2022-02-14 23:01:28.104 | + functions-common:apt_get:1234            :   result=0
2022-02-14 23:01:28.106 | + functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:01:28.108 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:01:28.111 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:01:28.113 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:01:28.117 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:01:28.119 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:01:28.122 | + functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:01:28.125 | + functions-common:time_stop:2432          :   start_time=1644879652236
2022-02-14 23:01:28.127 | + functions-common:time_stop:2434          :   [[ -z 1644879652236 ]]
2022-02-14 23:01:28.130 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:01:28.135 | + functions-common:time_stop:2437          :   end_time=1644879688132
2022-02-14 23:01:28.137 | + functions-common:time_stop:2438          :   elapsed_time=35896
2022-02-14 23:01:28.139 | + functions-common:time_stop:2439          :   total=354346
2022-02-14 23:01:28.142 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:01:28.144 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=390242
2022-02-14 23:01:28.147 | + functions-common:apt_get:1238            :   return 0
2022-02-14 23:01:28.150 | + lib/rpc_backend:install_rpc_backend:55   :   is_suse
2022-02-14 23:01:28.152 | + functions-common:is_suse:542             :   is_opensuse
2022-02-14 23:01:28.155 | + functions-common:is_opensuse:549         :   [[ -z Ubuntu ]]
2022-02-14 23:01:28.157 | + functions-common:is_opensuse:553         :   [[ Ubuntu =~ (openSUSE) ]]
2022-02-14 23:01:28.160 | + functions-common:is_suse:542             :   is_suse_linux_enterprise
2022-02-14 23:01:28.163 | + functions-common:is_suse_linux_enterprise:561 :   [[ -z Ubuntu ]]
2022-02-14 23:01:28.166 | + functions-common:is_suse_linux_enterprise:565 :   [[ Ubuntu =~ (^SUSE) ]]
2022-02-14 23:01:28.168 | + lib/rpc_backend:install_rpc_backend:68   :   is_fedora
2022-02-14 23:01:28.171 | + functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 23:01:28.173 | + functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 23:01:28.175 | + functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 23:01:28.179 | + functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 23:01:28.181 | + functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 23:01:28.184 | + functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 23:01:28.186 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 23:01:28.188 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 23:01:28.191 | + functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 23:01:28.193 | + functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 23:01:28.196 | + functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 23:01:28.198 | + lib/rpc_backend:install_rpc_backend:68   :   is_suse
2022-02-14 23:01:28.201 | + functions-common:is_suse:542             :   is_opensuse
2022-02-14 23:01:28.203 | + functions-common:is_opensuse:549         :   [[ -z Ubuntu ]]
2022-02-14 23:01:28.206 | + functions-common:is_opensuse:553         :   [[ Ubuntu =~ (openSUSE) ]]
2022-02-14 23:01:28.208 | + functions-common:is_suse:542             :   is_suse_linux_enterprise
2022-02-14 23:01:28.211 | + functions-common:is_suse_linux_enterprise:561 :   [[ -z Ubuntu ]]
2022-02-14 23:01:28.214 | + functions-common:is_suse_linux_enterprise:565 :   [[ Ubuntu =~ (^SUSE) ]]
2022-02-14 23:01:28.216 | + ./stack.sh:main:833                      :   restart_rpc_backend
2022-02-14 23:01:28.219 | + lib/rpc_backend:restart_rpc_backend:81   :   is_service_enabled rabbit
2022-02-14 23:01:28.236 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:01:28.239 | + lib/rpc_backend:restart_rpc_backend:83   :   echo_summary 'Starting RabbitMQ'
2022-02-14 23:01:28.242 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:01:28.244 | + ./stack.sh:echo_summary:446              :   echo -e Starting RabbitMQ
2022-02-14 23:01:28.247 | + lib/rpc_backend:restart_rpc_backend:94   :   local i
2022-02-14 23:01:28.250 | ++ lib/rpc_backend:restart_rpc_backend:95   :   seq 20
2022-02-14 23:01:28.254 | + lib/rpc_backend:restart_rpc_backend:95   :   for i in `seq 20`
2022-02-14 23:01:28.257 | + lib/rpc_backend:restart_rpc_backend:96   :   local rc=0
2022-02-14 23:01:28.259 | + lib/rpc_backend:restart_rpc_backend:98   :   [[ 1 -eq 20 ]]
2022-02-14 23:01:28.262 | + lib/rpc_backend:restart_rpc_backend:100  :   [[ 1 == \0 ]]
2022-02-14 23:01:28.264 | + lib/rpc_backend:restart_rpc_backend:104  :   rabbit_setuser stackrabbit Passw0rd
2022-02-14 23:01:28.267 | + lib/rpc_backend:rabbit_setuser:173       :   local user=stackrabbit pass=Passw0rd found= out=
2022-02-14 23:01:28.270 | ++ lib/rpc_backend:rabbit_setuser:174       :   sudo rabbitmqctl list_users
2022-02-14 23:01:28.963 | + lib/rpc_backend:rabbit_setuser:174       :   out='Listing users ...
2022-02-14 23:01:28.963 | user	tags
2022-02-14 23:01:28.963 | guest	[administrator]'
2022-02-14 23:01:28.966 | ++ lib/rpc_backend:rabbit_setuser:176       :   echo 'Listing users ...
2022-02-14 23:01:28.966 | user	tags
2022-02-14 23:01:28.967 | guest	[administrator]'
2022-02-14 23:01:28.967 | ++ lib/rpc_backend:rabbit_setuser:176       :   awk '$1 == user { print $1 }' user=stackrabbit
2022-02-14 23:01:28.973 | + lib/rpc_backend:rabbit_setuser:176       :   found=
2022-02-14 23:01:28.976 | + lib/rpc_backend:rabbit_setuser:177       :   '[' '' = stackrabbit ']'
2022-02-14 23:01:28.979 | + lib/rpc_backend:rabbit_setuser:181       :   sudo rabbitmqctl add_user stackrabbit Passw0rd
2022-02-14 23:01:29.643 | Adding user "stackrabbit" ...
2022-02-14 23:01:29.666 | + lib/rpc_backend:rabbit_setuser:184       :   sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*'
2022-02-14 23:01:30.341 | Setting permissions for user "stackrabbit" in vhost "/" ...
2022-02-14 23:01:30.367 | + lib/rpc_backend:restart_rpc_backend:105  :   '[' 0 -ne 0 ']'
2022-02-14 23:01:30.370 | + lib/rpc_backend:restart_rpc_backend:110  :   sudo rabbitmqctl change_password stackrabbit Passw0rd
2022-02-14 23:01:31.042 | Changing password for user "stackrabbit" ...
2022-02-14 23:01:31.065 | + lib/rpc_backend:restart_rpc_backend:112  :   '[' 0 -ne 0 ']'
2022-02-14 23:01:31.068 | + lib/rpc_backend:restart_rpc_backend:116  :   break
2022-02-14 23:01:31.071 | + lib/rpc_backend:restart_rpc_backend:119  :   sudo rabbitmqctl delete_user guest
2022-02-14 23:01:31.776 | Deleting user "guest" ...
2022-02-14 23:01:31.800 | + ./stack.sh:main:835                      :   is_service_enabled mysql postgresql
2022-02-14 23:01:31.818 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:01:31.821 | + ./stack.sh:main:836                      :   install_database
2022-02-14 23:01:31.823 | + lib/database:install_database:118        :   install_database_mysql
2022-02-14 23:01:31.826 | + lib/databases/mysql:install_database_mysql:153 :   is_ubuntu
2022-02-14 23:01:31.828 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:01:31.831 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:01:31.834 | + lib/databases/mysql:install_database_mysql:156 :   sudo debconf-set-selections
2022-02-14 23:01:32.051 | + lib/databases/mysql:install_database_mysql:166 :   [[ ! -e /home/ubuntu/.my.cnf ]]
2022-02-14 23:01:32.054 | + lib/databases/mysql:install_database_mysql:167 :   cat
2022-02-14 23:01:32.059 | + lib/databases/mysql:install_database_mysql:173 :   is_ubuntu
2022-02-14 23:01:32.062 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:01:32.064 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:01:32.067 | + lib/databases/mysql:install_database_mysql:173 :   '[' mysql '!=' mariadb ']'
2022-02-14 23:01:32.070 | + lib/databases/mysql:install_database_mysql:174 :   echo host=127.0.0.1
2022-02-14 23:01:32.073 | + lib/databases/mysql:install_database_mysql:176 :   chmod 0600 /home/ubuntu/.my.cnf
2022-02-14 23:01:32.077 | + lib/databases/mysql:install_database_mysql:179 :   [[ True == \T\r\u\e ]]
2022-02-14 23:01:32.079 | + lib/databases/mysql:install_database_mysql:180 :   is_oraclelinux
2022-02-14 23:01:32.082 | + functions-common:is_oraclelinux:512      :   [[ -z Ubuntu ]]
2022-02-14 23:01:32.085 | + functions-common:is_oraclelinux:516      :   '[' Ubuntu = OracleServer ']'
2022-02-14 23:01:32.088 | + lib/databases/mysql:install_database_mysql:182 :   is_fedora
2022-02-14 23:01:32.090 | + functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 23:01:32.093 | + functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 23:01:32.095 | + functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 23:01:32.097 | + functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 23:01:32.101 | + functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 23:01:32.103 | + functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 23:01:32.106 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 23:01:32.108 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 23:01:32.110 | + functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 23:01:32.113 | + functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 23:01:32.116 | + functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 23:01:32.118 | + lib/databases/mysql:install_database_mysql:185 :   is_suse
2022-02-14 23:01:32.121 | + functions-common:is_suse:542             :   is_opensuse
2022-02-14 23:01:32.123 | + functions-common:is_opensuse:549         :   [[ -z Ubuntu ]]
2022-02-14 23:01:32.125 | + functions-common:is_opensuse:553         :   [[ Ubuntu =~ (openSUSE) ]]
2022-02-14 23:01:32.128 | + functions-common:is_suse:542             :   is_suse_linux_enterprise
2022-02-14 23:01:32.131 | + functions-common:is_suse_linux_enterprise:561 :   [[ -z Ubuntu ]]
2022-02-14 23:01:32.133 | + functions-common:is_suse_linux_enterprise:565 :   [[ Ubuntu =~ (^SUSE) ]]
2022-02-14 23:01:32.135 | + lib/databases/mysql:install_database_mysql:188 :   is_ubuntu
2022-02-14 23:01:32.138 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:01:32.141 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:01:32.143 | + lib/databases/mysql:install_database_mysql:189 :   install_package mysql-server
2022-02-14 23:01:32.146 | + functions-common:install_package:1463    :   update_package_repo
2022-02-14 23:01:32.149 | + functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 23:01:32.151 | + functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 23:01:32.154 | + functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 23:01:32.156 | + functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 23:01:32.158 | + functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 23:01:32.161 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:01:32.164 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:01:32.166 | + functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 23:01:32.169 | + functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 23:01:32.171 | + functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 23:01:32.174 | + functions-common:apt_get_update:1190     :   return
2022-02-14 23:01:32.176 | + functions-common:install_package:1464    :   real_install_package mysql-server
2022-02-14 23:01:32.179 | + functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 23:01:32.181 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:01:32.184 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:01:32.186 | + functions-common:real_install_package:1450 :   apt_get install mysql-server
2022-02-14 23:01:32.209 | + functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server
2022-02-14 23:01:32.319 | Reading package lists...
2022-02-14 23:01:32.576 | Building dependency tree...
2022-02-14 23:01:32.578 | Reading state information...
2022-02-14 23:01:32.859 | The following packages were automatically installed and are no longer required:
2022-02-14 23:01:32.861 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 23:01:32.861 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 23:01:32.861 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 23:01:32.861 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 23:01:32.861 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 23:01:32.861 |   python3-zope.interface
2022-02-14 23:01:32.861 | Use 'sudo apt autoremove' to remove them.
2022-02-14 23:01:32.862 | The following additional packages will be installed:
2022-02-14 23:01:32.862 |   libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7
2022-02-14 23:01:32.862 |   libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl
2022-02-14 23:01:32.862 |   libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl
2022-02-14 23:01:32.862 |   liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic
2022-02-14 23:01:32.862 |   mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0
2022-02-14 23:01:32.862 |   mysql-server-8.0 mysql-server-core-8.0
2022-02-14 23:01:32.864 | Suggested packages:
2022-02-14 23:01:32.864 |   libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca
2022-02-14 23:01:32.944 | The following NEW packages will be installed:
2022-02-14 23:01:32.944 |   libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7
2022-02-14 23:01:32.944 |   libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl
2022-02-14 23:01:32.944 |   libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl
2022-02-14 23:01:32.945 |   liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic
2022-02-14 23:01:32.945 |   mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0
2022-02-14 23:01:32.945 |   mysql-server mysql-server-8.0 mysql-server-core-8.0
2022-02-14 23:01:33.054 | 0 upgraded, 24 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 23:01:33.054 | Need to get 31.4 MB of archives.
2022-02-14 23:01:33.054 | After this operation, 262 MB of additional disk space will be used.
2022-02-14 23:01:33.054 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [4,429 kB]
2022-02-14 23:01:33.702 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [22.0 kB]
2022-02-14 23:01:33.704 | 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]
2022-02-14 23:01:33.711 | 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]
2022-02-14 23:01:33.712 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB]
2022-02-14 23:01:33.732 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [18.0 MB]
2022-02-14 23:01:36.348 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [1,271 kB]
2022-02-14 23:01:36.551 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
2022-02-14 23:01:36.556 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
2022-02-14 23:01:36.616 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
2022-02-14 23:01:36.617 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB]
2022-02-14 23:01:36.620 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB]
2022-02-14 23:01:36.622 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB]
2022-02-14 23:01:36.622 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
2022-02-14 23:01:36.622 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB]
2022-02-14 23:01:36.625 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
2022-02-14 23:01:36.625 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B]
2022-02-14 23:01:36.635 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
2022-02-14 23:01:36.678 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
2022-02-14 23:01:36.680 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
2022-02-14 23:01:36.692 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B]
2022-02-14 23:01:36.692 | 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]
2022-02-14 23:01:37.774 | 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]
2022-02-14 23:01:37.774 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.28-0ubuntu0.20.04.3 [9,544 B]
2022-02-14 23:01:38.309 | Preconfiguring packages ...
2022-02-14 23:01:38.436 | Fetched 31.4 MB in 5s (6,526 kB/s)
2022-02-14 23:01:38.469 | Selecting previously unselected package mysql-client-core-8.0.
2022-02-14 23:01:38.537 | (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 ... 99324 files and directories currently installed.)
2022-02-14 23:01:38.541 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ...
2022-02-14 23:01:38.544 | Unpacking mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:39.537 | Selecting previously unselected package mysql-client-8.0.
2022-02-14 23:01:39.549 | Preparing to unpack .../01-mysql-client-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ...
2022-02-14 23:01:39.551 | Unpacking mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:39.585 | Selecting previously unselected package libevent-core-2.1-7:amd64.
2022-02-14 23:01:39.595 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ...
2022-02-14 23:01:39.600 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ...
2022-02-14 23:01:39.641 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64.
2022-02-14 23:01:39.652 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ...
2022-02-14 23:01:39.655 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ...
2022-02-14 23:01:39.686 | Selecting previously unselected package libmecab2:amd64.
2022-02-14 23:01:39.697 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ...
2022-02-14 23:01:39.699 | Unpacking libmecab2:amd64 (0.996-10build1) ...
2022-02-14 23:01:39.770 | Selecting previously unselected package mysql-server-core-8.0.
2022-02-14 23:01:39.780 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ...
2022-02-14 23:01:39.783 | Unpacking mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:42.689 | Selecting previously unselected package mysql-server-8.0.
2022-02-14 23:01:42.700 | Preparing to unpack .../06-mysql-server-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ...
2022-02-14 23:01:43.161 | Unpacking mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:43.236 | Selecting previously unselected package libhtml-tagset-perl.
2022-02-14 23:01:43.247 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ...
2022-02-14 23:01:43.251 | Unpacking libhtml-tagset-perl (3.20-4) ...
2022-02-14 23:01:43.280 | Selecting previously unselected package liburi-perl.
2022-02-14 23:01:43.291 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ...
2022-02-14 23:01:43.294 | Unpacking liburi-perl (1.76-2) ...
2022-02-14 23:01:43.341 | Selecting previously unselected package libhtml-parser-perl.
2022-02-14 23:01:43.353 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ...
2022-02-14 23:01:43.356 | Unpacking libhtml-parser-perl (3.72-5) ...
2022-02-14 23:01:43.399 | Selecting previously unselected package libcgi-pm-perl.
2022-02-14 23:01:43.410 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ...
2022-02-14 23:01:43.414 | Unpacking libcgi-pm-perl (4.46-1) ...
2022-02-14 23:01:43.468 | Selecting previously unselected package libfcgi-perl.
2022-02-14 23:01:43.479 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ...
2022-02-14 23:01:43.481 | Unpacking libfcgi-perl (0.79-1) ...
2022-02-14 23:01:43.515 | Selecting previously unselected package libcgi-fast-perl.
2022-02-14 23:01:43.525 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ...
2022-02-14 23:01:43.527 | Unpacking libcgi-fast-perl (1:2.15-1) ...
2022-02-14 23:01:43.555 | Selecting previously unselected package libencode-locale-perl.
2022-02-14 23:01:43.567 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ...
2022-02-14 23:01:43.569 | Unpacking libencode-locale-perl (1.05-1) ...
2022-02-14 23:01:43.597 | Selecting previously unselected package libhtml-template-perl.
2022-02-14 23:01:43.607 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ...
2022-02-14 23:01:43.610 | Unpacking libhtml-template-perl (2.97-1) ...
2022-02-14 23:01:43.645 | Selecting previously unselected package libtimedate-perl.
2022-02-14 23:01:43.656 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ...
2022-02-14 23:01:43.658 | Unpacking libtimedate-perl (2.3200-1) ...
2022-02-14 23:01:43.703 | Selecting previously unselected package libhttp-date-perl.
2022-02-14 23:01:43.714 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ...
2022-02-14 23:01:43.717 | Unpacking libhttp-date-perl (6.05-1) ...
2022-02-14 23:01:43.752 | Selecting previously unselected package libio-html-perl.
2022-02-14 23:01:43.763 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ...
2022-02-14 23:01:43.766 | Unpacking libio-html-perl (1.001-1) ...
2022-02-14 23:01:43.800 | Selecting previously unselected package liblwp-mediatypes-perl.
2022-02-14 23:01:43.810 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ...
2022-02-14 23:01:43.816 | Unpacking liblwp-mediatypes-perl (6.04-1) ...
2022-02-14 23:01:43.848 | Selecting previously unselected package libhttp-message-perl.
2022-02-14 23:01:43.859 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ...
2022-02-14 23:01:43.861 | Unpacking libhttp-message-perl (6.22-1) ...
2022-02-14 23:01:43.901 | Selecting previously unselected package mecab-utils.
2022-02-14 23:01:43.912 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ...
2022-02-14 23:01:43.915 | Unpacking mecab-utils (0.996-10build1) ...
2022-02-14 23:01:43.947 | Selecting previously unselected package mecab-ipadic.
2022-02-14 23:01:43.958 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ...
2022-02-14 23:01:43.960 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ...
2022-02-14 23:01:45.238 | Selecting previously unselected package mecab-ipadic-utf8.
2022-02-14 23:01:45.248 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ...
2022-02-14 23:01:45.251 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ...
2022-02-14 23:01:45.280 | Selecting previously unselected package mysql-server.
2022-02-14 23:01:45.292 | Preparing to unpack .../23-mysql-server_8.0.28-0ubuntu0.20.04.3_all.deb ...
2022-02-14 23:01:45.294 | Unpacking mysql-server (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:45.354 | Setting up libmecab2:amd64 (0.996-10build1) ...
2022-02-14 23:01:45.365 | Setting up mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:45.371 | Setting up libhtml-tagset-perl (3.20-4) ...
2022-02-14 23:01:45.377 | Setting up liblwp-mediatypes-perl (6.04-1) ...
2022-02-14 23:01:45.383 | Setting up libencode-locale-perl (1.05-1) ...
2022-02-14 23:01:45.389 | Setting up mecab-utils (0.996-10build1) ...
2022-02-14 23:01:45.395 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ...
2022-02-14 23:01:45.401 | Setting up libio-html-perl (1.001-1) ...
2022-02-14 23:01:45.406 | Setting up libtimedate-perl (2.3200-1) ...
2022-02-14 23:01:45.412 | Setting up mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:45.417 | Setting up libfcgi-perl (0.79-1) ...
2022-02-14 23:01:45.426 | Setting up liburi-perl (1.76-2) ...
2022-02-14 23:01:45.432 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ...
2022-02-14 23:01:45.438 | Setting up libhttp-date-perl (6.05-1) ...
2022-02-14 23:01:45.445 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ...
2022-02-14 23:01:45.450 | Compiling IPA dictionary for Mecab.  This takes long time...
2022-02-14 23:01:45.454 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40
2022-02-14 23:01:45.454 | 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% |###########################################| 
2022-02-14 23:01:45.454 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped.
2022-02-14 23:01:45.454 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2
2022-02-14 23:01:45.597 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477
2022-02-14 23:01:45.597 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19
2022-02-14 23:01:45.597 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252
2022-02-14 23:01:45.597 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42
2022-02-14 23:01:45.605 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328
2022-02-14 23:01:45.695 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202
2022-02-14 23:01:45.696 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151
2022-02-14 23:01:45.696 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135
2022-02-14 23:01:45.723 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146
2022-02-14 23:01:45.768 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668
2022-02-14 23:01:46.060 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750
2022-02-14 23:01:46.067 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032
2022-02-14 23:01:46.161 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328
2022-02-14 23:01:46.162 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208
2022-02-14 23:01:46.162 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91
2022-02-14 23:01:46.162 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42
2022-02-14 23:01:46.166 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393
2022-02-14 23:01:46.166 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120
2022-02-14 23:01:46.212 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210
2022-02-14 23:01:46.406 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999
2022-02-14 23:01:46.406 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221
2022-02-14 23:01:46.407 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199
2022-02-14 23:01:46.407 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146
2022-02-14 23:01:46.410 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795
2022-02-14 23:01:46.411 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171
2022-02-14 23:01:46.835 | 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% |###########################################| 
2022-02-14 23:01:46.960 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316
2022-02-14 23:01:47.281 | 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% |###########################################| 
2022-02-14 23:01:47.285 | 
2022-02-14 23:01:47.285 | done!
2022-02-14 23:01:47.292 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode
2022-02-14 23:01:47.296 | Setting up mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:47.308 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ...
2022-02-14 23:01:47.316 | Compiling IPA dictionary for Mecab.  This takes long time...
2022-02-14 23:01:47.326 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40
2022-02-14 23:01:47.326 | 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% |###########################################| 
2022-02-14 23:01:47.326 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped.
2022-02-14 23:01:47.326 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2
2022-02-14 23:01:47.540 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477
2022-02-14 23:01:47.540 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19
2022-02-14 23:01:47.541 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252
2022-02-14 23:01:47.541 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42
2022-02-14 23:01:47.553 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328
2022-02-14 23:01:47.685 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202
2022-02-14 23:01:47.686 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151
2022-02-14 23:01:47.686 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135
2022-02-14 23:01:47.727 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146
2022-02-14 23:01:47.802 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668
2022-02-14 23:01:48.310 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750
2022-02-14 23:01:48.321 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032
2022-02-14 23:01:48.436 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328
2022-02-14 23:01:48.436 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208
2022-02-14 23:01:48.437 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91
2022-02-14 23:01:48.437 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42
2022-02-14 23:01:48.442 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393
2022-02-14 23:01:48.443 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120
2022-02-14 23:01:48.535 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210
2022-02-14 23:01:48.839 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999
2022-02-14 23:01:48.840 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221
2022-02-14 23:01:48.840 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199
2022-02-14 23:01:48.841 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146
2022-02-14 23:01:48.844 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795
2022-02-14 23:01:48.845 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171
2022-02-14 23:01:49.373 | 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% |###########################################| 
2022-02-14 23:01:49.521 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316
2022-02-14 23:01:49.856 | 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% |###########################################| 
2022-02-14 23:01:49.860 | 
2022-02-14 23:01:49.860 | done!
2022-02-14 23:01:49.868 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode
2022-02-14 23:01:49.872 | Setting up libhtml-parser-perl (3.72-5) ...
2022-02-14 23:01:49.878 | Setting up libhttp-message-perl (6.22-1) ...
2022-02-14 23:01:49.884 | Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:01:50.592 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
2022-02-14 23:01:50.624 | Renaming removed key_buffer and myisam-recover options (if present)
2022-02-14 23:01:59.775 | mysqld will log errors to /var/log/mysql/error.log
2022-02-14 23:02:00.397 | mysqld is running as pid 66162
2022-02-14 23:02:03.230 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service.
2022-02-14 23:02:05.380 | Setting up libcgi-pm-perl (4.46-1) ...
2022-02-14 23:02:05.386 | Setting up libhtml-template-perl (2.97-1) ...
2022-02-14 23:02:05.393 | Setting up mysql-server (8.0.28-0ubuntu0.20.04.3) ...
2022-02-14 23:02:05.399 | Setting up libcgi-fast-perl (1:2.15-1) ...
2022-02-14 23:02:05.405 | Processing triggers for systemd (245.4-4ubuntu3.15) ...
2022-02-14 23:02:05.788 | Processing triggers for man-db (2.9.1-1) ...
2022-02-14 23:02:07.652 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2022-02-14 23:02:14.961 | + functions-common:apt_get:1234            :   result=0
2022-02-14 23:02:14.964 | + functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:02:14.967 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:02:14.969 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:02:14.972 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:02:14.974 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:02:14.976 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:02:14.980 | + functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:02:14.982 | + functions-common:time_stop:2432          :   start_time=1644879692206
2022-02-14 23:02:14.985 | + functions-common:time_stop:2434          :   [[ -z 1644879692206 ]]
2022-02-14 23:02:14.989 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:02:14.993 | + functions-common:time_stop:2437          :   end_time=1644879734991
2022-02-14 23:02:14.996 | + functions-common:time_stop:2438          :   elapsed_time=42785
2022-02-14 23:02:14.998 | + functions-common:time_stop:2439          :   total=390242
2022-02-14 23:02:15.001 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:02:15.003 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=433027
2022-02-14 23:02:15.006 | + functions-common:apt_get:1238            :   return 0
2022-02-14 23:02:15.009 | + ./stack.sh:main:838                      :   '[' -n mysql ']'
2022-02-14 23:02:15.011 | + ./stack.sh:main:839                      :   install_database_python
2022-02-14 23:02:15.013 | + lib/database:install_database_python:123 :   install_database_python_mysql
2022-02-14 23:02:15.016 | + lib/databases/mysql:install_database_python_mysql:198 :   pip_install_gr PyMySQL
2022-02-14 23:02:15.018 | + inc/python:pip_install_gr:76             :   local name=PyMySQL
2022-02-14 23:02:15.021 | + inc/python:pip_install_gr:77             :   local clean_name
2022-02-14 23:02:15.024 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements PyMySQL
2022-02-14 23:02:15.027 | ++ inc/python:get_from_global_requirements:225 :   local package=PyMySQL
2022-02-14 23:02:15.029 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2022-02-14 23:02:15.034 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2022-02-14 23:02:15.037 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt
2022-02-14 23:02:15.043 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='PyMySQL  '
2022-02-14 23:02:15.046 | ++ inc/python:get_from_global_requirements:228 :   [[ PyMySQL   == '' ]]
2022-02-14 23:02:15.049 | ++ inc/python:get_from_global_requirements:231 :   echo PyMySQL
2022-02-14 23:02:15.052 | + inc/python:pip_install_gr:78             :   clean_name=PyMySQL
2022-02-14 23:02:15.055 | + inc/python:pip_install_gr:79             :   pip_install PyMySQL
2022-02-14 23:02:15.080 | Using python 3.8 to install PyMySQL
2022-02-14 23:02:15.082 | + 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
2022-02-14 23:02:15.906 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:02:15.906 |   from cryptography.utils import int_from_bytes
2022-02-14 23:02:15.906 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:02:15.906 |   from cryptography.utils import int_from_bytes
2022-02-14 23:02:17.051 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:02:17.173 | Collecting PyMySQL
2022-02-14 23:02:17.180 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB)
2022-02-14 23:02:18.845 | Installing collected packages: PyMySQL
2022-02-14 23:02:18.980 | Successfully installed PyMySQL-1.0.2
2022-02-14 23:02:18.981 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:02:18.987 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:02:18.987 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:02:19.111 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:02:19.113 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:02:19.116 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:02:19.118 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:02:19.121 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:02:19.123 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:02:19.126 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:02:19.128 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:02:19.130 | + functions-common:time_stop:2432          :   start_time=1644879735073
2022-02-14 23:02:19.134 | + functions-common:time_stop:2434          :   [[ -z 1644879735073 ]]
2022-02-14 23:02:19.138 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:02:19.143 | + functions-common:time_stop:2437          :   end_time=1644879739140
2022-02-14 23:02:19.145 | + functions-common:time_stop:2438          :   elapsed_time=4067
2022-02-14 23:02:19.147 | + functions-common:time_stop:2439          :   total=26861
2022-02-14 23:02:19.150 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:02:19.152 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=30928
2022-02-14 23:02:19.156 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:02:19.158 | + lib/databases/mysql:install_database_python_mysql:199 :   [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]]
2022-02-14 23:02:19.161 | + lib/databases/mysql:install_database_python_mysql:201 :   [[ PyMySQL == \P\y\M\y\S\Q\L ]]
2022-02-14 23:02:19.164 | + lib/databases/mysql:install_database_python_mysql:202 :   ADDITIONAL_VENV_PACKAGES+=,PyMySQL
2022-02-14 23:02:19.167 | + ./stack.sh:main:842                      :   is_service_enabled neutron
2022-02-14 23:02:19.187 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:02:19.189 | + ./stack.sh:main:843                      :   install_neutron_agent_packages
2022-02-14 23:02:19.192 | + lib/neutron:install_neutron_agent_packages:714 :   is_neutron_legacy_enabled
2022-02-14 23:02:19.195 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:02:19.196 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   sed s/neutron-//g
2022-02-14 23:02:19.202 | + lib/neutron:is_neutron_legacy_enabled:136 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:02:19.205 | + lib/neutron:is_neutron_legacy_enabled:137 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account =~ ,neutron ]]
2022-02-14 23:02:19.208 | + lib/neutron:is_neutron_legacy_enabled:138 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ ,q- ]]
2022-02-14 23:02:19.210 | + lib/neutron:is_neutron_legacy_enabled:138 :   return 0
2022-02-14 23:02:19.213 | + lib/neutron:install_neutron_agent_packages:716 :   install_neutron_agent_packages_mutnauq
2022-02-14 23:02:19.215 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 :   is_service_enabled q-l3
2022-02-14 23:02:19.232 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:02:19.236 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 :   install_package radvd
2022-02-14 23:02:19.238 | + functions-common:install_package:1463    :   update_package_repo
2022-02-14 23:02:19.241 | + functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 23:02:19.243 | + functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 23:02:19.245 | + functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 23:02:19.248 | + functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 23:02:19.251 | + functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 23:02:19.253 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:19.256 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:19.258 | + functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 23:02:19.261 | + functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 23:02:19.263 | + functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 23:02:19.265 | + functions-common:apt_get_update:1190     :   return
2022-02-14 23:02:19.268 | + functions-common:install_package:1464    :   real_install_package radvd
2022-02-14 23:02:19.270 | + functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 23:02:19.273 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:19.275 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:19.278 | + functions-common:real_install_package:1450 :   apt_get install radvd
2022-02-14 23:02:19.308 | + functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd
2022-02-14 23:02:19.422 | Reading package lists...
2022-02-14 23:02:19.680 | Building dependency tree...
2022-02-14 23:02:19.682 | Reading state information...
2022-02-14 23:02:19.960 | The following packages were automatically installed and are no longer required:
2022-02-14 23:02:19.962 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 23:02:19.962 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 23:02:19.963 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 23:02:19.963 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 23:02:19.963 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 23:02:19.963 |   python3-zope.interface
2022-02-14 23:02:19.963 | Use 'sudo apt autoremove' to remove them.
2022-02-14 23:02:20.043 | The following NEW packages will be installed:
2022-02-14 23:02:20.043 |   radvd
2022-02-14 23:02:20.152 | 0 upgraded, 1 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 23:02:20.153 | Need to get 59.0 kB of archives.
2022-02-14 23:02:20.153 | After this operation, 164 kB of additional disk space will be used.
2022-02-14 23:02:20.153 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB]
2022-02-14 23:02:20.844 | Fetched 59.0 kB in 0s (298 kB/s)
2022-02-14 23:02:20.880 | Selecting previously unselected package radvd.
2022-02-14 23:02:20.942 | (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 ... 99901 files and directories currently installed.)
2022-02-14 23:02:20.947 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ...
2022-02-14 23:02:20.949 | Unpacking radvd (1:2.17-2) ...
2022-02-14 23:02:21.018 | Setting up radvd (1:2.17-2) ...
2022-02-14 23:02:22.028 | Job for radvd.service failed because the control process exited with error code.
2022-02-14 23:02:22.028 | See "systemctl status radvd.service" and "journalctl -xe" for details.
2022-02-14 23:02:22.030 | invoke-rc.d: initscript radvd, action "start" failed.
2022-02-14 23:02:22.042 | ● radvd.service - Router advertisement daemon for IPv6
2022-02-14 23:02:22.042 |      Loaded: loaded (]8;;file://dv-osbrick-823654-3-ceph/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled)
2022-02-14 23:02:22.042 |      Active: failed (Result: exit-code) since Mon 2022-02-14 23:02:22 UTC; 16ms ago
2022-02-14 23:02:22.042 |        Docs: ]8;;man:radvd(8)man:radvd(8)]8;;
2022-02-14 23:02:22.042 |     Process: 67304 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE)
2022-02-14 23:02:22.043 | 
2022-02-14 23:02:22.043 | Feb 14 23:02:21 dv-osbrick-823654-3-ceph systemd[1]: Starting Router advertisement daemon for IPv6...
2022-02-14 23:02:22.043 | Feb 14 23:02:22 dv-osbrick-823654-3-ceph radvd[67304]: can't open /etc/radvd.conf: No such file or directory
2022-02-14 23:02:22.043 | Feb 14 23:02:22 dv-osbrick-823654-3-ceph radvd[67304]: Insecure file permissions, but continuing anyway
2022-02-14 23:02:22.043 | Feb 14 23:02:22 dv-osbrick-823654-3-ceph radvd[67304]: exiting, failed to read config file
2022-02-14 23:02:22.043 | Feb 14 23:02:22 dv-osbrick-823654-3-ceph systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE
2022-02-14 23:02:22.043 | Feb 14 23:02:22 dv-osbrick-823654-3-ceph systemd[1]: radvd.service: Failed with result 'exit-code'.
2022-02-14 23:02:22.043 | Feb 14 23:02:22 dv-osbrick-823654-3-ceph systemd[1]: Failed to start Router advertisement daemon for IPv6.
2022-02-14 23:02:22.048 | Processing triggers for man-db (2.9.1-1) ...
2022-02-14 23:02:22.152 | Processing triggers for systemd (245.4-4ubuntu3.15) ...
2022-02-14 23:02:29.800 | + functions-common:apt_get:1234            :   result=0
2022-02-14 23:02:29.802 | + functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:02:29.805 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:02:29.807 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:02:29.809 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:02:29.812 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:02:29.814 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:02:29.816 | + functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:02:29.819 | + functions-common:time_stop:2432          :   start_time=1644879739305
2022-02-14 23:02:29.821 | + functions-common:time_stop:2434          :   [[ -z 1644879739305 ]]
2022-02-14 23:02:29.824 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:02:29.829 | + functions-common:time_stop:2437          :   end_time=1644879749826
2022-02-14 23:02:29.831 | + functions-common:time_stop:2438          :   elapsed_time=10521
2022-02-14 23:02:29.834 | + functions-common:time_stop:2439          :   total=433027
2022-02-14 23:02:29.836 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:02:29.838 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=443548
2022-02-14 23:02:29.841 | + functions-common:apt_get:1238            :   return 0
2022-02-14 23:02:29.844 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 :   is_service_enabled q-agt q-dhcp q-l3
2022-02-14 23:02:29.866 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:02:29.869 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 :   neutron_plugin_install_agent_packages
2022-02-14 23:02:29.871 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 :   _neutron_ovs_base_install_agent_packages
2022-02-14 23:02:29.874 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 :   '[' False == True ']'
2022-02-14 23:02:29.877 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 :   get_packages openvswitch
2022-02-14 23:02:29.898 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 :   install_package fakeroot make openvswitch-switch
2022-02-14 23:02:29.901 | + functions-common:install_package:1463    :   update_package_repo
2022-02-14 23:02:29.903 | + functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 23:02:29.906 | + functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 23:02:29.909 | + functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 23:02:29.911 | + functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 23:02:29.913 | + functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 23:02:29.916 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:29.918 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:29.920 | + functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 23:02:29.923 | + functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 23:02:29.925 | + functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 23:02:29.927 | + functions-common:apt_get_update:1190     :   return
2022-02-14 23:02:29.930 | + functions-common:install_package:1464    :   real_install_package fakeroot make openvswitch-switch
2022-02-14 23:02:29.936 | + functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 23:02:29.938 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:29.940 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:29.943 | + functions-common:real_install_package:1450 :   apt_get install fakeroot make openvswitch-switch
2022-02-14 23:02:29.964 | + functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch
2022-02-14 23:02:30.074 | Reading package lists...
2022-02-14 23:02:30.340 | Building dependency tree...
2022-02-14 23:02:30.342 | Reading state information...
2022-02-14 23:02:30.613 | fakeroot is already the newest version (1.24-1).
2022-02-14 23:02:30.613 | fakeroot set to manually installed.
2022-02-14 23:02:30.613 | make is already the newest version (4.2.1-1.2).
2022-02-14 23:02:30.613 | make set to manually installed.
2022-02-14 23:02:30.613 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2).
2022-02-14 23:02:30.613 | The following packages were automatically installed and are no longer required:
2022-02-14 23:02:30.614 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 23:02:30.614 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 23:02:30.614 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 23:02:30.614 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 23:02:30.614 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 23:02:30.614 |   python3-zope.interface
2022-02-14 23:02:30.615 | Use 'sudo apt autoremove' to remove them.
2022-02-14 23:02:30.751 | 0 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 23:02:30.756 | + functions-common:apt_get:1234            :   result=0
2022-02-14 23:02:30.758 | + functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:02:30.761 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:02:30.763 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:02:30.766 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:02:30.768 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:02:30.770 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:02:30.773 | + functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:02:30.775 | + functions-common:time_stop:2432          :   start_time=1644879749962
2022-02-14 23:02:30.777 | + functions-common:time_stop:2434          :   [[ -z 1644879749962 ]]
2022-02-14 23:02:30.781 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:02:30.785 | + functions-common:time_stop:2437          :   end_time=1644879750782
2022-02-14 23:02:30.787 | + functions-common:time_stop:2438          :   elapsed_time=820
2022-02-14 23:02:30.789 | + functions-common:time_stop:2439          :   total=443548
2022-02-14 23:02:30.791 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:02:30.794 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=444368
2022-02-14 23:02:30.796 | + functions-common:apt_get:1238            :   return 0
2022-02-14 23:02:30.798 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 :   is_ubuntu
2022-02-14 23:02:30.801 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:30.803 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:30.806 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 :   _neutron_ovs_base_install_ubuntu_dkms
2022-02-14 23:02:30.808 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 :   local kernel_version
2022-02-14 23:02:30.812 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 :   uname -r
2022-02-14 23:02:30.817 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 :   kernel_version=5.4.0-72-generic
2022-02-14 23:02:30.819 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 :   local kernel_major_minor
2022-02-14 23:02:30.823 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 :   echo 5.4.0-72-generic
2022-02-14 23:02:30.825 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 :   cut -d. -f1-2
2022-02-14 23:02:30.831 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 :   kernel_major_minor=5.4
2022-02-14 23:02:30.834 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 :   vercmp 5.4 '<' 3.13
2022-02-14 23:02:30.836 | + functions:vercmp:628                     :   local v1=5.4
2022-02-14 23:02:30.839 | + functions:vercmp:629                     :   local 'op=<'
2022-02-14 23:02:30.841 | + functions:vercmp:630                     :   local v2=3.13
2022-02-14 23:02:30.844 | + functions:vercmp:631                     :   local result
2022-02-14 23:02:30.848 | ++ functions:vercmp:635                     :   echo -e '5.4\n3.13'
2022-02-14 23:02:30.848 | ++ functions:vercmp:635                     :   sort -V
2022-02-14 23:02:30.848 | ++ functions:vercmp:635                     :   head -1
2022-02-14 23:02:30.853 | + functions:vercmp:635                     :   result=3.13
2022-02-14 23:02:30.856 | + functions:vercmp:637                     :   case $op in
2022-02-14 23:02:30.858 | + functions:vercmp:647                     :   '[' 5.4 '!=' 3.13 ']'
2022-02-14 23:02:30.861 | + functions:vercmp:647                     :   '[' 3.13 = 5.4 ']'
2022-02-14 23:02:30.863 | + functions:vercmp:648                     :   return
2022-02-14 23:02:30.866 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 :   restart_service openvswitch-switch
2022-02-14 23:02:30.868 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:02:30.871 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart openvswitch-switch
2022-02-14 23:02:31.208 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 :   use_library_from_git os-ken
2022-02-14 23:02:31.210 | + inc/python:use_library_from_git:250      :   local name=os-ken
2022-02-14 23:02:31.214 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:31.218 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:31.220 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-ken, ]]
2022-02-14 23:02:31.223 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:31.226 | + ./stack.sh:main:846                      :   is_service_enabled etcd3
2022-02-14 23:02:31.255 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:02:31.258 | + ./stack.sh:main:847                      :   install_etcd3
2022-02-14 23:02:31.261 | + lib/etcd3:install_etcd3:103              :   echo 'Installing etcd'
2022-02-14 23:02:31.261 | Installing etcd
2022-02-14 23:02:31.263 | + lib/etcd3:install_etcd3:106              :   sudo mkdir -p /opt/stack/bin
2022-02-14 23:02:31.277 | + lib/etcd3:install_etcd3:107              :   sudo mkdir -p /opt/stack/data/etcd
2022-02-14 23:02:31.291 | + lib/etcd3:install_etcd3:108              :   [[ True == \T\r\u\e ]]
2022-02-14 23:02:31.294 | + lib/etcd3:install_etcd3:109              :   sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd
2022-02-14 23:02:31.311 | + lib/etcd3:install_etcd3:113              :   local etcd_file
2022-02-14 23:02:31.314 | ++ 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
2022-02-14 23:02:31.318 | ++ 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
2022-02-14 23:02:31.322 | +++ 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
2022-02-14 23:02:31.328 | ++ functions:get_extra_file:64              :   file_name=etcd-v3.3.12-linux-amd64.tar.gz
2022-02-14 23:02:31.331 | ++ 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* ]]
2022-02-14 23:02:31.333 | ++ functions:get_extra_file:67              :   [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]]
2022-02-14 23:02:31.336 | ++ 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
2022-02-14 23:02:31.340 | --2022-02-14 23:02:31--  https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
2022-02-14 23:02:31.414 | Resolving github.com (github.com)... 140.82.121.4
2022-02-14 23:02:31.459 | Connecting to github.com (github.com)|140.82.121.4|:443... connected.
2022-02-14 23:02:31.762 | HTTP request sent, awaiting response... 302 Found
2022-02-14 23:02:31.762 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220214%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220214T230231Z&X-Amz-Expires=300&X-Amz-Signature=cee198ef82604c66e0332885744111b82e74d90a797a91295cc062827dfd244b&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]
2022-02-14 23:02:31.762 | --2022-02-14 23:02:31--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220214%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220214T230231Z&X-Amz-Expires=300&X-Amz-Signature=cee198ef82604c66e0332885744111b82e74d90a797a91295cc062827dfd244b&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
2022-02-14 23:02:31.764 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ...
2022-02-14 23:02:31.788 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
2022-02-14 23:02:32.132 | HTTP request sent, awaiting response... 200 OK
2022-02-14 23:02:32.133 | Length: 11350736 (11M) [application/octet-stream]
2022-02-14 23:02:32.133 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’
2022-02-14 23:02:32.247 | 
2022-02-14 23:02:32.798 |      0K ........ ..                        100% 16.3M=0.7s
2022-02-14 23:02:32.799 | 
2022-02-14 23:02:32.799 | 2022-02-14 23:02:32 (16.3 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736]
2022-02-14 23:02:32.799 | 
2022-02-14 23:02:32.803 | ++ functions:get_extra_file:69              :   [[ 0 -ne 0 ]]
2022-02-14 23:02:32.806 | ++ functions:get_extra_file:73              :   echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz
2022-02-14 23:02:32.809 | ++ functions:get_extra_file:74              :   return
2022-02-14 23:02:32.812 | + lib/etcd3:install_etcd3:114              :   etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz
2022-02-14 23:02:32.816 | + lib/etcd3:install_etcd3:115              :   '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']'
2022-02-14 23:02:32.818 | + lib/etcd3:install_etcd3:116              :   echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz'
2022-02-14 23:02:32.821 | + lib/etcd3:install_etcd3:118              :   sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum
2022-02-14 23:02:32.962 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK
2022-02-14 23:02:32.966 | + lib/etcd3:install_etcd3:120              :   tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files
2022-02-14 23:02:32.970 | etcd-v3.3.12-linux-amd64/
2022-02-14 23:02:32.970 | etcd-v3.3.12-linux-amd64/README.md
2022-02-14 23:02:32.970 | etcd-v3.3.12-linux-amd64/Documentation/
2022-02-14 23:02:32.970 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/
2022-02-14 23:02:32.970 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md
2022-02-14 23:02:32.970 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md
2022-02-14 23:02:32.971 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/README.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/rfc/
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/docs.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/v2/
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md
2022-02-14 23:02:32.972 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md
2022-02-14 23:02:32.973 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md
2022-02-14 23:02:32.974 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/platforms/
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md
2022-02-14 23:02:32.975 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/faq.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md
2022-02-14 23:02:32.976 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/learning/
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md
2022-02-14 23:02:32.977 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules
2022-02-14 23:02:32.978 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md
2022-02-14 23:02:32.979 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml
2022-02-14 23:02:32.979 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md
2022-02-14 23:02:32.979 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md
2022-02-14 23:02:32.979 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png
2022-02-14 23:02:32.980 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md
2022-02-14 23:02:32.980 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md
2022-02-14 23:02:32.980 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md
2022-02-14 23:02:32.980 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md
2022-02-14 23:02:32.981 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md
2022-02-14 23:02:32.981 | etcd-v3.3.12-linux-amd64/Documentation/demo.md
2022-02-14 23:02:32.981 | etcd-v3.3.12-linux-amd64/README-etcdctl.md
2022-02-14 23:02:32.981 | etcd-v3.3.12-linux-amd64/etcdctl
2022-02-14 23:02:33.179 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md
2022-02-14 23:02:33.179 | etcd-v3.3.12-linux-amd64/etcd
2022-02-14 23:02:33.411 | + lib/etcd3:install_etcd3:121              :   sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd
2022-02-14 23:02:33.450 | + lib/etcd3:install_etcd3:122              :   sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl
2022-02-14 23:02:33.486 | + lib/etcd3:install_etcd3:124              :   '[' '!' -f /opt/stack/bin/etcd ']'
2022-02-14 23:02:33.488 | + ./stack.sh:main:856                      :   is_service_enabled tls-proxy
2022-02-14 23:02:33.508 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:02:33.511 | + ./stack.sh:main:866                      :   install_dstat
2022-02-14 23:02:33.515 | + lib/dstat:install_dstat:22               :   is_service_enabled memory_tracker
2022-02-14 23:02:33.533 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:02:33.535 | + ./stack.sh:main:872                      :   echo_summary 'Installing OpenStack project source'
2022-02-14 23:02:33.538 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:02:33.540 | + ./stack.sh:echo_summary:446              :   echo -e Installing OpenStack project source
2022-02-14 23:02:33.543 | + ./stack.sh:main:875                      :   install_libs
2022-02-14 23:02:33.548 | + lib/libraries:install_libs:90            :   _install_lib_from_source automaton
2022-02-14 23:02:33.550 | + lib/libraries:_install_lib_from_source:74 :   local name=automaton
2022-02-14 23:02:33.552 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git automaton
2022-02-14 23:02:33.555 | + inc/python:use_library_from_git:250      :   local name=automaton
2022-02-14 23:02:33.558 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.560 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.563 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,automaton, ]]
2022-02-14 23:02:33.565 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.569 | + lib/libraries:install_libs:91            :   _install_lib_from_source castellan
2022-02-14 23:02:33.571 | + lib/libraries:_install_lib_from_source:74 :   local name=castellan
2022-02-14 23:02:33.575 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git castellan
2022-02-14 23:02:33.577 | + inc/python:use_library_from_git:250      :   local name=castellan
2022-02-14 23:02:33.580 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.583 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.586 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,castellan, ]]
2022-02-14 23:02:33.589 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.593 | + lib/libraries:install_libs:92            :   _install_lib_from_source cliff
2022-02-14 23:02:33.596 | + lib/libraries:_install_lib_from_source:74 :   local name=cliff
2022-02-14 23:02:33.598 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git cliff
2022-02-14 23:02:33.600 | + inc/python:use_library_from_git:250      :   local name=cliff
2022-02-14 23:02:33.603 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.605 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.607 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,cliff, ]]
2022-02-14 23:02:33.610 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.612 | + lib/libraries:install_libs:93            :   _install_lib_from_source cursive
2022-02-14 23:02:33.615 | + lib/libraries:_install_lib_from_source:74 :   local name=cursive
2022-02-14 23:02:33.618 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git cursive
2022-02-14 23:02:33.620 | + inc/python:use_library_from_git:250      :   local name=cursive
2022-02-14 23:02:33.628 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.631 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.634 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,cursive, ]]
2022-02-14 23:02:33.637 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.640 | + lib/libraries:install_libs:94            :   _install_lib_from_source debtcollector
2022-02-14 23:02:33.643 | + lib/libraries:_install_lib_from_source:74 :   local name=debtcollector
2022-02-14 23:02:33.646 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git debtcollector
2022-02-14 23:02:33.648 | + inc/python:use_library_from_git:250      :   local name=debtcollector
2022-02-14 23:02:33.651 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.653 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.656 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,debtcollector, ]]
2022-02-14 23:02:33.659 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.662 | + lib/libraries:install_libs:95            :   _install_lib_from_source futurist
2022-02-14 23:02:33.665 | + lib/libraries:_install_lib_from_source:74 :   local name=futurist
2022-02-14 23:02:33.667 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git futurist
2022-02-14 23:02:33.669 | + inc/python:use_library_from_git:250      :   local name=futurist
2022-02-14 23:02:33.672 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.674 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.677 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,futurist, ]]
2022-02-14 23:02:33.679 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.682 | + lib/libraries:install_libs:96            :   _install_lib_from_source openstacksdk
2022-02-14 23:02:33.684 | + lib/libraries:_install_lib_from_source:74 :   local name=openstacksdk
2022-02-14 23:02:33.687 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git openstacksdk
2022-02-14 23:02:33.689 | + inc/python:use_library_from_git:250      :   local name=openstacksdk
2022-02-14 23:02:33.692 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.695 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.698 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,openstacksdk, ]]
2022-02-14 23:02:33.701 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.704 | + lib/libraries:install_libs:97            :   _install_lib_from_source osc-lib
2022-02-14 23:02:33.706 | + lib/libraries:_install_lib_from_source:74 :   local name=osc-lib
2022-02-14 23:02:33.709 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git osc-lib
2022-02-14 23:02:33.711 | + inc/python:use_library_from_git:250      :   local name=osc-lib
2022-02-14 23:02:33.714 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.718 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.723 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osc-lib, ]]
2022-02-14 23:02:33.726 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.729 | + lib/libraries:install_libs:98            :   _install_lib_from_source osc-placement
2022-02-14 23:02:33.731 | + lib/libraries:_install_lib_from_source:74 :   local name=osc-placement
2022-02-14 23:02:33.735 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git osc-placement
2022-02-14 23:02:33.738 | + inc/python:use_library_from_git:250      :   local name=osc-placement
2022-02-14 23:02:33.743 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.746 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.748 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osc-placement, ]]
2022-02-14 23:02:33.751 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.754 | + lib/libraries:install_libs:99            :   _install_lib_from_source os-client-config
2022-02-14 23:02:33.756 | + lib/libraries:_install_lib_from_source:74 :   local name=os-client-config
2022-02-14 23:02:33.759 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git os-client-config
2022-02-14 23:02:33.762 | + inc/python:use_library_from_git:250      :   local name=os-client-config
2022-02-14 23:02:33.765 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.768 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.771 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-client-config, ]]
2022-02-14 23:02:33.774 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.777 | + lib/libraries:install_libs:100           :   _install_lib_from_source oslo.cache
2022-02-14 23:02:33.781 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.cache
2022-02-14 23:02:33.783 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.cache
2022-02-14 23:02:33.787 | + inc/python:use_library_from_git:250      :   local name=oslo.cache
2022-02-14 23:02:33.790 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.796 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.798 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.cache, ]]
2022-02-14 23:02:33.801 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.804 | + lib/libraries:install_libs:101           :   _install_lib_from_source oslo.concurrency
2022-02-14 23:02:33.808 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.concurrency
2022-02-14 23:02:33.813 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.concurrency
2022-02-14 23:02:33.816 | + inc/python:use_library_from_git:250      :   local name=oslo.concurrency
2022-02-14 23:02:33.819 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.822 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.825 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.concurrency, ]]
2022-02-14 23:02:33.829 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.831 | + lib/libraries:install_libs:102           :   _install_lib_from_source oslo.config
2022-02-14 23:02:33.837 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.config
2022-02-14 23:02:33.839 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.config
2022-02-14 23:02:33.842 | + inc/python:use_library_from_git:250      :   local name=oslo.config
2022-02-14 23:02:33.845 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.848 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.850 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.config, ]]
2022-02-14 23:02:33.853 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.855 | + lib/libraries:install_libs:103           :   _install_lib_from_source oslo.context
2022-02-14 23:02:33.858 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.context
2022-02-14 23:02:33.860 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.context
2022-02-14 23:02:33.862 | + inc/python:use_library_from_git:250      :   local name=oslo.context
2022-02-14 23:02:33.865 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.868 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.872 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.context, ]]
2022-02-14 23:02:33.875 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.878 | + lib/libraries:install_libs:104           :   _install_lib_from_source oslo.db
2022-02-14 23:02:33.880 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.db
2022-02-14 23:02:33.882 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.db
2022-02-14 23:02:33.885 | + inc/python:use_library_from_git:250      :   local name=oslo.db
2022-02-14 23:02:33.888 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.891 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.894 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.db, ]]
2022-02-14 23:02:33.896 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.898 | + lib/libraries:install_libs:105           :   _install_lib_from_source oslo.i18n
2022-02-14 23:02:33.901 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.i18n
2022-02-14 23:02:33.905 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.i18n
2022-02-14 23:02:33.908 | + inc/python:use_library_from_git:250      :   local name=oslo.i18n
2022-02-14 23:02:33.910 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.912 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.915 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.i18n, ]]
2022-02-14 23:02:33.917 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.920 | + lib/libraries:install_libs:106           :   _install_lib_from_source oslo.limit
2022-02-14 23:02:33.922 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.limit
2022-02-14 23:02:33.925 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.limit
2022-02-14 23:02:33.927 | + inc/python:use_library_from_git:250      :   local name=oslo.limit
2022-02-14 23:02:33.930 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.933 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.939 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.limit, ]]
2022-02-14 23:02:33.941 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.944 | + lib/libraries:install_libs:107           :   _install_lib_from_source oslo.log
2022-02-14 23:02:33.946 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.log
2022-02-14 23:02:33.948 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.log
2022-02-14 23:02:33.951 | + inc/python:use_library_from_git:250      :   local name=oslo.log
2022-02-14 23:02:33.954 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.957 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.960 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.log, ]]
2022-02-14 23:02:33.962 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.965 | + lib/libraries:install_libs:108           :   _install_lib_from_source oslo.messaging
2022-02-14 23:02:33.968 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.messaging
2022-02-14 23:02:33.971 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.messaging
2022-02-14 23:02:33.973 | + inc/python:use_library_from_git:250      :   local name=oslo.messaging
2022-02-14 23:02:33.976 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:33.979 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:33.982 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.messaging, ]]
2022-02-14 23:02:33.986 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:33.989 | + lib/libraries:install_libs:109           :   _install_lib_from_source oslo.middleware
2022-02-14 23:02:33.991 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.middleware
2022-02-14 23:02:33.993 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.middleware
2022-02-14 23:02:33.996 | + inc/python:use_library_from_git:250      :   local name=oslo.middleware
2022-02-14 23:02:33.999 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.002 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.005 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.middleware, ]]
2022-02-14 23:02:34.007 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.010 | + lib/libraries:install_libs:110           :   _install_lib_from_source oslo.policy
2022-02-14 23:02:34.013 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.policy
2022-02-14 23:02:34.017 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.policy
2022-02-14 23:02:34.020 | + inc/python:use_library_from_git:250      :   local name=oslo.policy
2022-02-14 23:02:34.023 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.025 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.028 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.policy, ]]
2022-02-14 23:02:34.032 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.035 | + lib/libraries:install_libs:111           :   _install_lib_from_source oslo.privsep
2022-02-14 23:02:34.037 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.privsep
2022-02-14 23:02:34.042 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.privsep
2022-02-14 23:02:34.045 | + inc/python:use_library_from_git:250      :   local name=oslo.privsep
2022-02-14 23:02:34.047 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.051 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.053 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.privsep, ]]
2022-02-14 23:02:34.056 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.059 | + lib/libraries:install_libs:112           :   _install_lib_from_source oslo.reports
2022-02-14 23:02:34.063 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.reports
2022-02-14 23:02:34.065 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.reports
2022-02-14 23:02:34.068 | + inc/python:use_library_from_git:250      :   local name=oslo.reports
2022-02-14 23:02:34.070 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.073 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.075 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.reports, ]]
2022-02-14 23:02:34.079 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.081 | + lib/libraries:install_libs:113           :   _install_lib_from_source oslo.rootwrap
2022-02-14 23:02:34.083 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.rootwrap
2022-02-14 23:02:34.086 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.rootwrap
2022-02-14 23:02:34.089 | + inc/python:use_library_from_git:250      :   local name=oslo.rootwrap
2022-02-14 23:02:34.093 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.095 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.098 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.rootwrap, ]]
2022-02-14 23:02:34.100 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.102 | + lib/libraries:install_libs:114           :   _install_lib_from_source oslo.serialization
2022-02-14 23:02:34.105 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.serialization
2022-02-14 23:02:34.108 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.serialization
2022-02-14 23:02:34.111 | + inc/python:use_library_from_git:250      :   local name=oslo.serialization
2022-02-14 23:02:34.113 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.116 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.118 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.serialization, ]]
2022-02-14 23:02:34.122 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.125 | + lib/libraries:install_libs:115           :   _install_lib_from_source oslo.service
2022-02-14 23:02:34.127 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.service
2022-02-14 23:02:34.130 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.service
2022-02-14 23:02:34.133 | + inc/python:use_library_from_git:250      :   local name=oslo.service
2022-02-14 23:02:34.135 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.138 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.140 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.service, ]]
2022-02-14 23:02:34.143 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.145 | + lib/libraries:install_libs:116           :   _install_lib_from_source oslo.utils
2022-02-14 23:02:34.147 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.utils
2022-02-14 23:02:34.150 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.utils
2022-02-14 23:02:34.152 | + inc/python:use_library_from_git:250      :   local name=oslo.utils
2022-02-14 23:02:34.155 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.157 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.160 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.utils, ]]
2022-02-14 23:02:34.162 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.167 | + lib/libraries:install_libs:117           :   _install_lib_from_source oslo.versionedobjects
2022-02-14 23:02:34.170 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.versionedobjects
2022-02-14 23:02:34.173 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.versionedobjects
2022-02-14 23:02:34.176 | + inc/python:use_library_from_git:250      :   local name=oslo.versionedobjects
2022-02-14 23:02:34.178 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.181 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.183 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.versionedobjects, ]]
2022-02-14 23:02:34.186 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.189 | + lib/libraries:install_libs:118           :   _install_lib_from_source oslo.vmware
2022-02-14 23:02:34.191 | + lib/libraries:_install_lib_from_source:74 :   local name=oslo.vmware
2022-02-14 23:02:34.194 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git oslo.vmware
2022-02-14 23:02:34.196 | + inc/python:use_library_from_git:250      :   local name=oslo.vmware
2022-02-14 23:02:34.198 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.202 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.205 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.vmware, ]]
2022-02-14 23:02:34.209 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.212 | + lib/libraries:install_libs:119           :   _install_lib_from_source osprofiler
2022-02-14 23:02:34.215 | + lib/libraries:_install_lib_from_source:74 :   local name=osprofiler
2022-02-14 23:02:34.218 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git osprofiler
2022-02-14 23:02:34.222 | + inc/python:use_library_from_git:250      :   local name=osprofiler
2022-02-14 23:02:34.225 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.228 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.231 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osprofiler, ]]
2022-02-14 23:02:34.233 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.237 | + lib/libraries:install_libs:120           :   _install_lib_from_source pycadf
2022-02-14 23:02:34.240 | + lib/libraries:_install_lib_from_source:74 :   local name=pycadf
2022-02-14 23:02:34.243 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git pycadf
2022-02-14 23:02:34.246 | + inc/python:use_library_from_git:250      :   local name=pycadf
2022-02-14 23:02:34.248 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.250 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.253 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,pycadf, ]]
2022-02-14 23:02:34.255 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.258 | + lib/libraries:install_libs:121           :   _install_lib_from_source stevedore
2022-02-14 23:02:34.260 | + lib/libraries:_install_lib_from_source:74 :   local name=stevedore
2022-02-14 23:02:34.263 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git stevedore
2022-02-14 23:02:34.266 | + inc/python:use_library_from_git:250      :   local name=stevedore
2022-02-14 23:02:34.270 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.273 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.275 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,stevedore, ]]
2022-02-14 23:02:34.277 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.281 | + lib/libraries:install_libs:122           :   _install_lib_from_source taskflow
2022-02-14 23:02:34.283 | + lib/libraries:_install_lib_from_source:74 :   local name=taskflow
2022-02-14 23:02:34.286 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git taskflow
2022-02-14 23:02:34.289 | + inc/python:use_library_from_git:250      :   local name=taskflow
2022-02-14 23:02:34.291 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.294 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.297 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,taskflow, ]]
2022-02-14 23:02:34.300 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.302 | + lib/libraries:install_libs:123           :   _install_lib_from_source tooz
2022-02-14 23:02:34.306 | + lib/libraries:_install_lib_from_source:74 :   local name=tooz
2022-02-14 23:02:34.309 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git tooz
2022-02-14 23:02:34.313 | + inc/python:use_library_from_git:250      :   local name=tooz
2022-02-14 23:02:34.318 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.321 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.324 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,tooz, ]]
2022-02-14 23:02:34.327 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.332 | + lib/libraries:install_libs:127           :   _install_lib_from_source os-brick
2022-02-14 23:02:34.338 | + lib/libraries:_install_lib_from_source:74 :   local name=os-brick
2022-02-14 23:02:34.341 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git os-brick
2022-02-14 23:02:34.344 | + inc/python:use_library_from_git:250      :   local name=os-brick
2022-02-14 23:02:34.346 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.349 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.351 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-brick, ]]
2022-02-14 23:02:34.354 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.356 | + lib/libraries:install_libs:128           :   _install_lib_from_source os-resource-classes
2022-02-14 23:02:34.359 | + lib/libraries:_install_lib_from_source:74 :   local name=os-resource-classes
2022-02-14 23:02:34.361 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git os-resource-classes
2022-02-14 23:02:34.364 | + inc/python:use_library_from_git:250      :   local name=os-resource-classes
2022-02-14 23:02:34.369 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.372 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.375 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-resource-classes, ]]
2022-02-14 23:02:34.378 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.382 | + lib/libraries:install_libs:129           :   _install_lib_from_source os-traits
2022-02-14 23:02:34.385 | + lib/libraries:_install_lib_from_source:74 :   local name=os-traits
2022-02-14 23:02:34.387 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git os-traits
2022-02-14 23:02:34.391 | + inc/python:use_library_from_git:250      :   local name=os-traits
2022-02-14 23:02:34.394 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.396 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.399 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-traits, ]]
2022-02-14 23:02:34.402 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.405 | + lib/libraries:install_libs:132           :   _install_lib_from_source python-barbicanclient
2022-02-14 23:02:34.408 | + lib/libraries:_install_lib_from_source:74 :   local name=python-barbicanclient
2022-02-14 23:02:34.411 | + lib/libraries:_install_lib_from_source:75 :   use_library_from_git python-barbicanclient
2022-02-14 23:02:34.413 | + inc/python:use_library_from_git:250      :   local name=python-barbicanclient
2022-02-14 23:02:34.416 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:02:34.419 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:02:34.422 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-barbicanclient, ]]
2022-02-14 23:02:34.424 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:02:34.427 | + lib/libraries:install_libs:139           :   pip_install etcd3
2022-02-14 23:02:34.449 | Using python 3.8 to install etcd3
2022-02-14 23:02:34.451 | + 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
2022-02-14 23:02:35.274 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:02:35.274 |   from cryptography.utils import int_from_bytes
2022-02-14 23:02:35.274 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:02:35.274 |   from cryptography.utils import int_from_bytes
2022-02-14 23:02:36.399 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:02:36.489 | Collecting etcd3
2022-02-14 23:02:36.497 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB)
2022-02-14 23:02:36.523 |   Preparing metadata (setup.py): started
2022-02-14 23:02:37.258 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:02:39.614 | Collecting grpcio>=1.27.1
2022-02-14 23:02:39.629 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/57f/1aeb65ed17dfb/grpcio-1.43.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
2022-02-14 23:02:40.514 | Collecting protobuf>=3.6.1
2022-02-14 23:02:40.523 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bd9/5d1dfb9c4f456/protobuf-3.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
2022-02-14 23:02:40.555 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0)
2022-02-14 23:02:40.556 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1)
2022-02-14 23:02:40.593 | Building wheels for collected packages: etcd3
2022-02-14 23:02:40.593 |   Building wheel for etcd3 (setup.py): started
2022-02-14 23:02:41.441 |   Building wheel for etcd3 (setup.py): finished with status 'done'
2022-02-14 23:02:41.442 |   Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=a731fc2855e00271fe9a8f5f883921f66a263e94501d22e76dc5b48de18fa8c5
2022-02-14 23:02:41.442 |   Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1
2022-02-14 23:02:41.446 | Successfully built etcd3
2022-02-14 23:02:43.142 | Installing collected packages: protobuf, grpcio, etcd3
2022-02-14 23:02:43.755 | Successfully installed etcd3-0.12.0 grpcio-1.43.0 protobuf-3.19.4
2022-02-14 23:02:43.755 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:02:43.762 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:02:43.762 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:02:43.919 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:02:43.922 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:02:43.924 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:02:43.926 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:02:43.928 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:02:43.931 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:02:43.933 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:02:43.935 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:02:43.938 | + functions-common:time_stop:2432          :   start_time=1644879754443
2022-02-14 23:02:43.940 | + functions-common:time_stop:2434          :   [[ -z 1644879754443 ]]
2022-02-14 23:02:43.943 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:02:43.947 | + functions-common:time_stop:2437          :   end_time=1644879763945
2022-02-14 23:02:43.949 | + functions-common:time_stop:2438          :   elapsed_time=9502
2022-02-14 23:02:43.952 | + functions-common:time_stop:2439          :   total=30928
2022-02-14 23:02:43.954 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:02:43.956 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=40430
2022-02-14 23:02:43.958 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:02:43.961 | + lib/libraries:install_libs:140           :   pip_install etcd3gw
2022-02-14 23:02:43.983 | Using python 3.8 to install etcd3gw
2022-02-14 23:02:43.985 | + 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
2022-02-14 23:02:44.807 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:02:44.807 |   from cryptography.utils import int_from_bytes
2022-02-14 23:02:44.807 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:02:44.807 |   from cryptography.utils import int_from_bytes
2022-02-14 23:02:45.945 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:02:46.045 | Collecting etcd3gw
2022-02-14 23:02:46.053 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3d/ccb9d2bb04a11/etcd3gw-1.0.1-py3-none-any.whl (22 kB)
2022-02-14 23:02:46.065 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1)
2022-02-14 23:02:46.066 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0)
2022-02-14 23:02:46.066 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.8.1)
2022-02-14 23:02:46.067 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0)
2022-02-14 23:02:46.100 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28)
2022-02-14 23:02:46.102 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12)
2022-02-14 23:02:46.105 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3)
2022-02-14 23:02:46.106 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.8)
2022-02-14 23:02:47.745 | Installing collected packages: etcd3gw
2022-02-14 23:02:47.853 | Successfully installed etcd3gw-1.0.1
2022-02-14 23:02:47.853 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:02:47.860 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:02:47.860 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:02:47.981 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:02:47.984 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:02:47.987 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:02:47.989 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:02:47.991 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:02:47.993 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:02:47.996 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:02:47.999 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:02:48.001 | + functions-common:time_stop:2432          :   start_time=1644879763976
2022-02-14 23:02:48.003 | + functions-common:time_stop:2434          :   [[ -z 1644879763976 ]]
2022-02-14 23:02:48.006 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:02:48.010 | + functions-common:time_stop:2437          :   end_time=1644879768008
2022-02-14 23:02:48.013 | + functions-common:time_stop:2438          :   elapsed_time=4032
2022-02-14 23:02:48.015 | + functions-common:time_stop:2439          :   total=40430
2022-02-14 23:02:48.017 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:02:48.019 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=44462
2022-02-14 23:02:48.022 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:02:48.024 | + ./stack.sh:main:878                      :   install_apache_uwsgi
2022-02-14 23:02:48.027 | + lib/apache:install_apache_uwsgi:80       :   local apxs=apxs2
2022-02-14 23:02:48.029 | + lib/apache:install_apache_uwsgi:81       :   is_fedora
2022-02-14 23:02:48.032 | + functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 23:02:48.034 | + functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 23:02:48.036 | + functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 23:02:48.039 | + functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 23:02:48.041 | + functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 23:02:48.044 | + functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 23:02:48.047 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 23:02:48.049 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 23:02:48.051 | + functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 23:02:48.054 | + functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 23:02:48.056 | + functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 23:02:48.059 | + lib/apache:install_apache_uwsgi:85       :   is_ubuntu
2022-02-14 23:02:48.062 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:48.065 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:48.067 | + lib/apache:install_apache_uwsgi:86       :   local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi'
2022-02-14 23:02:48.070 | + lib/apache:install_apache_uwsgi:87       :   install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi
2022-02-14 23:02:48.072 | + functions-common:install_package:1463    :   update_package_repo
2022-02-14 23:02:48.075 | + functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 23:02:48.078 | + functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 23:02:48.080 | + functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 23:02:48.082 | + functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 23:02:48.085 | + functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 23:02:48.087 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:48.090 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:48.093 | + functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 23:02:48.096 | + functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 23:02:48.098 | + functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 23:02:48.100 | + functions-common:apt_get_update:1190     :   return
2022-02-14 23:02:48.103 | + functions-common:install_package:1464    :   real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi
2022-02-14 23:02:48.105 | + functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 23:02:48.108 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:48.111 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:48.114 | + functions-common:real_install_package:1450 :   apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi
2022-02-14 23:02:48.136 | + functions-common:apt_get:1230            :   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
2022-02-14 23:02:48.247 | Reading package lists...
2022-02-14 23:02:48.498 | Building dependency tree...
2022-02-14 23:02:48.500 | Reading state information...
2022-02-14 23:02:48.767 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9).
2022-02-14 23:02:48.767 | The following packages were automatically installed and are no longer required:
2022-02-14 23:02:48.768 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 23:02:48.768 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 23:02:48.768 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 23:02:48.768 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 23:02:48.768 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 23:02:48.768 |   python3-zope.interface
2022-02-14 23:02:48.768 | Use 'sudo apt autoremove' to remove them.
2022-02-14 23:02:48.769 | The following additional packages will be installed:
2022-02-14 23:02:48.770 |   libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core
2022-02-14 23:02:48.771 | Suggested packages:
2022-02-14 23:02:48.771 |   uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators
2022-02-14 23:02:48.853 | The following NEW packages will be installed:
2022-02-14 23:02:48.854 |   libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3
2022-02-14 23:02:48.960 | 0 upgraded, 6 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 23:02:48.960 | Need to get 1,306 kB of archives.
2022-02-14 23:02:48.960 | After this operation, 4,613 kB of additional disk space will be used.
2022-02-14 23:02:48.960 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB]
2022-02-14 23:02:49.211 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB]
2022-02-14 23:02:49.228 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB]
2022-02-14 23:02:49.263 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB]
2022-02-14 23:02:49.313 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB]
2022-02-14 23:02:49.314 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB]
2022-02-14 23:02:49.929 | Fetched 1,306 kB in 0s (2,855 kB/s)
2022-02-14 23:02:49.965 | Selecting previously unselected package libnorm1:amd64.
2022-02-14 23:02:50.026 | (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 ... 99914 files and directories currently installed.)
2022-02-14 23:02:50.030 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ...
2022-02-14 23:02:50.035 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ...
2022-02-14 23:02:50.109 | Selecting previously unselected package libpgm-5.2-0:amd64.
2022-02-14 23:02:50.120 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ...
2022-02-14 23:02:50.122 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ...
2022-02-14 23:02:50.175 | Selecting previously unselected package libzmq5:amd64.
2022-02-14 23:02:50.187 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ...
2022-02-14 23:02:50.189 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ...
2022-02-14 23:02:50.253 | Selecting previously unselected package uwsgi-core.
2022-02-14 23:02:50.264 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ...
2022-02-14 23:02:50.266 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ...
2022-02-14 23:02:50.413 | Selecting previously unselected package uwsgi.
2022-02-14 23:02:50.424 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ...
2022-02-14 23:02:50.426 | Unpacking uwsgi (2.0.18-11ubuntu1) ...
2022-02-14 23:02:50.462 | Selecting previously unselected package uwsgi-plugin-python3.
2022-02-14 23:02:50.473 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ...
2022-02-14 23:02:50.475 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ...
2022-02-14 23:02:50.556 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ...
2022-02-14 23:02:50.562 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ...
2022-02-14 23:02:50.567 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ...
2022-02-14 23:02:50.573 | Setting up uwsgi-core (2.0.18-11ubuntu1) ...
2022-02-14 23:02:50.586 | Setting up uwsgi (2.0.18-11ubuntu1) ...
2022-02-14 23:02:51.521 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ...
2022-02-14 23:02:51.552 | Processing triggers for systemd (245.4-4ubuntu3.15) ...
2022-02-14 23:02:51.966 | Processing triggers for man-db (2.9.1-1) ...
2022-02-14 23:02:52.358 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2022-02-14 23:02:59.745 | + functions-common:apt_get:1234            :   result=0
2022-02-14 23:02:59.747 | + functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:02:59.750 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:02:59.752 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:02:59.754 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:02:59.757 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:02:59.759 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:02:59.762 | + functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:02:59.765 | + functions-common:time_stop:2432          :   start_time=1644879768133
2022-02-14 23:02:59.767 | + functions-common:time_stop:2434          :   [[ -z 1644879768133 ]]
2022-02-14 23:02:59.770 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:02:59.775 | + functions-common:time_stop:2437          :   end_time=1644879779772
2022-02-14 23:02:59.777 | + functions-common:time_stop:2438          :   elapsed_time=11639
2022-02-14 23:02:59.780 | + functions-common:time_stop:2439          :   total=444368
2022-02-14 23:02:59.783 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:02:59.785 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=456007
2022-02-14 23:02:59.787 | + functions-common:apt_get:1238            :   return 0
2022-02-14 23:02:59.790 | + lib/apache:install_apache_uwsgi:123      :   is_ubuntu
2022-02-14 23:02:59.792 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:02:59.795 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:02:59.798 | + lib/apache:install_apache_uwsgi:125      :   sudo a2enmod proxy
2022-02-14 23:02:59.862 | Enabling module proxy.
2022-02-14 23:02:59.867 | To activate the new configuration, you need to run:
2022-02-14 23:02:59.867 |   systemctl restart apache2
2022-02-14 23:02:59.872 | + lib/apache:install_apache_uwsgi:126      :   sudo a2enmod proxy_uwsgi
2022-02-14 23:02:59.935 | Considering dependency proxy for proxy_uwsgi:
2022-02-14 23:02:59.935 | Module proxy already enabled
2022-02-14 23:02:59.935 | Enabling module proxy_uwsgi.
2022-02-14 23:02:59.941 | To activate the new configuration, you need to run:
2022-02-14 23:02:59.941 |   systemctl restart apache2
2022-02-14 23:02:59.945 | + lib/apache:install_apache_uwsgi:132      :   restart_apache_server
2022-02-14 23:02:59.948 | + lib/apache:restart_apache_server:245     :   restart_service apache2
2022-02-14 23:02:59.950 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:02:59.953 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart apache2
2022-02-14 23:03:00.082 | + ./stack.sh:main:881                      :   install_keystoneauth
2022-02-14 23:03:00.084 | + lib/keystone:install_keystoneauth:487    :   use_library_from_git keystoneauth
2022-02-14 23:03:00.087 | + inc/python:use_library_from_git:250      :   local name=keystoneauth
2022-02-14 23:03:00.090 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.093 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.096 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,keystoneauth, ]]
2022-02-14 23:03:00.099 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.101 | + ./stack.sh:main:882                      :   install_keystoneclient
2022-02-14 23:03:00.104 | + lib/keystone:install_keystoneclient:495  :   use_library_from_git python-keystoneclient
2022-02-14 23:03:00.106 | + inc/python:use_library_from_git:250      :   local name=python-keystoneclient
2022-02-14 23:03:00.110 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.112 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.114 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-keystoneclient, ]]
2022-02-14 23:03:00.117 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.119 | + ./stack.sh:main:883                      :   install_glanceclient
2022-02-14 23:03:00.122 | + lib/glance:install_glanceclient:498      :   use_library_from_git python-glanceclient
2022-02-14 23:03:00.125 | + inc/python:use_library_from_git:250      :   local name=python-glanceclient
2022-02-14 23:03:00.127 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.130 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.132 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-glanceclient, ]]
2022-02-14 23:03:00.135 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.137 | + ./stack.sh:main:884                      :   install_cinderclient
2022-02-14 23:03:00.140 | + lib/cinder:install_cinderclient:484      :   use_library_from_git python-brick-cinderclient-ext
2022-02-14 23:03:00.143 | + inc/python:use_library_from_git:250      :   local name=python-brick-cinderclient-ext
2022-02-14 23:03:00.145 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.148 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.150 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-brick-cinderclient-ext, ]]
2022-02-14 23:03:00.153 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.156 | + lib/cinder:install_cinderclient:489      :   use_library_from_git python-cinderclient
2022-02-14 23:03:00.158 | + inc/python:use_library_from_git:250      :   local name=python-cinderclient
2022-02-14 23:03:00.161 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.163 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.166 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-cinderclient, ]]
2022-02-14 23:03:00.168 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.171 | + ./stack.sh:main:885                      :   install_novaclient
2022-02-14 23:03:00.174 | + lib/nova:install_novaclient:825          :   use_library_from_git python-novaclient
2022-02-14 23:03:00.176 | + inc/python:use_library_from_git:250      :   local name=python-novaclient
2022-02-14 23:03:00.179 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.181 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.184 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-novaclient, ]]
2022-02-14 23:03:00.186 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.189 | + ./stack.sh:main:886                      :   is_service_enabled swift glance horizon
2022-02-14 23:03:00.207 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:00.209 | + ./stack.sh:main:887                      :   install_swiftclient
2022-02-14 23:03:00.212 | + lib/swift:install_swiftclient:752        :   use_library_from_git python-swiftclient
2022-02-14 23:03:00.214 | + inc/python:use_library_from_git:250      :   local name=python-swiftclient
2022-02-14 23:03:00.217 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.220 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.222 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-swiftclient, ]]
2022-02-14 23:03:00.225 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.228 | + ./stack.sh:main:889                      :   is_service_enabled neutron nova horizon
2022-02-14 23:03:00.245 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:00.248 | + ./stack.sh:main:890                      :   install_neutronclient
2022-02-14 23:03:00.251 | + lib/neutron:install_neutronclient:452    :   use_library_from_git python-neutronclient
2022-02-14 23:03:00.253 | + inc/python:use_library_from_git:250      :   local name=python-neutronclient
2022-02-14 23:03:00.256 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.258 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.261 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-neutronclient, ]]
2022-02-14 23:03:00.264 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.267 | + ./stack.sh:main:894                      :   install_keystonemiddleware
2022-02-14 23:03:00.269 | + lib/keystone:install_keystonemiddleware:505 :   use_library_from_git keystonemiddleware
2022-02-14 23:03:00.272 | + inc/python:use_library_from_git:250      :   local name=keystonemiddleware
2022-02-14 23:03:00.274 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:00.277 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:00.280 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,keystonemiddleware, ]]
2022-02-14 23:03:00.282 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:00.285 | + lib/keystone:install_keystonemiddleware:510 :   pip_install_gr keystonemiddleware
2022-02-14 23:03:00.288 | + inc/python:pip_install_gr:76             :   local name=keystonemiddleware
2022-02-14 23:03:00.290 | + inc/python:pip_install_gr:77             :   local clean_name
2022-02-14 23:03:00.293 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements keystonemiddleware
2022-02-14 23:03:00.296 | ++ inc/python:get_from_global_requirements:225 :   local package=keystonemiddleware
2022-02-14 23:03:00.299 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2022-02-14 23:03:00.303 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt
2022-02-14 23:03:00.303 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2022-02-14 23:03:00.308 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='keystonemiddleware  '
2022-02-14 23:03:00.311 | ++ inc/python:get_from_global_requirements:228 :   [[ keystonemiddleware   == '' ]]
2022-02-14 23:03:00.314 | ++ inc/python:get_from_global_requirements:231 :   echo keystonemiddleware
2022-02-14 23:03:00.317 | + inc/python:pip_install_gr:78             :   clean_name=keystonemiddleware
2022-02-14 23:03:00.320 | + inc/python:pip_install_gr:79             :   pip_install keystonemiddleware
2022-02-14 23:03:00.344 | Using python 3.8 to install keystonemiddleware
2022-02-14 23:03:00.347 | + 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
2022-02-14 23:03:01.182 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:01.182 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:01.182 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:01.182 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:02.306 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:03:02.332 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0)
2022-02-14 23:03:02.384 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.10.0)
2022-02-14 23:03:02.385 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1)
2022-02-14 23:03:02.386 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0)
2022-02-14 23:03:02.388 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0)
2022-02-14 23:03:02.389 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0)
2022-02-14 23:03:02.390 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1)
2022-02-14 23:03:02.391 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0)
2022-02-14 23:03:02.392 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.8.1)
2022-02-14 23:03:02.393 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1)
2022-02-14 23:03:02.394 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.4.0)
2022-02-14 23:03:02.395 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7)
2022-02-14 23:03:02.396 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0)
2022-02-14 23:03:02.397 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.1)
2022-02-14 23:03:02.398 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.12.1)
2022-02-14 23:03:02.455 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0)
2022-02-14 23:03:02.457 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0)
2022-02-14 23:03:02.458 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2)
2022-02-14 23:03:02.499 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5)
2022-02-14 23:03:02.537 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.4.0)
2022-02-14 23:03:02.538 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0)
2022-02-14 23:03:02.540 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0)
2022-02-14 23:03:02.541 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0)
2022-02-14 23:03:02.591 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6)
2022-02-14 23:03:02.593 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2)
2022-02-14 23:03:02.603 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.3)
2022-02-14 23:03:02.604 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.3)
2022-02-14 23:03:02.619 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3)
2022-02-14 23:03:02.620 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.7)
2022-02-14 23:03:02.622 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0)
2022-02-14 23:03:02.685 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28)
2022-02-14 23:03:02.688 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12)
2022-02-14 23:03:02.689 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.8)
2022-02-14 23:03:02.691 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3)
2022-02-14 23:03:02.743 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.13.3)
2022-02-14 23:03:02.755 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1)
2022-02-14 23:03:04.375 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:03:04.381 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:03:04.381 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:03:04.505 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:03:04.507 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:03:04.509 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:03:04.512 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:03:04.515 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:03:04.517 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:03:04.520 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:03:04.522 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:03:04.524 | + functions-common:time_stop:2432          :   start_time=1644879780337
2022-02-14 23:03:04.527 | + functions-common:time_stop:2434          :   [[ -z 1644879780337 ]]
2022-02-14 23:03:04.530 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:03:04.534 | + functions-common:time_stop:2437          :   end_time=1644879784531
2022-02-14 23:03:04.536 | + functions-common:time_stop:2438          :   elapsed_time=4194
2022-02-14 23:03:04.539 | + functions-common:time_stop:2439          :   total=44462
2022-02-14 23:03:04.541 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:03:04.543 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=48656
2022-02-14 23:03:04.546 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:03:04.549 | + lib/keystone:install_keystonemiddleware:514 :   pip_install_gr python-memcached
2022-02-14 23:03:04.552 | + inc/python:pip_install_gr:76             :   local name=python-memcached
2022-02-14 23:03:04.554 | + inc/python:pip_install_gr:77             :   local clean_name
2022-02-14 23:03:04.558 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements python-memcached
2022-02-14 23:03:04.561 | ++ inc/python:get_from_global_requirements:225 :   local package=python-memcached
2022-02-14 23:03:04.564 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2022-02-14 23:03:04.568 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt
2022-02-14 23:03:04.568 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2022-02-14 23:03:04.575 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='python-memcached  '
2022-02-14 23:03:04.578 | ++ inc/python:get_from_global_requirements:228 :   [[ python-memcached   == '' ]]
2022-02-14 23:03:04.580 | ++ inc/python:get_from_global_requirements:231 :   echo python-memcached
2022-02-14 23:03:04.583 | + inc/python:pip_install_gr:78             :   clean_name=python-memcached
2022-02-14 23:03:04.586 | + inc/python:pip_install_gr:79             :   pip_install python-memcached
2022-02-14 23:03:04.609 | Using python 3.8 to install python-memcached
2022-02-14 23:03:04.612 | + 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
2022-02-14 23:03:05.473 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:05.473 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:05.473 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:05.473 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:06.617 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:03:06.708 | Collecting python-memcached
2022-02-14 23:03:06.716 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB)
2022-02-14 23:03:06.723 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0)
2022-02-14 23:03:08.363 | Installing collected packages: python-memcached
2022-02-14 23:03:08.456 | Successfully installed python-memcached-1.59
2022-02-14 23:03:08.456 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:03:08.462 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:03:08.462 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:03:08.586 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:03:08.588 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:03:08.590 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:03:08.593 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:03:08.595 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:03:08.597 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:03:08.600 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:03:08.602 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:03:08.604 | + functions-common:time_stop:2432          :   start_time=1644879784603
2022-02-14 23:03:08.606 | + functions-common:time_stop:2434          :   [[ -z 1644879784603 ]]
2022-02-14 23:03:08.610 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:03:08.614 | + functions-common:time_stop:2437          :   end_time=1644879788612
2022-02-14 23:03:08.617 | + functions-common:time_stop:2438          :   elapsed_time=4009
2022-02-14 23:03:08.619 | + functions-common:time_stop:2439          :   total=48656
2022-02-14 23:03:08.622 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:03:08.625 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=52665
2022-02-14 23:03:08.627 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:03:08.630 | + ./stack.sh:main:896                      :   is_service_enabled keystone
2022-02-14 23:03:08.648 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:08.650 | + ./stack.sh:main:897                      :   '[' 10.222.0.47 == 10.222.0.47 ']'
2022-02-14 23:03:08.653 | + ./stack.sh:main:898                      :   stack_install_service keystone
2022-02-14 23:03:08.655 | + lib/stack:stack_install_service:20       :   local service=keystone
2022-02-14 23:03:08.658 | + lib/stack:stack_install_service:21       :   type install_keystone
2022-02-14 23:03:08.661 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2022-02-14 23:03:08.663 | + lib/stack:stack_install_service:32       :   install_keystone
2022-02-14 23:03:08.666 | + lib/keystone:install_keystone:520        :   is_service_enabled ldap
2022-02-14 23:03:08.682 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:08.684 | + lib/keystone:install_keystone:524        :   git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master
2022-02-14 23:03:08.687 | + functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/keystone.git
2022-02-14 23:03:08.690 | + functions-common:git_clone:609           :   local git_dest=/opt/stack/keystone
2022-02-14 23:03:08.692 | + functions-common:git_clone:610           :   local git_ref=master
2022-02-14 23:03:08.694 | + functions-common:git_clone:611           :   local orig_dir
2022-02-14 23:03:08.697 | ++ functions-common:git_clone:612           :   pwd
2022-02-14 23:03:08.699 | + functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 23:03:08.702 | + functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 23:03:08.704 | ++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 23:03:08.721 | + functions-common:git_clone:615           :   RECLONE=False
2022-02-14 23:03:08.723 | + functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 23:03:08.726 | + functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 23:03:08.728 | + functions-common:git_clone:629           :   echo master
2022-02-14 23:03:08.729 | + functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 23:03:08.734 | + functions-common:git_clone:643           :   [[ ! -d /opt/stack/keystone ]]
2022-02-14 23:03:08.737 | + functions-common:git_clone:651           :   [[ False = \T\r\u\e ]]
2022-02-14 23:03:08.739 | + functions-common:git_clone:677           :   cd /opt/stack/keystone
2022-02-14 23:03:08.742 | + functions-common:git_clone:678           :   git show --oneline
2022-02-14 23:03:08.742 | + functions-common:git_clone:678           :   head -1
2022-02-14 23:03:08.764 | 86afaa7b1 Merge "Add Python3 xena unit tests"
2022-02-14 23:03:08.767 | + functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 23:03:08.769 | + lib/keystone:install_keystone:525        :   setup_develop /opt/stack/keystone
2022-02-14 23:03:08.771 | + inc/python:setup_develop:338             :   local bindep
2022-02-14 23:03:08.774 | + inc/python:setup_develop:339             :   [[ /opt/stack/keystone == -bindep* ]]
2022-02-14 23:03:08.776 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/keystone
2022-02-14 23:03:08.779 | + inc/python:setup_develop:344             :   local extras=
2022-02-14 23:03:08.782 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/keystone -e
2022-02-14 23:03:08.784 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2022-02-14 23:03:08.788 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/keystone == -bindep* ]]
2022-02-14 23:03:08.790 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/keystone
2022-02-14 23:03:08.793 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2022-02-14 23:03:08.796 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2022-02-14 23:03:08.799 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/keystone
2022-02-14 23:03:08.801 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2022-02-14 23:03:08.804 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/keystone
2022-02-14 23:03:08.807 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2022-02-14 23:03:08.809 | + inc/python:_setup_package_with_constraints_edit:384 :   local name
2022-02-14 23:03:08.813 | ++ inc/python:_setup_package_with_constraints_edit:385 :   awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg
2022-02-14 23:03:08.820 | + inc/python:_setup_package_with_constraints_edit:385 :   name=keystone
2022-02-14 23:03:08.822 | + inc/python:_setup_package_with_constraints_edit:387 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone
2022-02-14 23:03:09.472 | + inc/python:_setup_package_with_constraints_edit:390 :   setup_package /opt/stack/keystone -e
2022-02-14 23:03:09.474 | + inc/python:setup_package:418             :   local bindep=0
2022-02-14 23:03:09.476 | + inc/python:setup_package:419             :   local bindep_flag=
2022-02-14 23:03:09.478 | + inc/python:setup_package:420             :   local bindep_profiles=
2022-02-14 23:03:09.480 | + inc/python:setup_package:421             :   [[ /opt/stack/keystone == -bindep* ]]
2022-02-14 23:03:09.483 | + inc/python:setup_package:426             :   local project_dir=/opt/stack/keystone
2022-02-14 23:03:09.485 | + inc/python:setup_package:427             :   local flags=-e
2022-02-14 23:03:09.487 | + inc/python:setup_package:428             :   local extras=
2022-02-14 23:03:09.490 | + inc/python:setup_package:432             :   [[ -n -e ]]
2022-02-14 23:03:09.492 | + inc/python:setup_package:432             :   [[ -z '' ]]
2022-02-14 23:03:09.494 | + inc/python:setup_package:432             :   [[ ! -e =~ ^-.* ]]
2022-02-14 23:03:09.497 | + inc/python:setup_package:437             :   [[ ! -z '' ]]
2022-02-14 23:03:09.499 | + inc/python:setup_package:442             :   [[ 0 == 1 ]]
2022-02-14 23:03:09.502 | + inc/python:setup_package:446             :   pip_install -e /opt/stack/keystone
2022-02-14 23:03:09.524 | Using python 3.8 to install /opt/stack/keystone
2022-02-14 23:03:09.526 | + 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
2022-02-14 23:03:10.375 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:10.375 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:10.375 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:10.375 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:11.502 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:03:11.527 | Obtaining file:///opt/stack/keystone
2022-02-14 23:03:11.528 |   Preparing metadata (setup.py): started
2022-02-14 23:03:13.131 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:03:13.301 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (5.8.1)
2022-02-14 23:03:13.302 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.8.7)
2022-02-14 23:03:13.396 | Collecting Flask!=0.11,>=1.0.2
2022-02-14 23:03:13.404 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cb9/0f62f1d8e4dc4/Flask-2.0.2-py3-none-any.whl (95 kB)
2022-02-14 23:03:13.458 | Collecting Flask-RESTful>=0.3.5
2022-02-14 23:03:13.465 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB)
2022-02-14 23:03:13.469 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (36.0.1)
2022-02-14 23:03:13.470 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.4.31)
2022-02-14 23:03:13.471 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (0.13.0)
2022-02-14 23:03:13.473 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.5.0)
2022-02-14 23:03:13.518 | Collecting passlib>=1.7.0
2022-02-14 23:03:13.526 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB)
2022-02-14 23:03:13.544 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.4.0)
2022-02-14 23:03:13.545 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (9.3.0)
2022-02-14 23:03:13.547 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.2.0)
2022-02-14 23:03:13.757 | Collecting scrypt>=0.8.0
2022-02-14 23:03:13.767 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca4/dbdc39900d934/scrypt-0.8.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
2022-02-14 23:03:13.798 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (2.10.0)
2022-02-14 23:03:13.799 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (8.7.1)
2022-02-14 23:03:13.800 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.4.0)
2022-02-14 23:03:13.802 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (12.12.0)
2022-02-14 23:03:13.803 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (11.1.0)
2022-02-14 23:03:13.804 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (5.1.0)
2022-02-14 23:03:13.805 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.6.1)
2022-02-14 23:03:13.806 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.5.0)
2022-02-14 23:03:13.807 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.10.1)
2022-02-14 23:03:13.808 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.2.0)
2022-02-14 23:03:13.809 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.4.0)
2022-02-14 23:03:13.810 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.12.1)
2022-02-14 23:03:13.863 | Collecting oauthlib>=0.6.2
2022-02-14 23:03:13.870 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6db/33440354787f9/oauthlib-3.2.0-py3-none-any.whl (151 kB)
2022-02-14 23:03:13.937 | Collecting pysaml2>=5.0.0
2022-02-14 23:03:13.943 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/727/e33b5d5e09c62/pysaml2-7.1.0-py2.py3-none-any.whl (400 kB)
2022-02-14 23:03:14.028 | Collecting PyJWT>=1.6.1
2022-02-14 23:03:14.035 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0c/4bb8d9f0af0c7/PyJWT-2.3.0-py3-none-any.whl (16 kB)
2022-02-14 23:03:14.039 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.1.5)
2022-02-14 23:03:14.040 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.1.0.dev100) (3.2.0)
2022-02-14 23:03:14.041 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.1.1)
2022-02-14 23:03:14.042 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.0.3)
2022-02-14 23:03:14.043 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.4.2)
2022-02-14 23:03:14.044 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (2021.3)
2022-02-14 23:03:14.055 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev100) (1.15.0)
2022-02-14 23:03:14.056 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev100) (1.16.0)
2022-02-14 23:03:14.100 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.1.0.dev100) (5.1.1)
2022-02-14 23:03:14.113 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev100) (3.0.3)
2022-02-14 23:03:14.182 | Collecting click>=7.1.2
2022-02-14 23:03:14.188 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/353/f466495adaeb4/click-8.0.3-py3-none-any.whl (97 kB)
2022-02-14 23:03:14.230 | Collecting itsdangerous>=2.0
2022-02-14 23:03:14.237 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB)
2022-02-14 23:03:14.322 | Collecting Werkzeug>=2.0
2022-02-14 23:03:14.329 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/142/1ebfc7648a39a/Werkzeug-2.0.3-py3-none-any.whl (289 kB)
2022-02-14 23:03:14.407 | Collecting aniso8601>=0.82
2022-02-14 23:03:14.415 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB)
2022-02-14 23:03:14.482 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (2.27.1)
2022-02-14 23:03:14.484 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (4.4.0)
2022-02-14 23:03:14.586 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev100) (2.4.0)
2022-02-14 23:03:14.587 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev100) (1.5.0)
2022-02-14 23:03:14.589 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev100) (6.0)
2022-02-14 23:03:14.590 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev100) (0.8.0)
2022-02-14 23:03:14.644 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev100) (0.5.0)
2022-02-14 23:03:14.645 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev100) (1.7.6)
2022-02-14 23:03:14.647 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev100) (2.0.1)
2022-02-14 23:03:14.729 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev100) (2.8.2)
2022-02-14 23:03:14.734 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev100) (0.9.6)
2022-02-14 23:03:14.790 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (0.4.0)
2022-02-14 23:03:14.792 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.8.0)
2022-02-14 23:03:14.793 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (5.0.0)
2022-02-14 23:03:14.795 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (5.2.3)
2022-02-14 23:03:14.796 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.4.0)
2022-02-14 23:03:14.798 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (5.0.9)
2022-02-14 23:03:14.818 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.1.0.dev100) (3.3.0)
2022-02-14 23:03:14.869 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev100) (3.0.0)
2022-02-14 23:03:14.889 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev100) (1.0.2)
2022-02-14 23:03:14.891 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev100) (3.0.7)
2022-02-14 23:03:14.892 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev100) (21.3)
2022-02-14 23:03:14.893 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev100) (0.11.0)
2022-02-14 23:03:14.944 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.1.0.dev100) (4.5.0)
2022-02-14 23:03:15.095 | Collecting defusedxml
2022-02-14 23:03:15.102 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
2022-02-14 23:03:15.107 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev100) (5.4.0)
2022-02-14 23:03:15.108 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev100) (22.0.0)
2022-02-14 23:03:15.206 | Collecting xmlschema>=1.2.1
2022-02-14 23:03:15.214 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7b/a52b774a87b59/xmlschema-1.9.2-py3-none-any.whl (273 kB)
2022-02-14 23:03:15.449 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.1.0.dev100) (1.1.2)
2022-02-14 23:03:15.471 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev100) (0.5.2)
2022-02-14 23:03:15.472 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev100) (0.4.2)
2022-02-14 23:03:15.541 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev100) (4.11.0)
2022-02-14 23:03:15.542 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev100) (1.1.6)
2022-02-14 23:03:15.560 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (5.0.0)
2022-02-14 23:03:15.636 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.1.0.dev100) (2.21)
2022-02-14 23:03:15.678 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.1.0.dev100) (1.13.3)
2022-02-14 23:03:15.791 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.1.0.dev100) (2.0.1)
2022-02-14 23:03:15.865 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (1.7.0)
2022-02-14 23:03:15.993 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.1.0.dev100) (0.17.3)
2022-02-14 23:03:16.024 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (0.13.1)
2022-02-14 23:03:16.064 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.1.1)
2022-02-14 23:03:16.065 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (3.5.0)
2022-02-14 23:03:16.066 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (3.0.0)
2022-02-14 23:03:16.068 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.5.1)
2022-02-14 23:03:16.070 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (0.33.0)
2022-02-14 23:03:16.072 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (1.3.3)
2022-02-14 23:03:16.126 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev100) (0.2.5)
2022-02-14 23:03:16.266 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (1.26.8)
2022-02-14 23:03:16.268 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (3.3)
2022-02-14 23:03:16.269 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (2019.11.28)
2022-02-14 23:03:16.271 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (2.0.12)
2022-02-14 23:03:16.425 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev100) (2.5.0)
2022-02-14 23:03:16.593 | Collecting elementpath<3.0.0,>=2.4.0
2022-02-14 23:03:16.600 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e9/8a4f5e8ccb5fe/elementpath-2.4.0-py3-none-any.whl (163 kB)
2022-02-14 23:03:16.687 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.1.0.dev100) (3.7.0)
2022-02-14 23:03:16.870 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.1.0)
2022-02-14 23:03:17.043 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (60.8.2)
2022-02-14 23:03:17.142 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (0.7)
2022-02-14 23:03:17.177 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev100) (1.0.0)
2022-02-14 23:03:18.649 | Installing collected packages: Werkzeug, itsdangerous, elementpath, click, xmlschema, Flask, defusedxml, aniso8601, scrypt, pysaml2, PyJWT, passlib, oauthlib, Flask-RESTful, keystone
2022-02-14 23:03:18.650 |   Attempting uninstall: Werkzeug
2022-02-14 23:03:18.651 |     Found existing installation: Werkzeug 0.16.1
2022-02-14 23:03:18.653 |     Uninstalling Werkzeug-0.16.1:
2022-02-14 23:03:18.763 |       Successfully uninstalled Werkzeug-0.16.1
2022-02-14 23:03:19.259 |   Attempting uninstall: click
2022-02-14 23:03:19.261 |     Found existing installation: Click 7.0
2022-02-14 23:03:19.266 |     Uninstalling Click-7.0:
2022-02-14 23:03:19.367 |       Successfully uninstalled Click-7.0
2022-02-14 23:03:20.589 |   Attempting uninstall: PyJWT
2022-02-14 23:03:20.591 |     Found existing installation: PyJWT 1.7.1
2022-02-14 23:03:20.600 |     Uninstalling PyJWT-1.7.1:
2022-02-14 23:03:20.704 |       Successfully uninstalled PyJWT-1.7.1
2022-02-14 23:03:21.153 |   Attempting uninstall: oauthlib
2022-02-14 23:03:21.155 |     Found existing installation: oauthlib 3.1.0
2022-02-14 23:03:21.165 |     Uninstalling oauthlib-3.1.0:
2022-02-14 23:03:21.267 |       Successfully uninstalled oauthlib-3.1.0
2022-02-14 23:03:21.435 |   Running setup.py develop for keystone
2022-02-14 23:03:23.714 | Successfully installed Flask-2.0.2 Flask-RESTful-0.3.9 PyJWT-2.3.0 Werkzeug-2.0.3 aniso8601-9.0.1 click-8.0.3 defusedxml-0.7.1 elementpath-2.4.0 itsdangerous-2.0.1 keystone oauthlib-3.2.0 passlib-1.7.4 pysaml2-7.1.0 scrypt-0.8.19 xmlschema-1.9.2
2022-02-14 23:03:23.714 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:03:23.722 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:03:23.722 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:03:23.892 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:03:23.895 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:03:23.897 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:03:23.899 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:03:23.902 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:03:23.904 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:03:23.906 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:03:23.909 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:03:23.911 | + functions-common:time_stop:2432          :   start_time=1644879789518
2022-02-14 23:03:23.913 | + functions-common:time_stop:2434          :   [[ -z 1644879789518 ]]
2022-02-14 23:03:23.916 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:03:23.920 | + functions-common:time_stop:2437          :   end_time=1644879803918
2022-02-14 23:03:23.923 | + functions-common:time_stop:2438          :   elapsed_time=14400
2022-02-14 23:03:23.925 | + functions-common:time_stop:2439          :   total=52665
2022-02-14 23:03:23.927 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:03:23.930 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=67065
2022-02-14 23:03:23.932 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:03:23.934 | + inc/python:setup_package:448             :   [[ -e == \-\e ]]
2022-02-14 23:03:23.937 | + inc/python:setup_package:449             :   safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2022-02-14 23:03:23.939 | + functions-common:safe_chown:2326         :   _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2022-02-14 23:03:23.959 | + functions-common:_safe_permission_operation:2174 :   sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2022-02-14 23:03:23.972 | + inc/python:_setup_package_with_constraints_edit:394 :   use_library_from_git /opt/stack/keystone
2022-02-14 23:03:23.975 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/keystone
2022-02-14 23:03:23.977 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:23.980 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:23.982 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/keystone, ]]
2022-02-14 23:03:23.985 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:23.988 | + lib/keystone:install_keystone:527        :   is_service_enabled ldap
2022-02-14 23:03:24.005 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:24.008 | + lib/keystone:install_keystone:531        :   '[' uwsgi == mod_wsgi ']'
2022-02-14 23:03:24.010 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2022-02-14 23:03:24.013 | + ./stack.sh:main:899                      :   configure_keystone
2022-02-14 23:03:24.016 | + lib/keystone:configure_keystone:186      :   sudo install -d -o ubuntu /etc/keystone
2022-02-14 23:03:24.030 | + lib/keystone:configure_keystone:188      :   [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]]
2022-02-14 23:03:24.033 | + lib/keystone:configure_keystone:189      :   install -m 600 /dev/null /etc/keystone/keystone.conf
2022-02-14 23:03:24.038 | + lib/keystone:configure_keystone:192      :   is_service_enabled ldap
2022-02-14 23:03:24.057 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:24.060 | + lib/keystone:configure_keystone:196      :   iniset /etc/keystone/keystone.conf identity driver sql
2022-02-14 23:03:24.094 | + lib/keystone:configure_keystone:197      :   iniset /etc/keystone/keystone.conf identity password_hash_rounds 4
2022-02-14 23:03:24.123 | + lib/keystone:configure_keystone:198      :   iniset /etc/keystone/keystone.conf assignment driver sql
2022-02-14 23:03:24.159 | + lib/keystone:configure_keystone:199      :   iniset /etc/keystone/keystone.conf role driver sql
2022-02-14 23:03:24.197 | + lib/keystone:configure_keystone:200      :   iniset /etc/keystone/keystone.conf resource driver sql
2022-02-14 23:03:24.234 | + lib/keystone:configure_keystone:203      :   iniset /etc/keystone/keystone.conf cache enabled True
2022-02-14 23:03:24.265 | + lib/keystone:configure_keystone:204      :   iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached
2022-02-14 23:03:24.298 | + lib/keystone:configure_keystone:205      :   iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211
2022-02-14 23:03:24.328 | + lib/keystone:configure_keystone:207      :   iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications
2022-02-14 23:03:24.331 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=keystone
2022-02-14 23:03:24.333 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/keystone/keystone.conf
2022-02-14 23:03:24.336 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=oslo_messaging_notifications
2022-02-14 23:03:24.339 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2022-02-14 23:03:24.341 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2022-02-14 23:03:24.358 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:24.362 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2022-02-14 23:03:24.365 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2022-02-14 23:03:24.368 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2022-02-14 23:03:24.387 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:24.389 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:03:24.393 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:03:24.431 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2022-02-14 23:03:24.433 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2022-02-14 23:03:24.435 | + lib/keystone:configure_keystone:209      :   local service_port=5000
2022-02-14 23:03:24.439 | + lib/keystone:configure_keystone:211      :   is_service_enabled tls-proxy
2022-02-14 23:03:24.457 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:24.459 | + lib/keystone:configure_keystone:220      :   iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.47/identity
2022-02-14 23:03:24.491 | + lib/keystone:configure_keystone:222      :   [[ fernet != '' ]]
2022-02-14 23:03:24.493 | + lib/keystone:configure_keystone:223      :   iniset /etc/keystone/keystone.conf token provider fernet
2022-02-14 23:03:24.525 | ++ lib/keystone:configure_keystone:226      :   database_connection_url keystone
2022-02-14 23:03:24.528 | ++ lib/database:database_connection_url:134 :   local db=keystone
2022-02-14 23:03:24.530 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql keystone
2022-02-14 23:03:24.533 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=keystone
2022-02-14 23:03:24.535 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8'
2022-02-14 23:03:24.538 | + lib/keystone:configure_keystone:226      :   iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8'
2022-02-14 23:03:24.573 | + lib/keystone:configure_keystone:229      :   '[' False '!=' False ']'
2022-02-14 23:03:24.576 | + lib/keystone:configure_keystone:234      :   setup_logging /etc/keystone/keystone.conf
2022-02-14 23:03:24.580 | + functions:setup_logging:674              :   setup_systemd_logging /etc/keystone/keystone.conf
2022-02-14 23:03:24.583 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/keystone/keystone.conf
2022-02-14 23:03:24.586 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2022-02-14 23:03:24.605 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2022-02-14 23:03:24.607 | + functions:setup_systemd_logging:695      :   local pidstr=
2022-02-14 23:03:24.609 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2022-02-14 23:03:24.612 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2022-02-14 23:03:24.615 | + functions:setup_systemd_logging:702      :   iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2022-02-14 23:03:24.651 | + 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'
2022-02-14 23:03:24.680 | + 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'
2022-02-14 23:03:24.709 | + functions:setup_systemd_logging:706      :   iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2022-02-14 23:03:24.743 | + lib/keystone:configure_keystone:236      :   iniset /etc/keystone/keystone.conf DEFAULT debug True
2022-02-14 23:03:24.783 | + lib/keystone:configure_keystone:238      :   '[' uwsgi == mod_wsgi ']'
2022-02-14 23:03:24.786 | + lib/keystone:configure_keystone:242      :   write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity
2022-02-14 23:03:24.789 | + lib/apache:write_uwsgi_config:249        :   local file=/etc/keystone/keystone-uwsgi-public.ini
2022-02-14 23:03:24.792 | + lib/apache:write_uwsgi_config:250        :   local wsgi=/usr/local/bin/keystone-wsgi-public
2022-02-14 23:03:24.794 | + lib/apache:write_uwsgi_config:251        :   local url=/identity
2022-02-14 23:03:24.797 | + lib/apache:write_uwsgi_config:252        :   local http=
2022-02-14 23:03:24.800 | + lib/apache:write_uwsgi_config:253        :   local name=
2022-02-14 23:03:24.804 | ++ lib/apache:write_uwsgi_config:254        :   basename /usr/local/bin/keystone-wsgi-public
2022-02-14 23:03:24.814 | + lib/apache:write_uwsgi_config:254        :   name=keystone-wsgi-public
2022-02-14 23:03:24.817 | + lib/apache:write_uwsgi_config:258        :   local socket_dir=/var/run/uwsgi
2022-02-14 23:03:24.820 | + lib/apache:write_uwsgi_config:262        :   sudo mkdir -p /etc/tmpfiles.d/
2022-02-14 23:03:24.838 | + lib/apache:write_uwsgi_config:263        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2022-02-14 23:03:24.839 | + lib/apache:write_uwsgi_config:263        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:03:24.851 | d /var/run/uwsgi 0755 ubuntu root
2022-02-14 23:03:24.856 | + lib/apache:write_uwsgi_config:264        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:03:24.876 | + lib/apache:write_uwsgi_config:266        :   local socket=/var/run/uwsgi/keystone-wsgi-public.socket
2022-02-14 23:03:24.879 | + lib/apache:write_uwsgi_config:269        :   rm -rf /etc/keystone/keystone-uwsgi-public.ini
2022-02-14 23:03:24.884 | + lib/apache:write_uwsgi_config:270        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public
2022-02-14 23:03:24.920 | + lib/apache:write_uwsgi_config:271        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2
2022-02-14 23:03:24.955 | + lib/apache:write_uwsgi_config:273        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true
2022-02-14 23:03:24.986 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true
2022-02-14 23:03:25.020 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false
2022-02-14 23:03:25.051 | + lib/apache:write_uwsgi_config:279        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90
2022-02-14 23:03:25.083 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true
2022-02-14 23:03:25.119 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3
2022-02-14 23:03:25.156 | + lib/apache:write_uwsgi_config:283        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true
2022-02-14 23:03:25.191 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2022-02-14 23:03:25.224 | + lib/apache:write_uwsgi_config:287        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535
2022-02-14 23:03:25.255 | + lib/apache:write_uwsgi_config:289        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close'
2022-02-14 23:03:25.286 | + lib/apache:write_uwsgi_config:291        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true
2022-02-14 23:03:25.315 | + lib/apache:write_uwsgi_config:294        :   [[ -n '' ]]
2022-02-14 23:03:25.317 | + lib/apache:write_uwsgi_config:297        :   local apache_conf=
2022-02-14 23:03:25.320 | ++ lib/apache:write_uwsgi_config:298        :   apache_site_config_for keystone-wsgi-public
2022-02-14 23:03:25.323 | ++ lib/apache:apache_site_config_for:181    :   local site=keystone-wsgi-public
2022-02-14 23:03:25.325 | ++ lib/apache:apache_site_config_for:182    :   is_ubuntu
2022-02-14 23:03:25.328 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:03:25.331 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:03:25.333 | ++ lib/apache:apache_site_config_for:184    :   echo /etc/apache2/sites-available/keystone-wsgi-public.conf
2022-02-14 23:03:25.336 | + lib/apache:write_uwsgi_config:298        :   apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf
2022-02-14 23:03:25.344 | + lib/apache:write_uwsgi_config:299        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket
2022-02-14 23:03:25.374 | + lib/apache:write_uwsgi_config:300        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666
2022-02-14 23:03:25.406 | + lib/apache:write_uwsgi_config:301        :   echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 '
2022-02-14 23:03:25.406 | + lib/apache:write_uwsgi_config:301        :   sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf
2022-02-14 23:03:25.416 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 
2022-02-14 23:03:25.420 | + lib/apache:write_uwsgi_config:302        :   enable_apache_site keystone-wsgi-public
2022-02-14 23:03:25.423 | + lib/apache:enable_apache_site:198        :   local site=keystone-wsgi-public
2022-02-14 23:03:25.425 | + lib/apache:enable_apache_site:200        :   enable_apache_mod version
2022-02-14 23:03:25.428 | + lib/apache:enable_apache_mod:54          :   local mod=version
2022-02-14 23:03:25.431 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2022-02-14 23:03:25.434 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:03:25.437 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:03:25.440 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2022-02-14 23:03:25.443 | + lib/apache:enable_apache_site:201        :   is_ubuntu
2022-02-14 23:03:25.446 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:03:25.449 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:03:25.453 | + lib/apache:enable_apache_site:202        :   sudo a2ensite keystone-wsgi-public
2022-02-14 23:03:25.519 | Enabling site keystone-wsgi-public.
2022-02-14 23:03:25.525 | To activate the new configuration, you need to run:
2022-02-14 23:03:25.525 |   systemctl reload apache2
2022-02-14 23:03:25.530 | + lib/apache:write_uwsgi_config:303        :   restart_apache_server
2022-02-14 23:03:25.533 | + lib/apache:restart_apache_server:245     :   restart_service apache2
2022-02-14 23:03:25.535 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:03:25.538 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart apache2
2022-02-14 23:03:25.703 | + lib/keystone:configure_keystone:245      :   iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384
2022-02-14 23:03:25.747 | + lib/keystone:configure_keystone:247      :   iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/
2022-02-14 23:03:25.784 | + lib/keystone:configure_keystone:249      :   iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/
2022-02-14 23:03:25.821 | + lib/keystone:configure_keystone:257      :   [[ True = True ]]
2022-02-14 23:03:25.823 | + lib/keystone:configure_keystone:258      :   iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2
2022-02-14 23:03:25.872 | + lib/keystone:configure_keystone:259      :   iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10
2022-02-14 23:03:25.908 | + lib/keystone:configure_keystone:260      :   iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2
2022-02-14 23:03:25.941 | + ./stack.sh:main:903                      :   is_service_enabled swift
2022-02-14 23:03:25.960 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:25.962 | + ./stack.sh:main:917                      :   is_service_enabled g-api n-api
2022-02-14 23:03:25.981 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:25.983 | + ./stack.sh:main:919                      :   stack_install_service glance
2022-02-14 23:03:25.986 | + lib/stack:stack_install_service:20       :   local service=glance
2022-02-14 23:03:25.988 | + lib/stack:stack_install_service:21       :   type install_glance
2022-02-14 23:03:25.991 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2022-02-14 23:03:25.993 | + lib/stack:stack_install_service:32       :   install_glance
2022-02-14 23:03:25.996 | + lib/glance:install_glance:507            :   glance_store_extras=()
2022-02-14 23:03:25.999 | + lib/glance:install_glance:507            :   local glance_store_extras
2022-02-14 23:03:26.002 | + lib/glance:install_glance:509            :   is_service_enabled cinder
2022-02-14 23:03:26.020 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:26.023 | + lib/glance:install_glance:510            :   glance_store_extras=("cinder" "${glance_store_extras[@]}")
2022-02-14 23:03:26.025 | + lib/glance:install_glance:513            :   is_service_enabled swift
2022-02-14 23:03:26.043 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:26.045 | + lib/glance:install_glance:519            :   use_library_from_git glance_store
2022-02-14 23:03:26.049 | + inc/python:use_library_from_git:250      :   local name=glance_store
2022-02-14 23:03:26.051 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:26.054 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:26.056 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,glance_store, ]]
2022-02-14 23:03:26.059 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:26.063 | ++ lib/glance:install_glance:525            :   join_extras cinder
2022-02-14 23:03:26.066 | ++ inc/python:join_extras:29                :   local IFS=,
2022-02-14 23:03:26.068 | ++ inc/python:join_extras:30                :   echo cinder
2022-02-14 23:03:26.072 | + lib/glance:install_glance:525            :   pip_install_gr_extras glance-store cinder
2022-02-14 23:03:26.074 | + inc/python:pip_install_gr_extras:89      :   local name=glance-store
2022-02-14 23:03:26.077 | + inc/python:pip_install_gr_extras:90      :   local extras=cinder
2022-02-14 23:03:26.080 | + inc/python:pip_install_gr_extras:91      :   local version_constraints
2022-02-14 23:03:26.083 | ++ inc/python:pip_install_gr_extras:92      :   get_version_constraints_from_global_requirements glance-store
2022-02-14 23:03:26.086 | ++ inc/python:get_version_constraints_from_global_requirements:237 :   local package=glance-store
2022-02-14 23:03:26.088 | ++ inc/python:get_version_constraints_from_global_requirements:238 :   local required_pkg_version_constraint
2022-02-14 23:03:26.092 | +++ inc/python:get_version_constraints_from_global_requirements:240 :   grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt
2022-02-14 23:03:26.094 | +++ inc/python:get_version_constraints_from_global_requirements:240 :   cut -d# -f1
2022-02-14 23:03:26.099 | ++ inc/python:get_version_constraints_from_global_requirements:240 :   required_pkg_version_constraint='!=0.29.0  '
2022-02-14 23:03:26.102 | ++ inc/python:get_version_constraints_from_global_requirements:241 :   [[ !=0.29.0   == '' ]]
2022-02-14 23:03:26.104 | ++ inc/python:get_version_constraints_from_global_requirements:244 :   echo '!=0.29.0'
2022-02-14 23:03:26.107 | + inc/python:pip_install_gr_extras:92      :   version_constraints='!=0.29.0'
2022-02-14 23:03:26.110 | + inc/python:pip_install_gr_extras:93      :   pip_install 'glance-store[cinder]!=0.29.0'
2022-02-14 23:03:26.133 | Using python 3.8 to install glance-store[cinder]!=0.29.0
2022-02-14 23:03:26.135 | + 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[cinder]!=0.29.0'
2022-02-14 23:03:27.008 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:27.008 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:27.008 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:27.008 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:28.146 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:03:28.292 | Collecting glance-store[cinder]!=0.29.0
2022-02-14 23:03:28.300 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB)
2022-02-14 23:03:28.389 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.0)
2022-02-14 23:03:28.390 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (8.7.1)
2022-02-14 23:03:28.391 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (2.27.1)
2022-02-14 23:03:28.392 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (4.5.0)
2022-02-14 23:03:28.393 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (4.4.0)
2022-02-14 23:03:28.394 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (3.5.0)
2022-02-14 23:03:28.395 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (4.2.0)
2022-02-14 23:03:28.396 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (4.12.1)
2022-02-14 23:03:28.398 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder]!=0.29.0) (3.2.0)
2022-02-14 23:03:28.399 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (1.16.0)
2022-02-14 23:03:28.400 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0)
2022-02-14 23:03:28.401 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (4.4.0)
2022-02-14 23:03:28.543 | Collecting os-brick>=2.6.0
2022-02-14 23:03:28.550 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/22c/582494b146f9f/os_brick-5.1.0-py3-none-any.whl (257 kB)
2022-02-14 23:03:28.657 | Collecting python-cinderclient>=4.1.0
2022-02-14 23:03:28.665 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0e/c7c9b81aae920/python_cinderclient-8.2.0-py3-none-any.whl (253 kB)
2022-02-14 23:03:28.679 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (6.3.0)
2022-02-14 23:03:28.681 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder]!=0.29.0) (2.6.2)
2022-02-14 23:03:28.690 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.2)
2022-02-14 23:03:28.691 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.1.0)
2022-02-14 23:03:28.759 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.8.1)
2022-02-14 23:03:28.760 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0)
2022-02-14 23:03:28.761 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.0.2)
2022-02-14 23:03:28.785 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (4.6.1)
2022-02-14 23:03:28.787 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (2.8.0)
2022-02-14 23:03:28.789 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (5.5.0)
2022-02-14 23:03:28.790 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (3.4.0)
2022-02-14 23:03:28.792 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (6.3.1)
2022-02-14 23:03:28.805 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.17.3)
2022-02-14 23:03:28.847 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0)
2022-02-14 23:03:28.848 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0)
2022-02-14 23:03:28.849 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0)
2022-02-14 23:03:28.850 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.4.0)
2022-02-14 23:03:28.869 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.0)
2022-02-14 23:03:28.870 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.3)
2022-02-14 23:03:28.885 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2021.3)
2022-02-14 23:03:28.902 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.7)
2022-02-14 23:03:28.902 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0)
2022-02-14 23:03:28.905 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (21.3)
2022-02-14 23:03:28.923 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.16.0)
2022-02-14 23:03:28.925 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.0.0)
2022-02-14 23:03:28.975 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.0.12)
2022-02-14 23:03:28.978 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.3)
2022-02-14 23:03:28.979 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2019.11.28)
2022-02-14 23:03:28.980 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.8)
2022-02-14 23:03:29.028 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21)
2022-02-14 23:03:29.053 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.13.3)
2022-02-14 23:03:29.280 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (2.8.2)
2022-02-14 23:03:29.284 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (0.9.6)
2022-02-14 23:03:29.319 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (2.1.1)
2022-02-14 23:03:29.320 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (1.3.3)
2022-02-14 23:03:29.323 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (2.5.1)
2022-02-14 23:03:29.324 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (3.5.0)
2022-02-14 23:03:29.325 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (3.0.0)
2022-02-14 23:03:29.326 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (1.8.7)
2022-02-14 23:03:29.382 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5)
2022-02-14 23:03:29.543 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (2.5.0)
2022-02-14 23:03:29.568 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (60.8.2)
2022-02-14 23:03:29.647 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (0.7)
2022-02-14 23:03:29.789 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder]!=0.29.0) (1.0.0)
2022-02-14 23:03:31.404 | Installing collected packages: python-cinderclient, os-brick, glance-store
2022-02-14 23:03:32.362 | Successfully installed glance-store-2.7.0 os-brick-5.1.0 python-cinderclient-8.2.0
2022-02-14 23:03:32.362 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:03:32.368 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:03:32.368 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:03:32.501 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:03:32.503 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:03:32.506 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:03:32.508 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:03:32.510 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:03:32.513 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:03:32.515 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:03:32.518 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:03:32.520 | + functions-common:time_stop:2432          :   start_time=1644879806127
2022-02-14 23:03:32.522 | + functions-common:time_stop:2434          :   [[ -z 1644879806127 ]]
2022-02-14 23:03:32.525 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:03:32.530 | + functions-common:time_stop:2437          :   end_time=1644879812527
2022-02-14 23:03:32.533 | + functions-common:time_stop:2438          :   elapsed_time=6400
2022-02-14 23:03:32.535 | + functions-common:time_stop:2439          :   total=67065
2022-02-14 23:03:32.537 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:03:32.539 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=73465
2022-02-14 23:03:32.542 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:03:32.544 | + lib/glance:install_glance:526            :   copy_rootwrap /usr/local/etc/glance
2022-02-14 23:03:32.547 | + lib/glance:copy_rootwrap:239             :   local source_path=/usr/local/etc/glance
2022-02-14 23:03:32.550 | + lib/glance:copy_rootwrap:241             :   sudo install -d -o ubuntu /etc/glance
2022-02-14 23:03:32.563 | + lib/glance:copy_rootwrap:242             :   cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/
2022-02-14 23:03:32.568 | + lib/glance:install_glance:529            :   git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master
2022-02-14 23:03:32.570 | + functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/glance.git
2022-02-14 23:03:32.572 | + functions-common:git_clone:609           :   local git_dest=/opt/stack/glance
2022-02-14 23:03:32.574 | + functions-common:git_clone:610           :   local git_ref=master
2022-02-14 23:03:32.577 | + functions-common:git_clone:611           :   local orig_dir
2022-02-14 23:03:32.580 | ++ functions-common:git_clone:612           :   pwd
2022-02-14 23:03:32.583 | + functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 23:03:32.585 | + functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 23:03:32.588 | ++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 23:03:32.606 | + functions-common:git_clone:615           :   RECLONE=False
2022-02-14 23:03:32.608 | + functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 23:03:32.611 | + functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 23:03:32.613 | + functions-common:git_clone:629           :   echo master
2022-02-14 23:03:32.614 | + functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 23:03:32.619 | + functions-common:git_clone:643           :   [[ ! -d /opt/stack/glance ]]
2022-02-14 23:03:32.621 | + functions-common:git_clone:651           :   [[ False = \T\r\u\e ]]
2022-02-14 23:03:32.624 | + functions-common:git_clone:677           :   cd /opt/stack/glance
2022-02-14 23:03:32.627 | + functions-common:git_clone:678           :   git show --oneline
2022-02-14 23:03:32.627 | + functions-common:git_clone:678           :   head -1
2022-02-14 23:03:32.631 | b085fbecc Merge "Remove final six usage"
2022-02-14 23:03:32.633 | + functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 23:03:32.636 | + lib/glance:install_glance:531            :   setup_develop /opt/stack/glance
2022-02-14 23:03:32.639 | + inc/python:setup_develop:338             :   local bindep
2022-02-14 23:03:32.642 | + inc/python:setup_develop:339             :   [[ /opt/stack/glance == -bindep* ]]
2022-02-14 23:03:32.644 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/glance
2022-02-14 23:03:32.647 | + inc/python:setup_develop:344             :   local extras=
2022-02-14 23:03:32.650 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/glance -e
2022-02-14 23:03:32.652 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2022-02-14 23:03:32.655 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/glance == -bindep* ]]
2022-02-14 23:03:32.657 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/glance
2022-02-14 23:03:32.660 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2022-02-14 23:03:32.662 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2022-02-14 23:03:32.665 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/glance
2022-02-14 23:03:32.668 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2022-02-14 23:03:32.671 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/glance
2022-02-14 23:03:32.673 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2022-02-14 23:03:32.676 | + inc/python:_setup_package_with_constraints_edit:384 :   local name
2022-02-14 23:03:32.679 | ++ inc/python:_setup_package_with_constraints_edit:385 :   awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg
2022-02-14 23:03:32.685 | + inc/python:_setup_package_with_constraints_edit:385 :   name=glance
2022-02-14 23:03:32.688 | + inc/python:_setup_package_with_constraints_edit:387 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance
2022-02-14 23:03:33.356 | + inc/python:_setup_package_with_constraints_edit:390 :   setup_package /opt/stack/glance -e
2022-02-14 23:03:33.359 | + inc/python:setup_package:418             :   local bindep=0
2022-02-14 23:03:33.361 | + inc/python:setup_package:419             :   local bindep_flag=
2022-02-14 23:03:33.364 | + inc/python:setup_package:420             :   local bindep_profiles=
2022-02-14 23:03:33.366 | + inc/python:setup_package:421             :   [[ /opt/stack/glance == -bindep* ]]
2022-02-14 23:03:33.368 | + inc/python:setup_package:426             :   local project_dir=/opt/stack/glance
2022-02-14 23:03:33.371 | + inc/python:setup_package:427             :   local flags=-e
2022-02-14 23:03:33.373 | + inc/python:setup_package:428             :   local extras=
2022-02-14 23:03:33.375 | + inc/python:setup_package:432             :   [[ -n -e ]]
2022-02-14 23:03:33.378 | + inc/python:setup_package:432             :   [[ -z '' ]]
2022-02-14 23:03:33.380 | + inc/python:setup_package:432             :   [[ ! -e =~ ^-.* ]]
2022-02-14 23:03:33.382 | + inc/python:setup_package:437             :   [[ ! -z '' ]]
2022-02-14 23:03:33.384 | + inc/python:setup_package:442             :   [[ 0 == 1 ]]
2022-02-14 23:03:33.387 | + inc/python:setup_package:446             :   pip_install -e /opt/stack/glance
2022-02-14 23:03:33.409 | Using python 3.8 to install /opt/stack/glance
2022-02-14 23:03:33.411 | + 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
2022-02-14 23:03:34.277 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:34.277 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:34.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:34.277 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:35.409 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:03:35.434 | Obtaining file:///opt/stack/glance
2022-02-14 23:03:35.435 |   Preparing metadata (setup.py): started
2022-02-14 23:03:36.772 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:03:36.942 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (5.8.1)
2022-02-14 23:03:36.943 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (0.7.1)
2022-02-14 23:03:36.944 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (1.4.31)
2022-02-14 23:03:36.945 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (0.33.0)
2022-02-14 23:03:36.946 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (2.1.1)
2022-02-14 23:03:36.947 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (2.5.1)
2022-02-14 23:03:36.948 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (1.8.7)
2022-02-14 23:03:36.949 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (0.4.2)
2022-02-14 23:03:36.950 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (1.7.6)
2022-02-14 23:03:36.951 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (0.20.4)
2022-02-14 23:03:36.952 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (8.7.1)
2022-02-14 23:03:36.954 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (4.5.0)
2022-02-14 23:03:36.955 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (3.4.0)
2022-02-14 23:03:36.956 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (1.4.0)
2022-02-14 23:03:36.957 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (4.12.1)
2022-02-14 23:03:36.958 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (3.5.0)
2022-02-14 23:03:36.959 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (2.4.0)
2022-02-14 23:03:37.111 | Collecting taskflow>=4.0.0
2022-02-14 23:03:37.119 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/183/3acd77ad44676/taskflow-4.6.4-py3-none-any.whl (492 kB)
2022-02-14 23:03:37.143 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (4.4.0)
2022-02-14 23:03:37.144 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (9.3.0)
2022-02-14 23:03:37.188 | Collecting WSME>=0.8.0
2022-02-14 23:03:37.194 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB)
2022-02-14 23:03:37.200 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (3.0.0)
2022-02-14 23:03:37.201 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (3.5.0)
2022-02-14 23:03:37.202 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==24.0.0.dev63) (3.2.0)
2022-02-14 23:03:37.206 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (4.4.0)
2022-02-14 23:03:37.207 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (22.0.0)
2022-02-14 23:03:37.208 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (11.1.0)
2022-02-14 23:03:37.209 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (5.1.0)
2022-02-14 23:03:37.247 | Collecting oslo.limit>=1.4.0
2022-02-14 23:03:37.255 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a5/732a4a0a011f0/oslo.limit-1.5.0-py3-none-any.whl (19 kB)
2022-02-14 23:03:37.259 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (4.6.1)
2022-02-14 23:03:37.260 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (12.12.0)
2022-02-14 23:03:37.261 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (4.5.0)
2022-02-14 23:03:37.263 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (2.3.0)
2022-02-14 23:03:37.264 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (3.10.1)
2022-02-14 23:03:37.296 | Collecting retrying!=1.3.0,>=1.2.3
2022-02-14 23:03:37.306 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB)
2022-02-14 23:03:37.310 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (3.4.2)
2022-02-14 23:03:37.311 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (2.7.0)
2022-02-14 23:03:37.313 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (2.4.0)
2022-02-14 23:03:37.314 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (36.0.1)
2022-02-14 23:03:37.344 | Collecting cursive>=0.2.1
2022-02-14 23:03:37.351 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB)
2022-02-14 23:03:37.355 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (1.0.2)
2022-02-14 23:03:37.356 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev63) (5.5.0)
2022-02-14 23:03:37.449 | Collecting castellan>=0.17.0
2022-02-14 23:03:37.457 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddf/81007564c6f1d/castellan-3.10.0-py3-none-any.whl (96 kB)
2022-02-14 23:03:37.479 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.0.0.dev63) (5.4.0)
2022-02-14 23:03:37.480 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.0.0.dev63) (4.11.0)
2022-02-14 23:03:37.482 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.0.0.dev63) (1.1.6)
2022-02-14 23:03:37.504 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==24.0.0.dev63) (2.27.1)
2022-02-14 23:03:37.565 | Collecting python-barbicanclient>=4.5.2
2022-02-14 23:03:37.572 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/28b145bf26f45/python_barbicanclient-5.2.0-py3-none-any.whl (82 kB)
2022-02-14 23:03:37.617 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==24.0.0.dev63) (1.15.0)
2022-02-14 23:03:37.634 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==24.0.0.dev63) (4.2.0)
2022-02-14 23:03:37.661 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==24.0.0.dev63) (1.13.3)
2022-02-14 23:03:37.677 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.0.0.dev63) (2.1.0)
2022-02-14 23:03:37.678 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.0.0.dev63) (1.16.0)
2022-02-14 23:03:37.679 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.0.0.dev63) (1.1.2)
2022-02-14 23:03:37.769 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==24.0.0.dev63) (3.0.7)
2022-02-14 23:03:37.846 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==24.0.0.dev63) (1.7.0)
2022-02-14 23:03:37.932 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.0.0.dev63) (3.1.1)
2022-02-14 23:03:37.933 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.0.0.dev63) (2.10.0)
2022-02-14 23:03:37.966 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==24.0.0.dev63) (0.17.3)
2022-02-14 23:03:38.012 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.0.0.dev63) (0.8.0)
2022-02-14 23:03:38.013 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.0.0.dev63) (1.5.0)
2022-02-14 23:03:38.014 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.0.0.dev63) (6.0)
2022-02-14 23:03:38.071 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.0.0.dev63) (2.0.1)
2022-02-14 23:03:38.076 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.0.0.dev63) (0.5.0)
2022-02-14 23:03:38.077 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.0.0.dev63) (0.13.0)
2022-02-14 23:03:38.103 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==24.0.0.dev63) (0.61.0)
2022-02-14 23:03:38.153 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.0.0.dev63) (2.8.2)
2022-02-14 23:03:38.157 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.0.0.dev63) (0.9.6)
2022-02-14 23:03:38.216 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (5.0.0)
2022-02-14 23:03:38.217 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (5.2.3)
2022-02-14 23:03:38.219 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (2.8.0)
2022-02-14 23:03:38.222 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (0.4.0)
2022-02-14 23:03:38.224 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (5.0.9)
2022-02-14 23:03:38.246 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.0.0.dev63) (3.2.0)
2022-02-14 23:03:38.251 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.0.0.dev63) (3.3.0)
2022-02-14 23:03:38.253 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.0.0.dev63) (3.0.3)
2022-02-14 23:03:38.297 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==24.0.0.dev63) (5.9.0)
2022-02-14 23:03:38.341 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.0.0.dev63) (2021.3)
2022-02-14 23:03:38.342 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.0.0.dev63) (0.11.0)
2022-02-14 23:03:38.346 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.0.0.dev63) (21.3)
2022-02-14 23:03:38.424 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==24.0.0.dev63) (60.8.2)
2022-02-14 23:03:38.486 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==24.0.0.dev63) (0.2.5)
2022-02-14 23:03:38.586 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==24.0.0.dev63) (0.7)
2022-02-14 23:03:38.958 | Collecting networkx>=2.1.0
2022-02-14 23:03:38.970 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/80b/6b89c77d1dfb6/networkx-2.6.3-py3-none-any.whl (1.9 MB)
2022-02-14 23:03:39.071 | Collecting pydot>=1.2.4
2022-02-14 23:03:39.080 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB)
2022-02-14 23:03:39.145 | Collecting automaton>=1.9.0
2022-02-14 23:03:39.152 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB)
2022-02-14 23:03:39.156 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.0.0.dev63) (6.3.1)
2022-02-14 23:03:39.214 | Requirement already satisfied: simplegeneric in /usr/lib/python3/dist-packages (from WSME>=0.8.0->glance==24.0.0.dev63) (0.8.1)
2022-02-14 23:03:39.238 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (5.0.0)
2022-02-14 23:03:39.353 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==24.0.0.dev63) (2.21)
2022-02-14 23:03:39.457 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==24.0.0.dev63) (2.0.1)
2022-02-14 23:03:39.704 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev63) (1.4.0)
2022-02-14 23:03:39.705 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev63) (5.1.1)
2022-02-14 23:03:39.707 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev63) (1.32)
2022-02-14 23:03:39.709 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev63) (2.5.0)
2022-02-14 23:03:39.710 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev63) (0.10.0)
2022-02-14 23:03:39.712 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev63) (1.4.4)
2022-02-14 23:03:39.714 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev63) (1.1.5)
2022-02-14 23:03:39.834 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (0.13.1)
2022-02-14 23:03:39.868 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==24.0.0.dev63) (1.0.3)
2022-02-14 23:03:39.913 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (1.3.3)
2022-02-14 23:03:39.916 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev63) (3.0.0)
2022-02-14 23:03:40.168 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev63) (3.10.0)
2022-02-14 23:03:40.352 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.0.0.dev63) (1.26.8)
2022-02-14 23:03:40.354 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.0.0.dev63) (2.0.12)
2022-02-14 23:03:40.357 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.0.0.dev63) (3.3)
2022-02-14 23:03:40.358 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.0.0.dev63) (2019.11.28)
2022-02-14 23:03:40.465 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==24.0.0.dev63) (0.5.2)
2022-02-14 23:03:40.621 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==24.0.0.dev63) (2.5.0)
2022-02-14 23:03:40.724 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==24.0.0.dev63) (3.7.0)
2022-02-14 23:03:41.036 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev63) (2.3.3)
2022-02-14 23:03:41.037 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev63) (0.5.0)
2022-02-14 23:03:41.269 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev63) (2.2)
2022-02-14 23:03:41.560 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==24.0.0.dev63) (1.0.0)
2022-02-14 23:03:41.884 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev63) (1.8.2)
2022-02-14 23:03:41.887 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev63) (21.4.0)
2022-02-14 23:03:43.103 | Installing collected packages: python-barbicanclient, pydot, networkx, castellan, automaton, WSME, taskflow, retrying, oslo.limit, cursive, glance
2022-02-14 23:03:45.907 |   Running setup.py develop for glance
2022-02-14 23:03:48.238 | Successfully installed WSME-0.11.0 automaton-2.4.0 castellan-3.10.0 cursive-0.2.2 glance networkx-2.6.3 oslo.limit-1.5.0 pydot-1.4.2 python-barbicanclient-5.2.0 retrying-1.3.3 taskflow-4.6.4
2022-02-14 23:03:48.238 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:03:48.248 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:03:48.248 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:03:48.445 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:03:48.448 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:03:48.450 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:03:48.452 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:03:48.454 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:03:48.457 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:03:48.460 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:03:48.462 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:03:48.464 | + functions-common:time_stop:2432          :   start_time=1644879813403
2022-02-14 23:03:48.467 | + functions-common:time_stop:2434          :   [[ -z 1644879813403 ]]
2022-02-14 23:03:48.470 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:03:48.474 | + functions-common:time_stop:2437          :   end_time=1644879828472
2022-02-14 23:03:48.477 | + functions-common:time_stop:2438          :   elapsed_time=15069
2022-02-14 23:03:48.479 | + functions-common:time_stop:2439          :   total=73465
2022-02-14 23:03:48.481 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:03:48.483 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=88534
2022-02-14 23:03:48.486 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:03:48.488 | + inc/python:setup_package:448             :   [[ -e == \-\e ]]
2022-02-14 23:03:48.491 | + inc/python:setup_package:449             :   safe_chown -R ubuntu /opt/stack/glance/glance.egg-info
2022-02-14 23:03:48.493 | + functions-common:safe_chown:2326         :   _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info
2022-02-14 23:03:48.515 | + functions-common:_safe_permission_operation:2174 :   sudo chown -R ubuntu /opt/stack/glance/glance.egg-info
2022-02-14 23:03:48.528 | + inc/python:_setup_package_with_constraints_edit:394 :   use_library_from_git /opt/stack/glance
2022-02-14 23:03:48.531 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/glance
2022-02-14 23:03:48.534 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:03:48.536 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:03:48.538 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/glance, ]]
2022-02-14 23:03:48.541 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:03:48.544 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2022-02-14 23:03:48.546 | + ./stack.sh:main:920                      :   configure_glance
2022-02-14 23:03:48.549 | + lib/glance:configure_glance:323          :   sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs
2022-02-14 23:03:48.564 | + lib/glance:configure_glance:326          :   local dburl
2022-02-14 23:03:48.567 | ++ lib/glance:configure_glance:327          :   database_connection_url glance
2022-02-14 23:03:48.569 | ++ lib/database:database_connection_url:134 :   local db=glance
2022-02-14 23:03:48.571 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql glance
2022-02-14 23:03:48.574 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=glance
2022-02-14 23:03:48.576 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2022-02-14 23:03:48.579 | + lib/glance:configure_glance:327          :   dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2022-02-14 23:03:48.581 | + lib/glance:configure_glance:329          :   iniset /etc/glance/glance-api.conf DEFAULT debug True
2022-02-14 23:03:48.614 | + lib/glance:configure_glance:330          :   iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2022-02-14 23:03:48.648 | + lib/glance:configure_glance:331          :   iniset /etc/glance/glance-api.conf DEFAULT use_syslog False
2022-02-14 23:03:48.679 | + lib/glance:configure_glance:332          :   iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2022-02-14 23:03:48.711 | + lib/glance:configure_glance:333          :   iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks
2022-02-14 23:03:48.745 | + lib/glance:configure_glance:334          :   iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement
2022-02-14 23:03:48.781 | + lib/glance:configure_glance:335          :   configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance
2022-02-14 23:03:48.783 | + lib/keystone:configure_keystone_authtoken_middleware:436 :   local conf_file=/etc/glance/glance-api.conf
2022-02-14 23:03:48.786 | + lib/keystone:configure_keystone_authtoken_middleware:437 :   local admin_user=glance
2022-02-14 23:03:48.788 | + lib/keystone:configure_keystone_authtoken_middleware:438 :   local section=keystone_authtoken
2022-02-14 23:03:48.790 | + lib/keystone:configure_keystone_authtoken_middleware:440 :   iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password
2022-02-14 23:03:48.823 | + lib/keystone:configure_keystone_authtoken_middleware:441 :   iniset /etc/glance/glance-api.conf keystone_authtoken interface public
2022-02-14 23:03:48.853 | + lib/keystone:configure_keystone_authtoken_middleware:442 :   iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.47/identity
2022-02-14 23:03:48.884 | + lib/keystone:configure_keystone_authtoken_middleware:443 :   iniset /etc/glance/glance-api.conf keystone_authtoken username glance
2022-02-14 23:03:48.915 | + lib/keystone:configure_keystone_authtoken_middleware:444 :   iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd
2022-02-14 23:03:48.946 | + lib/keystone:configure_keystone_authtoken_middleware:445 :   iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default
2022-02-14 23:03:48.976 | + lib/keystone:configure_keystone_authtoken_middleware:446 :   iniset /etc/glance/glance-api.conf keystone_authtoken project_name service
2022-02-14 23:03:49.007 | + lib/keystone:configure_keystone_authtoken_middleware:447 :   iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default
2022-02-14 23:03:49.036 | + lib/keystone:configure_keystone_authtoken_middleware:449 :   iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2022-02-14 23:03:49.068 | + lib/keystone:configure_keystone_authtoken_middleware:450 :   iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211
2022-02-14 23:03:49.099 | + lib/glance:configure_glance:336          :   iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2
2022-02-14 23:03:49.139 | + lib/glance:configure_glance:337          :   iniset_rpc_backend glance /etc/glance/glance-api.conf
2022-02-14 23:03:49.142 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=glance
2022-02-14 23:03:49.145 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/glance/glance-api.conf
2022-02-14 23:03:49.147 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2022-02-14 23:03:49.150 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2022-02-14 23:03:49.152 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2022-02-14 23:03:49.170 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:49.174 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2022-02-14 23:03:49.176 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2022-02-14 23:03:49.179 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2022-02-14 23:03:49.197 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:49.199 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:03:49.202 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:03:49.236 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2022-02-14 23:03:49.239 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2022-02-14 23:03:49.241 | + lib/glance:configure_glance:338          :   '[' libvirt = libvirt ']'
2022-02-14 23:03:49.244 | + lib/glance:configure_glance:338          :   '[' kvm = parallels ']'
2022-02-14 23:03:49.247 | + lib/glance:configure_glance:342          :   iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False
2022-02-14 23:03:49.282 | + lib/glance:configure_glance:343          :   iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False
2022-02-14 23:03:49.315 | + lib/glance:configure_glance:346          :   configure_glance_store False False
2022-02-14 23:03:49.318 | + lib/glance:configure_glance_store:252    :   local use_cinder_for_glance=False
2022-02-14 23:03:49.320 | + lib/glance:configure_glance_store:253    :   local glance_enable_multiple_stores=False
2022-02-14 23:03:49.323 | + lib/glance:configure_glance_store:254    :   local be
2022-02-14 23:03:49.325 | + lib/glance:configure_glance_store:256    :   [[ False == \F\a\l\s\e ]]
2022-02-14 23:03:49.328 | + lib/glance:configure_glance_store:258    :   [[ False == \T\r\u\e ]]
2022-02-14 23:03:49.331 | + lib/glance:configure_glance_store:275    :   iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
2022-02-14 23:03:49.366 | + lib/glance:configure_glance:349          :   '[' -n '' ']'
2022-02-14 23:03:49.369 | + lib/glance:configure_glance:352          :   iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.47
2022-02-14 23:03:49.405 | + lib/glance:configure_glance:356          :   [[ False == \F\a\l\s\e ]]
2022-02-14 23:03:49.407 | + lib/glance:configure_glance:358          :   is_service_enabled s-proxy
2022-02-14 23:03:49.427 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:49.430 | + lib/glance:configure_glance:380          :   iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.47/image
2022-02-14 23:03:49.462 | + lib/glance:configure_glance:382          :   is_service_enabled tls-proxy
2022-02-14 23:03:49.480 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:49.482 | + lib/glance:configure_glance:388          :   setup_logging /etc/glance/glance-api.conf
2022-02-14 23:03:49.485 | + functions:setup_logging:674              :   setup_systemd_logging /etc/glance/glance-api.conf
2022-02-14 23:03:49.487 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/glance/glance-api.conf
2022-02-14 23:03:49.491 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2022-02-14 23:03:49.510 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2022-02-14 23:03:49.513 | + functions:setup_systemd_logging:695      :   local pidstr=
2022-02-14 23:03:49.516 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2022-02-14 23:03:49.519 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2022-02-14 23:03:49.521 | + 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}}'
2022-02-14 23:03:49.552 | + 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'
2022-02-14 23:03:49.586 | + 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'
2022-02-14 23:03:49.618 | + functions:setup_systemd_logging:706      :   iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2022-02-14 23:03:49.652 | + lib/glance:configure_glance:390          :   cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini
2022-02-14 23:03:49.658 | + lib/glance:configure_glance:393          :   iniset /etc/glance/glance-cache.conf DEFAULT debug True
2022-02-14 23:03:49.694 | + lib/glance:configure_glance:394          :   iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False
2022-02-14 23:03:49.727 | + lib/glance:configure_glance:395          :   iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2022-02-14 23:03:49.758 | + lib/glance:configure_glance:396          :   iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.47/identity
2022-02-14 23:03:49.790 | + lib/glance:configure_glance:397          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service
2022-02-14 23:03:49.823 | + lib/glance:configure_glance:398          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance
2022-02-14 23:03:49.857 | + lib/glance:configure_glance:399          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd
2022-02-14 23:03:49.890 | + lib/glance:configure_glance:402          :   iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
2022-02-14 23:03:49.925 | + lib/glance:configure_glance:405          :   iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]'
2022-02-14 23:03:49.970 | + lib/glance:configure_glance:406          :   iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin
2022-02-14 23:03:50.013 | + lib/glance:configure_glance:407          :   iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject
2022-02-14 23:03:50.055 | + lib/glance:configure_glance:409          :   cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json
2022-02-14 23:03:50.061 | + lib/glance:configure_glance:411          :   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
2022-02-14 23:03:50.072 | + lib/glance:configure_glance:413          :   is_service_enabled tls-proxy
2022-02-14 23:03:50.092 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:03:50.097 | + lib/glance:configure_glance:421          :   [[ False == False ]]
2022-02-14 23:03:50.100 | + lib/glance:configure_glance:422          :   write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image
2022-02-14 23:03:50.103 | + lib/apache:write_local_uwsgi_http_config:314 :   local file=/etc/glance/glance-uwsgi.ini
2022-02-14 23:03:50.106 | + lib/apache:write_local_uwsgi_http_config:315 :   local wsgi=/usr/local/bin/glance-wsgi-api
2022-02-14 23:03:50.109 | + lib/apache:write_local_uwsgi_http_config:316 :   local url=/image
2022-02-14 23:03:50.114 | ++ lib/apache:write_local_uwsgi_http_config:317 :   basename /usr/local/bin/glance-wsgi-api
2022-02-14 23:03:50.119 | + lib/apache:write_local_uwsgi_http_config:317 :   name=glance-wsgi-api
2022-02-14 23:03:50.122 | + lib/apache:write_local_uwsgi_http_config:323 :   rm -rf /etc/glance/glance-uwsgi.ini
2022-02-14 23:03:50.127 | + lib/apache:write_local_uwsgi_http_config:324 :   iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api
2022-02-14 23:03:50.165 | ++ lib/apache:write_local_uwsgi_http_config:325 :   get_random_port
2022-02-14 23:03:50.168 | ++ functions:get_random_port:836            :   read lower_port upper_port
2022-02-14 23:03:50.171 | ++ functions:get_random_port:837            :   true
2022-02-14 23:03:50.175 | ++ functions:get_random_port:838            :   (( port = upper_port  ))
2022-02-14 23:03:50.178 | ++ functions:get_random_port:838            :   (( port >= lower_port  ))
2022-02-14 23:03:50.180 | ++ functions:get_random_port:839            :   sudo lsof -i :60999
2022-02-14 23:03:50.264 | ++ functions:get_random_port:840            :   [[ 1 > 0 ]]
2022-02-14 23:03:50.267 | ++ functions:get_random_port:841            :   break 2
2022-02-14 23:03:50.271 | ++ functions:get_random_port:845            :   echo 60999
2022-02-14 23:03:50.274 | + lib/apache:write_local_uwsgi_http_config:325 :   port=60999
2022-02-14 23:03:50.280 | + lib/apache:write_local_uwsgi_http_config:326 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999
2022-02-14 23:03:50.312 | + lib/apache:write_local_uwsgi_http_config:327 :   iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2
2022-02-14 23:03:50.350 | + lib/apache:write_local_uwsgi_http_config:329 :   iniset /etc/glance/glance-uwsgi.ini uwsgi master true
2022-02-14 23:03:50.384 | + lib/apache:write_local_uwsgi_http_config:331 :   iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true
2022-02-14 23:03:50.421 | + lib/apache:write_local_uwsgi_http_config:332 :   iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false
2022-02-14 23:03:50.457 | + lib/apache:write_local_uwsgi_http_config:333 :   iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true
2022-02-14 23:03:50.494 | + lib/apache:write_local_uwsgi_http_config:334 :   iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3
2022-02-14 23:03:50.531 | + lib/apache:write_local_uwsgi_http_config:336 :   iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true
2022-02-14 23:03:50.566 | + lib/apache:write_local_uwsgi_http_config:338 :   iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2022-02-14 23:03:50.603 | + lib/apache:write_local_uwsgi_http_config:341 :   iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90
2022-02-14 23:03:50.642 | + lib/apache:write_local_uwsgi_http_config:343 :   iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535
2022-02-14 23:03:50.678 | + lib/apache:write_local_uwsgi_http_config:345 :   iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close'
2022-02-14 23:03:50.716 | + lib/apache:write_local_uwsgi_http_config:347 :   iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true
2022-02-14 23:03:50.752 | + lib/apache:write_local_uwsgi_http_config:348 :   iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666
2022-02-14 23:03:50.787 | + lib/apache:write_local_uwsgi_http_config:349 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true
2022-02-14 23:03:50.824 | + lib/apache:write_local_uwsgi_http_config:350 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true
2022-02-14 23:03:50.859 | + lib/apache:write_local_uwsgi_http_config:351 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true
2022-02-14 23:03:50.897 | + lib/apache:write_local_uwsgi_http_config:352 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false
2022-02-14 23:03:50.931 | + lib/apache:write_local_uwsgi_http_config:354 :   iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30
2022-02-14 23:03:50.968 | + lib/apache:write_local_uwsgi_http_config:356 :   enable_apache_mod proxy
2022-02-14 23:03:50.971 | + lib/apache:enable_apache_mod:54          :   local mod=proxy
2022-02-14 23:03:50.974 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2022-02-14 23:03:50.977 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:03:50.981 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:03:50.984 | + lib/apache:enable_apache_mod:59          :   [[ proxy != \v\e\r\s\i\o\n ]]
2022-02-14 23:03:50.987 | + lib/apache:enable_apache_mod:59          :   a2query -m proxy
2022-02-14 23:03:51.060 | proxy (enabled by site administrator)
2022-02-14 23:03:51.065 | + lib/apache:write_local_uwsgi_http_config:357 :   enable_apache_mod proxy_http
2022-02-14 23:03:51.069 | + lib/apache:enable_apache_mod:54          :   local mod=proxy_http
2022-02-14 23:03:51.071 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2022-02-14 23:03:51.074 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:03:51.077 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:03:51.080 | + lib/apache:enable_apache_mod:59          :   [[ proxy_http != \v\e\r\s\i\o\n ]]
2022-02-14 23:03:51.083 | + lib/apache:enable_apache_mod:59          :   a2query -m proxy_http
2022-02-14 23:03:51.160 | No module matches proxy_http
2022-02-14 23:03:51.163 | + lib/apache:enable_apache_mod:60          :   sudo a2enmod proxy_http
2022-02-14 23:03:51.268 | Considering dependency proxy for proxy_http:
2022-02-14 23:03:51.268 | Module proxy already enabled
2022-02-14 23:03:51.268 | Enabling module proxy_http.
2022-02-14 23:03:51.275 | To activate the new configuration, you need to run:
2022-02-14 23:03:51.275 |   systemctl restart apache2
2022-02-14 23:03:51.281 | + lib/apache:enable_apache_mod:61          :   restart_apache_server
2022-02-14 23:03:51.285 | + lib/apache:restart_apache_server:245     :   restart_service apache2
2022-02-14 23:03:51.287 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:03:51.290 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart apache2
2022-02-14 23:03:51.475 | + lib/apache:write_local_uwsgi_http_config:358 :   local apache_conf=
2022-02-14 23:03:51.478 | ++ lib/apache:write_local_uwsgi_http_config:359 :   apache_site_config_for glance-wsgi-api
2022-02-14 23:03:51.481 | ++ lib/apache:apache_site_config_for:181    :   local site=glance-wsgi-api
2022-02-14 23:03:51.483 | ++ lib/apache:apache_site_config_for:182    :   is_ubuntu
2022-02-14 23:03:51.486 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:03:51.488 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:03:51.491 | ++ lib/apache:apache_site_config_for:184    :   echo /etc/apache2/sites-available/glance-wsgi-api.conf
2022-02-14 23:03:51.494 | + lib/apache:write_local_uwsgi_http_config:359 :   apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf
2022-02-14 23:03:51.498 | + lib/apache:write_local_uwsgi_http_config:360 :   echo 'KeepAlive Off'
2022-02-14 23:03:51.498 | + lib/apache:write_local_uwsgi_http_config:360 :   sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf
2022-02-14 23:03:51.512 | KeepAlive Off
2022-02-14 23:03:51.518 | + lib/apache:write_local_uwsgi_http_config:361 :   echo 'SetEnv proxy-sendchunked 1'
2022-02-14 23:03:51.518 | + lib/apache:write_local_uwsgi_http_config:361 :   sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf
2022-02-14 23:03:51.532 | SetEnv proxy-sendchunked 1
2022-02-14 23:03:51.538 | + lib/apache:write_local_uwsgi_http_config:362 :   echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 '
2022-02-14 23:03:51.538 | + lib/apache:write_local_uwsgi_http_config:362 :   sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf
2022-02-14 23:03:51.549 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 
2022-02-14 23:03:51.554 | + lib/apache:write_local_uwsgi_http_config:363 :   enable_apache_site glance-wsgi-api
2022-02-14 23:03:51.557 | + lib/apache:enable_apache_site:198        :   local site=glance-wsgi-api
2022-02-14 23:03:51.560 | + lib/apache:enable_apache_site:200        :   enable_apache_mod version
2022-02-14 23:03:51.563 | + lib/apache:enable_apache_mod:54          :   local mod=version
2022-02-14 23:03:51.567 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2022-02-14 23:03:51.570 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:03:51.573 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:03:51.576 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2022-02-14 23:03:51.579 | + lib/apache:enable_apache_site:201        :   is_ubuntu
2022-02-14 23:03:51.582 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:03:51.584 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:03:51.587 | + lib/apache:enable_apache_site:202        :   sudo a2ensite glance-wsgi-api
2022-02-14 23:03:51.692 | Enabling site glance-wsgi-api.
2022-02-14 23:03:51.698 | To activate the new configuration, you need to run:
2022-02-14 23:03:51.698 |   systemctl reload apache2
2022-02-14 23:03:51.703 | + lib/apache:write_local_uwsgi_http_config:364 :   restart_apache_server
2022-02-14 23:03:51.706 | + lib/apache:restart_apache_server:245     :   restart_service apache2
2022-02-14 23:03:51.708 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:03:51.711 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart apache2
2022-02-14 23:03:51.861 | ++ lib/glance:configure_glance:425          :   awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini
2022-02-14 23:03:51.868 | + lib/glance:configure_glance:425          :   iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999
2022-02-14 23:03:51.908 | + lib/glance:configure_glance:435          :   [[ False == True ]]
2022-02-14 23:03:51.911 | + ./stack.sh:main:923                      :   is_service_enabled cinder
2022-02-14 23:03:51.933 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:03:51.936 | + ./stack.sh:main:925                      :   stack_install_service cinder
2022-02-14 23:03:51.941 | + lib/stack:stack_install_service:20       :   local service=cinder
2022-02-14 23:03:51.944 | + lib/stack:stack_install_service:21       :   type install_cinder
2022-02-14 23:03:51.947 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2022-02-14 23:03:51.949 | + lib/stack:stack_install_service:32       :   install_cinder
2022-02-14 23:03:51.952 | + lib/cinder:install_cinder:466            :   git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master
2022-02-14 23:03:51.956 | + functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/cinder.git
2022-02-14 23:03:51.958 | + functions-common:git_clone:609           :   local git_dest=/opt/stack/cinder
2022-02-14 23:03:51.961 | + functions-common:git_clone:610           :   local git_ref=master
2022-02-14 23:03:51.963 | + functions-common:git_clone:611           :   local orig_dir
2022-02-14 23:03:51.966 | ++ functions-common:git_clone:612           :   pwd
2022-02-14 23:03:51.969 | + functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 23:03:51.972 | + functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 23:03:51.975 | ++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 23:03:51.995 | + functions-common:git_clone:615           :   RECLONE=False
2022-02-14 23:03:51.998 | + functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 23:03:52.000 | + functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 23:03:52.005 | + functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 23:03:52.005 | + functions-common:git_clone:629           :   echo master
2022-02-14 23:03:52.012 | + functions-common:git_clone:643           :   [[ ! -d /opt/stack/cinder ]]
2022-02-14 23:03:52.015 | + functions-common:git_clone:651           :   [[ False = \T\r\u\e ]]
2022-02-14 23:03:52.018 | + functions-common:git_clone:677           :   cd /opt/stack/cinder
2022-02-14 23:03:52.022 | + functions-common:git_clone:678           :   head -1
2022-02-14 23:03:52.022 | + functions-common:git_clone:678           :   git show --oneline
2022-02-14 23:03:52.074 | 44351a4a4 Merge "[SVf] update rccg name property to metadata"
2022-02-14 23:03:52.078 | + functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 23:03:52.082 | + lib/cinder:install_cinder:467            :   setup_develop /opt/stack/cinder
2022-02-14 23:03:52.085 | + inc/python:setup_develop:338             :   local bindep
2022-02-14 23:03:52.088 | + inc/python:setup_develop:339             :   [[ /opt/stack/cinder == -bindep* ]]
2022-02-14 23:03:52.091 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/cinder
2022-02-14 23:03:52.095 | + inc/python:setup_develop:344             :   local extras=
2022-02-14 23:03:52.098 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/cinder -e
2022-02-14 23:03:52.104 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2022-02-14 23:03:52.108 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/cinder == -bindep* ]]
2022-02-14 23:03:52.112 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/cinder
2022-02-14 23:03:52.115 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2022-02-14 23:03:52.119 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2022-02-14 23:03:52.125 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/cinder
2022-02-14 23:03:52.130 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2022-02-14 23:03:52.135 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/cinder
2022-02-14 23:03:52.140 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2022-02-14 23:03:52.145 | + inc/python:_setup_package_with_constraints_edit:384 :   local name
2022-02-14 23:03:52.150 | ++ inc/python:_setup_package_with_constraints_edit:385 :   awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg
2022-02-14 23:03:52.160 | + inc/python:_setup_package_with_constraints_edit:385 :   name=cinder
2022-02-14 23:03:52.163 | + inc/python:_setup_package_with_constraints_edit:387 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder
2022-02-14 23:03:52.835 | + inc/python:_setup_package_with_constraints_edit:390 :   setup_package /opt/stack/cinder -e
2022-02-14 23:03:52.837 | + inc/python:setup_package:418             :   local bindep=0
2022-02-14 23:03:52.840 | + inc/python:setup_package:419             :   local bindep_flag=
2022-02-14 23:03:52.843 | + inc/python:setup_package:420             :   local bindep_profiles=
2022-02-14 23:03:52.846 | + inc/python:setup_package:421             :   [[ /opt/stack/cinder == -bindep* ]]
2022-02-14 23:03:52.849 | + inc/python:setup_package:426             :   local project_dir=/opt/stack/cinder
2022-02-14 23:03:52.853 | + inc/python:setup_package:427             :   local flags=-e
2022-02-14 23:03:52.856 | + inc/python:setup_package:428             :   local extras=
2022-02-14 23:03:52.858 | + inc/python:setup_package:432             :   [[ -n -e ]]
2022-02-14 23:03:52.862 | + inc/python:setup_package:432             :   [[ -z '' ]]
2022-02-14 23:03:52.865 | + inc/python:setup_package:432             :   [[ ! -e =~ ^-.* ]]
2022-02-14 23:03:52.868 | + inc/python:setup_package:437             :   [[ ! -z '' ]]
2022-02-14 23:03:52.871 | + inc/python:setup_package:442             :   [[ 0 == 1 ]]
2022-02-14 23:03:52.875 | + inc/python:setup_package:446             :   pip_install -e /opt/stack/cinder
2022-02-14 23:03:52.903 | Using python 3.8 to install /opt/stack/cinder
2022-02-14 23:03:52.906 | + 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
2022-02-14 23:03:53.834 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:53.834 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:53.834 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:03:53.835 |   from cryptography.utils import int_from_bytes
2022-02-14 23:03:54.996 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:03:55.022 | Obtaining file:///opt/stack/cinder
2022-02-14 23:03:55.022 |   Preparing metadata (setup.py): started
2022-02-14 23:03:57.237 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:03:57.472 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.8.1)
2022-02-14 23:03:57.474 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.1.1)
2022-02-14 23:03:57.475 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (0.33.0)
2022-02-14 23:03:57.476 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.1.2)
2022-02-14 23:03:57.477 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (0.20.4)
2022-02-14 23:03:57.478 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.0.2)
2022-02-14 23:03:57.479 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.0.dev196) (3.2.0)
2022-02-14 23:03:57.480 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.4.0)
2022-02-14 23:03:57.481 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (9.3.0)
2022-02-14 23:03:58.414 | Collecting lxml>=4.5.2
2022-02-14 23:03:58.436 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/09b/738360af8cb2d/lxml-4.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
2022-02-14 23:03:58.694 | Collecting oauth2client>=4.1.3
2022-02-14 23:03:58.719 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB)
2022-02-14 23:03:58.726 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (8.7.1)
2022-02-14 23:03:58.727 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.5.0)
2022-02-14 23:03:58.728 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.4.0)
2022-02-14 23:03:58.730 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (11.1.0)
2022-02-14 23:03:58.731 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.6.1)
2022-02-14 23:03:58.732 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (12.12.0)
2022-02-14 23:03:58.733 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.5.0)
2022-02-14 23:03:58.735 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.10.1)
2022-02-14 23:03:58.737 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.6.2)
2022-02-14 23:03:58.738 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.3.0)
2022-02-14 23:03:58.739 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (6.3.0)
2022-02-14 23:03:58.740 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.2.0)
2022-02-14 23:03:58.741 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.8.0)
2022-02-14 23:03:58.742 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.4.0)
2022-02-14 23:03:58.743 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.12.1)
2022-02-14 23:03:58.744 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.5.0)
2022-02-14 23:03:58.745 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.4.2)
2022-02-14 23:03:58.746 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (21.3)
2022-02-14 23:03:58.867 | Collecting paramiko>=2.7.2
2022-02-14 23:03:58.875 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7b5/910f5815a0040/paramiko-2.8.1-py2.py3-none-any.whl (206 kB)
2022-02-14 23:03:58.885 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.5.0)
2022-02-14 23:03:58.886 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.1.1)
2022-02-14 23:03:58.887 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.9.0)
2022-02-14 23:03:58.888 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.0.7)
2022-02-14 23:03:58.890 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.2.0)
2022-02-14 23:03:58.987 | Collecting python-glanceclient>=3.2.2
2022-02-14 23:03:58.995 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB)
2022-02-14 23:03:59.006 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.4.0)
2022-02-14 23:03:59.007 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (17.6.0)
2022-02-14 23:03:59.077 | Collecting python-swiftclient>=3.10.1
2022-02-14 23:03:59.085 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/608/7037ee88a4c70/python_swiftclient-3.13.0-py2.py3-none-any.whl (86 kB)
2022-02-14 23:03:59.091 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2021.3)
2022-02-14 23:03:59.092 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.27.1)
2022-02-14 23:03:59.094 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.5.1)
2022-02-14 23:03:59.096 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.6.4)
2022-02-14 23:03:59.141 | Collecting rtslib-fb>=2.1.74
2022-02-14 23:03:59.149 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ae4/ad808e784a407/rtslib_fb-2.1.74-py3-none-any.whl (85 kB)
2022-02-14 23:03:59.154 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.16.0)
2022-02-14 23:03:59.155 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.4.31)
2022-02-14 23:03:59.156 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (0.13.0)
2022-02-14 23:03:59.158 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.5.0)
2022-02-14 23:03:59.200 | Collecting tabulate>=0.8.7
2022-02-14 23:03:59.207 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB)
2022-02-14 23:03:59.211 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (6.3.1)
2022-02-14 23:03:59.212 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.8.7)
2022-02-14 23:03:59.213 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.1.0)
2022-02-14 23:03:59.385 | Collecting oslo.vmware>=3.10.0
2022-02-14 23:03:59.393 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e6/caf957a5ad82e/oslo.vmware-3.10.0-py3-none-any.whl (491 kB)
2022-02-14 23:03:59.414 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.1.0)
2022-02-14 23:03:59.415 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.5.0)
2022-02-14 23:03:59.416 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.10.1)
2022-02-14 23:03:59.573 | Collecting google-api-python-client>=1.11.0
2022-02-14 23:03:59.598 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8f9/176e4f26c11b2/google_api_python_client-2.37.0-py2.py3-none-any.whl (8.1 MB)
2022-02-14 23:03:59.801 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.10.0)
2022-02-14 23:03:59.802 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (36.0.1)
2022-02-14 23:03:59.804 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (0.2.2)
2022-02-14 23:03:59.856 | Collecting zstd>=1.4.5.1
2022-02-14 23:03:59.864 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/951/9bb0cd91c4498/zstd-1.5.1.0.tar.gz (604 kB)
2022-02-14 23:03:59.969 |   Preparing metadata (setup.py): started
2022-02-14 23:04:00.951 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:04:02.139 | Collecting boto3>=1.16.51
2022-02-14 23:04:02.147 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1a2/72a1dd36414b1/boto3-1.20.54-py3-none-any.whl (132 kB)
2022-02-14 23:04:02.235 | Collecting s3transfer<0.6.0,>=0.5.0
2022-02-14 23:04:02.243 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25c/140f5c66aa79e/s3transfer-0.5.1-py3-none-any.whl (79 kB)
2022-02-14 23:04:02.252 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev196) (0.10.0)
2022-02-14 23:04:03.943 | Collecting botocore<1.24.0,>=1.23.54
2022-02-14 23:04:03.969 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/06a/e8076c4dcf3d7/botocore-1.23.54-py3-none-any.whl (8.5 MB)
2022-02-14 23:04:04.267 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.0.dev196) (1.15.0)
2022-02-14 23:04:04.300 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.0.dev196) (2.1.0)
2022-02-14 23:04:04.476 | Collecting google-auth<3.0.0dev,>=1.16.0
2022-02-14 23:04:04.484 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/218/ca03d7744ca0c/google_auth-2.6.0-py2.py3-none-any.whl (156 kB)
2022-02-14 23:04:04.524 | Collecting google-auth-httplib2>=0.1.0
2022-02-14 23:04:04.531 |   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)
2022-02-14 23:04:04.657 | Collecting google-api-core<3.0.0dev,>=1.21.0
2022-02-14 23:04:04.666 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d0/30edbd3a0e994/google_api_core-2.5.0-py2.py3-none-any.whl (111 kB)
2022-02-14 23:04:04.716 | Collecting uritemplate<5,>=3.0.1
2022-02-14 23:04:04.723 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/c08b8d99bdd31/uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
2022-02-14 23:04:04.826 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.1.0.dev196) (1.7.0)
2022-02-14 23:04:04.879 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev196) (3.1.1)
2022-02-14 23:04:04.883 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev196) (2.10.0)
2022-02-14 23:04:04.913 | Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==19.1.0.dev196) (0.2.1)
2022-02-14 23:04:05.140 | Collecting pyasn1>=0.1.7
2022-02-14 23:04:05.153 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
2022-02-14 23:04:05.283 | Collecting rsa>=3.1.4
2022-02-14 23:04:05.294 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95c/5d300c4e879ee/rsa-4.8-py3-none-any.whl (39 kB)
2022-02-14 23:04:05.406 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.1.0.dev196) (0.17.3)
2022-02-14 23:04:05.495 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev196) (1.5.0)
2022-02-14 23:04:05.497 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev196) (0.8.0)
2022-02-14 23:04:05.500 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev196) (6.0)
2022-02-14 23:04:05.504 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev196) (2.4.0)
2022-02-14 23:04:05.623 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev196) (0.5.0)
2022-02-14 23:04:05.627 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev196) (2.0.1)
2022-02-14 23:04:05.632 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev196) (1.7.6)
2022-02-14 23:04:05.754 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev196) (0.9.6)
2022-02-14 23:04:05.757 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev196) (2.8.2)
2022-02-14 23:04:05.884 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (5.0.0)
2022-02-14 23:04:05.888 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (2.4.0)
2022-02-14 23:04:05.894 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (0.4.0)
2022-02-14 23:04:05.898 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (5.2.3)
2022-02-14 23:04:05.900 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (5.0.9)
2022-02-14 23:04:05.947 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev196) (3.0.3)
2022-02-14 23:04:05.951 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev196) (3.2.0)
2022-02-14 23:04:05.954 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev196) (3.3.0)
2022-02-14 23:04:06.055 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.1.0.dev196) (1.0.3)
2022-02-14 23:04:06.233 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev196) (3.0.0)
2022-02-14 23:04:06.244 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev196) (1.3.3)
2022-02-14 23:04:06.289 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev196) (3.0.0)
2022-02-14 23:04:06.343 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.1.0.dev196) (0.11.0)
2022-02-14 23:04:06.494 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==19.1.0.dev196) (1.26.8)
2022-02-14 23:04:06.563 | Collecting suds-community>=0.6
2022-02-14 23:04:06.572 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f73/d192016c1bdb4/suds_community-1.0.0-py3-none-any.whl (144 kB)
2022-02-14 23:04:06.856 | Collecting pynacl>=1.0.1
2022-02-14 23:04:06.865 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0c8/4947a22519e01/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
2022-02-14 23:04:06.915 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.0.dev196) (60.8.2)
2022-02-14 23:04:07.060 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (3.10.0)
2022-02-14 23:04:07.100 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev196) (22.0.0)
2022-02-14 23:04:07.102 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev196) (1.13.3)
2022-02-14 23:04:07.142 | Collecting warlock<2,>=1.2.0
2022-02-14 23:04:07.150 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB)
2022-02-14 23:04:07.570 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev196) (3.3)
2022-02-14 23:04:07.575 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev196) (2.0.12)
2022-02-14 23:04:07.577 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev196) (2019.11.28)
2022-02-14 23:04:07.654 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.0.dev196) (0.7)
2022-02-14 23:04:07.776 | Collecting pyudev>=0.16.1
2022-02-14 23:04:07.786 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/94bef0669f9aa/pyudev-0.23.2-py3-none-any.whl (63 kB)
2022-02-14 23:04:08.239 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev196) (0.4.2)
2022-02-14 23:04:08.241 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev196) (0.5.2)
2022-02-14 23:04:08.515 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev196) (2.6.3)
2022-02-14 23:04:08.522 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev196) (2.4.0)
2022-02-14 23:04:08.529 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev196) (1.4.2)
2022-02-14 23:04:08.797 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.0.dev196) (0.12.2)
2022-02-14 23:04:09.043 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev196) (1.1.6)
2022-02-14 23:04:09.045 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev196) (4.11.0)
2022-02-14 23:04:09.048 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev196) (5.4.0)
2022-02-14 23:04:09.116 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (5.0.0)
2022-02-14 23:04:09.625 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.0.dev196) (2.21)
2022-02-14 23:04:09.793 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (0.5.0)
2022-02-14 23:04:09.795 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (2.3.3)
2022-02-14 23:04:10.158 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev196) (2.5.0)
2022-02-14 23:04:10.360 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0.dev196) (3.19.4)
2022-02-14 23:04:10.454 | Collecting googleapis-common-protos<2.0dev,>=1.52.0
2022-02-14 23:04:10.464 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e54/345a2add15dc5/googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
2022-02-14 23:04:10.859 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.1.0.dev196) (2.0.1)
2022-02-14 23:04:11.688 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.1.0.dev196) (1.1.5)
2022-02-14 23:04:11.792 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (0.13.1)
2022-02-14 23:04:11.882 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev196) (0.2.5)
2022-02-14 23:04:14.700 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev196) (1.32)
2022-02-14 23:04:15.271 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (21.4.0)
2022-02-14 23:04:15.273 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (1.8.2)
2022-02-14 23:04:15.599 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev196) (2.2)
2022-02-14 23:04:16.009 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev196) (1.0.0)
2022-02-14 23:04:16.186 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev196) (3.7.0)
2022-02-14 23:04:17.233 | Building wheels for collected packages: zstd
2022-02-14 23:04:17.235 |   Building wheel for zstd (setup.py): started
2022-02-14 23:05:11.912 |   Building wheel for zstd (setup.py): finished with status 'done'
2022-02-14 23:05:11.929 |   Created wheel for zstd: filename=zstd-1.5.1.0-cp38-cp38-linux_x86_64.whl size=1761620 sha256=e5c3800a9accbbd820e081aa065385e19f77916acf81f434f2addc39c5be9a8e
2022-02-14 23:05:11.929 |   Stored in directory: /root/.cache/pip/wheels/db/61/5c/38d5ea359d8b2e91c6f14bbf42bcb31c21199924820048db05
2022-02-14 23:05:11.936 | Successfully built zstd
2022-02-14 23:05:13.997 | Installing collected packages: pyasn1, rsa, googleapis-common-protos, google-auth, botocore, warlock, uritemplate, suds-community, s3transfer, pyudev, pynacl, lxml, google-auth-httplib2, google-api-core, zstd, tabulate, rtslib-fb, python-swiftclient, python-glanceclient, paramiko, oslo.vmware, oauth2client, google-api-python-client, boto3, cinder
2022-02-14 23:05:13.997 |   Attempting uninstall: pyasn1
2022-02-14 23:05:14.002 |     Found existing installation: pyasn1 0.4.2
2022-02-14 23:05:14.006 |     Uninstalling pyasn1-0.4.2:
2022-02-14 23:05:14.219 |       Successfully uninstalled pyasn1-0.4.2
2022-02-14 23:05:14.420 |   Attempting uninstall: rsa
2022-02-14 23:05:14.424 |     Found existing installation: rsa 4.0
2022-02-14 23:05:14.434 |     Uninstalling rsa-4.0:
2022-02-14 23:05:14.644 |       Successfully uninstalled rsa-4.0
2022-02-14 23:05:15.006 |   Attempting uninstall: google-auth
2022-02-14 23:05:15.013 |     Found existing installation: google-auth 1.5.1
2022-02-14 23:05:15.015 |     Uninstalling google-auth-1.5.1:
2022-02-14 23:05:15.229 |       Successfully uninstalled google-auth-1.5.1
2022-02-14 23:05:17.568 |   Attempting uninstall: pynacl
2022-02-14 23:05:17.571 |     Found existing installation: PyNaCl 1.3.0
2022-02-14 23:05:17.584 |     Uninstalling PyNaCl-1.3.0:
2022-02-14 23:05:17.751 |       Successfully uninstalled PyNaCl-1.3.0
2022-02-14 23:05:17.851 |   Attempting uninstall: lxml
2022-02-14 23:05:17.855 |     Found existing installation: lxml 4.5.0
2022-02-14 23:05:17.857 |     Uninstalling lxml-4.5.0:
2022-02-14 23:05:17.958 |       Successfully uninstalled lxml-4.5.0
2022-02-14 23:05:20.209 |   Running setup.py develop for cinder
2022-02-14 23:05:24.879 | Successfully installed boto3-1.20.54 botocore-1.23.54 cinder google-api-core-2.5.0 google-api-python-client-2.37.0 google-auth-2.6.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.54.0 lxml-4.7.1 oauth2client-4.1.3 oslo.vmware-3.10.0 paramiko-2.8.1 pyasn1-0.4.8 pynacl-1.5.0 python-glanceclient-3.5.0 python-swiftclient-3.13.0 pyudev-0.23.2 rsa-4.8 rtslib-fb-2.1.74 s3transfer-0.5.1 suds-community-1.0.0 tabulate-0.8.9 uritemplate-4.1.1 warlock-1.3.3 zstd-1.5.1.0
2022-02-14 23:05:24.879 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:05:24.887 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:05:24.887 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:05:25.264 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:05:25.268 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:05:25.271 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:05:25.275 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:05:25.279 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:05:25.282 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:05:25.286 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:05:25.289 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:05:25.293 | + functions-common:time_stop:2432          :   start_time=1644879832896
2022-02-14 23:05:25.296 | + functions-common:time_stop:2434          :   [[ -z 1644879832896 ]]
2022-02-14 23:05:25.301 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:05:25.308 | + functions-common:time_stop:2437          :   end_time=1644879925303
2022-02-14 23:05:25.311 | + functions-common:time_stop:2438          :   elapsed_time=92407
2022-02-14 23:05:25.315 | + functions-common:time_stop:2439          :   total=88534
2022-02-14 23:05:25.318 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:05:25.322 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=180941
2022-02-14 23:05:25.326 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:05:25.329 | + inc/python:setup_package:448             :   [[ -e == \-\e ]]
2022-02-14 23:05:25.332 | + inc/python:setup_package:449             :   safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info
2022-02-14 23:05:25.336 | + functions-common:safe_chown:2326         :   _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info
2022-02-14 23:05:25.363 | + functions-common:_safe_permission_operation:2174 :   sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info
2022-02-14 23:05:25.383 | + inc/python:_setup_package_with_constraints_edit:394 :   use_library_from_git /opt/stack/cinder
2022-02-14 23:05:25.388 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/cinder
2022-02-14 23:05:25.392 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:05:25.396 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:05:25.399 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/cinder, ]]
2022-02-14 23:05:25.403 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:05:25.407 | + lib/cinder:install_cinder:468            :   [[ lioadm == \t\g\t\a\d\m ]]
2022-02-14 23:05:25.411 | + lib/cinder:install_cinder:470            :   [[ lioadm == \l\i\o\a\d\m ]]
2022-02-14 23:05:25.414 | + lib/cinder:install_cinder:471            :   is_ubuntu
2022-02-14 23:05:25.419 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:05:25.423 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:05:25.426 | + lib/cinder:install_cinder:473            :   sudo mkdir -p /etc/target
2022-02-14 23:05:25.447 | + lib/cinder:install_cinder:475            :   install_package targetcli-fb
2022-02-14 23:05:25.449 | + functions-common:install_package:1463    :   update_package_repo
2022-02-14 23:05:25.452 | + functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 23:05:25.455 | + functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 23:05:25.459 | + functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 23:05:25.462 | + functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 23:05:25.466 | + functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 23:05:25.469 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:05:25.472 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:05:25.474 | + functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 23:05:25.478 | + functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 23:05:25.481 | + functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 23:05:25.484 | + functions-common:apt_get_update:1190     :   return
2022-02-14 23:05:25.487 | + functions-common:install_package:1464    :   real_install_package targetcli-fb
2022-02-14 23:05:25.490 | + functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 23:05:25.494 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:05:25.497 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:05:25.501 | + functions-common:real_install_package:1450 :   apt_get install targetcli-fb
2022-02-14 23:05:25.531 | + functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb
2022-02-14 23:05:25.723 | Reading package lists...
2022-02-14 23:05:26.201 | Building dependency tree...
2022-02-14 23:05:26.204 | Reading state information...
2022-02-14 23:05:26.802 | The following packages were automatically installed and are no longer required:
2022-02-14 23:05:26.807 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 23:05:26.807 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 23:05:26.807 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 23:05:26.807 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 23:05:26.807 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 23:05:26.809 |   python3-zope.interface
2022-02-14 23:05:26.809 | Use 'sudo apt autoremove' to remove them.
2022-02-14 23:05:26.813 | The following additional packages will be installed:
2022-02-14 23:05:26.814 |   python3-configshell-fb python3-pyudev python3-rtslib-fb python3-urwid
2022-02-14 23:05:26.819 | Suggested packages:
2022-02-14 23:05:26.819 |   python-urwid-doc
2022-02-14 23:05:26.940 | The following NEW packages will be installed:
2022-02-14 23:05:26.940 |   python3-configshell-fb python3-pyudev python3-rtslib-fb python3-urwid
2022-02-14 23:05:26.940 |   targetcli-fb
2022-02-14 23:05:27.071 | 0 upgraded, 5 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 23:05:27.071 | Need to get 295 kB of archives.
2022-02-14 23:05:27.071 | After this operation, 1,989 kB of additional disk space will be used.
2022-02-14 23:05:27.071 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB]
2022-02-14 23:05:27.284 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB]
2022-02-14 23:05:27.289 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB]
2022-02-14 23:05:27.298 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-rtslib-fb all 2.1.71-0ubuntu1.1 [36.4 kB]
2022-02-14 23:05:27.306 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB]
2022-02-14 23:05:28.354 | Fetched 295 kB in 0s (838 kB/s)
2022-02-14 23:05:28.408 | Selecting previously unselected package python3-urwid.
2022-02-14 23:05:28.506 | (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 ... 100152 files and directories currently installed.)
2022-02-14 23:05:28.513 | Preparing to unpack .../python3-urwid_2.0.1-3_amd64.deb ...
2022-02-14 23:05:28.516 | Unpacking python3-urwid (2.0.1-3) ...
2022-02-14 23:05:28.612 | Selecting previously unselected package python3-configshell-fb.
2022-02-14 23:05:28.627 | Preparing to unpack .../python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ...
2022-02-14 23:05:28.631 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ...
2022-02-14 23:05:28.692 | Selecting previously unselected package python3-pyudev.
2022-02-14 23:05:28.708 | Preparing to unpack .../python3-pyudev_0.21.0-3ubuntu1_all.deb ...
2022-02-14 23:05:28.712 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ...
2022-02-14 23:05:28.766 | Selecting previously unselected package python3-rtslib-fb.
2022-02-14 23:05:28.781 | Preparing to unpack .../python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ...
2022-02-14 23:05:28.785 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ...
2022-02-14 23:05:28.857 | Selecting previously unselected package targetcli-fb.
2022-02-14 23:05:28.872 | Preparing to unpack .../targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ...
2022-02-14 23:05:28.875 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ...
2022-02-14 23:05:28.980 | Setting up python3-urwid (2.0.1-3) ...
2022-02-14 23:05:29.632 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
2022-02-14 23:05:29.632 |   assert result == expected, "got: %r expected: %r" (result, expected)
2022-02-14 23:05:29.632 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
2022-02-14 23:05:29.632 |   assert result == expected, "got: %r expected: %r" (result, expected)
2022-02-14 23:05:29.632 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
2022-02-14 23:05:29.632 |   assert result == expected, "got: %r expected: %r" (result, expected)
2022-02-14 23:05:29.633 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
2022-02-14 23:05:29.633 |   assert result == expected, "got: %r expected: %r" (result, expected)
2022-02-14 23:05:29.818 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ...
2022-02-14 23:05:30.382 | Setting up python3-pyudev (0.21.0-3ubuntu1) ...
2022-02-14 23:05:30.897 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ...
2022-02-14 23:05:33.235 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ...
2022-02-14 23:05:34.220 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service.
2022-02-14 23:05:34.220 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket.
2022-02-14 23:05:37.790 | Processing triggers for man-db (2.9.1-1) ...
2022-02-14 23:05:37.983 | Processing triggers for systemd (245.4-4ubuntu3.15) ...
2022-02-14 23:05:50.004 | + functions-common:apt_get:1234            :   result=0
2022-02-14 23:05:50.007 | + functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:05:50.012 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:05:50.015 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:05:50.019 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:05:50.023 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:05:50.027 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:05:50.034 | + functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:05:50.040 | + functions-common:time_stop:2432          :   start_time=1644879925527
2022-02-14 23:05:50.046 | + functions-common:time_stop:2434          :   [[ -z 1644879925527 ]]
2022-02-14 23:05:50.051 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:05:50.059 | + functions-common:time_stop:2437          :   end_time=1644879950054
2022-02-14 23:05:50.063 | + functions-common:time_stop:2438          :   elapsed_time=24527
2022-02-14 23:05:50.067 | + functions-common:time_stop:2439          :   total=456007
2022-02-14 23:05:50.073 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:05:50.076 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=480534
2022-02-14 23:05:50.080 | + functions-common:apt_get:1238            :   return 0
2022-02-14 23:05:50.085 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2022-02-14 23:05:50.089 | + ./stack.sh:main:926                      :   configure_cinder
2022-02-14 23:05:50.093 | + lib/cinder:configure_cinder:245          :   sudo install -d -o ubuntu -m 755 /etc/cinder
2022-02-14 23:05:50.116 | + lib/cinder:configure_cinder:247          :   rm -f /etc/cinder/cinder.conf
2022-02-14 23:05:50.123 | + lib/cinder:configure_cinder:249          :   configure_rootwrap cinder
2022-02-14 23:05:50.126 | + inc/rootwrap:configure_rootwrap:43       :   local project=cinder
2022-02-14 23:05:50.130 | + inc/rootwrap:configure_rootwrap:44       :   local project_uc
2022-02-14 23:05:50.135 | ++ inc/rootwrap:configure_rootwrap:45       :   echo cinder
2022-02-14 23:05:50.135 | ++ inc/rootwrap:configure_rootwrap:45       :   tr a-z A-Z
2022-02-14 23:05:50.142 | + inc/rootwrap:configure_rootwrap:45       :   project_uc=CINDER
2022-02-14 23:05:50.145 | + inc/rootwrap:configure_rootwrap:46       :   local bin_dir=CINDER_BIN_DIR
2022-02-14 23:05:50.149 | + inc/rootwrap:configure_rootwrap:47       :   bin_dir=/usr/local/bin
2022-02-14 23:05:50.153 | + inc/rootwrap:configure_rootwrap:48       :   local project_dir=CINDER_DIR
2022-02-14 23:05:50.157 | + inc/rootwrap:configure_rootwrap:49       :   project_dir=/opt/stack/cinder
2022-02-14 23:05:50.160 | + inc/rootwrap:configure_rootwrap:51       :   local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder
2022-02-14 23:05:50.163 | + inc/rootwrap:configure_rootwrap:52       :   local rootwrap_bin=/usr/local/bin/cinder-rootwrap
2022-02-14 23:05:50.168 | + inc/rootwrap:configure_rootwrap:55       :   sudo rm -rf /etc/cinder/rootwrap.d
2022-02-14 23:05:50.187 | + inc/rootwrap:configure_rootwrap:56       :   sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d
2022-02-14 23:05:50.214 | + 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
2022-02-14 23:05:50.236 | + inc/rootwrap:configure_rootwrap:60       :   sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf
2022-02-14 23:05:50.257 | + inc/rootwrap:configure_rootwrap:61       :   sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf
2022-02-14 23:05:50.279 | + inc/rootwrap:configure_rootwrap:64       :   local tempfile
2022-02-14 23:05:50.283 | ++ inc/rootwrap:configure_rootwrap:65       :   mktemp
2022-02-14 23:05:50.290 | + inc/rootwrap:configure_rootwrap:65       :   tempfile=/tmp/tmp.OPvOBibqfv
2022-02-14 23:05:50.294 | + inc/rootwrap:configure_rootwrap:67       :   rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
2022-02-14 23:05:50.298 | + inc/rootwrap:configure_rootwrap:68       :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
2022-02-14 23:05:50.301 | + inc/rootwrap:configure_rootwrap:69       :   '[' -f /usr/local/bin/cinder-rootwrap-daemon ']'
2022-02-14 23:05:50.305 | + inc/rootwrap:configure_rootwrap:74       :   chmod 0440 /tmp/tmp.OPvOBibqfv
2022-02-14 23:05:50.311 | + inc/rootwrap:configure_rootwrap:75       :   sudo chown root:root /tmp/tmp.OPvOBibqfv
2022-02-14 23:05:50.333 | + inc/rootwrap:configure_rootwrap:76       :   sudo mv /tmp/tmp.OPvOBibqfv /etc/sudoers.d/cinder-rootwrap
2022-02-14 23:05:50.355 | ++ inc/rootwrap:configure_rootwrap:80       :   dirname /usr/local/bin/cinder-rootwrap
2022-02-14 23:05:50.362 | + inc/rootwrap:configure_rootwrap:80       :   add_sudo_secure_path /usr/local/bin
2022-02-14 23:05:50.365 | + inc/rootwrap:add_sudo_secure_path:21     :   local dir=/usr/local/bin
2022-02-14 23:05:50.368 | + inc/rootwrap:add_sudo_secure_path:22     :   local line
2022-02-14 23:05:50.372 | + inc/rootwrap:add_sudo_secure_path:25     :   [[ -r /etc/sudoers.d/zz-secure-path ]]
2022-02-14 23:05:50.376 | + inc/rootwrap:add_sudo_secure_path:28     :   line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin'
2022-02-14 23:05:50.379 | + 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 ]]
2022-02-14 23:05:50.383 | + lib/cinder:configure_cinder:251          :   [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]]
2022-02-14 23:05:50.388 | + lib/cinder:configure_cinder:252          :   cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json
2022-02-14 23:05:50.395 | + lib/cinder:configure_cinder:255          :   cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini
2022-02-14 23:05:50.403 | + lib/cinder:configure_cinder:257          :   inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host
2022-02-14 23:05:50.433 | + lib/cinder:configure_cinder:258          :   inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port
2022-02-14 23:05:50.465 | + lib/cinder:configure_cinder:259          :   inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol
2022-02-14 23:05:50.494 | + lib/cinder:configure_cinder:260          :   inicomment /etc/cinder/api-paste.ini filter:authtoken cafile
2022-02-14 23:05:50.525 | + lib/cinder:configure_cinder:261          :   inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name
2022-02-14 23:05:50.555 | + lib/cinder:configure_cinder:262          :   inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user
2022-02-14 23:05:50.585 | + lib/cinder:configure_cinder:263          :   inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password
2022-02-14 23:05:50.615 | + lib/cinder:configure_cinder:264          :   inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir
2022-02-14 23:05:50.647 | + lib/cinder:configure_cinder:266          :   configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder
2022-02-14 23:05:50.651 | + lib/keystone:configure_keystone_authtoken_middleware:436 :   local conf_file=/etc/cinder/cinder.conf
2022-02-14 23:05:50.655 | + lib/keystone:configure_keystone_authtoken_middleware:437 :   local admin_user=cinder
2022-02-14 23:05:50.658 | + lib/keystone:configure_keystone_authtoken_middleware:438 :   local section=keystone_authtoken
2022-02-14 23:05:50.662 | + lib/keystone:configure_keystone_authtoken_middleware:440 :   iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password
2022-02-14 23:05:50.714 | + lib/keystone:configure_keystone_authtoken_middleware:441 :   iniset /etc/cinder/cinder.conf keystone_authtoken interface public
2022-02-14 23:05:50.761 | + lib/keystone:configure_keystone_authtoken_middleware:442 :   iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.47/identity
2022-02-14 23:05:50.807 | + lib/keystone:configure_keystone_authtoken_middleware:443 :   iniset /etc/cinder/cinder.conf keystone_authtoken username cinder
2022-02-14 23:05:50.852 | + lib/keystone:configure_keystone_authtoken_middleware:444 :   iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd
2022-02-14 23:05:50.901 | + lib/keystone:configure_keystone_authtoken_middleware:445 :   iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default
2022-02-14 23:05:50.946 | + lib/keystone:configure_keystone_authtoken_middleware:446 :   iniset /etc/cinder/cinder.conf keystone_authtoken project_name service
2022-02-14 23:05:50.992 | + lib/keystone:configure_keystone_authtoken_middleware:447 :   iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default
2022-02-14 23:05:51.039 | + lib/keystone:configure_keystone_authtoken_middleware:449 :   iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2022-02-14 23:05:51.084 | + lib/keystone:configure_keystone_authtoken_middleware:450 :   iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211
2022-02-14 23:05:51.129 | + lib/cinder:configure_cinder:268          :   iniset /etc/cinder/cinder.conf DEFAULT debug True
2022-02-14 23:05:51.177 | + lib/cinder:configure_cinder:270          :   iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm
2022-02-14 23:05:51.225 | ++ lib/cinder:configure_cinder:271          :   database_connection_url cinder
2022-02-14 23:05:51.229 | ++ lib/database:database_connection_url:134 :   local db=cinder
2022-02-14 23:05:51.232 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql cinder
2022-02-14 23:05:51.236 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=cinder
2022-02-14 23:05:51.240 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8'
2022-02-14 23:05:51.245 | + lib/cinder:configure_cinder:271          :   iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8'
2022-02-14 23:05:51.298 | + lib/cinder:configure_cinder:272          :   iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini
2022-02-14 23:05:51.345 | + lib/cinder:configure_cinder:273          :   iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf
2022-02-14 23:05:51.390 | + lib/cinder:configure_cinder:274          :   iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions
2022-02-14 23:05:51.433 | + lib/cinder:configure_cinder:275          :   iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0
2022-02-14 23:05:51.480 | + lib/cinder:configure_cinder:276          :   iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder
2022-02-14 23:05:51.528 | + lib/cinder:configure_cinder:277          :   iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder
2022-02-14 23:05:51.579 | + lib/cinder:configure_cinder:278          :   [[ 4 == 6 ]]
2022-02-14 23:05:51.581 | + lib/cinder:configure_cinder:281          :   iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.47
2022-02-14 23:05:51.622 | + lib/cinder:configure_cinder:283          :   iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager
2022-02-14 23:05:51.666 | ++ lib/cinder:configure_cinder:284          :   openssl rand -hex 16
2022-02-14 23:05:51.677 | + lib/cinder:configure_cinder:284          :   iniset /etc/cinder/cinder.conf key_manager fixed_key 38e90e4f0744fff09602d3313010b47f
2022-02-14 23:05:51.717 | + lib/cinder:configure_cinder:285          :   [[ -n '' ]]
2022-02-14 23:05:51.720 | + lib/cinder:configure_cinder:290          :   iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10
2022-02-14 23:05:51.757 | + lib/cinder:configure_cinder:291          :   iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10
2022-02-14 23:05:51.801 | + lib/cinder:configure_cinder:292          :   iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10
2022-02-14 23:05:51.845 | + lib/cinder:configure_cinder:297          :   iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120
2022-02-14 23:05:51.886 | + lib/cinder:configure_cinder:299          :   is_service_enabled c-vol
2022-02-14 23:05:51.910 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:05:51.912 | + lib/cinder:configure_cinder:299          :   [[ -n ceph ]]
2022-02-14 23:05:51.915 | + lib/cinder:configure_cinder:300          :   local enabled_backends=
2022-02-14 23:05:51.918 | + lib/cinder:configure_cinder:301          :   local default_name=
2022-02-14 23:05:51.921 | + lib/cinder:configure_cinder:302          :   local be be_name be_type
2022-02-14 23:05:51.924 | + lib/cinder:configure_cinder:303          :   for be in ${CINDER_ENABLED_BACKENDS//,/ }
2022-02-14 23:05:51.927 | + lib/cinder:configure_cinder:304          :   be_type=ceph
2022-02-14 23:05:51.930 | + lib/cinder:configure_cinder:305          :   be_name=ceph
2022-02-14 23:05:51.935 | + lib/cinder:configure_cinder:306          :   type configure_cinder_backend_ceph
2022-02-14 23:05:51.940 | + lib/cinder:configure_cinder:307          :   configure_cinder_backend_ceph ceph
2022-02-14 23:05:51.944 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:33 :   local be_name=ceph
2022-02-14 23:05:51.948 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:35 :   iniset /etc/cinder/cinder.conf ceph volume_backend_name ceph
2022-02-14 23:05:51.996 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:36 :   iniset /etc/cinder/cinder.conf ceph volume_driver cinder.volume.drivers.rbd.RBDDriver
2022-02-14 23:05:52.037 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:37 :   iniset /etc/cinder/cinder.conf ceph rbd_ceph_conf /etc/ceph/ceph.conf
2022-02-14 23:05:52.081 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:38 :   iniset /etc/cinder/cinder.conf ceph rbd_pool volumes
2022-02-14 23:05:52.125 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:39 :   iniset /etc/cinder/cinder.conf ceph rbd_user cinder
2022-02-14 23:05:52.166 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:40 :   iniset /etc/cinder/cinder.conf ceph rbd_secret_uuid cfd9f328-a9d5-404d-ba07-f3400398a512
2022-02-14 23:05:52.206 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:41 :   iniset /etc/cinder/cinder.conf ceph rbd_flatten_volume_from_snapshot False
2022-02-14 23:05:52.248 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:42 :   iniset /etc/cinder/cinder.conf ceph rbd_max_clone_depth 5
2022-02-14 23:05:52.290 | + lib/cinder_backends/ceph:configure_cinder_backend_ceph:43 :   iniset /etc/cinder/cinder.conf DEFAULT glance_api_version 2
2022-02-14 23:05:52.329 | + lib/cinder:configure_cinder:309          :   [[ -z '' ]]
2022-02-14 23:05:52.332 | + lib/cinder:configure_cinder:310          :   default_name=ceph
2022-02-14 23:05:52.335 | + lib/cinder:configure_cinder:312          :   enabled_backends+=ceph,
2022-02-14 23:05:52.338 | + lib/cinder:configure_cinder:314          :   iniset /etc/cinder/cinder.conf DEFAULT enabled_backends ceph
2022-02-14 23:05:52.373 | + lib/cinder:configure_cinder:315          :   [[ -n ceph ]]
2022-02-14 23:05:52.376 | + lib/cinder:configure_cinder:316          :   iniset /etc/cinder/cinder.conf DEFAULT default_volume_type ceph
2022-02-14 23:05:52.422 | + lib/cinder:configure_cinder:318          :   configure_cinder_image_volume_cache
2022-02-14 23:05:52.425 | + lib/cinder:configure_cinder_image_volume_cache:619 :   for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ }
2022-02-14 23:05:52.428 | + lib/cinder:configure_cinder_image_volume_cache:620 :   local be_name=ceph
2022-02-14 23:05:52.432 | + lib/cinder:configure_cinder_image_volume_cache:622 :   iniset /etc/cinder/cinder.conf ceph image_volume_cache_enabled True
2022-02-14 23:05:52.471 | + lib/cinder:configure_cinder_image_volume_cache:624 :   [[ -n '' ]]
2022-02-14 23:05:52.473 | + lib/cinder:configure_cinder_image_volume_cache:628 :   [[ -n '' ]]
2022-02-14 23:05:52.476 | + lib/cinder:configure_cinder:321          :   is_service_enabled c-bak
2022-02-14 23:05:52.497 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:05:52.500 | + lib/cinder:configure_cinder:329          :   is_service_enabled ceilometer
2022-02-14 23:05:52.533 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:05:52.541 | + lib/cinder:configure_cinder:333          :   is_service_enabled tls-proxy
2022-02-14 23:05:52.565 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:05:52.568 | + lib/cinder:configure_cinder:347          :   '[' False '!=' False ']'
2022-02-14 23:05:52.570 | + lib/cinder:configure_cinder:351          :   iniset_rpc_backend cinder /etc/cinder/cinder.conf
2022-02-14 23:05:52.574 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=cinder
2022-02-14 23:05:52.577 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/cinder/cinder.conf
2022-02-14 23:05:52.580 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2022-02-14 23:05:52.583 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2022-02-14 23:05:52.586 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2022-02-14 23:05:52.610 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:05:52.614 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2022-02-14 23:05:52.617 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2022-02-14 23:05:52.620 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2022-02-14 23:05:52.642 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:05:52.645 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:05:52.650 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:05:52.700 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2022-02-14 23:05:52.704 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2022-02-14 23:05:52.707 | + lib/cinder:configure_cinder:354          :   setup_logging /etc/cinder/cinder.conf True
2022-02-14 23:05:52.711 | + functions:setup_logging:674              :   setup_systemd_logging /etc/cinder/cinder.conf
2022-02-14 23:05:52.715 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/cinder/cinder.conf
2022-02-14 23:05:52.719 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2022-02-14 23:05:52.743 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2022-02-14 23:05:52.748 | + functions:setup_systemd_logging:695      :   local pidstr=
2022-02-14 23:05:52.752 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2022-02-14 23:05:52.755 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2022-02-14 23:05:52.758 | + functions:setup_systemd_logging:702      :   iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2022-02-14 23:05:52.798 | + 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'
2022-02-14 23:05:52.840 | + 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'
2022-02-14 23:05:52.879 | + functions:setup_systemd_logging:706      :   iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2022-02-14 23:05:52.918 | + lib/cinder:configure_cinder:356          :   is_service_enabled c-api
2022-02-14 23:05:52.940 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:05:52.943 | + lib/cinder:configure_cinder:357          :   write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume
2022-02-14 23:05:52.947 | + lib/apache:write_uwsgi_config:249        :   local file=/etc/cinder/cinder-api-uwsgi.ini
2022-02-14 23:05:52.951 | + lib/apache:write_uwsgi_config:250        :   local wsgi=/usr/local/bin/cinder-wsgi
2022-02-14 23:05:52.954 | + lib/apache:write_uwsgi_config:251        :   local url=/volume
2022-02-14 23:05:52.957 | + lib/apache:write_uwsgi_config:252        :   local http=
2022-02-14 23:05:52.960 | + lib/apache:write_uwsgi_config:253        :   local name=
2022-02-14 23:05:52.964 | ++ lib/apache:write_uwsgi_config:254        :   basename /usr/local/bin/cinder-wsgi
2022-02-14 23:05:52.969 | + lib/apache:write_uwsgi_config:254        :   name=cinder-wsgi
2022-02-14 23:05:52.971 | + lib/apache:write_uwsgi_config:258        :   local socket_dir=/var/run/uwsgi
2022-02-14 23:05:52.974 | + lib/apache:write_uwsgi_config:262        :   sudo mkdir -p /etc/tmpfiles.d/
2022-02-14 23:05:52.989 | + lib/apache:write_uwsgi_config:263        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2022-02-14 23:05:52.989 | + lib/apache:write_uwsgi_config:263        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:05:53.004 | d /var/run/uwsgi 0755 ubuntu root
2022-02-14 23:05:53.009 | + lib/apache:write_uwsgi_config:264        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:05:53.034 | + lib/apache:write_uwsgi_config:266        :   local socket=/var/run/uwsgi/cinder-wsgi.socket
2022-02-14 23:05:53.037 | + lib/apache:write_uwsgi_config:269        :   rm -rf /etc/cinder/cinder-api-uwsgi.ini
2022-02-14 23:05:53.043 | + lib/apache:write_uwsgi_config:270        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi
2022-02-14 23:05:53.089 | + lib/apache:write_uwsgi_config:271        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2
2022-02-14 23:05:53.134 | + lib/apache:write_uwsgi_config:273        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true
2022-02-14 23:05:53.179 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true
2022-02-14 23:05:53.224 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false
2022-02-14 23:05:53.269 | + lib/apache:write_uwsgi_config:279        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90
2022-02-14 23:05:53.313 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true
2022-02-14 23:05:53.357 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3
2022-02-14 23:05:53.397 | + lib/apache:write_uwsgi_config:283        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true
2022-02-14 23:05:53.441 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2022-02-14 23:05:53.487 | + lib/apache:write_uwsgi_config:287        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535
2022-02-14 23:05:53.529 | + lib/apache:write_uwsgi_config:289        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close'
2022-02-14 23:05:53.576 | + lib/apache:write_uwsgi_config:291        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true
2022-02-14 23:05:53.622 | + lib/apache:write_uwsgi_config:294        :   [[ -n '' ]]
2022-02-14 23:05:53.625 | + lib/apache:write_uwsgi_config:297        :   local apache_conf=
2022-02-14 23:05:53.629 | ++ lib/apache:write_uwsgi_config:298        :   apache_site_config_for cinder-wsgi
2022-02-14 23:05:53.632 | ++ lib/apache:apache_site_config_for:181    :   local site=cinder-wsgi
2022-02-14 23:05:53.637 | ++ lib/apache:apache_site_config_for:182    :   is_ubuntu
2022-02-14 23:05:53.640 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:05:53.643 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:05:53.647 | ++ lib/apache:apache_site_config_for:184    :   echo /etc/apache2/sites-available/cinder-wsgi.conf
2022-02-14 23:05:53.652 | + lib/apache:write_uwsgi_config:298        :   apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf
2022-02-14 23:05:53.656 | + lib/apache:write_uwsgi_config:299        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket
2022-02-14 23:05:53.699 | + lib/apache:write_uwsgi_config:300        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666
2022-02-14 23:05:53.742 | + lib/apache:write_uwsgi_config:301        :   echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 '
2022-02-14 23:05:53.743 | + lib/apache:write_uwsgi_config:301        :   sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf
2022-02-14 23:05:53.758 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 
2022-02-14 23:05:53.767 | + lib/apache:write_uwsgi_config:302        :   enable_apache_site cinder-wsgi
2022-02-14 23:05:53.770 | + lib/apache:enable_apache_site:198        :   local site=cinder-wsgi
2022-02-14 23:05:53.774 | + lib/apache:enable_apache_site:200        :   enable_apache_mod version
2022-02-14 23:05:53.778 | + lib/apache:enable_apache_mod:54          :   local mod=version
2022-02-14 23:05:53.782 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2022-02-14 23:05:53.785 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:05:53.789 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:05:53.793 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2022-02-14 23:05:53.796 | + lib/apache:enable_apache_site:201        :   is_ubuntu
2022-02-14 23:05:53.800 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:05:53.803 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:05:53.808 | + lib/apache:enable_apache_site:202        :   sudo a2ensite cinder-wsgi
2022-02-14 23:05:53.923 | Enabling site cinder-wsgi.
2022-02-14 23:05:53.932 | To activate the new configuration, you need to run:
2022-02-14 23:05:53.932 |   systemctl reload apache2
2022-02-14 23:05:53.939 | + lib/apache:write_uwsgi_config:303        :   restart_apache_server
2022-02-14 23:05:53.943 | + lib/apache:restart_apache_server:245     :   restart_service apache2
2022-02-14 23:05:53.947 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:05:53.951 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart apache2
2022-02-14 23:05:54.126 | + lib/cinder:configure_cinder:360          :   [[ -r /home/ubuntu/devstack/lib/cinder_plugins/ceph ]]
2022-02-14 23:05:54.130 | + lib/cinder:configure_cinder:364          :   iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2
2022-02-14 23:05:54.179 | + lib/cinder:configure_cinder:366          :   iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.47/image
2022-02-14 23:05:54.227 | + lib/cinder:configure_cinder:367          :   is_service_enabled tls-proxy
2022-02-14 23:05:54.256 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:05:54.259 | + lib/cinder:configure_cinder:373          :   configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova
2022-02-14 23:05:54.263 | + lib/keystone:configure_keystone_authtoken_middleware:436 :   local conf_file=/etc/cinder/cinder.conf
2022-02-14 23:05:54.267 | + lib/keystone:configure_keystone_authtoken_middleware:437 :   local admin_user=nova
2022-02-14 23:05:54.271 | + lib/keystone:configure_keystone_authtoken_middleware:438 :   local section=nova
2022-02-14 23:05:54.274 | + lib/keystone:configure_keystone_authtoken_middleware:440 :   iniset /etc/cinder/cinder.conf nova auth_type password
2022-02-14 23:05:54.325 | + lib/keystone:configure_keystone_authtoken_middleware:441 :   iniset /etc/cinder/cinder.conf nova interface public
2022-02-14 23:05:54.373 | + lib/keystone:configure_keystone_authtoken_middleware:442 :   iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.47/identity
2022-02-14 23:05:54.420 | + lib/keystone:configure_keystone_authtoken_middleware:443 :   iniset /etc/cinder/cinder.conf nova username nova
2022-02-14 23:05:54.469 | + lib/keystone:configure_keystone_authtoken_middleware:444 :   iniset /etc/cinder/cinder.conf nova password Passw0rd
2022-02-14 23:05:54.515 | + lib/keystone:configure_keystone_authtoken_middleware:445 :   iniset /etc/cinder/cinder.conf nova user_domain_name Default
2022-02-14 23:05:54.564 | + lib/keystone:configure_keystone_authtoken_middleware:446 :   iniset /etc/cinder/cinder.conf nova project_name service
2022-02-14 23:05:54.611 | + lib/keystone:configure_keystone_authtoken_middleware:447 :   iniset /etc/cinder/cinder.conf nova project_domain_name Default
2022-02-14 23:05:54.659 | + lib/keystone:configure_keystone_authtoken_middleware:449 :   iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem
2022-02-14 23:05:54.701 | + lib/keystone:configure_keystone_authtoken_middleware:450 :   iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211
2022-02-14 23:05:54.738 | + lib/cinder:configure_cinder:374          :   iniset /etc/cinder/cinder.conf nova region_name RegionOne
2022-02-14 23:05:54.777 | + lib/cinder:configure_cinder:375          :   iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5
2022-02-14 23:05:54.813 | + lib/cinder:configure_cinder:377          :   [[ ! -z '' ]]
2022-02-14 23:05:54.817 | + lib/cinder:configure_cinder:379          :   is_service_enabled etcd3
2022-02-14 23:05:54.838 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:05:54.841 | + lib/cinder:configure_cinder:380          :   iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.47:2379
2022-02-14 23:05:54.881 | + lib/cinder:configure_cinder:383          :   [[ False == True ]]
2022-02-14 23:05:54.885 | + ./stack.sh:main:929                      :   is_service_enabled neutron
2022-02-14 23:05:54.907 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:05:54.910 | + ./stack.sh:main:931                      :   stack_install_service neutron
2022-02-14 23:05:54.913 | + lib/stack:stack_install_service:20       :   local service=neutron
2022-02-14 23:05:54.916 | + lib/stack:stack_install_service:21       :   type install_neutron
2022-02-14 23:05:54.919 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2022-02-14 23:05:54.921 | + lib/stack:stack_install_service:32       :   install_neutron
2022-02-14 23:05:54.925 | + lib/neutron:install_neutron:687          :   is_neutron_legacy_enabled
2022-02-14 23:05:54.929 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:05:54.930 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   sed s/neutron-//g
2022-02-14 23:05:54.939 | + lib/neutron:is_neutron_legacy_enabled:136 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:05:54.943 | + lib/neutron:is_neutron_legacy_enabled:137 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account =~ ,neutron ]]
2022-02-14 23:05:54.947 | + lib/neutron:is_neutron_legacy_enabled:138 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ ,q- ]]
2022-02-14 23:05:54.951 | + lib/neutron:is_neutron_legacy_enabled:138 :   return 0
2022-02-14 23:05:54.955 | + lib/neutron:install_neutron:689          :   install_mutnauq
2022-02-14 23:05:54.959 | + lib/neutron-legacy:install_mutnauq:467   :   use_library_from_git neutron-lib
2022-02-14 23:05:54.963 | + inc/python:use_library_from_git:250      :   local name=neutron-lib
2022-02-14 23:05:54.967 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:05:54.971 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:05:54.974 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,neutron-lib, ]]
2022-02-14 23:05:54.978 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:05:54.983 | + lib/neutron-legacy:install_mutnauq:472   :   git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master
2022-02-14 23:05:54.986 | + functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/neutron.git
2022-02-14 23:05:54.990 | + functions-common:git_clone:609           :   local git_dest=/opt/stack/neutron
2022-02-14 23:05:54.994 | + functions-common:git_clone:610           :   local git_ref=master
2022-02-14 23:05:54.997 | + functions-common:git_clone:611           :   local orig_dir
2022-02-14 23:05:55.002 | ++ functions-common:git_clone:612           :   pwd
2022-02-14 23:05:55.006 | + functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 23:05:55.011 | + functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 23:05:55.015 | ++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 23:05:55.041 | + functions-common:git_clone:615           :   RECLONE=False
2022-02-14 23:05:55.044 | + functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 23:05:55.048 | + functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 23:05:55.052 | + functions-common:git_clone:629           :   echo master
2022-02-14 23:05:55.052 | + functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 23:05:55.062 | + functions-common:git_clone:643           :   [[ ! -d /opt/stack/neutron ]]
2022-02-14 23:05:55.065 | + functions-common:git_clone:651           :   [[ False = \T\r\u\e ]]
2022-02-14 23:05:55.069 | + functions-common:git_clone:677           :   cd /opt/stack/neutron
2022-02-14 23:05:55.073 | + functions-common:git_clone:678           :   git show --oneline
2022-02-14 23:05:55.073 | + functions-common:git_clone:678           :   head -1
2022-02-14 23:05:55.081 | 312e1c7cac Merge "Doc: add back neutron-fwaas lieutenant"
2022-02-14 23:05:55.085 | + functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 23:05:55.091 | + lib/neutron-legacy:install_mutnauq:473   :   setup_develop /opt/stack/neutron
2022-02-14 23:05:55.095 | + inc/python:setup_develop:338             :   local bindep
2022-02-14 23:05:55.098 | + inc/python:setup_develop:339             :   [[ /opt/stack/neutron == -bindep* ]]
2022-02-14 23:05:55.102 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/neutron
2022-02-14 23:05:55.107 | + inc/python:setup_develop:344             :   local extras=
2022-02-14 23:05:55.111 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/neutron -e
2022-02-14 23:05:55.114 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2022-02-14 23:05:55.118 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/neutron == -bindep* ]]
2022-02-14 23:05:55.122 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/neutron
2022-02-14 23:05:55.126 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2022-02-14 23:05:55.130 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2022-02-14 23:05:55.135 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/neutron
2022-02-14 23:05:55.139 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2022-02-14 23:05:55.143 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/neutron
2022-02-14 23:05:55.146 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2022-02-14 23:05:55.151 | + inc/python:_setup_package_with_constraints_edit:384 :   local name
2022-02-14 23:05:55.156 | ++ inc/python:_setup_package_with_constraints_edit:385 :   awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg
2022-02-14 23:05:55.167 | + inc/python:_setup_package_with_constraints_edit:385 :   name=neutron
2022-02-14 23:05:55.171 | + inc/python:_setup_package_with_constraints_edit:387 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron
2022-02-14 23:05:56.425 | + inc/python:_setup_package_with_constraints_edit:390 :   setup_package /opt/stack/neutron -e
2022-02-14 23:05:56.428 | + inc/python:setup_package:418             :   local bindep=0
2022-02-14 23:05:56.432 | + inc/python:setup_package:419             :   local bindep_flag=
2022-02-14 23:05:56.435 | + inc/python:setup_package:420             :   local bindep_profiles=
2022-02-14 23:05:56.438 | + inc/python:setup_package:421             :   [[ /opt/stack/neutron == -bindep* ]]
2022-02-14 23:05:56.441 | + inc/python:setup_package:426             :   local project_dir=/opt/stack/neutron
2022-02-14 23:05:56.444 | + inc/python:setup_package:427             :   local flags=-e
2022-02-14 23:05:56.448 | + inc/python:setup_package:428             :   local extras=
2022-02-14 23:05:56.451 | + inc/python:setup_package:432             :   [[ -n -e ]]
2022-02-14 23:05:56.454 | + inc/python:setup_package:432             :   [[ -z '' ]]
2022-02-14 23:05:56.463 | + inc/python:setup_package:432             :   [[ ! -e =~ ^-.* ]]
2022-02-14 23:05:56.466 | + inc/python:setup_package:437             :   [[ ! -z '' ]]
2022-02-14 23:05:56.469 | + inc/python:setup_package:442             :   [[ 0 == 1 ]]
2022-02-14 23:05:56.472 | + inc/python:setup_package:446             :   pip_install -e /opt/stack/neutron
2022-02-14 23:05:56.503 | Using python 3.8 to install /opt/stack/neutron
2022-02-14 23:05:56.506 | + 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
2022-02-14 23:05:58.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:05:58.197 |   from cryptography.utils import int_from_bytes
2022-02-14 23:05:58.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:05:58.197 |   from cryptography.utils import int_from_bytes
2022-02-14 23:05:59.923 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:05:59.949 | Obtaining file:///opt/stack/neutron
2022-02-14 23:05:59.950 |   Preparing metadata (setup.py): started
2022-02-14 23:06:03.951 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:06:04.133 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (5.8.1)
2022-02-14 23:06:04.135 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (3.5.0)
2022-02-14 23:06:04.137 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.1.1)
2022-02-14 23:06:04.138 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.5.1)
2022-02-14 23:06:04.140 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.4.0)
2022-02-14 23:06:04.142 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (5.1.1)
2022-02-14 23:06:04.145 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (0.33.0)
2022-02-14 23:06:04.147 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (1.4.1)
2022-02-14 23:06:04.150 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (0.20.4)
2022-02-14 23:06:04.152 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.27.1)
2022-02-14 23:06:04.154 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (3.0.3)
2022-02-14 23:06:04.156 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (9.3.0)
2022-02-14 23:06:04.158 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (0.8.0)
2022-02-14 23:06:04.159 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (0.11.0)
2022-02-14 23:06:04.161 | Requirement already satisfied: neutron-lib>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.19.0)
2022-02-14 23:06:04.165 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (7.8.0)
2022-02-14 23:06:04.167 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (6.3.1)
2022-02-14 23:06:04.168 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (1.4.31)
2022-02-14 23:06:04.170 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (1.8.7)
2022-02-14 23:06:04.172 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (4.4.0)
2022-02-14 23:06:04.175 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (1.7.6)
2022-02-14 23:06:04.176 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (3.5.0)
2022-02-14 23:06:04.178 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.10.0)
2022-02-14 23:06:04.181 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (4.5.0)
2022-02-14 23:06:04.183 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (8.7.1)
2022-02-14 23:06:04.185 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (3.4.0)
2022-02-14 23:06:04.187 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (11.1.0)
2022-02-14 23:06:04.188 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (5.1.0)
2022-02-14 23:06:04.189 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (4.6.1)
2022-02-14 23:06:04.191 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (12.12.0)
2022-02-14 23:06:04.193 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (4.5.0)
2022-02-14 23:06:04.195 | Requirement already satisfied: oslo.policy>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (3.10.1)
2022-02-14 23:06:04.197 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.6.2)
2022-02-14 23:06:04.199 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.3.0)
2022-02-14 23:06:04.201 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (6.3.0)
2022-02-14 23:06:04.203 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (4.2.0)
2022-02-14 23:06:04.204 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.8.0)
2022-02-14 23:06:04.206 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (1.4.0)
2022-02-14 23:06:04.209 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (4.12.1)
2022-02-14 23:06:04.211 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.5.0)
2022-02-14 23:06:04.213 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (3.4.2)
2022-02-14 23:06:04.215 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.3.0)
2022-02-14 23:06:04.217 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (1.1.0)
2022-02-14 23:06:04.219 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.16.0)
2022-02-14 23:06:04.222 | Requirement already satisfied: ovsdbapp>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (1.15.0)
2022-02-14 23:06:04.224 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (21.3)
2022-02-14 23:06:04.227 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (5.9.0)
2022-02-14 23:06:04.229 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (0.6.5)
2022-02-14 23:06:04.231 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (22.0.0)
2022-02-14 23:06:04.233 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (17.6.0)
2022-02-14 23:06:04.234 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (0.61.0)
2022-02-14 23:06:04.236 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (4.4.0)
2022-02-14 23:06:04.239 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.7.0)
2022-02-14 23:06:04.240 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.4.0)
2022-02-14 23:06:04.244 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev503) (2.10.1)
2022-02-14 23:06:04.276 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev503) (1.1.6)
2022-02-14 23:06:04.279 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev503) (5.4.0)
2022-02-14 23:06:04.282 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev503) (4.11.0)
2022-02-14 23:06:04.301 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.0.dev503) (1.13.3)
2022-02-14 23:06:04.327 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev503) (1.1.2)
2022-02-14 23:06:04.329 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev503) (2.1.0)
2022-02-14 23:06:04.331 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev503) (1.16.0)
2022-02-14 23:06:04.359 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.0.dev503) (3.0.7)
2022-02-14 23:06:04.367 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.0.dev503) (2.0.1)
2022-02-14 23:06:04.431 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev503) (1.7.0)
2022-02-14 23:06:04.432 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev503) (1.0.2)
2022-02-14 23:06:04.490 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev503) (3.1.1)
2022-02-14 23:06:04.492 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev503) (4.4.0)
2022-02-14 23:06:04.543 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.18.0->neutron==19.1.0.dev503) (2.7.0)
2022-02-14 23:06:04.546 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.18.0->neutron==19.1.0.dev503) (1.2.2)
2022-02-14 23:06:04.575 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev503) (2.5.0)
2022-02-14 23:06:04.576 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev503) (6.0)
2022-02-14 23:06:04.578 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev503) (1.4.4)
2022-02-14 23:06:04.580 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev503) (1.1.5)
2022-02-14 23:06:04.581 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev503) (1.4.0)
2022-02-14 23:06:04.582 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev503) (36.0.1)
2022-02-14 23:06:04.583 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev503) (0.10.0)
2022-02-14 23:06:04.585 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev503) (1.32)
2022-02-14 23:06:04.604 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==19.1.0.dev503) (1.0.3)
2022-02-14 23:06:04.701 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.0.dev503) (0.17.3)
2022-02-14 23:06:04.748 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.0.dev503) (1.5.0)
2022-02-14 23:06:04.854 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev503) (0.13.0)
2022-02-14 23:06:04.855 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev503) (2.0.1)
2022-02-14 23:06:04.857 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev503) (0.5.0)
2022-02-14 23:06:04.918 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev503) (2.8.2)
2022-02-14 23:06:04.923 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev503) (0.9.6)
2022-02-14 23:06:04.987 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev503) (0.4.0)
2022-02-14 23:06:04.990 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev503) (5.2.3)
2022-02-14 23:06:04.993 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev503) (5.0.0)
2022-02-14 23:06:04.994 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev503) (5.0.9)
2022-02-14 23:06:05.019 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev503) (3.3.0)
2022-02-14 23:06:05.023 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev503) (3.2.0)
2022-02-14 23:06:05.074 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.0.dev503) (1.15.0)
2022-02-14 23:06:05.135 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.0.dev503) (2021.3)
2022-02-14 23:06:05.173 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==19.1.0.dev503) (3.0.0)
2022-02-14 23:06:05.176 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==19.1.0.dev503) (1.3.3)
2022-02-14 23:06:05.202 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev503) (3.0.0)
2022-02-14 23:06:05.357 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==19.1.0.dev503) (2.4.0)
2022-02-14 23:06:05.456 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.0.dev503) (60.8.2)
2022-02-14 23:06:05.539 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev503) (3.0.0)
2022-02-14 23:06:05.541 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev503) (0.3.5)
2022-02-14 23:06:05.671 | Requirement already satisfied: pyroute2.ipset==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev503) (0.6.5)
2022-02-14 23:06:05.672 | Requirement already satisfied: pyroute2.ipdb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev503) (0.6.5)
2022-02-14 23:06:05.673 | Requirement already satisfied: pyroute2.ethtool==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev503) (0.6.5)
2022-02-14 23:06:05.674 | Requirement already satisfied: pyroute2.nslink==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev503) (0.6.5)
2022-02-14 23:06:05.675 | Requirement already satisfied: pyroute2.core==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev503) (0.6.5)
2022-02-14 23:06:05.677 | Requirement already satisfied: pyroute2.ndb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev503) (0.6.5)
2022-02-14 23:06:05.678 | Requirement already satisfied: pyroute2.nftables==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev503) (0.6.5)
2022-02-14 23:06:05.906 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev503) (3.10.0)
2022-02-14 23:06:05.908 | Requirement already satisfied: jsonschema>=2.6.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev503) (3.2.0)
2022-02-14 23:06:05.911 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev503) (2.4.2)
2022-02-14 23:06:05.958 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.0.dev503) (3.16.0)
2022-02-14 23:06:05.963 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.0.dev503) (2.1.0)
2022-02-14 23:06:06.062 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev503) (2019.11.28)
2022-02-14 23:06:06.065 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev503) (2.0.12)
2022-02-14 23:06:06.067 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev503) (3.3)
2022-02-14 23:06:06.068 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev503) (1.26.8)
2022-02-14 23:06:06.107 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.0.dev503) (0.7)
2022-02-14 23:06:06.472 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.0.dev503) (0.12.2)
2022-02-14 23:06:06.551 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.0.dev503) (5.0.0)
2022-02-14 23:06:06.758 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.0.dev503) (2.21)
2022-02-14 23:06:06.835 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev503) (2.3.3)
2022-02-14 23:06:06.840 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev503) (0.5.0)
2022-02-14 23:06:07.081 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->neutron==19.1.0.dev503) (2.5.0)
2022-02-14 23:06:07.268 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.0.dev503) (2.2)
2022-02-14 23:06:07.844 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.0.dev503) (0.13.1)
2022-02-14 23:06:07.894 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev503) (0.2.5)
2022-02-14 23:06:08.617 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev503) (0.4.2)
2022-02-14 23:06:08.618 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev503) (0.5.2)
2022-02-14 23:06:08.940 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev503) (2.0.0)
2022-02-14 23:06:08.942 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev503) (4.10.0)
2022-02-14 23:06:09.123 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==19.1.0.dev503) (3.7.0)
2022-02-14 23:06:09.393 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev503) (1.8.2)
2022-02-14 23:06:09.395 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev503) (21.4.0)
2022-02-14 23:06:09.620 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->neutron==19.1.0.dev503) (1.0.0)
2022-02-14 23:06:09.850 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev503) (2.3.1)
2022-02-14 23:06:12.363 | Installing collected packages: neutron
2022-02-14 23:06:12.363 |   Attempting uninstall: neutron
2022-02-14 23:06:12.367 |     Found existing installation: neutron 19.1.0
2022-02-14 23:06:14.382 |     Uninstalling neutron-19.1.0:
2022-02-14 23:06:14.463 |       Successfully uninstalled neutron-19.1.0
2022-02-14 23:06:14.465 |   Running setup.py develop for neutron
2022-02-14 23:06:21.684 | Successfully installed neutron
2022-02-14 23:06:21.684 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:06:21.695 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:06:21.695 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:06:21.902 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:06:21.904 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:06:21.907 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:06:21.910 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:06:21.913 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:06:21.916 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:06:21.919 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:06:21.922 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:06:21.925 | + functions-common:time_stop:2432          :   start_time=1644879956494
2022-02-14 23:06:21.928 | + functions-common:time_stop:2434          :   [[ -z 1644879956494 ]]
2022-02-14 23:06:21.932 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:06:21.938 | + functions-common:time_stop:2437          :   end_time=1644879981934
2022-02-14 23:06:21.941 | + functions-common:time_stop:2438          :   elapsed_time=25440
2022-02-14 23:06:21.945 | + functions-common:time_stop:2439          :   total=180941
2022-02-14 23:06:21.948 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:06:21.951 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=206381
2022-02-14 23:06:21.954 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:06:21.957 | + inc/python:setup_package:448             :   [[ -e == \-\e ]]
2022-02-14 23:06:21.960 | + inc/python:setup_package:449             :   safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info
2022-02-14 23:06:21.963 | + functions-common:safe_chown:2326         :   _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info
2022-02-14 23:06:21.988 | + functions-common:_safe_permission_operation:2174 :   sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info
2022-02-14 23:06:22.003 | + inc/python:_setup_package_with_constraints_edit:394 :   use_library_from_git /opt/stack/neutron
2022-02-14 23:06:22.007 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/neutron
2022-02-14 23:06:22.009 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:06:22.013 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:06:22.016 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/neutron, ]]
2022-02-14 23:06:22.019 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:06:22.022 | + lib/neutron-legacy:install_mutnauq:475   :   [[ openvswitch == \o\v\n ]]
2022-02-14 23:06:22.026 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2022-02-14 23:06:22.029 | + ./stack.sh:main:934                      :   is_service_enabled nova
2022-02-14 23:06:22.055 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:06:22.058 | + ./stack.sh:main:936                      :   stack_install_service nova
2022-02-14 23:06:22.061 | + lib/stack:stack_install_service:20       :   local service=nova
2022-02-14 23:06:22.064 | + lib/stack:stack_install_service:21       :   type install_nova
2022-02-14 23:06:22.068 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2022-02-14 23:06:22.072 | + lib/stack:stack_install_service:32       :   install_nova
2022-02-14 23:06:22.075 | + lib/nova:install_nova:836                :   use_library_from_git os-vif
2022-02-14 23:06:22.079 | + inc/python:use_library_from_git:250      :   local name=os-vif
2022-02-14 23:06:22.082 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:06:22.087 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:06:22.090 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-vif, ]]
2022-02-14 23:06:22.093 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:06:22.096 | + lib/nova:install_nova:841                :   is_service_enabled n-cpu
2022-02-14 23:06:22.120 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:06:22.123 | + lib/nova:install_nova:845                :   is_service_enabled n-novnc
2022-02-14 23:06:22.152 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:06:22.156 | + lib/nova:install_nova:857                :   is_service_enabled n-spice
2022-02-14 23:06:22.180 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:06:22.184 | + lib/nova:install_nova:869                :   git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master
2022-02-14 23:06:22.187 | + functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/nova.git
2022-02-14 23:06:22.190 | + functions-common:git_clone:609           :   local git_dest=/opt/stack/nova
2022-02-14 23:06:22.194 | + functions-common:git_clone:610           :   local git_ref=master
2022-02-14 23:06:22.197 | + functions-common:git_clone:611           :   local orig_dir
2022-02-14 23:06:22.205 | ++ functions-common:git_clone:612           :   pwd
2022-02-14 23:06:22.212 | + functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 23:06:22.214 | + functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 23:06:22.225 | ++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 23:06:22.251 | + functions-common:git_clone:615           :   RECLONE=False
2022-02-14 23:06:22.255 | + functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 23:06:22.259 | + functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 23:06:22.263 | + functions-common:git_clone:629           :   echo master
2022-02-14 23:06:22.264 | + functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 23:06:22.273 | + functions-common:git_clone:643           :   [[ ! -d /opt/stack/nova ]]
2022-02-14 23:06:22.277 | + functions-common:git_clone:651           :   [[ False = \T\r\u\e ]]
2022-02-14 23:06:22.280 | + functions-common:git_clone:677           :   cd /opt/stack/nova
2022-02-14 23:06:22.285 | + functions-common:git_clone:678           :   git show --oneline
2022-02-14 23:06:22.285 | + functions-common:git_clone:678           :   head -1
2022-02-14 23:06:22.326 | 3a14c1a427 Merge "Gracefull recovery when attaching volume fails"
2022-02-14 23:06:22.330 | + functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 23:06:22.335 | + lib/nova:install_nova:870                :   setup_develop /opt/stack/nova
2022-02-14 23:06:22.338 | + inc/python:setup_develop:338             :   local bindep
2022-02-14 23:06:22.342 | + inc/python:setup_develop:339             :   [[ /opt/stack/nova == -bindep* ]]
2022-02-14 23:06:22.346 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/nova
2022-02-14 23:06:22.351 | + inc/python:setup_develop:344             :   local extras=
2022-02-14 23:06:22.355 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/nova -e
2022-02-14 23:06:22.359 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2022-02-14 23:06:22.365 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/nova == -bindep* ]]
2022-02-14 23:06:22.369 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/nova
2022-02-14 23:06:22.373 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2022-02-14 23:06:22.377 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2022-02-14 23:06:22.382 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/nova
2022-02-14 23:06:22.386 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2022-02-14 23:06:22.391 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/nova
2022-02-14 23:06:22.394 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2022-02-14 23:06:22.399 | + inc/python:_setup_package_with_constraints_edit:384 :   local name
2022-02-14 23:06:22.404 | ++ inc/python:_setup_package_with_constraints_edit:385 :   awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg
2022-02-14 23:06:22.414 | + inc/python:_setup_package_with_constraints_edit:385 :   name=nova
2022-02-14 23:06:22.417 | + inc/python:_setup_package_with_constraints_edit:387 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova
2022-02-14 23:06:23.668 | + inc/python:_setup_package_with_constraints_edit:390 :   setup_package /opt/stack/nova -e
2022-02-14 23:06:23.671 | + inc/python:setup_package:418             :   local bindep=0
2022-02-14 23:06:23.675 | + inc/python:setup_package:419             :   local bindep_flag=
2022-02-14 23:06:23.679 | + inc/python:setup_package:420             :   local bindep_profiles=
2022-02-14 23:06:23.682 | + inc/python:setup_package:421             :   [[ /opt/stack/nova == -bindep* ]]
2022-02-14 23:06:23.686 | + inc/python:setup_package:426             :   local project_dir=/opt/stack/nova
2022-02-14 23:06:23.689 | + inc/python:setup_package:427             :   local flags=-e
2022-02-14 23:06:23.694 | + inc/python:setup_package:428             :   local extras=
2022-02-14 23:06:23.697 | + inc/python:setup_package:432             :   [[ -n -e ]]
2022-02-14 23:06:23.701 | + inc/python:setup_package:432             :   [[ -z '' ]]
2022-02-14 23:06:23.704 | + inc/python:setup_package:432             :   [[ ! -e =~ ^-.* ]]
2022-02-14 23:06:23.708 | + inc/python:setup_package:437             :   [[ ! -z '' ]]
2022-02-14 23:06:23.712 | + inc/python:setup_package:442             :   [[ 0 == 1 ]]
2022-02-14 23:06:23.715 | + inc/python:setup_package:446             :   pip_install -e /opt/stack/nova
2022-02-14 23:06:23.750 | Using python 3.8 to install /opt/stack/nova
2022-02-14 23:06:23.754 | + 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
2022-02-14 23:06:25.461 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:06:25.461 |   from cryptography.utils import int_from_bytes
2022-02-14 23:06:25.461 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:06:25.461 |   from cryptography.utils import int_from_bytes
2022-02-14 23:06:27.727 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:06:27.773 | Obtaining file:///opt/stack/nova
2022-02-14 23:06:27.774 |   Preparing metadata (setup.py): started
2022-02-14 23:06:33.559 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:06:34.011 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (5.8.1)
2022-02-14 23:06:34.013 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.4.31)
2022-02-14 23:06:34.014 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (5.1.1)
2022-02-14 23:06:34.015 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (0.33.0)
2022-02-14 23:06:34.016 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (3.0.3)
2022-02-14 23:06:34.017 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (9.3.0)
2022-02-14 23:06:34.018 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (4.7.1)
2022-02-14 23:06:34.020 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.5.1)
2022-02-14 23:06:34.022 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (36.0.1)
2022-02-14 23:06:34.023 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.8.7)
2022-02-14 23:06:34.024 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.1.2)
2022-02-14 23:06:34.025 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.1.1)
2022-02-14 23:06:34.026 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (3.5.0)
2022-02-14 23:06:34.027 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (3.0.0)
2022-02-14 23:06:34.029 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (0.13.0)
2022-02-14 23:06:34.030 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.7.6)
2022-02-14 23:06:34.031 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (0.8.0)
2022-02-14 23:06:34.032 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (0.11.0)
2022-02-14 23:06:34.033 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.8.1)
2022-02-14 23:06:34.034 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.0.2)
2022-02-14 23:06:34.036 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==24.1.0.dev255) (3.2.0)
2022-02-14 23:06:34.037 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (8.2.0)
2022-02-14 23:06:34.038 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (4.4.0)
2022-02-14 23:06:34.040 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (7.8.0)
2022-02-14 23:06:34.041 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (3.5.0)
2022-02-14 23:06:34.042 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.27.1)
2022-02-14 23:06:34.043 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (3.5.0)
2022-02-14 23:06:34.126 | Collecting websockify>=0.9.0
2022-02-14 23:06:34.135 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/736/dc7a57bdf18d4/websockify-0.10.0-py3-none-any.whl (38 kB)
2022-02-14 23:06:34.140 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.10.0)
2022-02-14 23:06:34.142 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (4.5.0)
2022-02-14 23:06:34.145 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (8.7.1)
2022-02-14 23:06:34.147 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (3.4.0)
2022-02-14 23:06:34.148 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (4.6.1)
2022-02-14 23:06:34.149 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.3.0)
2022-02-14 23:06:34.151 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (4.2.0)
2022-02-14 23:06:34.152 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.4.0)
2022-02-14 23:06:34.154 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (4.12.1)
2022-02-14 23:06:34.155 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (11.1.0)
2022-02-14 23:06:34.156 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (6.3.0)
2022-02-14 23:06:34.158 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (12.12.0)
2022-02-14 23:06:34.159 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (3.10.1)
2022-02-14 23:06:34.162 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.6.2)
2022-02-14 23:06:34.163 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (5.1.0)
2022-02-14 23:06:34.165 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.8.0)
2022-02-14 23:06:34.166 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.5.0)
2022-02-14 23:06:34.167 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (4.5.0)
2022-02-14 23:06:34.168 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (5.9.0)
2022-02-14 23:06:34.170 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.5.0)
2022-02-14 23:06:34.171 | Requirement already satisfied: os-brick>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (5.1.0)
2022-02-14 23:06:34.172 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.1.0)
2022-02-14 23:06:34.173 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.7.0)
2022-02-14 23:06:34.175 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.7.0)
2022-02-14 23:06:34.177 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (3.10.0)
2022-02-14 23:06:34.216 | Collecting microversion-parse>=0.2.1
2022-02-14 23:06:34.224 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB)
2022-02-14 23:06:34.229 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.10.1)
2022-02-14 23:06:34.230 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (0.2.2)
2022-02-14 23:06:34.231 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.3.3)
2022-02-14 23:06:34.232 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (1.7.0)
2022-02-14 23:06:34.233 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (4.6.4)
2022-02-14 23:06:34.234 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.8.2)
2022-02-14 23:06:34.235 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (2.4.0)
2022-02-14 23:06:34.236 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (0.61.0)
2022-02-14 23:06:34.237 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev255) (6.0)
2022-02-14 23:06:34.256 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev255) (5.4.0)
2022-02-14 23:06:34.257 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev255) (4.11.0)
2022-02-14 23:06:34.259 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev255) (1.1.6)
2022-02-14 23:06:34.282 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==24.1.0.dev255) (5.2.0)
2022-02-14 23:06:34.324 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==24.1.0.dev255) (1.15.0)
2022-02-14 23:06:34.357 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev255) (2.1.0)
2022-02-14 23:06:34.358 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev255) (1.16.0)
2022-02-14 23:06:34.384 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==24.1.0.dev255) (2.0.1)
2022-02-14 23:06:34.517 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev255) (3.1.1)
2022-02-14 23:06:34.519 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev255) (4.4.0)
2022-02-14 23:06:34.582 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev255) (1.4.0)
2022-02-14 23:06:34.583 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev255) (2.5.0)
2022-02-14 23:06:34.585 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev255) (1.1.5)
2022-02-14 23:06:34.587 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev255) (0.10.0)
2022-02-14 23:06:34.589 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev255) (1.32)
2022-02-14 23:06:34.590 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev255) (1.4.4)
2022-02-14 23:06:34.611 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==24.1.0.dev255) (6.3.1)
2022-02-14 23:06:34.616 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==24.1.0.dev255) (5.5.0)
2022-02-14 23:06:34.677 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev255) (0.6.5)
2022-02-14 23:06:34.679 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev255) (2.4.0)
2022-02-14 23:06:34.680 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev255) (1.15.0)
2022-02-14 23:06:34.784 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->nova==24.1.0.dev255) (0.17.3)
2022-02-14 23:06:34.900 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev255) (2.0.1)
2022-02-14 23:06:34.903 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev255) (0.5.0)
2022-02-14 23:06:34.968 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->nova==24.1.0.dev255) (0.9.6)
2022-02-14 23:06:35.033 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev255) (0.4.0)
2022-02-14 23:06:35.037 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev255) (5.2.3)
2022-02-14 23:06:35.039 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev255) (5.0.9)
2022-02-14 23:06:35.041 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev255) (5.0.0)
2022-02-14 23:06:35.069 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev255) (3.2.0)
2022-02-14 23:06:35.071 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev255) (3.3.0)
2022-02-14 23:06:35.129 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->nova==24.1.0.dev255) (1.0.3)
2022-02-14 23:06:35.194 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.1.0->nova==24.1.0.dev255) (2021.3)
2022-02-14 23:06:35.231 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.1.0.dev255) (1.3.3)
2022-02-14 23:06:35.233 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.1.0.dev255) (3.0.0)
2022-02-14 23:06:35.287 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.1.0.dev255) (3.0.7)
2022-02-14 23:06:35.288 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.1.0.dev255) (21.3)
2022-02-14 23:06:35.379 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==24.1.0.dev255) (1.5.0)
2022-02-14 23:06:35.407 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==24.1.0.dev255) (60.8.2)
2022-02-14 23:06:35.489 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==24.1.0.dev255) (0.2.5)
2022-02-14 23:06:35.571 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==24.1.0.dev255) (3.16.0)
2022-02-14 23:06:35.635 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev255) (22.0.0)
2022-02-14 23:06:35.636 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev255) (1.13.3)
2022-02-14 23:06:35.641 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev255) (1.3.3)
2022-02-14 23:06:35.688 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev255) (2.1.0)
2022-02-14 23:06:35.690 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev255) (3.10.0)
2022-02-14 23:06:35.693 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev255) (2.4.2)
2022-02-14 23:06:35.775 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev255) (3.3)
2022-02-14 23:06:35.778 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev255) (2.0.12)
2022-02-14 23:06:35.779 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev255) (1.26.8)
2022-02-14 23:06:35.780 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==24.1.0.dev255) (2019.11.28)
2022-02-14 23:06:35.913 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==24.1.0.dev255) (0.7)
2022-02-14 23:06:36.144 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev255) (0.5.2)
2022-02-14 23:06:36.147 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev255) (0.4.2)
2022-02-14 23:06:36.263 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev255) (2.4.0)
2022-02-14 23:06:36.264 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev255) (1.4.2)
2022-02-14 23:06:36.268 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev255) (2.6.3)
2022-02-14 23:06:36.358 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==24.1.0.dev255) (0.12.2)
2022-02-14 23:06:37.625 | Collecting numpy
2022-02-14 23:06:37.668 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/263/8389562bda163/numpy-1.22.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.8 MB)
2022-02-14 23:06:38.201 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==24.1.0.dev255) (5.0.0)
2022-02-14 23:06:38.675 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==24.1.0.dev255) (2.21)
2022-02-14 23:06:38.829 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev255) (2.3.3)
2022-02-14 23:06:38.834 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev255) (0.5.0)
2022-02-14 23:06:39.235 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.1.0.dev255) (2.5.0)
2022-02-14 23:06:39.474 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==24.1.0.dev255) (2.2)
2022-02-14 23:06:40.426 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==24.1.0.dev255) (0.13.1)
2022-02-14 23:06:40.526 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev255) (2.16.0)
2022-02-14 23:06:41.254 | Requirement already satisfied: pyroute2.ethtool==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev255) (0.6.5)
2022-02-14 23:06:41.256 | Requirement already satisfied: pyroute2.nslink==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev255) (0.6.5)
2022-02-14 23:06:41.258 | Requirement already satisfied: pyroute2.nftables==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev255) (0.6.5)
2022-02-14 23:06:41.260 | Requirement already satisfied: pyroute2.ndb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev255) (0.6.5)
2022-02-14 23:06:41.262 | Requirement already satisfied: pyroute2.ipset==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev255) (0.6.5)
2022-02-14 23:06:41.264 | Requirement already satisfied: pyroute2.ipdb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev255) (0.6.5)
2022-02-14 23:06:41.266 | Requirement already satisfied: pyroute2.core==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev255) (0.6.5)
2022-02-14 23:06:43.773 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==24.1.0.dev255) (3.7.0)
2022-02-14 23:06:44.694 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev255) (21.4.0)
2022-02-14 23:06:44.696 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev255) (1.8.2)
2022-02-14 23:06:44.896 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev255) (2.4.0)
2022-02-14 23:06:45.101 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.1.0.dev255) (1.0.0)
2022-02-14 23:06:48.046 | Installing collected packages: numpy, websockify, microversion-parse, nova
2022-02-14 23:06:48.046 |   Attempting uninstall: numpy
2022-02-14 23:06:48.053 |     Found existing installation: numpy 1.17.4
2022-02-14 23:06:48.060 |     Uninstalling numpy-1.17.4:
2022-02-14 23:06:48.265 |       Successfully uninstalled numpy-1.17.4
2022-02-14 23:06:52.301 |   Running setup.py develop for nova
2022-02-14 23:06:59.181 | Successfully installed microversion-parse-1.0.1 nova numpy-1.22.2 websockify-0.10.0
2022-02-14 23:06:59.181 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:06:59.191 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:06:59.191 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:06:59.433 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:06:59.436 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:06:59.438 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:06:59.442 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:06:59.445 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:06:59.448 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:06:59.451 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:06:59.453 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:06:59.456 | + functions-common:time_stop:2432          :   start_time=1644879983741
2022-02-14 23:06:59.459 | + functions-common:time_stop:2434          :   [[ -z 1644879983741 ]]
2022-02-14 23:06:59.462 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:06:59.468 | + functions-common:time_stop:2437          :   end_time=1644880019465
2022-02-14 23:06:59.472 | + functions-common:time_stop:2438          :   elapsed_time=35724
2022-02-14 23:06:59.476 | + functions-common:time_stop:2439          :   total=206381
2022-02-14 23:06:59.479 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:06:59.482 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=242105
2022-02-14 23:06:59.485 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:06:59.488 | + inc/python:setup_package:448             :   [[ -e == \-\e ]]
2022-02-14 23:06:59.492 | + inc/python:setup_package:449             :   safe_chown -R ubuntu /opt/stack/nova/nova.egg-info
2022-02-14 23:06:59.495 | + functions-common:safe_chown:2326         :   _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info
2022-02-14 23:06:59.520 | + functions-common:_safe_permission_operation:2174 :   sudo chown -R ubuntu /opt/stack/nova/nova.egg-info
2022-02-14 23:06:59.536 | + inc/python:_setup_package_with_constraints_edit:394 :   use_library_from_git /opt/stack/nova
2022-02-14 23:06:59.539 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/nova
2022-02-14 23:06:59.542 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:06:59.545 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:06:59.548 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/nova, ]]
2022-02-14 23:06:59.552 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:06:59.555 | + lib/nova:install_nova:871                :   sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion
2022-02-14 23:06:59.574 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2022-02-14 23:06:59.577 | + ./stack.sh:main:937                      :   configure_nova
2022-02-14 23:06:59.581 | + lib/nova:configure_nova:245              :   sudo install -d -o ubuntu /etc/nova
2022-02-14 23:06:59.598 | + lib/nova:configure_nova:247              :   configure_rootwrap nova
2022-02-14 23:06:59.601 | + inc/rootwrap:configure_rootwrap:43       :   local project=nova
2022-02-14 23:06:59.604 | + inc/rootwrap:configure_rootwrap:44       :   local project_uc
2022-02-14 23:06:59.609 | ++ inc/rootwrap:configure_rootwrap:45       :   echo nova
2022-02-14 23:06:59.610 | ++ inc/rootwrap:configure_rootwrap:45       :   tr a-z A-Z
2022-02-14 23:06:59.618 | + inc/rootwrap:configure_rootwrap:45       :   project_uc=NOVA
2022-02-14 23:06:59.621 | + inc/rootwrap:configure_rootwrap:46       :   local bin_dir=NOVA_BIN_DIR
2022-02-14 23:06:59.623 | + inc/rootwrap:configure_rootwrap:47       :   bin_dir=/usr/local/bin
2022-02-14 23:06:59.628 | + inc/rootwrap:configure_rootwrap:48       :   local project_dir=NOVA_DIR
2022-02-14 23:06:59.631 | + inc/rootwrap:configure_rootwrap:49       :   project_dir=/opt/stack/nova
2022-02-14 23:06:59.634 | + inc/rootwrap:configure_rootwrap:51       :   local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova
2022-02-14 23:06:59.637 | + inc/rootwrap:configure_rootwrap:52       :   local rootwrap_bin=/usr/local/bin/nova-rootwrap
2022-02-14 23:06:59.640 | + inc/rootwrap:configure_rootwrap:55       :   sudo rm -rf /etc/nova/rootwrap.d
2022-02-14 23:06:59.654 | + inc/rootwrap:configure_rootwrap:56       :   sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d
2022-02-14 23:06:59.670 | + 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
2022-02-14 23:06:59.687 | + inc/rootwrap:configure_rootwrap:60       :   sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf
2022-02-14 23:06:59.704 | + inc/rootwrap:configure_rootwrap:61       :   sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf
2022-02-14 23:06:59.719 | + inc/rootwrap:configure_rootwrap:64       :   local tempfile
2022-02-14 23:06:59.725 | ++ inc/rootwrap:configure_rootwrap:65       :   mktemp
2022-02-14 23:06:59.730 | + inc/rootwrap:configure_rootwrap:65       :   tempfile=/tmp/tmp.SU1nTZJNxv
2022-02-14 23:06:59.734 | + inc/rootwrap:configure_rootwrap:67       :   rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
2022-02-14 23:06:59.738 | + inc/rootwrap:configure_rootwrap:68       :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
2022-02-14 23:06:59.742 | + inc/rootwrap:configure_rootwrap:69       :   '[' -f /usr/local/bin/nova-rootwrap-daemon ']'
2022-02-14 23:06:59.744 | + inc/rootwrap:configure_rootwrap:71       :   rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf'
2022-02-14 23:06:59.747 | + inc/rootwrap:configure_rootwrap:72       :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf'
2022-02-14 23:06:59.753 | + inc/rootwrap:configure_rootwrap:74       :   chmod 0440 /tmp/tmp.SU1nTZJNxv
2022-02-14 23:06:59.759 | + inc/rootwrap:configure_rootwrap:75       :   sudo chown root:root /tmp/tmp.SU1nTZJNxv
2022-02-14 23:06:59.775 | + inc/rootwrap:configure_rootwrap:76       :   sudo mv /tmp/tmp.SU1nTZJNxv /etc/sudoers.d/nova-rootwrap
2022-02-14 23:06:59.792 | ++ inc/rootwrap:configure_rootwrap:80       :   dirname /usr/local/bin/nova-rootwrap
2022-02-14 23:06:59.798 | + inc/rootwrap:configure_rootwrap:80       :   add_sudo_secure_path /usr/local/bin
2022-02-14 23:06:59.802 | + inc/rootwrap:add_sudo_secure_path:21     :   local dir=/usr/local/bin
2022-02-14 23:06:59.805 | + inc/rootwrap:add_sudo_secure_path:22     :   local line
2022-02-14 23:06:59.808 | + inc/rootwrap:add_sudo_secure_path:25     :   [[ -r /etc/sudoers.d/zz-secure-path ]]
2022-02-14 23:06:59.811 | + inc/rootwrap:add_sudo_secure_path:28     :   line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin'
2022-02-14 23:06:59.814 | + 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 ]]
2022-02-14 23:06:59.817 | + lib/nova:configure_nova:249              :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ n-api ]]
2022-02-14 23:06:59.820 | + lib/nova:configure_nova:251              :   cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova
2022-02-14 23:06:59.826 | + lib/nova:configure_nova:254              :   is_service_enabled n-cpu
2022-02-14 23:06:59.848 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:06:59.851 | + lib/nova:configure_nova:335              :   create_nova_conf
2022-02-14 23:06:59.854 | + lib/nova:create_nova_conf:402            :   rm -f /opt/stack/nova/bin/nova.conf
2022-02-14 23:06:59.858 | + lib/nova:create_nova_conf:405            :   rm -f /etc/nova/nova.conf
2022-02-14 23:06:59.864 | + lib/nova:create_nova_conf:406            :   iniset /etc/nova/nova.conf DEFAULT debug True
2022-02-14 23:06:59.902 | + lib/nova:create_nova_conf:407            :   '[' True == True ']'
2022-02-14 23:06:59.905 | + lib/nova:create_nova_conf:408            :   iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True
2022-02-14 23:06:59.937 | + lib/nova:create_nova_conf:410            :   iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini
2022-02-14 23:06:59.985 | + lib/nova:create_nova_conf:411            :   iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf
2022-02-14 23:07:00.031 | + lib/nova:create_nova_conf:412            :   iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
2022-02-14 23:07:00.081 | + lib/nova:create_nova_conf:413            :   iniset /etc/nova/nova.conf scheduler workers 2
2022-02-14 23:07:00.131 | + lib/nova:create_nova_conf:414            :   iniset /etc/nova/nova.conf neutron default_floating_pool public
2022-02-14 23:07:00.184 | + lib/nova:create_nova_conf:415            :   [[ 4 == 6 ]]
2022-02-14 23:07:00.188 | + lib/nova:create_nova_conf:418            :   iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.47
2022-02-14 23:07:00.229 | + lib/nova:create_nova_conf:420            :   iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x
2022-02-14 23:07:00.269 | + lib/nova:create_nova_conf:421            :   iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0
2022-02-14 23:07:00.309 | + lib/nova:create_nova_conf:422            :   iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0
2022-02-14 23:07:00.348 | + lib/nova:create_nova_conf:423            :   iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0
2022-02-14 23:07:00.384 | + lib/nova:create_nova_conf:425            :   iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager
2022-02-14 23:07:00.422 | + lib/nova:create_nova_conf:427            :   is_fedora
2022-02-14 23:07:00.426 | + functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 23:07:00.430 | + functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 23:07:00.433 | + functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 23:07:00.436 | + functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 23:07:00.438 | + functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 23:07:00.442 | + functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 23:07:00.444 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 23:07:00.447 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 23:07:00.449 | + functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 23:07:00.452 | + functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 23:07:00.454 | + functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 23:07:00.457 | + lib/nova:create_nova_conf:427            :   is_suse
2022-02-14 23:07:00.459 | + functions-common:is_suse:542             :   is_opensuse
2022-02-14 23:07:00.462 | + functions-common:is_opensuse:549         :   [[ -z Ubuntu ]]
2022-02-14 23:07:00.464 | + functions-common:is_opensuse:553         :   [[ Ubuntu =~ (openSUSE) ]]
2022-02-14 23:07:00.466 | + functions-common:is_suse:542             :   is_suse_linux_enterprise
2022-02-14 23:07:00.469 | + functions-common:is_suse_linux_enterprise:561 :   [[ -z Ubuntu ]]
2022-02-14 23:07:00.472 | + functions-common:is_suse_linux_enterprise:565 :   [[ Ubuntu =~ (^SUSE) ]]
2022-02-14 23:07:00.476 | + lib/nova:create_nova_conf:436            :   is_service_enabled n-api n-cond n-sched
2022-02-14 23:07:00.494 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:00.497 | + lib/nova:create_nova_conf:440            :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:07:00.499 | + lib/nova:create_nova_conf:443            :   local db=nova_cell0
2022-02-14 23:07:00.502 | + lib/nova:create_nova_conf:446            :   iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False
2022-02-14 23:07:00.544 | ++ lib/nova:create_nova_conf:449            :   database_connection_url nova_cell0
2022-02-14 23:07:00.548 | ++ lib/database:database_connection_url:134 :   local db=nova_cell0
2022-02-14 23:07:00.551 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql nova_cell0
2022-02-14 23:07:00.554 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=nova_cell0
2022-02-14 23:07:00.557 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8'
2022-02-14 23:07:00.561 | + lib/nova:create_nova_conf:449            :   iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8'
2022-02-14 23:07:00.605 | ++ lib/nova:create_nova_conf:450            :   database_connection_url nova_api
2022-02-14 23:07:00.608 | ++ lib/database:database_connection_url:134 :   local db=nova_api
2022-02-14 23:07:00.610 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql nova_api
2022-02-14 23:07:00.614 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=nova_api
2022-02-14 23:07:00.616 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8'
2022-02-14 23:07:00.620 | + lib/nova:create_nova_conf:450            :   iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8'
2022-02-14 23:07:00.661 | + lib/nova:create_nova_conf:455            :   iniset /etc/nova/nova.conf cache enabled True
2022-02-14 23:07:00.710 | + lib/nova:create_nova_conf:456            :   iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached
2022-02-14 23:07:00.749 | + lib/nova:create_nova_conf:457            :   iniset /etc/nova/nova.conf cache memcache_servers localhost:11211
2022-02-14 23:07:00.788 | + lib/nova:create_nova_conf:460            :   is_service_enabled n-api
2022-02-14 23:07:00.811 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:00.814 | + lib/nova:create_nova_conf:461            :   is_service_enabled n-api-meta
2022-02-14 23:07:00.838 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:00.843 | ++ lib/nova:create_nova_conf:463            :   echo osapi_compute,metadata
2022-02-14 23:07:00.843 | ++ lib/nova:create_nova_conf:463            :   sed s/,metadata//
2022-02-14 23:07:00.851 | + lib/nova:create_nova_conf:463            :   NOVA_ENABLED_APIS=osapi_compute
2022-02-14 23:07:00.854 | + lib/nova:create_nova_conf:465            :   iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute
2022-02-14 23:07:00.895 | + lib/nova:create_nova_conf:466            :   is_service_enabled tls-proxy
2022-02-14 23:07:00.925 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:00.928 | + lib/nova:create_nova_conf:472            :   configure_keystone_authtoken_middleware /etc/nova/nova.conf nova
2022-02-14 23:07:00.933 | + lib/keystone:configure_keystone_authtoken_middleware:436 :   local conf_file=/etc/nova/nova.conf
2022-02-14 23:07:00.936 | + lib/keystone:configure_keystone_authtoken_middleware:437 :   local admin_user=nova
2022-02-14 23:07:00.941 | + lib/keystone:configure_keystone_authtoken_middleware:438 :   local section=keystone_authtoken
2022-02-14 23:07:00.944 | + lib/keystone:configure_keystone_authtoken_middleware:440 :   iniset /etc/nova/nova.conf keystone_authtoken auth_type password
2022-02-14 23:07:00.987 | + lib/keystone:configure_keystone_authtoken_middleware:441 :   iniset /etc/nova/nova.conf keystone_authtoken interface public
2022-02-14 23:07:01.030 | + lib/keystone:configure_keystone_authtoken_middleware:442 :   iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.47/identity
2022-02-14 23:07:01.076 | + lib/keystone:configure_keystone_authtoken_middleware:443 :   iniset /etc/nova/nova.conf keystone_authtoken username nova
2022-02-14 23:07:01.120 | + lib/keystone:configure_keystone_authtoken_middleware:444 :   iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd
2022-02-14 23:07:01.164 | + lib/keystone:configure_keystone_authtoken_middleware:445 :   iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default
2022-02-14 23:07:01.212 | + lib/keystone:configure_keystone_authtoken_middleware:446 :   iniset /etc/nova/nova.conf keystone_authtoken project_name service
2022-02-14 23:07:01.260 | + lib/keystone:configure_keystone_authtoken_middleware:447 :   iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default
2022-02-14 23:07:01.306 | + lib/keystone:configure_keystone_authtoken_middleware:449 :   iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2022-02-14 23:07:01.348 | + lib/keystone:configure_keystone_authtoken_middleware:450 :   iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211
2022-02-14 23:07:01.390 | + lib/nova:create_nova_conf:475            :   is_service_enabled cinder
2022-02-14 23:07:01.413 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:01.417 | + lib/nova:create_nova_conf:476            :   configure_cinder_access
2022-02-14 23:07:01.420 | + lib/nova:configure_cinder_access:603     :   iniset /etc/nova/nova.conf cinder os_region_name RegionOne
2022-02-14 23:07:01.463 | + lib/nova:configure_cinder_access:604     :   iniset /etc/nova/nova.conf cinder auth_type password
2022-02-14 23:07:01.504 | + lib/nova:configure_cinder_access:605     :   iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.47/identity
2022-02-14 23:07:01.546 | + lib/nova:configure_cinder_access:612     :   iniset /etc/nova/nova.conf cinder username nova
2022-02-14 23:07:01.588 | + lib/nova:configure_cinder_access:613     :   iniset /etc/nova/nova.conf cinder password Passw0rd
2022-02-14 23:07:01.627 | + lib/nova:configure_cinder_access:614     :   iniset /etc/nova/nova.conf cinder user_domain_name Default
2022-02-14 23:07:01.667 | + lib/nova:configure_cinder_access:615     :   iniset /etc/nova/nova.conf cinder project_name service
2022-02-14 23:07:01.711 | + lib/nova:configure_cinder_access:616     :   iniset /etc/nova/nova.conf cinder project_domain_name Default
2022-02-14 23:07:01.755 | + lib/nova:configure_cinder_access:617     :   is_service_enabled tls-proxy
2022-02-14 23:07:01.777 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:01.781 | + lib/nova:create_nova_conf:479            :   '[' -n /opt/stack/data/nova ']'
2022-02-14 23:07:01.784 | + lib/nova:create_nova_conf:480            :   iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova
2022-02-14 23:07:01.834 | + lib/nova:create_nova_conf:481            :   iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova
2022-02-14 23:07:01.880 | + lib/nova:create_nova_conf:483            :   '[' -n /opt/stack/data/nova/instances ']'
2022-02-14 23:07:01.883 | + lib/nova:create_nova_conf:484            :   iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances
2022-02-14 23:07:01.922 | + lib/nova:create_nova_conf:486            :   '[' False '!=' False ']'
2022-02-14 23:07:01.926 | + lib/nova:create_nova_conf:489            :   '[' False '!=' False ']'
2022-02-14 23:07:01.929 | + lib/nova:create_nova_conf:495            :   is_suse
2022-02-14 23:07:01.932 | + functions-common:is_suse:542             :   is_opensuse
2022-02-14 23:07:01.936 | + functions-common:is_opensuse:549         :   [[ -z Ubuntu ]]
2022-02-14 23:07:01.939 | + functions-common:is_opensuse:553         :   [[ Ubuntu =~ (openSUSE) ]]
2022-02-14 23:07:01.942 | + functions-common:is_suse:542             :   is_suse_linux_enterprise
2022-02-14 23:07:01.946 | + functions-common:is_suse_linux_enterprise:561 :   [[ -z Ubuntu ]]
2022-02-14 23:07:01.949 | + functions-common:is_suse_linux_enterprise:565 :   [[ Ubuntu =~ (^SUSE) ]]
2022-02-14 23:07:01.952 | + lib/nova:create_nova_conf:495            :   is_fedora
2022-02-14 23:07:01.956 | + functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 23:07:01.961 | + functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 23:07:01.964 | + functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 23:07:01.967 | + functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 23:07:01.971 | + functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 23:07:01.975 | + functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 23:07:01.978 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 23:07:01.981 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 23:07:01.984 | + functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 23:07:01.989 | + functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 23:07:01.992 | + functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 23:07:01.995 | + lib/nova:create_nova_conf:500            :   setup_logging /etc/nova/nova.conf
2022-02-14 23:07:01.998 | + functions:setup_logging:674              :   setup_systemd_logging /etc/nova/nova.conf
2022-02-14 23:07:02.001 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/nova/nova.conf
2022-02-14 23:07:02.005 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2022-02-14 23:07:02.027 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2022-02-14 23:07:02.031 | + functions:setup_systemd_logging:695      :   local pidstr=
2022-02-14 23:07:02.037 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2022-02-14 23:07:02.040 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2022-02-14 23:07:02.043 | + functions:setup_systemd_logging:702      :   iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2022-02-14 23:07:02.085 | + 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'
2022-02-14 23:07:02.128 | + 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'
2022-02-14 23:07:02.168 | + functions:setup_systemd_logging:706      :   iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2022-02-14 23:07:02.211 | + lib/nova:create_nova_conf:502            :   iniset /etc/nova/nova.conf upgrade_levels compute auto
2022-02-14 23:07:02.256 | + lib/nova:create_nova_conf:504            :   is_service_enabled n-api
2022-02-14 23:07:02.285 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:02.288 | + lib/nova:create_nova_conf:505            :   write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute
2022-02-14 23:07:02.291 | + lib/apache:write_uwsgi_config:249        :   local file=/etc/nova/nova-api-uwsgi.ini
2022-02-14 23:07:02.294 | + lib/apache:write_uwsgi_config:250        :   local wsgi=/usr/local/bin/nova-api-wsgi
2022-02-14 23:07:02.297 | + lib/apache:write_uwsgi_config:251        :   local url=/compute
2022-02-14 23:07:02.300 | + lib/apache:write_uwsgi_config:252        :   local http=
2022-02-14 23:07:02.303 | + lib/apache:write_uwsgi_config:253        :   local name=
2022-02-14 23:07:02.307 | ++ lib/apache:write_uwsgi_config:254        :   basename /usr/local/bin/nova-api-wsgi
2022-02-14 23:07:02.312 | + lib/apache:write_uwsgi_config:254        :   name=nova-api-wsgi
2022-02-14 23:07:02.317 | + lib/apache:write_uwsgi_config:258        :   local socket_dir=/var/run/uwsgi
2022-02-14 23:07:02.320 | + lib/apache:write_uwsgi_config:262        :   sudo mkdir -p /etc/tmpfiles.d/
2022-02-14 23:07:02.337 | + lib/apache:write_uwsgi_config:263        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2022-02-14 23:07:02.337 | + lib/apache:write_uwsgi_config:263        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:07:02.352 | d /var/run/uwsgi 0755 ubuntu root
2022-02-14 23:07:02.357 | + lib/apache:write_uwsgi_config:264        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:07:02.389 | + lib/apache:write_uwsgi_config:266        :   local socket=/var/run/uwsgi/nova-api-wsgi.socket
2022-02-14 23:07:02.393 | + lib/apache:write_uwsgi_config:269        :   rm -rf /etc/nova/nova-api-uwsgi.ini
2022-02-14 23:07:02.398 | + lib/apache:write_uwsgi_config:270        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi
2022-02-14 23:07:02.434 | + lib/apache:write_uwsgi_config:271        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2
2022-02-14 23:07:02.464 | + lib/apache:write_uwsgi_config:273        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true
2022-02-14 23:07:02.495 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true
2022-02-14 23:07:02.529 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false
2022-02-14 23:07:02.560 | + lib/apache:write_uwsgi_config:279        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90
2022-02-14 23:07:02.593 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true
2022-02-14 23:07:02.624 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3
2022-02-14 23:07:02.655 | + lib/apache:write_uwsgi_config:283        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true
2022-02-14 23:07:02.687 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2022-02-14 23:07:02.721 | + lib/apache:write_uwsgi_config:287        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535
2022-02-14 23:07:02.752 | + lib/apache:write_uwsgi_config:289        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close'
2022-02-14 23:07:02.785 | + lib/apache:write_uwsgi_config:291        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true
2022-02-14 23:07:02.822 | + lib/apache:write_uwsgi_config:294        :   [[ -n '' ]]
2022-02-14 23:07:02.825 | + lib/apache:write_uwsgi_config:297        :   local apache_conf=
2022-02-14 23:07:02.829 | ++ lib/apache:write_uwsgi_config:298        :   apache_site_config_for nova-api-wsgi
2022-02-14 23:07:02.833 | ++ lib/apache:apache_site_config_for:181    :   local site=nova-api-wsgi
2022-02-14 23:07:02.836 | ++ lib/apache:apache_site_config_for:182    :   is_ubuntu
2022-02-14 23:07:02.839 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:02.842 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:02.845 | ++ lib/apache:apache_site_config_for:184    :   echo /etc/apache2/sites-available/nova-api-wsgi.conf
2022-02-14 23:07:02.848 | + lib/apache:write_uwsgi_config:298        :   apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf
2022-02-14 23:07:02.851 | + lib/apache:write_uwsgi_config:299        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket
2022-02-14 23:07:02.888 | + lib/apache:write_uwsgi_config:300        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666
2022-02-14 23:07:02.924 | + lib/apache:write_uwsgi_config:301        :   echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 '
2022-02-14 23:07:02.925 | + lib/apache:write_uwsgi_config:301        :   sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf
2022-02-14 23:07:02.938 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 
2022-02-14 23:07:02.943 | + lib/apache:write_uwsgi_config:302        :   enable_apache_site nova-api-wsgi
2022-02-14 23:07:02.946 | + lib/apache:enable_apache_site:198        :   local site=nova-api-wsgi
2022-02-14 23:07:02.949 | + lib/apache:enable_apache_site:200        :   enable_apache_mod version
2022-02-14 23:07:02.951 | + lib/apache:enable_apache_mod:54          :   local mod=version
2022-02-14 23:07:02.954 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2022-02-14 23:07:02.958 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:02.961 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:02.964 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2022-02-14 23:07:02.966 | + lib/apache:enable_apache_site:201        :   is_ubuntu
2022-02-14 23:07:02.969 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:02.973 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:02.975 | + lib/apache:enable_apache_site:202        :   sudo a2ensite nova-api-wsgi
2022-02-14 23:07:03.087 | Enabling site nova-api-wsgi.
2022-02-14 23:07:03.093 | To activate the new configuration, you need to run:
2022-02-14 23:07:03.093 |   systemctl reload apache2
2022-02-14 23:07:03.099 | + lib/apache:write_uwsgi_config:303        :   restart_apache_server
2022-02-14 23:07:03.101 | + lib/apache:restart_apache_server:245     :   restart_service apache2
2022-02-14 23:07:03.104 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:07:03.107 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart apache2
2022-02-14 23:07:03.263 | + lib/nova:create_nova_conf:508            :   is_service_enabled n-api-meta
2022-02-14 23:07:03.288 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:03.291 | + lib/nova:create_nova_conf:509            :   write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775
2022-02-14 23:07:03.294 | + lib/apache:write_uwsgi_config:249        :   local file=/etc/nova/nova-metadata-uwsgi.ini
2022-02-14 23:07:03.296 | + lib/apache:write_uwsgi_config:250        :   local wsgi=/usr/local/bin/nova-metadata-wsgi
2022-02-14 23:07:03.299 | + lib/apache:write_uwsgi_config:251        :   local url=
2022-02-14 23:07:03.302 | + lib/apache:write_uwsgi_config:252        :   local http=0.0.0.0:8775
2022-02-14 23:07:03.305 | + lib/apache:write_uwsgi_config:253        :   local name=
2022-02-14 23:07:03.308 | ++ lib/apache:write_uwsgi_config:254        :   basename /usr/local/bin/nova-metadata-wsgi
2022-02-14 23:07:03.314 | + lib/apache:write_uwsgi_config:254        :   name=nova-metadata-wsgi
2022-02-14 23:07:03.317 | + lib/apache:write_uwsgi_config:258        :   local socket_dir=/var/run/uwsgi
2022-02-14 23:07:03.320 | + lib/apache:write_uwsgi_config:262        :   sudo mkdir -p /etc/tmpfiles.d/
2022-02-14 23:07:03.340 | + lib/apache:write_uwsgi_config:263        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2022-02-14 23:07:03.340 | + lib/apache:write_uwsgi_config:263        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:07:03.352 | d /var/run/uwsgi 0755 ubuntu root
2022-02-14 23:07:03.357 | + lib/apache:write_uwsgi_config:264        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:07:03.377 | + lib/apache:write_uwsgi_config:266        :   local socket=/var/run/uwsgi/nova-metadata-wsgi.socket
2022-02-14 23:07:03.380 | + lib/apache:write_uwsgi_config:269        :   rm -rf /etc/nova/nova-metadata-uwsgi.ini
2022-02-14 23:07:03.385 | + lib/apache:write_uwsgi_config:270        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi
2022-02-14 23:07:03.428 | + lib/apache:write_uwsgi_config:271        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2
2022-02-14 23:07:03.467 | + lib/apache:write_uwsgi_config:273        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true
2022-02-14 23:07:03.504 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true
2022-02-14 23:07:03.547 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false
2022-02-14 23:07:03.585 | + lib/apache:write_uwsgi_config:279        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90
2022-02-14 23:07:03.623 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true
2022-02-14 23:07:03.663 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3
2022-02-14 23:07:03.701 | + lib/apache:write_uwsgi_config:283        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true
2022-02-14 23:07:03.744 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2022-02-14 23:07:03.779 | + lib/apache:write_uwsgi_config:287        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535
2022-02-14 23:07:03.817 | + lib/apache:write_uwsgi_config:289        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close'
2022-02-14 23:07:03.851 | + lib/apache:write_uwsgi_config:291        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true
2022-02-14 23:07:03.883 | + lib/apache:write_uwsgi_config:294        :   [[ -n 0.0.0.0:8775 ]]
2022-02-14 23:07:03.886 | + lib/apache:write_uwsgi_config:295        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775
2022-02-14 23:07:03.927 | + lib/nova:create_nova_conf:512            :   is_service_enabled ceilometer
2022-02-14 23:07:03.950 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:03.953 | + lib/nova:create_nova_conf:520            :   iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2
2022-02-14 23:07:04.004 | ++ lib/nova:create_nova_conf:521            :   get_notification_url
2022-02-14 23:07:04.008 | ++ lib/rpc_backend:get_notification_url:149 :   local virtual_host=
2022-02-14 23:07:04.011 | ++ lib/rpc_backend:get_notification_url:150 :   is_service_enabled rabbit
2022-02-14 23:07:04.036 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:04.041 | ++ lib/rpc_backend:get_notification_url:151 :   echo rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:07:04.045 | + lib/nova:create_nova_conf:521            :   iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:07:04.084 | + lib/nova:create_nova_conf:522            :   iniset /etc/nova/nova.conf notifications notification_format unversioned
2022-02-14 23:07:04.122 | + lib/nova:create_nova_conf:523            :   iniset_rpc_backend nova /etc/nova/nova.conf
2022-02-14 23:07:04.124 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=nova
2022-02-14 23:07:04.127 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/nova/nova.conf
2022-02-14 23:07:04.130 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2022-02-14 23:07:04.133 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2022-02-14 23:07:04.135 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2022-02-14 23:07:04.156 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:04.162 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2022-02-14 23:07:04.165 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2022-02-14 23:07:04.169 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2022-02-14 23:07:04.191 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:04.194 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:07:04.198 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:07:04.234 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2022-02-14 23:07:04.238 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2022-02-14 23:07:04.241 | + lib/nova:create_nova_conf:525            :   iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2
2022-02-14 23:07:04.277 | + lib/nova:create_nova_conf:526            :   iniset /etc/nova/nova.conf DEFAULT metadata_workers 2
2022-02-14 23:07:04.314 | + lib/nova:create_nova_conf:528            :   iniset /etc/nova/nova.conf conductor workers 2
2022-02-14 23:07:04.356 | + lib/nova:create_nova_conf:530            :   is_service_enabled tls-proxy
2022-02-14 23:07:04.378 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:04.381 | + lib/nova:create_nova_conf:535            :   iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5
2022-02-14 23:07:04.416 | + lib/nova:create_nova_conf:537            :   '[' True == True ']'
2022-02-14 23:07:04.419 | + lib/nova:create_nova_conf:538            :   init_nova_service_user_conf
2022-02-14 23:07:04.422 | + lib/nova:init_nova_service_user_conf:739 :   iniset /etc/nova/nova.conf service_user send_service_user_token True
2022-02-14 23:07:04.461 | + lib/nova:init_nova_service_user_conf:740 :   iniset /etc/nova/nova.conf service_user auth_type password
2022-02-14 23:07:04.498 | + lib/nova:init_nova_service_user_conf:741 :   iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.47/identity
2022-02-14 23:07:04.536 | + lib/nova:init_nova_service_user_conf:742 :   iniset /etc/nova/nova.conf service_user username nova
2022-02-14 23:07:04.571 | + lib/nova:init_nova_service_user_conf:743 :   iniset /etc/nova/nova.conf service_user password Passw0rd
2022-02-14 23:07:04.608 | + lib/nova:init_nova_service_user_conf:744 :   iniset /etc/nova/nova.conf service_user user_domain_name Default
2022-02-14 23:07:04.646 | + lib/nova:init_nova_service_user_conf:745 :   iniset /etc/nova/nova.conf service_user project_name service
2022-02-14 23:07:04.685 | + lib/nova:init_nova_service_user_conf:746 :   iniset /etc/nova/nova.conf service_user project_domain_name Default
2022-02-14 23:07:04.725 | + lib/nova:init_nova_service_user_conf:747 :   iniset /etc/nova/nova.conf service_user auth_strategy keystone
2022-02-14 23:07:04.763 | + lib/nova:create_nova_conf:541            :   is_service_enabled n-cond
2022-02-14 23:07:04.786 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:04.790 | ++ lib/nova:create_nova_conf:542            :   seq 1 1
2022-02-14 23:07:04.795 | + lib/nova:create_nova_conf:542            :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:07:04.799 | + lib/nova:create_nova_conf:543            :   local conf
2022-02-14 23:07:04.802 | + lib/nova:create_nova_conf:544            :   local vhost
2022-02-14 23:07:04.805 | ++ lib/nova:create_nova_conf:545            :   conductor_conf 1
2022-02-14 23:07:04.807 | ++ lib/nova:conductor_conf:751              :   local cell=1
2022-02-14 23:07:04.810 | ++ lib/nova:conductor_conf:752              :   echo /etc/nova/nova_cell1.conf
2022-02-14 23:07:04.814 | + lib/nova:create_nova_conf:545            :   conf=/etc/nova/nova_cell1.conf
2022-02-14 23:07:04.817 | + lib/nova:create_nova_conf:546            :   vhost=nova_cell1
2022-02-14 23:07:04.820 | + lib/nova:create_nova_conf:548            :   rm -f /etc/nova/nova_cell1.conf
2022-02-14 23:07:04.825 | ++ lib/nova:create_nova_conf:549            :   database_connection_url nova_cell1
2022-02-14 23:07:04.828 | ++ lib/database:database_connection_url:134 :   local db=nova_cell1
2022-02-14 23:07:04.831 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql nova_cell1
2022-02-14 23:07:04.834 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=nova_cell1
2022-02-14 23:07:04.837 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8'
2022-02-14 23:07:04.841 | + lib/nova:create_nova_conf:549            :   iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8'
2022-02-14 23:07:04.884 | + lib/nova:create_nova_conf:550            :   iniset /etc/nova/nova_cell1.conf conductor workers 2
2022-02-14 23:07:04.927 | + lib/nova:create_nova_conf:551            :   iniset /etc/nova/nova_cell1.conf DEFAULT debug True
2022-02-14 23:07:04.969 | + lib/nova:create_nova_conf:553            :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:07:04.972 | + lib/nova:create_nova_conf:556            :   rpc_backend_add_vhost nova_cell1
2022-02-14 23:07:04.975 | + lib/rpc_backend:rpc_backend_add_vhost:125 :   local vhost=nova_cell1
2022-02-14 23:07:04.977 | + lib/rpc_backend:rpc_backend_add_vhost:126 :   is_service_enabled rabbit
2022-02-14 23:07:04.998 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:05.002 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 :   sudo rabbitmqctl list_vhosts
2022-02-14 23:07:05.003 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 :   grep nova_cell1
2022-02-14 23:07:05.914 | + lib/rpc_backend:rpc_backend_add_vhost:127 :   '[' -z ']'
2022-02-14 23:07:05.916 | + lib/rpc_backend:rpc_backend_add_vhost:128 :   sudo rabbitmqctl add_vhost nova_cell1
2022-02-14 23:07:06.820 | Adding vhost "nova_cell1" ...
2022-02-14 23:07:06.883 | + lib/rpc_backend:rpc_backend_add_vhost:129 :   sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*'
2022-02-14 23:07:07.709 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ...
2022-02-14 23:07:07.733 | + lib/nova:create_nova_conf:557            :   iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1
2022-02-14 23:07:07.736 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=nova
2022-02-14 23:07:07.739 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/nova/nova_cell1.conf
2022-02-14 23:07:07.741 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2022-02-14 23:07:07.744 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=nova_cell1
2022-02-14 23:07:07.746 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2022-02-14 23:07:07.763 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:07.767 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url nova_cell1
2022-02-14 23:07:07.770 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=nova_cell1
2022-02-14 23:07:07.772 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2022-02-14 23:07:07.789 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:07.791 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/nova_cell1
2022-02-14 23:07:07.794 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/nova_cell1
2022-02-14 23:07:07.824 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2022-02-14 23:07:07.826 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2022-02-14 23:07:07.828 | + lib/nova:create_nova_conf:561            :   is_service_enabled placement placement-client
2022-02-14 23:07:07.847 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:07.849 | + lib/nova:create_nova_conf:562            :   configure_placement_nova_compute /etc/nova/nova_cell1.conf
2022-02-14 23:07:07.852 | + lib/nova:configure_placement_nova_compute:590 :   local conf=/etc/nova/nova_cell1.conf
2022-02-14 23:07:07.854 | + lib/nova:configure_placement_nova_compute:591 :   iniset /etc/nova/nova_cell1.conf placement auth_type password
2022-02-14 23:07:07.888 | + lib/nova:configure_placement_nova_compute:592 :   iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.47/identity
2022-02-14 23:07:07.918 | + lib/nova:configure_placement_nova_compute:593 :   iniset /etc/nova/nova_cell1.conf placement username placement
2022-02-14 23:07:07.950 | + lib/nova:configure_placement_nova_compute:594 :   iniset /etc/nova/nova_cell1.conf placement password Passw0rd
2022-02-14 23:07:07.980 | + lib/nova:configure_placement_nova_compute:595 :   iniset /etc/nova/nova_cell1.conf placement user_domain_name Default
2022-02-14 23:07:08.013 | + lib/nova:configure_placement_nova_compute:596 :   iniset /etc/nova/nova_cell1.conf placement project_name service
2022-02-14 23:07:08.043 | + lib/nova:configure_placement_nova_compute:597 :   iniset /etc/nova/nova_cell1.conf placement project_domain_name Default
2022-02-14 23:07:08.073 | + lib/nova:configure_placement_nova_compute:598 :   iniset /etc/nova/nova_cell1.conf placement region_name RegionOne
2022-02-14 23:07:08.103 | + lib/nova:create_nova_conf:566            :   setup_logging /etc/nova/nova_cell1.conf
2022-02-14 23:07:08.106 | + functions:setup_logging:674              :   setup_systemd_logging /etc/nova/nova_cell1.conf
2022-02-14 23:07:08.108 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/nova/nova_cell1.conf
2022-02-14 23:07:08.112 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2022-02-14 23:07:08.130 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2022-02-14 23:07:08.133 | + functions:setup_systemd_logging:695      :   local pidstr=
2022-02-14 23:07:08.136 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2022-02-14 23:07:08.139 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2022-02-14 23:07:08.142 | + 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}}'
2022-02-14 23:07:08.174 | + 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'
2022-02-14 23:07:08.209 | + 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'
2022-02-14 23:07:08.240 | + functions:setup_systemd_logging:706      :   iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2022-02-14 23:07:08.271 | + lib/nova:create_nova_conf:573            :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:07:08.274 | ++ lib/nova:create_nova_conf:576            :   seq 1 1
2022-02-14 23:07:08.278 | + lib/nova:create_nova_conf:576            :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:07:08.281 | + lib/nova:create_nova_conf:577            :   local conf
2022-02-14 23:07:08.284 | + lib/nova:create_nova_conf:578            :   local offset
2022-02-14 23:07:08.287 | ++ lib/nova:create_nova_conf:579            :   conductor_conf 1
2022-02-14 23:07:08.289 | ++ lib/nova:conductor_conf:751              :   local cell=1
2022-02-14 23:07:08.291 | ++ lib/nova:conductor_conf:752              :   echo /etc/nova/nova_cell1.conf
2022-02-14 23:07:08.294 | + lib/nova:create_nova_conf:579            :   conf=/etc/nova/nova_cell1.conf
2022-02-14 23:07:08.297 | + lib/nova:create_nova_conf:580            :   offset=0
2022-02-14 23:07:08.300 | + lib/nova:create_nova_conf:581            :   configure_console_proxies /etc/nova/nova_cell1.conf 0
2022-02-14 23:07:08.302 | + lib/nova:configure_console_proxies:688   :   local conf=/etc/nova/nova_cell1.conf
2022-02-14 23:07:08.304 | + lib/nova:configure_console_proxies:689   :   local offset=0
2022-02-14 23:07:08.307 | + lib/nova:configure_console_proxies:693   :   offset=0
2022-02-14 23:07:08.309 | + lib/nova:configure_console_proxies:695   :   is_service_enabled n-novnc
2022-02-14 23:07:08.326 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:08.330 | + lib/nova:configure_console_proxies:695   :   '[' False '!=' False ']'
2022-02-14 23:07:08.332 | + lib/nova:configure_console_proxies:727   :   is_service_enabled n-spice
2022-02-14 23:07:08.349 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:08.353 | + lib/nova:configure_console_proxies:732   :   is_service_enabled n-sproxy
2022-02-14 23:07:08.373 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:08.378 | + lib/nova:configure_nova:337              :   is_service_enabled n-cpu
2022-02-14 23:07:08.400 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:08.403 | + ./stack.sh:main:940                      :   is_service_enabled placement
2022-02-14 23:07:08.425 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:08.429 | + ./stack.sh:main:942                      :   stack_install_service placement
2022-02-14 23:07:08.432 | + lib/stack:stack_install_service:20       :   local service=placement
2022-02-14 23:07:08.436 | + lib/stack:stack_install_service:21       :   type install_placement
2022-02-14 23:07:08.440 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2022-02-14 23:07:08.443 | + lib/stack:stack_install_service:32       :   install_placement
2022-02-14 23:07:08.446 | + lib/placement:install_placement:137      :   install_apache_wsgi
2022-02-14 23:07:08.449 | + lib/apache:install_apache_wsgi:138       :   is_ubuntu
2022-02-14 23:07:08.452 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:08.455 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:08.459 | + lib/apache:install_apache_wsgi:140       :   install_package apache2
2022-02-14 23:07:08.462 | + functions-common:install_package:1463    :   update_package_repo
2022-02-14 23:07:08.465 | + functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 23:07:08.467 | + functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 23:07:08.471 | + functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 23:07:08.474 | + functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 23:07:08.476 | + functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 23:07:08.479 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:08.482 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:08.486 | + functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 23:07:08.489 | + functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 23:07:08.491 | + functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 23:07:08.494 | + functions-common:apt_get_update:1190     :   return
2022-02-14 23:07:08.498 | + functions-common:install_package:1464    :   real_install_package apache2
2022-02-14 23:07:08.500 | + functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 23:07:08.504 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:08.507 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:08.510 | + functions-common:real_install_package:1450 :   apt_get install apache2
2022-02-14 23:07:08.541 | + functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2
2022-02-14 23:07:08.694 | Reading package lists...
2022-02-14 23:07:08.983 | Building dependency tree...
2022-02-14 23:07:08.985 | Reading state information...
2022-02-14 23:07:09.361 | apache2 is already the newest version (2.4.41-4ubuntu3.9).
2022-02-14 23:07:09.361 | The following packages were automatically installed and are no longer required:
2022-02-14 23:07:09.362 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 23:07:09.362 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 23:07:09.363 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 23:07:09.363 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 23:07:09.363 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 23:07:09.363 |   python3-zope.interface
2022-02-14 23:07:09.363 | Use 'sudo apt autoremove' to remove them.
2022-02-14 23:07:09.509 | 0 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 23:07:09.514 | + functions-common:apt_get:1234            :   result=0
2022-02-14 23:07:09.518 | + functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:07:09.520 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:07:09.523 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:07:09.526 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:07:09.528 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:07:09.531 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:07:09.535 | + functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:07:09.538 | + functions-common:time_stop:2432          :   start_time=1644880028537
2022-02-14 23:07:09.540 | + functions-common:time_stop:2434          :   [[ -z 1644880028537 ]]
2022-02-14 23:07:09.545 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:07:09.550 | + functions-common:time_stop:2437          :   end_time=1644880029546
2022-02-14 23:07:09.553 | + functions-common:time_stop:2438          :   elapsed_time=1009
2022-02-14 23:07:09.556 | + functions-common:time_stop:2439          :   total=480534
2022-02-14 23:07:09.559 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:07:09.562 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=481543
2022-02-14 23:07:09.564 | + functions-common:apt_get:1238            :   return 0
2022-02-14 23:07:09.567 | + lib/apache:install_apache_wsgi:141       :   is_package_installed libapache2-mod-wsgi
2022-02-14 23:07:09.570 | + functions-common:is_package_installed:1472 :   [[ -z libapache2-mod-wsgi ]]
2022-02-14 23:07:09.573 | + functions-common:is_package_installed:1476 :   [[ -z deb ]]
2022-02-14 23:07:09.576 | + functions-common:is_package_installed:1480 :   [[ deb = \d\e\b ]]
2022-02-14 23:07:09.579 | + functions-common:is_package_installed:1481 :   dpkg -s libapache2-mod-wsgi
2022-02-14 23:07:09.605 | + lib/apache:install_apache_wsgi:144       :   install_package libapache2-mod-wsgi-py3
2022-02-14 23:07:09.608 | + functions-common:install_package:1463    :   update_package_repo
2022-02-14 23:07:09.612 | + functions-common:update_package_repo:1435 :   NO_UPDATE_REPOS=False
2022-02-14 23:07:09.614 | + functions-common:update_package_repo:1436 :   REPOS_UPDATED=True
2022-02-14 23:07:09.617 | + functions-common:update_package_repo:1437 :   RETRY_UPDATE=False
2022-02-14 23:07:09.620 | + functions-common:update_package_repo:1439 :   [[ False = \T\r\u\e ]]
2022-02-14 23:07:09.623 | + functions-common:update_package_repo:1443 :   is_ubuntu
2022-02-14 23:07:09.627 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:09.630 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:09.633 | + functions-common:update_package_repo:1444 :   apt_get_update
2022-02-14 23:07:09.637 | + functions-common:apt_get_update:1189     :   [[ True == \T\r\u\e ]]
2022-02-14 23:07:09.640 | + functions-common:apt_get_update:1189     :   [[ False != \T\r\u\e ]]
2022-02-14 23:07:09.644 | + functions-common:apt_get_update:1190     :   return
2022-02-14 23:07:09.647 | + functions-common:install_package:1464    :   real_install_package libapache2-mod-wsgi-py3
2022-02-14 23:07:09.650 | + functions-common:real_install_package:1449 :   is_ubuntu
2022-02-14 23:07:09.653 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:09.656 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:09.659 | + functions-common:real_install_package:1450 :   apt_get install libapache2-mod-wsgi-py3
2022-02-14 23:07:09.690 | + functions-common:apt_get:1230            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3
2022-02-14 23:07:09.853 | Reading package lists...
2022-02-14 23:07:10.172 | Building dependency tree...
2022-02-14 23:07:10.173 | Reading state information...
2022-02-14 23:07:10.510 | The following packages were automatically installed and are no longer required:
2022-02-14 23:07:10.512 |   apport-symptoms libboost-iostreams1.71.0 libboost-thread1.71.0 libnetplan0
2022-02-14 23:07:10.512 |   python3-automat python3-click python3-colorama python3-configobj
2022-02-14 23:07:10.512 |   python3-constantly python3-entrypoints python3-hamcrest python3-hyperlink
2022-02-14 23:07:10.512 |   python3-incremental python3-keyring python3-lazr.uri python3-problem-report
2022-02-14 23:07:10.512 |   python3-secretstorage python3-twisted-bin python3-wadllib
2022-02-14 23:07:10.512 |   python3-zope.interface
2022-02-14 23:07:10.512 | Use 'sudo apt autoremove' to remove them.
2022-02-14 23:07:10.599 | The following NEW packages will be installed:
2022-02-14 23:07:10.601 |   libapache2-mod-wsgi-py3
2022-02-14 23:07:10.724 | 0 upgraded, 1 newly installed, 0 to remove and 113 not upgraded.
2022-02-14 23:07:10.724 | Need to get 93.3 kB of archives.
2022-02-14 23:07:10.724 | After this operation, 300 kB of additional disk space will be used.
2022-02-14 23:07:10.724 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3 [93.3 kB]
2022-02-14 23:07:11.560 | Fetched 93.3 kB in 0s (415 kB/s)
2022-02-14 23:07:11.601 | Selecting previously unselected package libapache2-mod-wsgi-py3.
2022-02-14 23:07:11.667 | (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 ... 100313 files and directories currently installed.)
2022-02-14 23:07:11.672 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3_amd64.deb ...
2022-02-14 23:07:11.675 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ...
2022-02-14 23:07:11.773 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ...
2022-02-14 23:07:11.974 | apache2_invoke: Enable module wsgi
2022-02-14 23:07:22.095 | + functions-common:apt_get:1234            :   result=0
2022-02-14 23:07:22.098 | + functions-common:apt_get:1237            :   time_stop apt-get
2022-02-14 23:07:22.101 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:07:22.104 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:07:22.106 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:07:22.109 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:07:22.111 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:07:22.114 | + functions-common:time_stop:2431          :   name=apt-get
2022-02-14 23:07:22.116 | + functions-common:time_stop:2432          :   start_time=1644880029686
2022-02-14 23:07:22.119 | + functions-common:time_stop:2434          :   [[ -z 1644880029686 ]]
2022-02-14 23:07:22.122 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:07:22.126 | + functions-common:time_stop:2437          :   end_time=1644880042123
2022-02-14 23:07:22.129 | + functions-common:time_stop:2438          :   elapsed_time=12437
2022-02-14 23:07:22.131 | + functions-common:time_stop:2439          :   total=481543
2022-02-14 23:07:22.133 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:07:22.136 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=493980
2022-02-14 23:07:22.138 | + functions-common:apt_get:1238            :   return 0
2022-02-14 23:07:22.142 | + lib/apache:install_apache_wsgi:159       :   enable_apache_mod wsgi
2022-02-14 23:07:22.145 | + lib/apache:enable_apache_mod:54          :   local mod=wsgi
2022-02-14 23:07:22.147 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2022-02-14 23:07:22.150 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:22.152 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:22.155 | + lib/apache:enable_apache_mod:59          :   [[ wsgi != \v\e\r\s\i\o\n ]]
2022-02-14 23:07:22.159 | + lib/apache:enable_apache_mod:59          :   a2query -m wsgi
2022-02-14 23:07:22.218 | wsgi (enabled by maintainer script)
2022-02-14 23:07:22.222 | + lib/placement:install_placement:139      :   pip_install_gr osc-placement
2022-02-14 23:07:22.225 | + inc/python:pip_install_gr:76             :   local name=osc-placement
2022-02-14 23:07:22.227 | + inc/python:pip_install_gr:77             :   local clean_name
2022-02-14 23:07:22.231 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements osc-placement
2022-02-14 23:07:22.233 | ++ inc/python:get_from_global_requirements:225 :   local package=osc-placement
2022-02-14 23:07:22.237 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2022-02-14 23:07:22.242 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt
2022-02-14 23:07:22.242 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2022-02-14 23:07:22.249 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='osc-placement  '
2022-02-14 23:07:22.252 | ++ inc/python:get_from_global_requirements:228 :   [[ osc-placement   == '' ]]
2022-02-14 23:07:22.255 | ++ inc/python:get_from_global_requirements:231 :   echo osc-placement
2022-02-14 23:07:22.258 | + inc/python:pip_install_gr:78             :   clean_name=osc-placement
2022-02-14 23:07:22.261 | + inc/python:pip_install_gr:79             :   pip_install osc-placement
2022-02-14 23:07:22.288 | Using python 3.8 to install osc-placement
2022-02-14 23:07:22.297 | + 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
2022-02-14 23:07:23.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:07:23.313 |   from cryptography.utils import int_from_bytes
2022-02-14 23:07:23.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:07:23.313 |   from cryptography.utils import int_from_bytes
2022-02-14 23:07:24.476 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:07:24.592 | Collecting osc-placement
2022-02-14 23:07:24.599 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6d/5a64a2d64386f/osc_placement-3.1.1-py3-none-any.whl (63 kB)
2022-02-14 23:07:24.616 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.16.0)
2022-02-14 23:07:24.617 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.4.0)
2022-02-14 23:07:24.618 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.12.1)
2022-02-14 23:07:24.619 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0)
2022-02-14 23:07:24.620 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.4.2)
2022-02-14 23:07:24.621 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.8.1)
2022-02-14 23:07:24.691 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.0.2)
2022-02-14 23:07:24.692 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.5.0)
2022-02-14 23:07:24.694 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.27.1)
2022-02-14 23:07:24.695 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0)
2022-02-14 23:07:24.709 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (5.1.0)
2022-02-14 23:07:24.711 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (3.10.0)
2022-02-14 23:07:24.713 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.61.0)
2022-02-14 23:07:24.726 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3)
2022-02-14 23:07:24.727 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0)
2022-02-14 23:07:24.728 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.4.0)
2022-02-14 23:07:24.730 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.7)
2022-02-14 23:07:24.731 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.3)
2022-02-14 23:07:24.732 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0)
2022-02-14 23:07:24.754 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0)
2022-02-14 23:07:24.755 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.3.3)
2022-02-14 23:07:24.756 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.0.0)
2022-02-14 23:07:24.758 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.0)
2022-02-14 23:07:24.772 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.13.3)
2022-02-14 23:07:24.814 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (36.0.1)
2022-02-14 23:07:24.815 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32)
2022-02-14 23:07:24.817 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1)
2022-02-14 23:07:24.818 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.5.0)
2022-02-14 23:07:24.819 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.5)
2022-02-14 23:07:24.820 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0)
2022-02-14 23:07:24.822 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4)
2022-02-14 23:07:24.823 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (0.10.0)
2022-02-14 23:07:24.895 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.3)
2022-02-14 23:07:24.896 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.8)
2022-02-14 23:07:24.898 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.0.12)
2022-02-14 23:07:24.899 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2019.11.28)
2022-02-14 23:07:24.996 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (21.4.0)
2022-02-14 23:07:24.997 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2)
2022-02-14 23:07:24.997 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5)
2022-02-14 23:07:25.042 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.0)
2022-02-14 23:07:25.084 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.2)
2022-02-14 23:07:25.257 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21)
2022-02-14 23:07:27.494 | Installing collected packages: osc-placement
2022-02-14 23:07:27.691 | Successfully installed osc-placement-3.1.1
2022-02-14 23:07:27.691 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:07:27.697 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:07:27.698 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:07:27.845 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:07:27.847 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:07:27.850 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:07:27.852 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:07:27.855 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:07:27.857 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:07:27.861 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:07:27.864 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:07:27.866 | + functions-common:time_stop:2432          :   start_time=1644880042281
2022-02-14 23:07:27.869 | + functions-common:time_stop:2434          :   [[ -z 1644880042281 ]]
2022-02-14 23:07:27.872 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:07:27.877 | + functions-common:time_stop:2437          :   end_time=1644880047874
2022-02-14 23:07:27.880 | + functions-common:time_stop:2438          :   elapsed_time=5593
2022-02-14 23:07:27.883 | + functions-common:time_stop:2439          :   total=242105
2022-02-14 23:07:27.885 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:07:27.888 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=247698
2022-02-14 23:07:27.891 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:07:27.894 | + lib/placement:install_placement:140      :   git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master
2022-02-14 23:07:27.897 | + functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/placement.git
2022-02-14 23:07:27.899 | + functions-common:git_clone:609           :   local git_dest=/opt/stack/placement
2022-02-14 23:07:27.902 | + functions-common:git_clone:610           :   local git_ref=master
2022-02-14 23:07:27.905 | + functions-common:git_clone:611           :   local orig_dir
2022-02-14 23:07:27.908 | ++ functions-common:git_clone:612           :   pwd
2022-02-14 23:07:27.911 | + functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 23:07:27.914 | + functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 23:07:27.917 | ++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 23:07:27.935 | + functions-common:git_clone:615           :   RECLONE=False
2022-02-14 23:07:27.938 | + functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 23:07:27.940 | + functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 23:07:27.944 | + functions-common:git_clone:629           :   echo master
2022-02-14 23:07:27.944 | + functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 23:07:27.950 | + functions-common:git_clone:643           :   [[ ! -d /opt/stack/placement ]]
2022-02-14 23:07:27.953 | + functions-common:git_clone:644           :   [[ False = \T\r\u\e ]]
2022-02-14 23:07:27.956 | + functions-common:git_clone:650           :   git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master
2022-02-14 23:07:27.958 | + functions-common:git_timed:702           :   local count=0
2022-02-14 23:07:27.961 | + functions-common:git_timed:703           :   local timeout=0
2022-02-14 23:07:27.963 | + functions-common:git_timed:705           :   [[ -n 0 ]]
2022-02-14 23:07:27.966 | + functions-common:git_timed:706           :   timeout=0
2022-02-14 23:07:27.969 | + functions-common:git_timed:709           :   time_start git_timed
2022-02-14 23:07:27.972 | + functions-common:time_start:2411         :   local name=git_timed
2022-02-14 23:07:27.975 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:07:27.977 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:07:27.980 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:07:27.985 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880047982
2022-02-14 23:07:27.988 | + functions-common:git_timed:710           :   timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master
2022-02-14 23:07:27.992 | Cloning into '/opt/stack/placement'...
2022-02-14 23:07:37.210 | + functions-common:git_timed:724           :   time_stop git_timed
2022-02-14 23:07:37.212 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:07:37.214 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:07:37.217 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:07:37.220 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:07:37.222 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:07:37.224 | + functions-common:time_stop:2431          :   name=git_timed
2022-02-14 23:07:37.227 | + functions-common:time_stop:2432          :   start_time=1644880047982
2022-02-14 23:07:37.229 | + functions-common:time_stop:2434          :   [[ -z 1644880047982 ]]
2022-02-14 23:07:37.232 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:07:37.237 | + functions-common:time_stop:2437          :   end_time=1644880057234
2022-02-14 23:07:37.239 | + functions-common:time_stop:2438          :   elapsed_time=9252
2022-02-14 23:07:37.242 | + functions-common:time_stop:2439          :   total=2844
2022-02-14 23:07:37.244 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:07:37.246 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=12096
2022-02-14 23:07:37.250 | + functions-common:git_clone:677           :   cd /opt/stack/placement
2022-02-14 23:07:37.253 | + functions-common:git_clone:678           :   git show --oneline
2022-02-14 23:07:37.253 | + functions-common:git_clone:678           :   head -1
2022-02-14 23:07:37.257 | 91b85ba7 Merge "Refactor trait normalization"
2022-02-14 23:07:37.259 | + functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 23:07:37.262 | + lib/placement:install_placement:141      :   setup_develop /opt/stack/placement
2022-02-14 23:07:37.265 | + inc/python:setup_develop:338             :   local bindep
2022-02-14 23:07:37.268 | + inc/python:setup_develop:339             :   [[ /opt/stack/placement == -bindep* ]]
2022-02-14 23:07:37.270 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/placement
2022-02-14 23:07:37.273 | + inc/python:setup_develop:344             :   local extras=
2022-02-14 23:07:37.275 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/placement -e
2022-02-14 23:07:37.278 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2022-02-14 23:07:37.281 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/placement == -bindep* ]]
2022-02-14 23:07:37.284 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/placement
2022-02-14 23:07:37.286 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2022-02-14 23:07:37.289 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2022-02-14 23:07:37.292 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/placement
2022-02-14 23:07:37.294 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2022-02-14 23:07:37.298 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/placement
2022-02-14 23:07:37.300 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2022-02-14 23:07:37.303 | + inc/python:_setup_package_with_constraints_edit:384 :   local name
2022-02-14 23:07:37.306 | ++ inc/python:_setup_package_with_constraints_edit:385 :   awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg
2022-02-14 23:07:37.312 | + inc/python:_setup_package_with_constraints_edit:385 :   name=openstack-placement
2022-02-14 23:07:37.315 | + inc/python:_setup_package_with_constraints_edit:387 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement
2022-02-14 23:07:37.971 | + inc/python:_setup_package_with_constraints_edit:390 :   setup_package /opt/stack/placement -e
2022-02-14 23:07:37.974 | + inc/python:setup_package:418             :   local bindep=0
2022-02-14 23:07:37.976 | + inc/python:setup_package:419             :   local bindep_flag=
2022-02-14 23:07:37.978 | + inc/python:setup_package:420             :   local bindep_profiles=
2022-02-14 23:07:37.982 | + inc/python:setup_package:421             :   [[ /opt/stack/placement == -bindep* ]]
2022-02-14 23:07:37.984 | + inc/python:setup_package:426             :   local project_dir=/opt/stack/placement
2022-02-14 23:07:37.987 | + inc/python:setup_package:427             :   local flags=-e
2022-02-14 23:07:37.989 | + inc/python:setup_package:428             :   local extras=
2022-02-14 23:07:37.992 | + inc/python:setup_package:432             :   [[ -n -e ]]
2022-02-14 23:07:37.994 | + inc/python:setup_package:432             :   [[ -z '' ]]
2022-02-14 23:07:37.997 | + inc/python:setup_package:432             :   [[ ! -e =~ ^-.* ]]
2022-02-14 23:07:38.000 | + inc/python:setup_package:437             :   [[ ! -z '' ]]
2022-02-14 23:07:38.002 | + inc/python:setup_package:442             :   [[ 0 == 1 ]]
2022-02-14 23:07:38.005 | + inc/python:setup_package:446             :   pip_install -e /opt/stack/placement
2022-02-14 23:07:38.028 | Using python 3.8 to install /opt/stack/placement
2022-02-14 23:07:38.030 | + 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
2022-02-14 23:07:38.977 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:07:38.978 |   from cryptography.utils import int_from_bytes
2022-02-14 23:07:38.978 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:07:38.978 |   from cryptography.utils import int_from_bytes
2022-02-14 23:07:40.116 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:07:40.141 | Obtaining file:///opt/stack/placement
2022-02-14 23:07:40.142 |   Preparing metadata (setup.py): started
2022-02-14 23:07:41.549 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:07:41.707 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (5.8.1)
2022-02-14 23:07:41.709 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.4.31)
2022-02-14 23:07:41.710 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (9.3.0)
2022-02-14 23:07:41.711 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (2.5.1)
2022-02-14 23:07:41.712 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.8.7)
2022-02-14 23:07:41.713 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==6.1.0.dev20) (3.2.0)
2022-02-14 23:07:41.714 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (2.27.1)
2022-02-14 23:07:41.716 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (60.8.2)
2022-02-14 23:07:41.717 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.5.0)
2022-02-14 23:07:41.719 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (8.7.1)
2022-02-14 23:07:41.720 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (3.4.0)
2022-02-14 23:07:41.721 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.6.1)
2022-02-14 23:07:41.722 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.2.0)
2022-02-14 23:07:41.723 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.12.1)
2022-02-14 23:07:41.724 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (11.1.0)
2022-02-14 23:07:41.726 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (3.10.1)
2022-02-14 23:07:41.727 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.5.0)
2022-02-14 23:07:41.728 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.4.0)
2022-02-14 23:07:41.729 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.1.0)
2022-02-14 23:07:41.730 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (2.7.0)
2022-02-14 23:07:41.731 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.0.1)
2022-02-14 23:07:41.798 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (3.1.1)
2022-02-14 23:07:41.799 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (2.10.0)
2022-02-14 23:07:41.803 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (4.4.0)
2022-02-14 23:07:41.804 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (4.4.0)
2022-02-14 23:07:41.805 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (1.16.0)
2022-02-14 23:07:41.806 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (5.1.0)
2022-02-14 23:07:41.827 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==6.1.0.dev20) (0.17.3)
2022-02-14 23:07:41.868 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (0.8.0)
2022-02-14 23:07:41.869 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (2.4.0)
2022-02-14 23:07:41.870 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (6.0)
2022-02-14 23:07:41.871 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (1.5.0)
2022-02-14 23:07:41.872 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (3.5.0)
2022-02-14 23:07:41.925 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (0.13.0)
2022-02-14 23:07:41.927 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (1.7.6)
2022-02-14 23:07:41.928 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (0.5.0)
2022-02-14 23:07:41.931 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (2.0.1)
2022-02-14 23:07:41.975 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev20) (0.9.6)
2022-02-14 23:07:41.976 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev20) (2.8.2)
2022-02-14 23:07:41.996 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (3.2.0)
2022-02-14 23:07:41.996 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (3.0.3)
2022-02-14 23:07:41.999 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (3.3.0)
2022-02-14 23:07:42.027 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev20) (2021.3)
2022-02-14 23:07:42.028 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev20) (1.0.3)
2022-02-14 23:07:42.041 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev20) (3.0.0)
2022-02-14 23:07:42.059 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev20) (1.0.2)
2022-02-14 23:07:42.060 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev20) (3.0.7)
2022-02-14 23:07:42.061 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev20) (21.3)
2022-02-14 23:07:42.063 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev20) (0.11.0)
2022-02-14 23:07:42.106 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev20) (3.3)
2022-02-14 23:07:42.107 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev20) (2019.11.28)
2022-02-14 23:07:42.110 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev20) (2.0.12)
2022-02-14 23:07:42.111 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev20) (1.26.8)
2022-02-14 23:07:42.130 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==6.1.0.dev20) (0.7)
2022-02-14 23:07:42.319 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==6.1.0.dev20) (1.1.2)
2022-02-14 23:07:42.360 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (4.11.0)
2022-02-14 23:07:42.361 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (1.1.6)
2022-02-14 23:07:42.362 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (5.4.0)
2022-02-14 23:07:42.379 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (1.15.0)
2022-02-14 23:07:42.415 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (1.13.3)
2022-02-14 23:07:42.473 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (2.0.1)
2022-02-14 23:07:42.542 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (1.7.0)
2022-02-14 23:07:42.629 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (1.1.5)
2022-02-14 23:07:42.680 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev20) (0.2.5)
2022-02-14 23:07:42.877 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (5.1.1)
2022-02-14 23:07:42.878 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (0.4.2)
2022-02-14 23:07:42.880 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (0.5.2)
2022-02-14 23:07:42.965 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (2.5.0)
2022-02-14 23:07:43.019 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (2.21)
2022-02-14 23:07:43.185 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (3.7.0)
2022-02-14 23:07:43.297 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (1.0.0)
2022-02-14 23:07:43.298 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (3.0.0)
2022-02-14 23:07:45.205 | Installing collected packages: openstack-placement
2022-02-14 23:07:45.207 |   Running setup.py develop for openstack-placement
2022-02-14 23:07:47.533 | Successfully installed openstack-placement
2022-02-14 23:07:47.533 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:07:47.540 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:07:47.540 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:07:47.684 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:07:47.687 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:07:47.689 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:07:47.692 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:07:47.694 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:07:47.697 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:07:47.699 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:07:47.701 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:07:47.703 | + functions-common:time_stop:2432          :   start_time=1644880058022
2022-02-14 23:07:47.706 | + functions-common:time_stop:2434          :   [[ -z 1644880058022 ]]
2022-02-14 23:07:47.709 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:07:47.713 | + functions-common:time_stop:2437          :   end_time=1644880067710
2022-02-14 23:07:47.715 | + functions-common:time_stop:2438          :   elapsed_time=9688
2022-02-14 23:07:47.718 | + functions-common:time_stop:2439          :   total=247698
2022-02-14 23:07:47.720 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:07:47.722 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=257386
2022-02-14 23:07:47.725 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:07:47.728 | + inc/python:setup_package:448             :   [[ -e == \-\e ]]
2022-02-14 23:07:47.731 | + inc/python:setup_package:449             :   safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info
2022-02-14 23:07:47.734 | + functions-common:safe_chown:2326         :   _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info
2022-02-14 23:07:47.754 | + functions-common:_safe_permission_operation:2174 :   sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info
2022-02-14 23:07:47.767 | + inc/python:_setup_package_with_constraints_edit:394 :   use_library_from_git /opt/stack/placement
2022-02-14 23:07:47.769 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/placement
2022-02-14 23:07:47.772 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:07:47.774 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:07:47.777 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/placement, ]]
2022-02-14 23:07:47.779 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:07:47.783 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2022-02-14 23:07:47.785 | + ./stack.sh:main:943                      :   configure_placement
2022-02-14 23:07:47.788 | + lib/placement:configure_placement:106    :   sudo install -d -o ubuntu /etc/placement
2022-02-14 23:07:47.802 | + lib/placement:configure_placement:107    :   create_placement_conf
2022-02-14 23:07:47.804 | + lib/placement:create_placement_conf:96   :   rm -f /etc/placement/placement.conf
2022-02-14 23:07:47.809 | ++ lib/placement:create_placement_conf:97   :   database_connection_url placement
2022-02-14 23:07:47.812 | ++ lib/database:database_connection_url:134 :   local db=placement
2022-02-14 23:07:47.815 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql placement
2022-02-14 23:07:47.818 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=placement
2022-02-14 23:07:47.820 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8'
2022-02-14 23:07:47.823 | + 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'
2022-02-14 23:07:47.857 | + lib/placement:create_placement_conf:98   :   iniset /etc/placement/placement.conf DEFAULT debug True
2022-02-14 23:07:47.889 | + lib/placement:create_placement_conf:99   :   iniset /etc/placement/placement.conf api auth_strategy keystone
2022-02-14 23:07:47.929 | + lib/placement:create_placement_conf:100  :   configure_keystone_authtoken_middleware /etc/placement/placement.conf placement
2022-02-14 23:07:47.931 | + lib/keystone:configure_keystone_authtoken_middleware:436 :   local conf_file=/etc/placement/placement.conf
2022-02-14 23:07:47.934 | + lib/keystone:configure_keystone_authtoken_middleware:437 :   local admin_user=placement
2022-02-14 23:07:47.937 | + lib/keystone:configure_keystone_authtoken_middleware:438 :   local section=keystone_authtoken
2022-02-14 23:07:47.939 | + lib/keystone:configure_keystone_authtoken_middleware:440 :   iniset /etc/placement/placement.conf keystone_authtoken auth_type password
2022-02-14 23:07:47.972 | + lib/keystone:configure_keystone_authtoken_middleware:441 :   iniset /etc/placement/placement.conf keystone_authtoken interface public
2022-02-14 23:07:48.004 | + lib/keystone:configure_keystone_authtoken_middleware:442 :   iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.47/identity
2022-02-14 23:07:48.036 | + lib/keystone:configure_keystone_authtoken_middleware:443 :   iniset /etc/placement/placement.conf keystone_authtoken username placement
2022-02-14 23:07:48.067 | + lib/keystone:configure_keystone_authtoken_middleware:444 :   iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd
2022-02-14 23:07:48.099 | + lib/keystone:configure_keystone_authtoken_middleware:445 :   iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default
2022-02-14 23:07:48.133 | + lib/keystone:configure_keystone_authtoken_middleware:446 :   iniset /etc/placement/placement.conf keystone_authtoken project_name service
2022-02-14 23:07:48.163 | + lib/keystone:configure_keystone_authtoken_middleware:447 :   iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default
2022-02-14 23:07:48.198 | + lib/keystone:configure_keystone_authtoken_middleware:449 :   iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2022-02-14 23:07:48.230 | + lib/keystone:configure_keystone_authtoken_middleware:450 :   iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211
2022-02-14 23:07:48.263 | + lib/placement:create_placement_conf:101  :   setup_logging /etc/placement/placement.conf
2022-02-14 23:07:48.266 | + functions:setup_logging:674              :   setup_systemd_logging /etc/placement/placement.conf
2022-02-14 23:07:48.269 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/placement/placement.conf
2022-02-14 23:07:48.272 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2022-02-14 23:07:48.290 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2022-02-14 23:07:48.293 | + functions:setup_systemd_logging:695      :   local pidstr=
2022-02-14 23:07:48.297 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2022-02-14 23:07:48.299 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2022-02-14 23:07:48.302 | + functions:setup_systemd_logging:702      :   iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2022-02-14 23:07:48.335 | + 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'
2022-02-14 23:07:48.367 | + 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'
2022-02-14 23:07:48.400 | + functions:setup_systemd_logging:706      :   iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2022-02-14 23:07:48.433 | + lib/placement:configure_placement:109    :   [[ uwsgi == \u\w\s\g\i ]]
2022-02-14 23:07:48.437 | + lib/placement:configure_placement:110    :   write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement
2022-02-14 23:07:48.440 | + lib/apache:write_uwsgi_config:249        :   local file=/etc/placement/placement-uwsgi.ini
2022-02-14 23:07:48.442 | + lib/apache:write_uwsgi_config:250        :   local wsgi=/usr/local/bin/placement-api
2022-02-14 23:07:48.445 | + lib/apache:write_uwsgi_config:251        :   local url=/placement
2022-02-14 23:07:48.448 | + lib/apache:write_uwsgi_config:252        :   local http=
2022-02-14 23:07:48.450 | + lib/apache:write_uwsgi_config:253        :   local name=
2022-02-14 23:07:48.454 | ++ lib/apache:write_uwsgi_config:254        :   basename /usr/local/bin/placement-api
2022-02-14 23:07:48.459 | + lib/apache:write_uwsgi_config:254        :   name=placement-api
2022-02-14 23:07:48.461 | + lib/apache:write_uwsgi_config:258        :   local socket_dir=/var/run/uwsgi
2022-02-14 23:07:48.464 | + lib/apache:write_uwsgi_config:262        :   sudo mkdir -p /etc/tmpfiles.d/
2022-02-14 23:07:48.478 | + lib/apache:write_uwsgi_config:263        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2022-02-14 23:07:48.478 | + lib/apache:write_uwsgi_config:263        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:07:48.489 | d /var/run/uwsgi 0755 ubuntu root
2022-02-14 23:07:48.493 | + lib/apache:write_uwsgi_config:264        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2022-02-14 23:07:48.510 | + lib/apache:write_uwsgi_config:266        :   local socket=/var/run/uwsgi/placement-api.socket
2022-02-14 23:07:48.513 | + lib/apache:write_uwsgi_config:269        :   rm -rf /etc/placement/placement-uwsgi.ini
2022-02-14 23:07:48.517 | + lib/apache:write_uwsgi_config:270        :   iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api
2022-02-14 23:07:48.553 | + lib/apache:write_uwsgi_config:271        :   iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2
2022-02-14 23:07:48.584 | + lib/apache:write_uwsgi_config:273        :   iniset /etc/placement/placement-uwsgi.ini uwsgi master true
2022-02-14 23:07:48.615 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true
2022-02-14 23:07:48.649 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false
2022-02-14 23:07:48.680 | + lib/apache:write_uwsgi_config:279        :   iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90
2022-02-14 23:07:48.710 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true
2022-02-14 23:07:48.745 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3
2022-02-14 23:07:48.775 | + lib/apache:write_uwsgi_config:283        :   iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true
2022-02-14 23:07:48.806 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2022-02-14 23:07:48.836 | + lib/apache:write_uwsgi_config:287        :   iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535
2022-02-14 23:07:48.867 | + lib/apache:write_uwsgi_config:289        :   iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close'
2022-02-14 23:07:48.899 | + lib/apache:write_uwsgi_config:291        :   iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true
2022-02-14 23:07:48.938 | + lib/apache:write_uwsgi_config:294        :   [[ -n '' ]]
2022-02-14 23:07:48.940 | + lib/apache:write_uwsgi_config:297        :   local apache_conf=
2022-02-14 23:07:48.944 | ++ lib/apache:write_uwsgi_config:298        :   apache_site_config_for placement-api
2022-02-14 23:07:48.946 | ++ lib/apache:apache_site_config_for:181    :   local site=placement-api
2022-02-14 23:07:48.949 | ++ lib/apache:apache_site_config_for:182    :   is_ubuntu
2022-02-14 23:07:48.952 | ++ functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:48.955 | ++ functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:48.958 | ++ lib/apache:apache_site_config_for:184    :   echo /etc/apache2/sites-available/placement-api.conf
2022-02-14 23:07:48.961 | + lib/apache:write_uwsgi_config:298        :   apache_conf=/etc/apache2/sites-available/placement-api.conf
2022-02-14 23:07:48.963 | + lib/apache:write_uwsgi_config:299        :   iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket
2022-02-14 23:07:48.995 | + lib/apache:write_uwsgi_config:300        :   iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666
2022-02-14 23:07:49.028 | + lib/apache:write_uwsgi_config:301        :   echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 '
2022-02-14 23:07:49.028 | + lib/apache:write_uwsgi_config:301        :   sudo tee -a /etc/apache2/sites-available/placement-api.conf
2022-02-14 23:07:49.039 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 
2022-02-14 23:07:49.042 | + lib/apache:write_uwsgi_config:302        :   enable_apache_site placement-api
2022-02-14 23:07:49.045 | + lib/apache:enable_apache_site:198        :   local site=placement-api
2022-02-14 23:07:49.049 | + lib/apache:enable_apache_site:200        :   enable_apache_mod version
2022-02-14 23:07:49.052 | + lib/apache:enable_apache_mod:54          :   local mod=version
2022-02-14 23:07:49.054 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2022-02-14 23:07:49.057 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:49.060 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:49.063 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2022-02-14 23:07:49.066 | + lib/apache:enable_apache_site:201        :   is_ubuntu
2022-02-14 23:07:49.069 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:07:49.071 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:07:49.074 | + lib/apache:enable_apache_site:202        :   sudo a2ensite placement-api
2022-02-14 23:07:49.138 | Enabling site placement-api.
2022-02-14 23:07:49.145 | To activate the new configuration, you need to run:
2022-02-14 23:07:49.145 |   systemctl reload apache2
2022-02-14 23:07:49.150 | + lib/apache:write_uwsgi_config:303        :   restart_apache_server
2022-02-14 23:07:49.153 | + lib/apache:restart_apache_server:245     :   restart_service apache2
2022-02-14 23:07:49.156 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:07:49.159 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart apache2
2022-02-14 23:07:49.303 | + ./stack.sh:main:950                      :   is_service_enabled placement placement-client
2022-02-14 23:07:49.325 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:49.329 | + ./stack.sh:main:951                      :   is_service_enabled n-cpu
2022-02-14 23:07:49.356 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:49.359 | + ./stack.sh:main:951                      :   is_service_enabled n-sch
2022-02-14 23:07:49.379 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:49.381 | + ./stack.sh:main:952                      :   configure_placement_nova_compute
2022-02-14 23:07:49.384 | + lib/nova:configure_placement_nova_compute:590 :   local conf=/etc/nova/nova.conf
2022-02-14 23:07:49.386 | + lib/nova:configure_placement_nova_compute:591 :   iniset /etc/nova/nova.conf placement auth_type password
2022-02-14 23:07:49.426 | + lib/nova:configure_placement_nova_compute:592 :   iniset /etc/nova/nova.conf placement auth_url http://10.222.0.47/identity
2022-02-14 23:07:49.458 | + lib/nova:configure_placement_nova_compute:593 :   iniset /etc/nova/nova.conf placement username placement
2022-02-14 23:07:49.494 | + lib/nova:configure_placement_nova_compute:594 :   iniset /etc/nova/nova.conf placement password Passw0rd
2022-02-14 23:07:49.527 | + lib/nova:configure_placement_nova_compute:595 :   iniset /etc/nova/nova.conf placement user_domain_name Default
2022-02-14 23:07:49.562 | + lib/nova:configure_placement_nova_compute:596 :   iniset /etc/nova/nova.conf placement project_name service
2022-02-14 23:07:49.598 | + lib/nova:configure_placement_nova_compute:597 :   iniset /etc/nova/nova.conf placement project_domain_name Default
2022-02-14 23:07:49.631 | + lib/nova:configure_placement_nova_compute:598 :   iniset /etc/nova/nova.conf placement region_name RegionOne
2022-02-14 23:07:49.666 | + ./stack.sh:main:956                      :   is_service_enabled horizon
2022-02-14 23:07:49.685 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:49.688 | + ./stack.sh:main:961                      :   is_service_enabled tls-proxy
2022-02-14 23:07:49.707 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:07:49.710 | + ./stack.sh:main:969                      :   run_phase stack install
2022-02-14 23:07:49.713 | + functions-common:run_phase:1853          :   local mode=stack
2022-02-14 23:07:49.716 | + functions-common:run_phase:1854          :   local phase=install
2022-02-14 23:07:49.719 | + functions-common:run_phase:1855          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2022-02-14 23:07:49.721 | + functions-common:run_phase:1856          :   local extra_plugin_file_name
2022-02-14 23:07:49.724 | + functions-common:run_phase:1857          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2022-02-14 23:07:49.727 | + functions-common:run_phase:1862          :   local exceptions=80-tempest.sh
2022-02-14 23:07:49.730 | + functions-common:run_phase:1863          :   local extra
2022-02-14 23:07:49.733 | ++ functions-common:run_phase:1864          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2022-02-14 23:07:49.738 | + functions-common:run_phase:1864          :   extra=80-tempest.sh
2022-02-14 23:07:49.740 | + functions-common:run_phase:1865          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2022-02-14 23:07:49.743 | + functions-common:run_phase:1869          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2022-02-14 23:07:49.745 | + functions-common:run_phase:1869          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install
2022-02-14 23:07:49.749 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2022-02-14 23:07:49.766 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:07:49.769 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:07:49.771 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:07:49.774 | ++ extras.d/80-tempest.sh:source:7          :   [[ install == \i\n\s\t\a\l\l ]]
2022-02-14 23:07:49.776 | ++ extras.d/80-tempest.sh:source:8          :   echo_summary 'Installing Tempest'
2022-02-14 23:07:49.779 | ++ ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:07:49.782 | ++ ./stack.sh:echo_summary:446              :   echo -e Installing Tempest
2022-02-14 23:07:49.784 | ++ extras.d/80-tempest.sh:source:9          :   async_runfunc install_tempest
2022-02-14 23:07:49.787 | ++ inc/async:async_runfunc:116              :   async_run install_tempest install_tempest
2022-02-14 23:07:49.855 | ++ inc/async:async_inner:63                 :   install_tempest
2022-02-14 23:07:49.901 | [17669 Async install_tempest:83603]: running: install_tempest
2022-02-14 23:07:49.903 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:07:49.907 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:07:49.911 | + functions-common:run_phase:1874          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:07:49.913 | + functions-common:run_phase:1877          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2022-02-14 23:07:49.916 | + functions-common:run_phase:1880          :   run_plugins stack install
2022-02-14 23:07:49.919 | + functions-common:run_plugins:1839        :   local mode=stack
2022-02-14 23:07:49.922 | + functions-common:run_plugins:1840        :   local phase=install
2022-02-14 23:07:49.926 | + functions-common:run_plugins:1842        :   local plugins=,devstack-plugin-ceph
2022-02-14 23:07:49.929 | + functions-common:run_plugins:1843        :   local plugin
2022-02-14 23:07:49.932 | + functions-common:run_plugins:1844        :   for plugin in ${plugins//,/ }
2022-02-14 23:07:49.935 | + functions-common:run_plugins:1845        :   local dir=/opt/stack/devstack-plugin-ceph
2022-02-14 23:07:49.938 | + functions-common:run_plugins:1846        :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/plugin.sh ]]
2022-02-14 23:07:49.941 | + functions-common:run_plugins:1847        :   source /opt/stack/devstack-plugin-ceph/devstack/plugin.sh stack install
2022-02-14 23:07:49.945 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:3 :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:07:49.947 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:07:49.949 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ install == \p\r\e\-\i\n\s\t\a\l\l ]]
2022-02-14 23:07:49.953 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:32 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:07:49.955 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:32 :   [[ install == \i\n\s\t\a\l\l ]]
2022-02-14 23:07:49.958 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:41 :   [[ master == stable/queens ]]
2022-02-14 23:07:49.960 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:41 :   [[ master == master ]]
2022-02-14 23:07:49.963 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:42 :   pip_install -U --force PasteDeploy
2022-02-14 23:07:49.985 | Using python 3.8 to install PasteDeploy
2022-02-14 23:07:49.987 | ++ 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 --force PasteDeploy
2022-02-14 23:07:50.943 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:07:50.943 |   from cryptography.utils import int_from_bytes
2022-02-14 23:07:50.943 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:07:50.943 |   from cryptography.utils import int_from_bytes
2022-02-14 23:07:52.120 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:07:52.255 | Collecting PasteDeploy
2022-02-14 23:07:52.263 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/23cfd6ad4281b/PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB)
2022-02-14 23:07:52.943 | Collecting setuptools
2022-02-14 23:07:52.954 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/43a/5575eea6d3459/setuptools-60.8.2-py3-none-any.whl (1.1 MB)
2022-02-14 23:07:55.794 | Installing collected packages: setuptools, PasteDeploy
2022-02-14 23:07:55.794 |   Attempting uninstall: setuptools
2022-02-14 23:07:55.795 |     Found existing installation: setuptools 60.8.2
2022-02-14 23:07:55.907 |     Uninstalling setuptools-60.8.2:
2022-02-14 23:07:56.235 |       Successfully uninstalled setuptools-60.8.2
2022-02-14 23:07:56.961 |   Attempting uninstall: PasteDeploy
2022-02-14 23:07:56.962 |     Found existing installation: PasteDeploy 2.1.1
2022-02-14 23:07:56.969 |     Uninstalling PasteDeploy-2.1.1:
2022-02-14 23:07:57.284 |       Successfully uninstalled PasteDeploy-2.1.1
2022-02-14 23:07:57.415 | Successfully installed PasteDeploy-2.1.1 setuptools-60.8.2
2022-02-14 23:07:57.415 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:07:57.422 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:07:57.422 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:07:57.610 | ++ inc/python:pip_install:200               :   result=0
2022-02-14 23:07:57.613 | ++ inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:07:57.615 | ++ functions-common:time_stop:2425          :   local name
2022-02-14 23:07:57.618 | ++ functions-common:time_stop:2426          :   local end_time
2022-02-14 23:07:57.621 | ++ functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:07:57.624 | ++ functions-common:time_stop:2428          :   local total
2022-02-14 23:07:57.626 | ++ functions-common:time_stop:2429          :   local start_time
2022-02-14 23:07:57.629 | ++ functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:07:57.631 | ++ functions-common:time_stop:2432          :   start_time=1644880069979
2022-02-14 23:07:57.634 | ++ functions-common:time_stop:2434          :   [[ -z 1644880069979 ]]
2022-02-14 23:07:57.637 | +++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:07:57.642 | ++ functions-common:time_stop:2437          :   end_time=1644880077638
2022-02-14 23:07:57.644 | ++ functions-common:time_stop:2438          :   elapsed_time=7659
2022-02-14 23:07:57.646 | ++ functions-common:time_stop:2439          :   total=257386
2022-02-14 23:07:57.649 | ++ functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:07:57.651 | ++ functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=265045
2022-02-14 23:07:57.653 | ++ inc/python:pip_install:203               :   return 0
2022-02-14 23:07:57.656 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:125 :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:07:57.659 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:139 :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:07:57.661 | + ./stack.sh:main:972                      :   use_library_from_git python-openstackclient
2022-02-14 23:07:57.664 | + inc/python:use_library_from_git:250      :   local name=python-openstackclient
2022-02-14 23:07:57.666 | + inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:07:57.669 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:07:57.671 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-openstackclient, ]]
2022-02-14 23:07:57.674 | + inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:07:57.677 | + ./stack.sh:main:976                      :   pip_install_gr python-openstackclient
2022-02-14 23:07:57.679 | + inc/python:pip_install_gr:76             :   local name=python-openstackclient
2022-02-14 23:07:57.682 | + inc/python:pip_install_gr:77             :   local clean_name
2022-02-14 23:07:57.685 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements python-openstackclient
2022-02-14 23:07:57.689 | ++ inc/python:get_from_global_requirements:225 :   local package=python-openstackclient
2022-02-14 23:07:57.691 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2022-02-14 23:07:57.697 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt
2022-02-14 23:07:57.697 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2022-02-14 23:07:57.704 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='python-openstackclient  '
2022-02-14 23:07:57.707 | ++ inc/python:get_from_global_requirements:228 :   [[ python-openstackclient   == '' ]]
2022-02-14 23:07:57.710 | ++ inc/python:get_from_global_requirements:231 :   echo python-openstackclient
2022-02-14 23:07:57.713 | + inc/python:pip_install_gr:78             :   clean_name=python-openstackclient
2022-02-14 23:07:57.715 | + inc/python:pip_install_gr:79             :   pip_install python-openstackclient
2022-02-14 23:07:57.739 | Using python 3.8 to install python-openstackclient
2022-02-14 23:07:57.742 | + 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
2022-02-14 23:07:59.155 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:07:59.156 |   from cryptography.utils import int_from_bytes
2022-02-14 23:07:59.156 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:07:59.156 |   from cryptography.utils import int_from_bytes
2022-02-14 23:08:01.002 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:08:01.306 | Collecting python-openstackclient
2022-02-14 23:08:01.318 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3fb/0425247cd41a1/python_openstackclient-5.7.0-py3-none-any.whl (970 kB)
2022-02-14 23:08:01.387 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.10.0)
2022-02-14 23:08:01.388 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (1.0.2)
2022-02-14 23:08:01.390 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0)
2022-02-14 23:08:01.391 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.4.0)
2022-02-14 23:08:01.393 | Requirement already satisfied: openstacksdk>=0.56.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.61.0)
2022-02-14 23:08:01.394 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.4.2)
2022-02-14 23:08:01.395 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.8.1)
2022-02-14 23:08:01.396 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.2.0)
2022-02-14 23:08:01.397 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0)
2022-02-14 23:08:01.399 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.6.0)
2022-02-14 23:08:01.400 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.12.1)
2022-02-14 23:08:01.412 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.3.3)
2022-02-14 23:08:01.414 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.0)
2022-02-14 23:08:01.415 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.0)
2022-02-14 23:08:01.416 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0)
2022-02-14 23:08:01.418 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.7)
2022-02-14 23:08:01.447 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (36.0.1)
2022-02-14 23:08:01.449 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.32)
2022-02-14 23:08:01.451 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.7.0)
2022-02-14 23:08:01.453 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.0)
2022-02-14 23:08:01.455 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.1.5)
2022-02-14 23:08:01.456 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.10.0)
2022-02-14 23:08:01.457 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (2.5.0)
2022-02-14 23:08:01.459 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.11.0)
2022-02-14 23:08:01.460 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (5.1.1)
2022-02-14 23:08:01.461 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (4.4.0)
2022-02-14 23:08:01.462 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.4)
2022-02-14 23:08:01.476 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.16.0)
2022-02-14 23:08:01.495 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.4.0)
2022-02-14 23:08:01.498 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0)
2022-02-14 23:08:01.500 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3)
2022-02-14 23:08:01.501 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.3)
2022-02-14 23:08:01.523 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.27.1)
2022-02-14 23:08:01.544 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (4.2.0)
2022-02-14 23:08:01.545 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0)
2022-02-14 23:08:01.549 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (8.7.1)
2022-02-14 23:08:01.692 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (21.4.0)
2022-02-14 23:08:01.693 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5)
2022-02-14 23:08:01.694 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2)
2022-02-14 23:08:01.742 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (1.15.0)
2022-02-14 23:08:01.756 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.13.3)
2022-02-14 23:08:01.792 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.56.0->python-openstackclient) (2.2)
2022-02-14 23:08:01.967 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0)
2022-02-14 23:08:01.984 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.3)
2022-02-14 23:08:02.091 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2019.11.28)
2022-02-14 23:08:02.092 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.8)
2022-02-14 23:08:02.096 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.0.12)
2022-02-14 23:08:02.098 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.3)
2022-02-14 23:08:02.270 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (2.21)
2022-02-14 23:08:04.678 | Installing collected packages: python-openstackclient
2022-02-14 23:08:06.339 | Successfully installed python-openstackclient-5.7.0
2022-02-14 23:08:06.339 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:08:06.346 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:08:06.346 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:08:06.509 | + inc/python:pip_install:200               :   result=0
2022-02-14 23:08:06.512 | + inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:08:06.515 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:08:06.518 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:08:06.520 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:08:06.523 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:08:06.525 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:08:06.527 | + functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:08:06.530 | + functions-common:time_stop:2432          :   start_time=1644880077733
2022-02-14 23:08:06.533 | + functions-common:time_stop:2434          :   [[ -z 1644880077733 ]]
2022-02-14 23:08:06.536 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:08:06.541 | + functions-common:time_stop:2437          :   end_time=1644880086538
2022-02-14 23:08:06.543 | + functions-common:time_stop:2438          :   elapsed_time=8805
2022-02-14 23:08:06.545 | + functions-common:time_stop:2439          :   total=265045
2022-02-14 23:08:06.549 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:08:06.555 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=273850
2022-02-14 23:08:06.557 | + inc/python:pip_install:203               :   return 0
2022-02-14 23:08:06.560 | + ./stack.sh:main:981                      :   install_oscwrap
2022-02-14 23:08:06.564 | ++ functions-common:install_oscwrap:2470    :   mktemp
2022-02-14 23:08:06.569 | + functions-common:install_oscwrap:2470    :   OSCWRAP_TIMER_FILE=/tmp/tmp.YK2YOxuU3E
2022-02-14 23:08:06.571 | + functions-common:install_oscwrap:2473    :   shopt -s expand_aliases
2022-02-14 23:08:06.574 | + functions-common:install_oscwrap:2476    :   unalias -a
2022-02-14 23:08:06.576 | + functions-common:install_oscwrap:2478    :   alias openstack=oscwrap
2022-02-14 23:08:06.580 | + ./stack.sh:main:986                      :   [[ False != \F\a\l\s\e ]]
2022-02-14 23:08:06.582 | + ./stack.sh:main:1026                     :   '[' -f /opt/stack/data/ca-bundle.pem ']'
2022-02-14 23:08:06.585 | + ./stack.sh:main:1034                     :   is_service_enabled mysql postgresql
2022-02-14 23:08:06.606 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:08:06.610 | + ./stack.sh:main:1035                     :   configure_database
2022-02-14 23:08:06.612 | + lib/database:configure_database:128      :   configure_database_mysql
2022-02-14 23:08:06.615 | + lib/databases/mysql:configure_database_mysql:72 :   local my_conf mysql slow_log
2022-02-14 23:08:06.617 | + lib/databases/mysql:configure_database_mysql:73 :   echo_summary 'Configuring and starting MySQL'
2022-02-14 23:08:06.620 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:08:06.622 | + ./stack.sh:echo_summary:446              :   echo -e Configuring and starting MySQL
2022-02-14 23:08:06.625 | + lib/databases/mysql:configure_database_mysql:75 :   is_ubuntu
2022-02-14 23:08:06.627 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:08:06.630 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:08:06.632 | + lib/databases/mysql:configure_database_mysql:76 :   my_conf=/etc/mysql/my.cnf
2022-02-14 23:08:06.635 | + lib/databases/mysql:configure_database_mysql:90 :   is_fedora
2022-02-14 23:08:06.637 | + functions-common:is_fedora:524           :   [[ -z Ubuntu ]]
2022-02-14 23:08:06.640 | + functions-common:is_fedora:528           :   '[' Ubuntu = Fedora ']'
2022-02-14 23:08:06.642 | + functions-common:is_fedora:528           :   '[' Ubuntu = 'Red Hat' ']'
2022-02-14 23:08:06.645 | + functions-common:is_fedora:529           :   '[' Ubuntu = openEuler ']'
2022-02-14 23:08:06.647 | + functions-common:is_fedora:530           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2022-02-14 23:08:06.649 | + functions-common:is_fedora:531           :   '[' Ubuntu = RedHatEnterprise ']'
2022-02-14 23:08:06.652 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOS ']'
2022-02-14 23:08:06.654 | + functions-common:is_fedora:532           :   '[' Ubuntu = CentOSStream ']'
2022-02-14 23:08:06.657 | + functions-common:is_fedora:533           :   '[' Ubuntu = AlmaLinux ']'
2022-02-14 23:08:06.660 | + functions-common:is_fedora:534           :   '[' Ubuntu = OracleServer ']'
2022-02-14 23:08:06.662 | + functions-common:is_fedora:534           :   '[' Ubuntu = Virtuozzo ']'
2022-02-14 23:08:06.664 | + lib/databases/mysql:configure_database_mysql:90 :   is_suse
2022-02-14 23:08:06.667 | + functions-common:is_suse:542             :   is_opensuse
2022-02-14 23:08:06.670 | + functions-common:is_opensuse:549         :   [[ -z Ubuntu ]]
2022-02-14 23:08:06.672 | + functions-common:is_opensuse:553         :   [[ Ubuntu =~ (openSUSE) ]]
2022-02-14 23:08:06.675 | + functions-common:is_suse:542             :   is_suse_linux_enterprise
2022-02-14 23:08:06.677 | + functions-common:is_suse_linux_enterprise:561 :   [[ -z Ubuntu ]]
2022-02-14 23:08:06.679 | + functions-common:is_suse_linux_enterprise:565 :   [[ Ubuntu =~ (^SUSE) ]]
2022-02-14 23:08:06.682 | + lib/databases/mysql:configure_database_mysql:98 :   sudo mysqladmin -u root password Passw0rd
2022-02-14 23:08:06.699 | mysqladmin: connect to server at 'localhost' failed
2022-02-14 23:08:06.699 | error: 'Access denied for user 'root'@'localhost' (using password: NO)'
2022-02-14 23:08:06.704 | + lib/databases/mysql:configure_database_mysql:98 :   true
2022-02-14 23:08:06.709 | + lib/databases/mysql:configure_database_mysql:102 :   is_ubuntu
2022-02-14 23:08:06.712 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:08:06.714 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:08:06.717 | + lib/databases/mysql:configure_database_mysql:102 :   '[' mysql == mariadb ']'
2022-02-14 23:08:06.720 | + lib/databases/mysql:configure_database_mysql:105 :   local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 '
2022-02-14 23:08:06.723 | + lib/databases/mysql:configure_database_mysql:111 :   is_ubuntu
2022-02-14 23:08:06.725 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:08:06.728 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:08:06.730 | + lib/databases/mysql:configure_database_mysql:111 :   [[ focal != \b\u\l\l\s\e\y\e ]]
2022-02-14 23:08:06.733 | + lib/databases/mysql:configure_database_mysql:111 :   '[' mysql == mariadb ']'
2022-02-14 23:08:06.736 | + lib/databases/mysql:configure_database_mysql:116 :   sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';'
2022-02-14 23:08:06.748 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:08:06.787 | + lib/databases/mysql:configure_database_mysql:118 :   sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';'
2022-02-14 23:08:06.802 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:08:06.824 | ++ lib/databases/mysql:configure_database_mysql:124 :   ipv6_unquote 0.0.0.0
2022-02-14 23:08:06.831 | ++ functions-common:ipv6_unquote:2223       :   echo 0.0.0.0
2022-02-14 23:08:06.835 | ++ functions-common:ipv6_unquote:2223       :   tr -d '[]'
2022-02-14 23:08:06.840 | + lib/databases/mysql:configure_database_mysql:124 :   iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0
2022-02-14 23:08:06.913 | + lib/databases/mysql:configure_database_mysql:125 :   iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL
2022-02-14 23:08:06.975 | + lib/databases/mysql:configure_database_mysql:126 :   iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB
2022-02-14 23:08:07.034 | + lib/databases/mysql:configure_database_mysql:127 :   iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024
2022-02-14 23:08:07.091 | + lib/databases/mysql:configure_database_mysql:129 :   [[ False == \T\r\u\e ]]
2022-02-14 23:08:07.094 | + lib/databases/mysql:configure_database_mysql:149 :   restart_service mysql
2022-02-14 23:08:07.096 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:08:07.099 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart mysql
2022-02-14 23:08:08.849 | + ./stack.sh:main:1039                     :   save_stackenv 1039
2022-02-14 23:08:08.852 | + functions-common:save_stackenv:60        :   local tag=1039
2022-02-14 23:08:08.855 | ++ functions-common:save_stackenv:62        :   date +%F-%H%M%S
2022-02-14 23:08:08.861 | + functions-common:save_stackenv:62        :   time_stamp=2022-02-14-230808
2022-02-14 23:08:08.863 | + functions-common:save_stackenv:63        :   echo '# 2022-02-14-230808 1039'
2022-02-14 23:08:08.866 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.869 | + functions-common:save_stackenv:65        :   echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2022-02-14 23:08:08.871 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.874 | + functions-common:save_stackenv:65        :   echo DATA_DIR=/opt/stack/data
2022-02-14 23:08:08.877 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.879 | + functions-common:save_stackenv:65        :   echo DEST=/opt/stack
2022-02-14 23:08:08.884 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.886 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder
2022-02-14 23:08:08.889 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.892 | + functions-common:save_stackenv:65        :   echo HOST_IP=10.222.0.47
2022-02-14 23:08:08.894 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.897 | + functions-common:save_stackenv:65        :   echo KEYSTONE_SERVICE_URI=http://10.222.0.47/identity
2022-02-14 23:08:08.899 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.902 | + functions-common:save_stackenv:65        :   echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-14-225329
2022-02-14 23:08:08.905 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.908 | + functions-common:save_stackenv:65        :   echo OS_CACERT=
2022-02-14 23:08:08.911 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.913 | + functions-common:save_stackenv:65        :   echo SERVICE_HOST=10.222.0.47
2022-02-14 23:08:08.916 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.918 | + functions-common:save_stackenv:65        :   echo STACK_USER=ubuntu
2022-02-14 23:08:08.922 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.924 | + functions-common:save_stackenv:65        :   echo TLS_IP=
2022-02-14 23:08:08.927 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.930 | + functions-common:save_stackenv:65        :   echo HOST_IPV6=::1
2022-02-14 23:08:08.932 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:08:08.935 | + functions-common:save_stackenv:65        :   echo SERVICE_IP_VERSION=4
2022-02-14 23:08:08.938 | + ./stack.sh:main:1051                     :   [[ True == \T\r\u\e ]]
2022-02-14 23:08:08.940 | + ./stack.sh:main:1052                     :   [[ -f /sys/kernel/mm/ksm/run ]]
2022-02-14 23:08:08.943 | + ./stack.sh:main:1053                     :   sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run'
2022-02-14 23:08:08.955 | + ./stack.sh:main:1065                     :   start_dstat
2022-02-14 23:08:08.958 | + lib/dstat:start_dstat:31                 :   run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2022-02-14 23:08:08.960 | + functions-common:run_process:1680        :   local service=dstat
2022-02-14 23:08:08.963 | + functions-common:run_process:1681        :   local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2022-02-14 23:08:08.966 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:08:08.969 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:08:08.971 | + functions-common:run_process:1685        :   local name=dstat
2022-02-14 23:08:08.974 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:08:08.977 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:08:08.979 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:08:08.982 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:08:08.986 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:08:08.991 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880088988
2022-02-14 23:08:08.994 | + functions-common:run_process:1688        :   is_service_enabled dstat
2022-02-14 23:08:09.016 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:08:09.019 | + functions-common:run_process:1689        :   _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ''
2022-02-14 23:08:09.022 | + functions-common:_run_under_systemd:1645 :   local service=dstat
2022-02-14 23:08:09.024 | + functions-common:_run_under_systemd:1646 :   local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2022-02-14 23:08:09.027 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2022-02-14 23:08:09.030 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2022-02-14 23:08:09.033 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2022-02-14 23:08:09.036 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]]
2022-02-14 23:08:09.039 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]]
2022-02-14 23:08:09.042 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@dstat.service
2022-02-14 23:08:09.044 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:08:09.047 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:08:09.050 | + functions-common:_run_under_systemd:1654 :   [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]]
2022-02-14 23:08:09.053 | + functions-common:_run_under_systemd:1657 :   write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu
2022-02-14 23:08:09.055 | + functions-common:write_user_unit_file:1562 :   local service=devstack@dstat.service
2022-02-14 23:08:09.058 | + functions-common:write_user_unit_file:1563 :   local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2022-02-14 23:08:09.060 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:08:09.063 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:08:09.065 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:08:09.068 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:08:09.070 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@dstat.service
2022-02-14 23:08:09.073 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:08:09.078 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service'
2022-02-14 23:08:09.153 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu
2022-02-14 23:08:09.231 | + functions-common:write_user_unit_file:1575 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2022-02-14 23:08:09.297 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process
2022-02-14 23:08:09.357 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300
2022-02-14 23:08:09.420 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:08:09.479 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:08:09.482 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target
2022-02-14 23:08:09.552 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:08:09.982 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@dstat.service
2022-02-14 23:08:09.997 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service.
2022-02-14 23:08:10.397 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@dstat.service
2022-02-14 23:08:10.426 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:08:10.439 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:08:10.451 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:08:10.455 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:08:10.458 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:08:10.460 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:08:10.463 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:08:10.466 | + functions-common:time_stop:2432          :   start_time=1644880088988
2022-02-14 23:08:10.469 | + functions-common:time_stop:2434          :   [[ -z 1644880088988 ]]
2022-02-14 23:08:10.473 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:08:10.478 | + functions-common:time_stop:2437          :   end_time=1644880090475
2022-02-14 23:08:10.481 | + functions-common:time_stop:2438          :   elapsed_time=1487
2022-02-14 23:08:10.484 | + functions-common:time_stop:2439          :   total=0
2022-02-14 23:08:10.486 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:08:10.489 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=1487
2022-02-14 23:08:10.492 | + lib/dstat:start_dstat:36                 :   run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root
2022-02-14 23:08:10.495 | + functions-common:run_process:1680        :   local service=memory_tracker
2022-02-14 23:08:10.498 | + functions-common:run_process:1681        :   local command=/home/ubuntu/devstack/tools/memory_tracker.sh
2022-02-14 23:08:10.501 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:08:10.504 | + functions-common:run_process:1683        :   local user=root
2022-02-14 23:08:10.506 | + functions-common:run_process:1685        :   local name=memory_tracker
2022-02-14 23:08:10.509 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:08:10.512 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:08:10.515 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:08:10.519 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:08:10.524 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:08:10.529 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880090526
2022-02-14 23:08:10.532 | + functions-common:run_process:1688        :   is_service_enabled memory_tracker
2022-02-14 23:08:10.556 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:08:10.558 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:08:10.560 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:08:10.564 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:08:10.566 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:08:10.569 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:08:10.571 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:08:10.574 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:08:10.577 | + functions-common:time_stop:2432          :   start_time=1644880090526
2022-02-14 23:08:10.581 | + functions-common:time_stop:2434          :   [[ -z 1644880090526 ]]
2022-02-14 23:08:10.587 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:08:10.589 | + functions-common:time_stop:2437          :   end_time=1644880090586
2022-02-14 23:08:10.592 | + functions-common:time_stop:2438          :   elapsed_time=60
2022-02-14 23:08:10.595 | + functions-common:time_stop:2439          :   total=1487
2022-02-14 23:08:10.597 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:08:10.600 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=1547
2022-02-14 23:08:10.603 | + lib/dstat:start_dstat:40                 :   is_service_enabled peakmem_tracker
2022-02-14 23:08:10.626 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:08:10.629 | + ./stack.sh:main:1069                     :   is_service_enabled tcpdump
2022-02-14 23:08:10.719 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:08:10.735 | + ./stack.sh:main:1077                     :   is_service_enabled etcd3
2022-02-14 23:08:10.799 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:08:10.803 | + ./stack.sh:main:1078                     :   start_etcd3
2022-02-14 23:08:10.806 | + lib/etcd3:start_etcd3:41                 :   local cmd=/opt/stack/bin/etcd
2022-02-14 23:08:10.824 | + lib/etcd3:start_etcd3:42                 :   cmd+=' --name dv-osbrick-823654-3-ceph --data-dir /opt/stack/data/etcd'
2022-02-14 23:08:10.834 | + lib/etcd3:start_etcd3:43                 :   cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01'
2022-02-14 23:08:10.836 | + lib/etcd3:start_etcd3:44                 :   cmd+=' --initial-cluster dv-osbrick-823654-3-ceph=http://10.222.0.47:2380'
2022-02-14 23:08:10.852 | + lib/etcd3:start_etcd3:45                 :   cmd+=' --initial-advertise-peer-urls http://10.222.0.47:2380'
2022-02-14 23:08:10.871 | + lib/etcd3:start_etcd3:46                 :   cmd+=' --advertise-client-urls http://10.222.0.47:2379'
2022-02-14 23:08:10.887 | + lib/etcd3:start_etcd3:47                 :   '[' 0.0.0.0 == :: ']'
2022-02-14 23:08:10.892 | + lib/etcd3:start_etcd3:50                 :   cmd+=' --listen-peer-urls http://0.0.0.0:2380 '
2022-02-14 23:08:10.897 | + lib/etcd3:start_etcd3:52                 :   cmd+=' --listen-client-urls http://10.222.0.47:2379'
2022-02-14 23:08:10.900 | + lib/etcd3:start_etcd3:53                 :   '[' True == True ']'
2022-02-14 23:08:10.903 | + lib/etcd3:start_etcd3:54                 :   cmd+=' --debug'
2022-02-14 23:08:10.906 | + lib/etcd3:start_etcd3:57                 :   local unitfile=/etc/systemd/system/devstack@etcd.service
2022-02-14 23:08:10.909 | + lib/etcd3:start_etcd3:58                 :   write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-osbrick-823654-3-ceph --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-823654-3-ceph=http://10.222.0.47:2380 --initial-advertise-peer-urls http://10.222.0.47:2380 --advertise-client-urls http://10.222.0.47:2379 --listen-peer-urls http://0.0.0.0:2380  --listen-client-urls http://10.222.0.47:2379 --debug' '' root
2022-02-14 23:08:10.911 | + functions-common:write_user_unit_file:1562 :   local service=devstack@etcd.service
2022-02-14 23:08:10.914 | + functions-common:write_user_unit_file:1563 :   local 'command=/opt/stack/bin/etcd --name dv-osbrick-823654-3-ceph --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-823654-3-ceph=http://10.222.0.47:2380 --initial-advertise-peer-urls http://10.222.0.47:2380 --advertise-client-urls http://10.222.0.47:2379 --listen-peer-urls http://0.0.0.0:2380  --listen-client-urls http://10.222.0.47:2379 --debug'
2022-02-14 23:08:10.916 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:08:10.919 | + functions-common:write_user_unit_file:1565 :   local user=root
2022-02-14 23:08:10.921 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:08:10.924 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:08:10.927 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@etcd.service
2022-02-14 23:08:10.929 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:08:10.934 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service'
2022-02-14 23:08:11.013 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root
2022-02-14 23:08:11.085 | + functions-common:write_user_unit_file:1575 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-osbrick-823654-3-ceph --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-823654-3-ceph=http://10.222.0.47:2380 --initial-advertise-peer-urls http://10.222.0.47:2380 --advertise-client-urls http://10.222.0.47:2379 --listen-peer-urls http://0.0.0.0:2380  --listen-client-urls http://10.222.0.47:2379 --debug'
2022-02-14 23:08:11.146 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process
2022-02-14 23:08:11.219 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300
2022-02-14 23:08:11.286 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:08:11.348 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:08:11.351 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target
2022-02-14 23:08:11.427 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:08:11.878 | + lib/etcd3:start_etcd3:60                 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target
2022-02-14 23:08:11.942 | + lib/etcd3:start_etcd3:61                 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify
2022-02-14 23:08:12.001 | + lib/etcd3:start_etcd3:62                 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure
2022-02-14 23:08:12.060 | + lib/etcd3:start_etcd3:63                 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536
2022-02-14 23:08:12.119 | + lib/etcd3:start_etcd3:64                 :   is_arch aarch64
2022-02-14 23:08:12.122 | ++ functions-common:is_arch:506             :   uname -m
2022-02-14 23:08:12.128 | + functions-common:is_arch:506             :   [[ x86_64 == \a\a\r\c\h\6\4 ]]
2022-02-14 23:08:12.130 | + lib/etcd3:start_etcd3:68                 :   sudo systemctl daemon-reload
2022-02-14 23:08:12.589 | + lib/etcd3:start_etcd3:69                 :   sudo systemctl enable devstack@etcd.service
2022-02-14 23:08:12.604 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service.
2022-02-14 23:08:13.018 | + lib/etcd3:start_etcd3:70                 :   sudo systemctl start devstack@etcd.service
2022-02-14 23:08:13.396 | + ./stack.sh:main:1084                     :   is_service_enabled tls-proxy
2022-02-14 23:08:13.418 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:08:13.422 | + ./stack.sh:main:1089                     :   write_clouds_yaml
2022-02-14 23:08:13.425 | + functions-common:write_clouds_yaml:79    :   CLOUDS_YAML=/etc/openstack/clouds.yaml
2022-02-14 23:08:13.429 | ++ functions-common:write_clouds_yaml:81    :   dirname /etc/openstack/clouds.yaml
2022-02-14 23:08:13.435 | + functions-common:write_clouds_yaml:81    :   sudo mkdir -p /etc/openstack
2022-02-14 23:08:13.451 | + functions-common:write_clouds_yaml:82    :   sudo chown -R ubuntu /etc/openstack
2022-02-14 23:08:13.464 | + functions-common:write_clouds_yaml:84    :   CA_CERT_ARG=
2022-02-14 23:08:13.467 | + functions-common:write_clouds_yaml:85    :   '[' -f /opt/stack/data/ca-bundle.pem ']'
2022-02-14 23:08:13.471 | + 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.47/identity --os-username demo --os-password Passw0rd --os-project-name demo
2022-02-14 23:08:13.574 | The user clouds.yaml file didn't exist.
2022-02-14 23:08:13.586 | + 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-admin --os-region-name RegionOne --os-auth-url http://10.222.0.47/identity --os-username admin --os-password Passw0rd --os-project-name admin
2022-02-14 23:08:13.705 | + 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-demo --os-region-name RegionOne --os-auth-url http://10.222.0.47/identity --os-username admin --os-password Passw0rd --os-project-name demo
2022-02-14 23:08:13.829 | + 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-alt --os-region-name RegionOne --os-auth-url http://10.222.0.47/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo
2022-02-14 23:08:13.994 | + functions-common:write_clouds_yaml:133   :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.222.0.47/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo
2022-02-14 23:08:14.123 | + functions-common:write_clouds_yaml:144   :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.222.0.47/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo
2022-02-14 23:08:14.271 | + functions-common:write_clouds_yaml:155   :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.222.0.47/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo
2022-02-14 23:08:14.481 | + functions-common:write_clouds_yaml:166   :   /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.47/identity --os-username admin --os-password Passw0rd --os-system-scope all
2022-02-14 23:08:14.645 | + functions-common:write_clouds_yaml:177   :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.222.0.47/identity --os-username system_member --os-password Passw0rd --os-system-scope all
2022-02-14 23:08:14.787 | + functions-common:write_clouds_yaml:188   :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.222.0.47/identity --os-username system_reader --os-password Passw0rd --os-system-scope all
2022-02-14 23:08:15.033 | + functions-common:write_clouds_yaml:198   :   cat
2022-02-14 23:08:15.041 | ++ functions-common:write_clouds_yaml:204   :   eval echo '~ubuntu'
2022-02-14 23:08:15.045 | +++ functions-common:write_clouds_yaml:204   :   echo /home/ubuntu
2022-02-14 23:08:15.049 | + functions-common:write_clouds_yaml:204   :   rm -f /home/ubuntu/.config/openstack/clouds.yaml
2022-02-14 23:08:15.055 | + ./stack.sh:main:1090                     :   export OS_CLOUD=devstack-admin
2022-02-14 23:08:15.059 | + ./stack.sh:main:1090                     :   OS_CLOUD=devstack-admin
2022-02-14 23:08:15.065 | + ./stack.sh:main:1092                     :   is_service_enabled keystone
2022-02-14 23:08:15.088 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:08:15.092 | + ./stack.sh:main:1093                     :   echo_summary 'Starting Keystone'
2022-02-14 23:08:15.096 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:08:15.099 | + ./stack.sh:echo_summary:446              :   echo -e Starting Keystone
2022-02-14 23:08:15.103 | + ./stack.sh:main:1095                     :   '[' 10.222.0.47 == 10.222.0.47 ']'
2022-02-14 23:08:15.106 | + ./stack.sh:main:1096                     :   init_keystone
2022-02-14 23:08:15.110 | + lib/keystone:init_keystone:462           :   is_service_enabled ldap
2022-02-14 23:08:15.137 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:08:15.140 | + lib/keystone:init_keystone:466           :   [[ True == True ]]
2022-02-14 23:08:15.143 | + lib/keystone:init_keystone:468           :   recreate_database keystone
2022-02-14 23:08:15.146 | + lib/database:recreate_database:112       :   local db=keystone
2022-02-14 23:08:15.148 | + lib/database:recreate_database:113       :   recreate_database_mysql keystone
2022-02-14 23:08:15.151 | + lib/databases/mysql:recreate_database_mysql:66 :   local db=keystone
2022-02-14 23:08:15.154 | + lib/databases/mysql:recreate_database_mysql:67 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;'
2022-02-14 23:08:15.160 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:08:15.192 | + lib/databases/mysql:recreate_database_mysql:68 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;'
2022-02-14 23:08:15.198 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:08:15.224 | + lib/keystone:init_keystone:471           :   time_start dbsync
2022-02-14 23:08:15.228 | + functions-common:time_start:2411         :   local name=dbsync
2022-02-14 23:08:15.231 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:08:15.235 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:08:15.239 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:08:15.245 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880095241
2022-02-14 23:08:15.248 | + lib/keystone:init_keystone:473           :   /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync
2022-02-14 23:08:20.571 | 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=85581) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:08:20.579 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:20.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.583 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:20.583 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:20.620 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:20.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.625 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:20.625 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:20.707 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:20.708 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.708 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.708 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.708 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.708 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:20.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:20.711 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:20.711 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:20.726 | INFO migrate.versioning.api [-] 72 -> 73... 
2022-02-14 23:08:23.365 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:23.365 | INFO migrate.versioning.api [-] 73 -> 74... 
2022-02-14 23:08:23.375 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:23.375 | INFO migrate.versioning.api [-] 74 -> 75... 
2022-02-14 23:08:23.384 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:23.384 | INFO migrate.versioning.api [-] 75 -> 76... 
2022-02-14 23:08:23.394 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:23.394 | INFO migrate.versioning.api [-] 76 -> 77... 
2022-02-14 23:08:23.402 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:23.402 | INFO migrate.versioning.api [-] 77 -> 78... 
2022-02-14 23:08:23.412 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:23.412 | INFO migrate.versioning.api [-] 78 -> 79... 
2022-02-14 23:08:23.479 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:23.479 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:23.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.484 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:23.484 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:23.485 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:23.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.490 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:23.490 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:23.499 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:23.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.503 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:23.504 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:23.937 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:23.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.941 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:23.941 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:23.979 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:23.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:23.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:23.984 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:23.984 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:24.003 | INFO migrate.versioning.api [-] 72 -> 73... 
2022-02-14 23:08:24.058 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.059 | INFO migrate.versioning.api [-] 73 -> 74... 
2022-02-14 23:08:24.069 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.069 | INFO migrate.versioning.api [-] 74 -> 75... 
2022-02-14 23:08:24.085 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.085 | INFO migrate.versioning.api [-] 75 -> 76... 
2022-02-14 23:08:24.098 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.098 | INFO migrate.versioning.api [-] 76 -> 77... 
2022-02-14 23:08:24.111 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.111 | INFO migrate.versioning.api [-] 77 -> 78... 
2022-02-14 23:08:24.129 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.129 | INFO migrate.versioning.api [-] 78 -> 79... 
2022-02-14 23:08:24.141 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.142 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:24.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.147 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:24.147 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:24.148 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:24.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.153 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:24.154 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:24.167 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:24.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.173 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:24.173 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:24.776 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:24.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.782 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:24.782 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:24.822 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:08:24.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:08:24.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:08:24.826 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:08:24.826 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=85581) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:08:24.836 | INFO migrate.versioning.api [-] 72 -> 73... 
2022-02-14 23:08:24.853 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.854 | INFO migrate.versioning.api [-] 73 -> 74... 
2022-02-14 23:08:24.865 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.865 | INFO migrate.versioning.api [-] 74 -> 75... 
2022-02-14 23:08:24.880 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.880 | INFO migrate.versioning.api [-] 75 -> 76... 
2022-02-14 23:08:24.887 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.887 | INFO migrate.versioning.api [-] 76 -> 77... 
2022-02-14 23:08:24.898 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.898 | INFO migrate.versioning.api [-] 77 -> 78... 
2022-02-14 23:08:24.907 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:24.907 | INFO migrate.versioning.api [-] 78 -> 79... 
2022-02-14 23:08:24.916 | INFO migrate.versioning.api [-] done
2022-02-14 23:08:25.386 | + lib/keystone:init_keystone:474           :   time_stop dbsync
2022-02-14 23:08:25.390 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:08:25.394 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:08:25.398 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:08:25.401 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:08:25.405 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:08:25.408 | + functions-common:time_stop:2431          :   name=dbsync
2022-02-14 23:08:25.412 | + functions-common:time_stop:2432          :   start_time=1644880095241
2022-02-14 23:08:25.415 | + functions-common:time_stop:2434          :   [[ -z 1644880095241 ]]
2022-02-14 23:08:25.419 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:08:25.425 | + functions-common:time_stop:2437          :   end_time=1644880105422
2022-02-14 23:08:25.428 | + functions-common:time_stop:2438          :   elapsed_time=10181
2022-02-14 23:08:25.431 | + functions-common:time_stop:2439          :   total=0
2022-02-14 23:08:25.433 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:08:25.437 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=10181
2022-02-14 23:08:25.440 | + lib/keystone:init_keystone:476           :   [[ fernet == \f\e\r\n\e\t ]]
2022-02-14 23:08:25.442 | + lib/keystone:init_keystone:477           :   rm -rf /etc/keystone/fernet-keys/
2022-02-14 23:08:25.447 | + lib/keystone:init_keystone:478           :   /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup
2022-02-14 23:08:31.105 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it
2022-02-14 23:08:31.105 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp
2022-02-14 23:08:31.106 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0
2022-02-14 23:08:31.106 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0']
2022-02-14 23:08:31.106 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp
2022-02-14 23:08:31.107 | INFO keystone.common.fernet_utils [-] Current primary key is: 0
2022-02-14 23:08:31.107 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1
2022-02-14 23:08:31.107 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1
2022-02-14 23:08:31.107 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0
2022-02-14 23:08:31.502 | + lib/keystone:init_keystone:480           :   rm -rf /etc/keystone/credential-keys/
2022-02-14 23:08:31.507 | + lib/keystone:init_keystone:481           :   /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup
2022-02-14 23:08:36.200 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it
2022-02-14 23:08:36.201 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp
2022-02-14 23:08:36.201 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0
2022-02-14 23:08:36.202 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0']
2022-02-14 23:08:36.202 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp
2022-02-14 23:08:36.203 | INFO keystone.common.fernet_utils [-] Current primary key is: 0
2022-02-14 23:08:36.203 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1
2022-02-14 23:08:36.203 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1
2022-02-14 23:08:36.203 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0
2022-02-14 23:08:36.438 | ++ inc/async:async_inner:64                 :   rc=0
2022-02-14 23:08:36.468 | [83603 Async install_tempest:83603]: finished successfully
2022-02-14 23:08:36.584 | + ./stack.sh:main:1097                     :   start_keystone
2022-02-14 23:08:36.587 | + lib/keystone:start_keystone:539          :   local service_port=5000
2022-02-14 23:08:36.590 | + lib/keystone:start_keystone:540          :   local auth_protocol=http
2022-02-14 23:08:36.593 | + lib/keystone:start_keystone:541          :   is_service_enabled tls-proxy
2022-02-14 23:08:36.611 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:08:36.614 | + lib/keystone:start_keystone:546          :   '[' uwsgi == mod_wsgi ']'
2022-02-14 23:08:36.617 | ++ lib/keystone:start_keystone:550          :   which uwsgi
2022-02-14 23:08:36.622 | + lib/keystone:start_keystone:550          :   run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' ''
2022-02-14 23:08:36.625 | + functions-common:run_process:1680        :   local service=keystone
2022-02-14 23:08:36.628 | + functions-common:run_process:1681        :   local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2022-02-14 23:08:36.630 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:08:36.633 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:08:36.636 | + functions-common:run_process:1685        :   local name=keystone
2022-02-14 23:08:36.638 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:08:36.641 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:08:36.644 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:08:36.646 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:08:36.649 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:08:36.654 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880116651
2022-02-14 23:08:36.657 | + functions-common:run_process:1688        :   is_service_enabled keystone
2022-02-14 23:08:36.674 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:08:36.677 | + functions-common:run_process:1689        :   _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ''
2022-02-14 23:08:36.679 | + functions-common:_run_under_systemd:1645 :   local service=keystone
2022-02-14 23:08:36.682 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2022-02-14 23:08:36.684 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2022-02-14 23:08:36.689 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2022-02-14 23:08:36.691 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2022-02-14 23:08:36.693 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]]
2022-02-14 23:08:36.696 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]]
2022-02-14 23:08:36.698 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@keystone.service
2022-02-14 23:08:36.701 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:08:36.703 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:08:36.706 | + functions-common:_run_under_systemd:1654 :   [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]]
2022-02-14 23:08:36.708 | + functions-common:_run_under_systemd:1655 :   write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu
2022-02-14 23:08:36.711 | + functions-common:write_uwsgi_user_unit_file:1589 :   local service=devstack@keystone.service
2022-02-14 23:08:36.713 | + functions-common:write_uwsgi_user_unit_file:1590 :   local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2022-02-14 23:08:36.715 | + functions-common:write_uwsgi_user_unit_file:1591 :   local group=
2022-02-14 23:08:36.718 | + functions-common:write_uwsgi_user_unit_file:1592 :   local user=ubuntu
2022-02-14 23:08:36.720 | + functions-common:write_uwsgi_user_unit_file:1593 :   local unitfile=/etc/systemd/system/devstack@keystone.service
2022-02-14 23:08:36.723 | + functions-common:write_uwsgi_user_unit_file:1594 :   mkdir -p /etc/systemd/system
2022-02-14 23:08:36.727 | + functions-common:write_uwsgi_user_unit_file:1596 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service'
2022-02-14 23:08:36.793 | + functions-common:write_uwsgi_user_unit_file:1597 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service
2022-02-14 23:08:36.860 | + functions-common:write_uwsgi_user_unit_file:1598 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu
2022-02-14 23:08:36.916 | + functions-common:write_uwsgi_user_unit_file:1599 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2022-02-14 23:08:36.972 | + functions-common:write_uwsgi_user_unit_file:1600 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:08:37.030 | + functions-common:write_uwsgi_user_unit_file:1601 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify
2022-02-14 23:08:37.084 | + functions-common:write_uwsgi_user_unit_file:1602 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process
2022-02-14 23:08:37.140 | + functions-common:write_uwsgi_user_unit_file:1603 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always
2022-02-14 23:08:37.199 | + functions-common:write_uwsgi_user_unit_file:1604 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all
2022-02-14 23:08:37.255 | + functions-common:write_uwsgi_user_unit_file:1605 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100
2022-02-14 23:08:37.309 | + functions-common:write_uwsgi_user_unit_file:1607 :   [[ -n '' ]]
2022-02-14 23:08:37.312 | + functions-common:write_uwsgi_user_unit_file:1610 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target
2022-02-14 23:08:37.375 | + functions-common:write_uwsgi_user_unit_file:1613 :   sudo systemctl daemon-reload
2022-02-14 23:08:37.770 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@keystone.service
2022-02-14 23:08:37.784 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service.
2022-02-14 23:08:38.188 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@keystone.service
2022-02-14 23:08:38.278 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:08:38.281 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:08:38.284 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:08:38.286 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:08:38.289 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:08:38.291 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:08:38.293 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:08:38.296 | + functions-common:time_stop:2432          :   start_time=1644880116651
2022-02-14 23:08:38.298 | + functions-common:time_stop:2434          :   [[ -z 1644880116651 ]]
2022-02-14 23:08:38.302 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:08:38.306 | + functions-common:time_stop:2437          :   end_time=1644880118303
2022-02-14 23:08:38.309 | + functions-common:time_stop:2438          :   elapsed_time=1652
2022-02-14 23:08:38.312 | + functions-common:time_stop:2439          :   total=1547
2022-02-14 23:08:38.315 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:08:38.317 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=3199
2022-02-14 23:08:38.319 | + lib/keystone:start_keystone:553          :   echo 'Waiting for keystone to start...'
2022-02-14 23:08:38.320 | Waiting for keystone to start...
2022-02-14 23:08:38.322 | + lib/keystone:start_keystone:559          :   local service_uri=http://10.222.0.47/identity/v3/
2022-02-14 23:08:38.324 | + lib/keystone:start_keystone:561          :   wait_for_service 60 http://10.222.0.47/identity/v3/
2022-02-14 23:08:38.328 | + functions:wait_for_service:457           :   local timeout=60
2022-02-14 23:08:38.330 | + functions:wait_for_service:458           :   local url=http://10.222.0.47/identity/v3/
2022-02-14 23:08:38.333 | + functions:wait_for_service:459           :   local rval=0
2022-02-14 23:08:38.335 | + functions:wait_for_service:460           :   time_start wait_for_service
2022-02-14 23:08:38.338 | + functions-common:time_start:2411         :   local name=wait_for_service
2022-02-14 23:08:38.341 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:08:38.343 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:08:38.346 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:08:38.351 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880118348
2022-02-14 23:08:38.353 | + functions:wait_for_service:461           :   timeout 60 bash -x
2022-02-14 23:08:38.360 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.47/identity/v3/
2022-02-14 23:08:45.115 | + ::                                       :   [[ 200 == 503 ]]
2022-02-14 23:08:45.116 | + ::                                       :   [[ 0 -eq 7 ]]
2022-02-14 23:08:45.119 | + functions:wait_for_service:466           :   time_stop wait_for_service
2022-02-14 23:08:45.122 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:08:45.125 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:08:45.127 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:08:45.130 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:08:45.132 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:08:45.135 | + functions-common:time_stop:2431          :   name=wait_for_service
2022-02-14 23:08:45.137 | + functions-common:time_stop:2432          :   start_time=1644880118348
2022-02-14 23:08:45.140 | + functions-common:time_stop:2434          :   [[ -z 1644880118348 ]]
2022-02-14 23:08:45.143 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:08:45.148 | + functions-common:time_stop:2437          :   end_time=1644880125145
2022-02-14 23:08:45.150 | + functions-common:time_stop:2438          :   elapsed_time=6797
2022-02-14 23:08:45.153 | + functions-common:time_stop:2439          :   total=0
2022-02-14 23:08:45.156 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:08:45.158 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=6797
2022-02-14 23:08:45.161 | + functions:wait_for_service:467           :   return 0
2022-02-14 23:08:45.163 | + lib/keystone:start_keystone:566          :   is_service_enabled tls-proxy
2022-02-14 23:08:45.182 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:08:45.184 | + lib/keystone:start_keystone:571          :   restart_service memcached
2022-02-14 23:08:45.188 | + functions-common:restart_service:2309    :   '[' -x /bin/systemctl ']'
2022-02-14 23:08:45.191 | + functions-common:restart_service:2310    :   sudo /bin/systemctl restart memcached
2022-02-14 23:08:45.220 | + ./stack.sh:main:1098                     :   bootstrap_keystone
2022-02-14 23:08:45.223 | + lib/keystone:bootstrap_keystone:591      :   /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-public-url http://10.222.0.47/identity
2022-02-14 23:08:50.012 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.012 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.012 | 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=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.021 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.038 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.038 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.073 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.107 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.107 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.204 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.204 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.204 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.205 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.205 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.205 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.219 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.219 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.219 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.219 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.219 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.220 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.228 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.231 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.231 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.232 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.232 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.232 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.232 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.232 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=86437) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2022-02-14 23:08:50.269 | 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=86437) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:08:50.599 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created domain default
2022-02-14 23:08:50.652 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created project admin
2022-02-14 23:08:50.703 | DEBUG passlib.handlers.bcrypt [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=86437) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}}
2022-02-14 23:08:50.703 | DEBUG passlib.handlers.bcrypt [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=86437) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}}
2022-02-14 23:08:50.778 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created user admin
2022-02-14 23:08:50.797 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created role reader
2022-02-14 23:08:50.812 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created role member
2022-02-14 23:08:50.848 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created implied role where 18a2aa96e2304059bf7f1a82bbf971c7 implies d037486d955e4347b7542599968cf21f
2022-02-14 23:08:50.862 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created role admin
2022-02-14 23:08:50.885 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created implied role where f3c2ad22137e47f88ea000249e505caa implies 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:08:50.902 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Granted role admin on project admin to user admin.
2022-02-14 23:08:50.912 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Granted role admin on the system to user admin.
2022-02-14 23:08:50.927 | WARNING py.warnings [None req-61420cd6-06d0-47c1-bafb-87a774af1345 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.
2022-02-14 23:08:50.927 |   warnings.warn(('Invalid uuid: %s. To ensure interoperability, '
2022-02-14 23:08:50.927 | 
2022-02-14 23:08:50.932 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created region RegionOne
2022-02-14 23:08:50.976 | INFO keystone.cmd.bootstrap [None req-61420cd6-06d0-47c1-bafb-87a774af1345 None None] Created public endpoint http://10.222.0.47/identity
2022-02-14 23:08:51.501 | + lib/keystone:bootstrap_keystone:599      :   '[' False == True ']'
2022-02-14 23:08:51.504 | + ./stack.sh:main:1101                     :   create_keystone_accounts
2022-02-14 23:08:51.509 | + lib/keystone:create_keystone_accounts:298 :   local admin_project
2022-02-14 23:08:51.513 | ++ lib/keystone:create_keystone_accounts:299 :   oscwrap project show admin -f value -c id
2022-02-14 23:08:55.290 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:08:55.290 |   from cryptography.utils import int_from_bytes
2022-02-14 23:08:55.290 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:08:55.290 |   from cryptography.utils import int_from_bytes
2022-02-14 23:08:55.486 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:08:55.489 | + lib/keystone:create_keystone_accounts:299 :   admin_project=f05d21ee04d5439d895c63b76d931c5f
2022-02-14 23:08:55.492 | + lib/keystone:create_keystone_accounts:300 :   local admin_user
2022-02-14 23:08:55.495 | ++ lib/keystone:create_keystone_accounts:301 :   oscwrap user show admin -f value -c id
2022-02-14 23:08:57.917 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:08:57.917 |   from cryptography.utils import int_from_bytes
2022-02-14 23:08:57.917 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:08:57.918 |   from cryptography.utils import int_from_bytes
2022-02-14 23:08:58.100 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:08:58.106 | + lib/keystone:create_keystone_accounts:301 :   admin_user=56a0cb3222fc46bfaf6c980edd4b4812
2022-02-14 23:08:58.110 | + lib/keystone:create_keystone_accounts:303 :   local admin_role=admin
2022-02-14 23:08:58.112 | + lib/keystone:create_keystone_accounts:304 :   local member_role=member
2022-02-14 23:08:58.115 | + lib/keystone:create_keystone_accounts:305 :   local reader_role=reader
2022-02-14 23:08:58.119 | + lib/keystone:create_keystone_accounts:307 :   async_run ks-domain-role get_or_add_user_domain_role admin 56a0cb3222fc46bfaf6c980edd4b4812 default
2022-02-14 23:08:58.192 | + inc/async:async_inner:63                 :   get_or_add_user_domain_role admin 56a0cb3222fc46bfaf6c980edd4b4812 default
2022-02-14 23:08:58.248 | [17669 Async ks-domain-role:86558]: running: get_or_add_user_domain_role admin 56a0cb3222fc46bfaf6c980edd4b4812 default
2022-02-14 23:08:58.251 | + lib/keystone:create_keystone_accounts:310 :   get_or_create_domain Default
2022-02-14 23:08:58.253 | + functions-common:get_or_create_domain:877 :   local domain_id
2022-02-14 23:08:58.258 | ++ functions-common:get_or_create_domain:889 :   oscwrap domain show Default -f value -c id
2022-02-14 23:09:01.086 | + functions-common:get_or_create_domain:887 :   domain_id=default
2022-02-14 23:09:01.089 | + functions-common:get_or_create_domain:888 :   echo default
2022-02-14 23:09:01.089 | default
2022-02-14 23:09:01.092 | + lib/keystone:create_keystone_accounts:311 :   async_run ks-project get_or_create_project service Default
2022-02-14 23:09:01.165 | + inc/async:async_inner:63                 :   get_or_create_project service Default
2022-02-14 23:09:01.219 | [17669 Async ks-project:86699]: running: get_or_create_project service Default
2022-02-14 23:09:01.223 | + lib/keystone:create_keystone_accounts:314 :   async_run ks-service get_or_create_role service
2022-02-14 23:09:01.308 | + inc/async:async_inner:63                 :   get_or_create_role service
2022-02-14 23:09:01.358 | [17669 Async ks-service:86785]: running: get_or_create_role service
2022-02-14 23:09:01.360 | + lib/keystone:create_keystone_accounts:320 :   async_run ks-reseller get_or_create_role ResellerAdmin
2022-02-14 23:09:01.489 | + inc/async:async_inner:63                 :   get_or_create_role ResellerAdmin
2022-02-14 23:09:01.578 | [17669 Async ks-reseller:86871]: running: get_or_create_role ResellerAdmin
2022-02-14 23:09:01.590 | + lib/keystone:create_keystone_accounts:324 :   local another_role=anotherrole
2022-02-14 23:09:01.608 | + lib/keystone:create_keystone_accounts:325 :   async_run ks-anotherrole get_or_create_role anotherrole
2022-02-14 23:09:02.039 | + inc/async:async_inner:63                 :   get_or_create_role anotherrole
2022-02-14 23:09:02.274 | [17669 Async ks-anotherrole:86960]: running: get_or_create_role anotherrole
2022-02-14 23:09:02.296 | + lib/keystone:create_keystone_accounts:328 :   local invis_project
2022-02-14 23:09:02.324 | ++ lib/keystone:create_keystone_accounts:329 :   get_or_create_project invisible_to_admin default
2022-02-14 23:09:02.352 | ++ functions-common:get_or_create_project:932 :   local project_id
2022-02-14 23:09:02.395 | +++ functions-common:get_or_create_project:940 :   oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id
2022-02-14 23:09:05.778 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:05.944 | [86699 Async ks-project:86699]: finished successfully
2022-02-14 23:09:06.119 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:06.279 | [86785 Async ks-service:86785]: finished successfully
2022-02-14 23:09:06.289 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:06.347 | [86871 Async ks-reseller:86871]: finished successfully
2022-02-14 23:09:06.878 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:06.918 | [86960 Async ks-anotherrole:86960]: finished successfully
2022-02-14 23:09:07.004 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:07.004 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:07.004 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:07.004 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:07.194 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:07.197 | ++ functions-common:get_or_create_project:938 :   project_id=3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:09:07.200 | ++ functions-common:get_or_create_project:939 :   echo 3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:09:07.204 | + lib/keystone:create_keystone_accounts:329 :   invis_project=3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:09:07.207 | + lib/keystone:create_keystone_accounts:332 :   local demo_project
2022-02-14 23:09:07.210 | ++ lib/keystone:create_keystone_accounts:333 :   get_or_create_project demo default
2022-02-14 23:09:07.214 | ++ functions-common:get_or_create_project:932 :   local project_id
2022-02-14 23:09:07.220 | +++ functions-common:get_or_create_project:940 :   oscwrap project create demo --domain=default --or-show -f value -c id
2022-02-14 23:09:08.917 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:08.947 | [86558 Async ks-domain-role:86558]: finished successfully
2022-02-14 23:09:09.816 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:09.816 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:09.816 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:09.816 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:10.003 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:10.007 | ++ functions-common:get_or_create_project:938 :   project_id=b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:10.009 | ++ functions-common:get_or_create_project:939 :   echo b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:10.013 | + lib/keystone:create_keystone_accounts:333 :   demo_project=b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:10.016 | + lib/keystone:create_keystone_accounts:334 :   local demo_user
2022-02-14 23:09:10.019 | ++ lib/keystone:create_keystone_accounts:336 :   get_or_create_user demo Passw0rd default demo@example.com
2022-02-14 23:09:10.022 | ++ functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:09:10.025 | ++ functions-common:get_or_create_user:910  :   [[ ! -z demo@example.com ]]
2022-02-14 23:09:10.028 | ++ functions-common:get_or_create_user:911  :   local email=--email=demo@example.com
2022-02-14 23:09:10.033 | +++ functions-common:get_or_create_user:927  :   oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id
2022-02-14 23:09:12.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.378 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.378 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.550 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:12.553 | ++ functions-common:get_or_create_user:925  :   user_id=d65cbc6982634f37bf6e3f5554bd49ac
2022-02-14 23:09:12.555 | ++ functions-common:get_or_create_user:926  :   echo d65cbc6982634f37bf6e3f5554bd49ac
2022-02-14 23:09:12.558 | + lib/keystone:create_keystone_accounts:336 :   demo_user=d65cbc6982634f37bf6e3f5554bd49ac
2022-02-14 23:09:12.561 | + lib/keystone:create_keystone_accounts:338 :   async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole
2022-02-14 23:09:12.622 | [17669 Async ks-domain-role:86558]: Waiting for completion of get_or_add_user_domain_role admin 56a0cb3222fc46bfaf6c980edd4b4812 default running on PID 86558 (6 other jobs running)
2022-02-14 23:09:12.658 | [17669 Async ks-domain-role:86558]: Signaling child to exit
2022-02-14 23:09:12.658 | WAKEUP
2022-02-14 23:09:12.688 | [17669 Async ks-domain-role:86558]: Signaled
2022-02-14 23:09:12.690 | + functions-common:get_or_add_user_domain_role:1003 :   local user_role_id
2022-02-14 23:09:12.690 | ++ functions-common:get_or_add_user_domain_role:1009 :   oscwrap role assignment list --role admin --user 56a0cb3222fc46bfaf6c980edd4b4812 --domain default
2022-02-14 23:09:12.690 | ++ functions-common:get_or_add_user_domain_role:1009 :   get_field 1
2022-02-14 23:09:12.691 | ++ functions-common:get_or_add_user_domain_role:1009 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:09:12.691 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:09:12.691 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:12.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.692 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.692 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.692 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:12.692 | + functions-common:get_or_add_user_domain_role:1009 :   user_role_id=
2022-02-14 23:09:12.692 | + functions-common:get_or_add_user_domain_role:1010 :   [[ -z '' ]]
2022-02-14 23:09:12.692 | + functions-common:get_or_add_user_domain_role:1012 :   openstack role add admin --user 56a0cb3222fc46bfaf6c980edd4b4812 --domain default
2022-02-14 23:09:12.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.692 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.692 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.692 | ++ functions-common:get_or_add_user_domain_role:1019 :   oscwrap role assignment list --role admin --user 56a0cb3222fc46bfaf6c980edd4b4812 --domain default
2022-02-14 23:09:12.692 | ++ functions-common:get_or_add_user_domain_role:1019 :   get_field 1
2022-02-14 23:09:12.692 | ++ functions-common:get_or_add_user_domain_role:1019 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:09:12.692 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:09:12.692 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:12.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.692 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.692 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.692 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:12.692 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:09:12.692 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:09:12.695 | ++ functions-common:get_field:818           :   echo '| f3c2ad22137e47f88ea000249e505caa | 56a0cb3222fc46bfaf6c980edd4b4812 |       |         | default |        | False     |'
2022-02-14 23:09:12.695 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:09:12.695 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:12.696 | + functions-common:get_or_add_user_domain_role:1019 :   user_role_id=f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:09:12.696 | + functions-common:get_or_add_user_domain_role:1021 :   echo f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:09:12.696 | f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:09:12.748 | [17669 Async ks-domain-role:86558]: finished get_or_add_user_domain_role admin 56a0cb3222fc46bfaf6c980edd4b4812 default with result 0 in 10 seconds
2022-02-14 23:09:12.757 | Not waiting for async task ks-domain that we never started or has already been waited for
2022-02-14 23:09:12.802 | [17669 Async ks-project:86699]: Waiting for completion of get_or_create_project service Default running on PID 86699 (5 other jobs running)
2022-02-14 23:09:12.832 | [17669 Async ks-project:86699]: Signaling child to exit
2022-02-14 23:09:12.832 | WAKEUP
2022-02-14 23:09:12.861 | [17669 Async ks-project:86699]: Signaled
2022-02-14 23:09:12.862 | + functions-common:get_or_create_project:932 :   local project_id
2022-02-14 23:09:12.862 | ++ functions-common:get_or_create_project:940 :   oscwrap project create service --domain=Default --or-show -f value -c id
2022-02-14 23:09:12.863 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.863 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.863 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:12.863 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:12.863 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:12.863 | + functions-common:get_or_create_project:938 :   project_id=e8647b59dd704654b937c955f5068d5e
2022-02-14 23:09:12.863 | + functions-common:get_or_create_project:939 :   echo e8647b59dd704654b937c955f5068d5e
2022-02-14 23:09:12.863 | e8647b59dd704654b937c955f5068d5e
2022-02-14 23:09:12.918 | [17669 Async ks-project:86699]: finished get_or_create_project service Default with result 0 in 4 seconds
2022-02-14 23:09:12.964 | [17669 Async ks-service:86785]: Waiting for completion of get_or_create_role service running on PID 86785 (4 other jobs running)
2022-02-14 23:09:12.996 | [17669 Async ks-service:86785]: Signaling child to exit
2022-02-14 23:09:12.996 | WAKEUP
2022-02-14 23:09:13.024 | [17669 Async ks-service:86785]: Signaled
2022-02-14 23:09:13.025 | + functions-common:get_or_create_role:945  :   local role_id
2022-02-14 23:09:13.025 | ++ functions-common:get_or_create_role:952  :   oscwrap role create service --or-show -f value -c id
2022-02-14 23:09:13.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:13.025 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:13.025 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:13.025 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:13.025 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:13.025 | + functions-common:get_or_create_role:950  :   role_id=a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:09:13.026 | + functions-common:get_or_create_role:951  :   echo a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:09:13.026 | a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:09:13.084 | [17669 Async ks-service:86785]: finished get_or_create_role service with result 0 in 5 seconds
2022-02-14 23:09:13.135 | [17669 Async ks-reseller:86871]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 86871 (3 other jobs running)
2022-02-14 23:09:13.170 | [17669 Async ks-reseller:86871]: Signaling child to exit
2022-02-14 23:09:13.171 | WAKEUP
2022-02-14 23:09:13.205 | [17669 Async ks-reseller:86871]: Signaled
2022-02-14 23:09:13.206 | + functions-common:get_or_create_role:945  :   local role_id
2022-02-14 23:09:13.206 | ++ functions-common:get_or_create_role:952  :   oscwrap role create ResellerAdmin --or-show -f value -c id
2022-02-14 23:09:13.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:13.206 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:13.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:13.206 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:13.206 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:13.206 | + functions-common:get_or_create_role:950  :   role_id=5073b7103c6f496cb48f2d721b862318
2022-02-14 23:09:13.207 | + functions-common:get_or_create_role:951  :   echo 5073b7103c6f496cb48f2d721b862318
2022-02-14 23:09:13.207 | 5073b7103c6f496cb48f2d721b862318
2022-02-14 23:09:13.269 | [17669 Async ks-reseller:86871]: finished get_or_create_role ResellerAdmin with result 0 in 4 seconds
2022-02-14 23:09:13.321 | [17669 Async ks-anotherrole:86960]: Waiting for completion of get_or_create_role anotherrole running on PID 86960 (2 other jobs running)
2022-02-14 23:09:13.353 | [17669 Async ks-anotherrole:86960]: Signaling child to exit
2022-02-14 23:09:13.354 | WAKEUP
2022-02-14 23:09:13.383 | [17669 Async ks-anotherrole:86960]: Signaled
2022-02-14 23:09:13.384 | + functions-common:get_or_create_role:945  :   local role_id
2022-02-14 23:09:13.384 | ++ functions-common:get_or_create_role:952  :   oscwrap role create anotherrole --or-show -f value -c id
2022-02-14 23:09:13.384 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:13.384 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:13.384 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:13.384 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:13.384 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:13.385 | + functions-common:get_or_create_role:950  :   role_id=af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:09:13.385 | + functions-common:get_or_create_role:951  :   echo af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:09:13.385 | af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:09:13.456 | [17669 Async ks-anotherrole:86960]: finished get_or_create_role anotherrole with result 0 in 5 seconds
2022-02-14 23:09:13.462 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:09:13.466 | + lib/keystone:create_keystone_accounts:340 :   async_run ks-demo-member get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.553 | + inc/async:async_inner:63                 :   get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.620 | [17669 Async ks-demo-member:87828]: running: get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.631 | + lib/keystone:create_keystone_accounts:342 :   async_run ks-demo-admin get_or_add_user_project_role admin 56a0cb3222fc46bfaf6c980edd4b4812 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.711 | + inc/async:async_inner:63                 :   get_or_add_user_project_role admin 56a0cb3222fc46bfaf6c980edd4b4812 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.773 | [17669 Async ks-demo-admin:87940]: running: get_or_add_user_project_role admin 56a0cb3222fc46bfaf6c980edd4b4812 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.777 | + lib/keystone:create_keystone_accounts:343 :   async_run ks-demo-another get_or_add_user_project_role anotherrole d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.867 | + inc/async:async_inner:63                 :   get_or_add_user_project_role anotherrole d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.938 | [17669 Async ks-demo-another:88052]: running: get_or_add_user_project_role anotherrole d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:13.941 | + lib/keystone:create_keystone_accounts:344 :   async_run ks-demo-invis get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac 3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:09:14.060 | + inc/async:async_inner:63                 :   get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac 3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:09:14.125 | [17669 Async ks-demo-invis:88164]: running: get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac 3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:09:14.133 | + lib/keystone:create_keystone_accounts:347 :   local demo_reader
2022-02-14 23:09:14.150 | ++ lib/keystone:create_keystone_accounts:349 :   get_or_create_user demo_reader Passw0rd default demo_reader@example.com
2022-02-14 23:09:14.161 | ++ functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:09:14.180 | ++ functions-common:get_or_create_user:910  :   [[ ! -z demo_reader@example.com ]]
2022-02-14 23:09:14.187 | ++ functions-common:get_or_create_user:911  :   local email=--email=demo_reader@example.com
2022-02-14 23:09:14.228 | +++ functions-common:get_or_create_user:927  :   oscwrap user create demo_reader --password Passw0rd --domain=default --email=demo_reader@example.com --or-show -f value -c id
2022-02-14 23:09:19.033 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:19.033 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:19.033 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:19.033 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:19.370 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:19.384 | ++ functions-common:get_or_create_user:925  :   user_id=0dabe3c3be714623a6ed5d96279d987b
2022-02-14 23:09:19.400 | ++ functions-common:get_or_create_user:926  :   echo 0dabe3c3be714623a6ed5d96279d987b
2022-02-14 23:09:19.407 | + lib/keystone:create_keystone_accounts:349 :   demo_reader=0dabe3c3be714623a6ed5d96279d987b
2022-02-14 23:09:19.417 | + lib/keystone:create_keystone_accounts:351 :   async_run ks-demo-reader get_or_add_user_project_role reader 0dabe3c3be714623a6ed5d96279d987b b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:19.739 | + inc/async:async_inner:63                 :   get_or_add_user_project_role reader 0dabe3c3be714623a6ed5d96279d987b b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:19.947 | [17669 Async ks-demo-reader:88352]: running: get_or_add_user_project_role reader 0dabe3c3be714623a6ed5d96279d987b b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:19.967 | + lib/keystone:create_keystone_accounts:354 :   local alt_demo_project
2022-02-14 23:09:20.004 | ++ lib/keystone:create_keystone_accounts:355 :   get_or_create_project alt_demo default
2022-02-14 23:09:20.045 | ++ functions-common:get_or_create_project:932 :   local project_id
2022-02-14 23:09:20.084 | +++ functions-common:get_or_create_project:940 :   oscwrap project create alt_demo --domain=default --or-show -f value -c id
2022-02-14 23:09:26.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:26.621 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:26.622 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:26.622 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:27.155 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:27.175 | ++ functions-common:get_or_create_project:938 :   project_id=99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:27.203 | ++ functions-common:get_or_create_project:939 :   echo 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:27.228 | + lib/keystone:create_keystone_accounts:355 :   alt_demo_project=99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:27.245 | + lib/keystone:create_keystone_accounts:357 :   local alt_demo_user
2022-02-14 23:09:27.291 | ++ lib/keystone:create_keystone_accounts:359 :   get_or_create_user alt_demo Passw0rd default alt_demo@example.com
2022-02-14 23:09:27.311 | ++ functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:09:27.335 | ++ functions-common:get_or_create_user:910  :   [[ ! -z alt_demo@example.com ]]
2022-02-14 23:09:27.360 | ++ functions-common:get_or_create_user:911  :   local email=--email=alt_demo@example.com
2022-02-14 23:09:27.403 | +++ functions-common:get_or_create_user:927  :   oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id
2022-02-14 23:09:30.175 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:30.324 | [87828 Async ks-demo-member:87828]: finished successfully
2022-02-14 23:09:31.285 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:31.366 | [88052 Async ks-demo-another:88052]: finished successfully
2022-02-14 23:09:31.436 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:31.480 | [87940 Async ks-demo-admin:87940]: finished successfully
2022-02-14 23:09:31.888 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:31.888 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:31.889 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:31.889 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:32.009 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:32.055 | [88164 Async ks-demo-invis:88164]: finished successfully
2022-02-14 23:09:32.101 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:32.105 | ++ functions-common:get_or_create_user:925  :   user_id=1c6d765b71ee4beaac3e32673db9b17c
2022-02-14 23:09:32.108 | ++ functions-common:get_or_create_user:926  :   echo 1c6d765b71ee4beaac3e32673db9b17c
2022-02-14 23:09:32.115 | + lib/keystone:create_keystone_accounts:359 :   alt_demo_user=1c6d765b71ee4beaac3e32673db9b17c
2022-02-14 23:09:32.119 | + lib/keystone:create_keystone_accounts:361 :   async_run ks-alt-admin get_or_add_user_project_role admin 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:32.219 | + inc/async:async_inner:63                 :   get_or_add_user_project_role admin 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:32.288 | [17669 Async ks-alt-admin:88954]: running: get_or_add_user_project_role admin 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:32.291 | + lib/keystone:create_keystone_accounts:362 :   async_run ks-alt-another get_or_add_user_project_role anotherrole 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:32.396 | + inc/async:async_inner:63                 :   get_or_add_user_project_role anotherrole 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:32.456 | [17669 Async ks-alt-another:89066]: running: get_or_add_user_project_role anotherrole 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:32.459 | + lib/keystone:create_keystone_accounts:365 :   local alt_demo_member
2022-02-14 23:09:32.464 | ++ lib/keystone:create_keystone_accounts:367 :   get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com
2022-02-14 23:09:32.467 | ++ functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:09:32.471 | ++ functions-common:get_or_create_user:910  :   [[ ! -z alt_demo_member@example.com ]]
2022-02-14 23:09:32.473 | ++ functions-common:get_or_create_user:911  :   local email=--email=alt_demo_member@example.com
2022-02-14 23:09:32.478 | +++ functions-common:get_or_create_user:927  :   oscwrap user create alt_demo_member --password Passw0rd --domain=default --email=alt_demo_member@example.com --or-show -f value -c id
2022-02-14 23:09:34.598 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:34.640 | [88352 Async ks-demo-reader:88352]: finished successfully
2022-02-14 23:09:35.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:35.578 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:35.578 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:35.578 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:35.805 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:35.809 | ++ functions-common:get_or_create_user:925  :   user_id=4ef184e0e1a14d85af8b8231d0074a22
2022-02-14 23:09:35.817 | ++ functions-common:get_or_create_user:926  :   echo 4ef184e0e1a14d85af8b8231d0074a22
2022-02-14 23:09:35.821 | + lib/keystone:create_keystone_accounts:367 :   alt_demo_member=4ef184e0e1a14d85af8b8231d0074a22
2022-02-14 23:09:35.824 | + lib/keystone:create_keystone_accounts:368 :   async_run ks-alt-member-user get_or_add_user_project_role member 4ef184e0e1a14d85af8b8231d0074a22 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:35.925 | + inc/async:async_inner:63                 :   get_or_add_user_project_role member 4ef184e0e1a14d85af8b8231d0074a22 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:36.002 | [17669 Async ks-alt-member-user:89279]: running: get_or_add_user_project_role member 4ef184e0e1a14d85af8b8231d0074a22 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:36.006 | + lib/keystone:create_keystone_accounts:371 :   local alt_demo_reader
2022-02-14 23:09:36.011 | ++ lib/keystone:create_keystone_accounts:373 :   get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com
2022-02-14 23:09:36.016 | ++ functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:09:36.022 | ++ functions-common:get_or_create_user:910  :   [[ ! -z alt_demo_reader@example.com ]]
2022-02-14 23:09:36.028 | ++ functions-common:get_or_create_user:911  :   local email=--email=alt_demo_reader@example.com
2022-02-14 23:09:36.036 | +++ functions-common:get_or_create_user:927  :   oscwrap user create alt_demo_reader --password Passw0rd --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id
2022-02-14 23:09:39.284 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:39.284 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:39.284 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:39.284 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:39.568 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:39.572 | ++ functions-common:get_or_create_user:925  :   user_id=8ee5c77d81af418599faa0b149b1e500
2022-02-14 23:09:39.580 | ++ functions-common:get_or_create_user:926  :   echo 8ee5c77d81af418599faa0b149b1e500
2022-02-14 23:09:39.584 | + lib/keystone:create_keystone_accounts:373 :   alt_demo_reader=8ee5c77d81af418599faa0b149b1e500
2022-02-14 23:09:39.587 | + lib/keystone:create_keystone_accounts:374 :   async_run ks-alt-reader-user get_or_add_user_project_role reader 8ee5c77d81af418599faa0b149b1e500 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:39.685 | + inc/async:async_inner:63                 :   get_or_add_user_project_role reader 8ee5c77d81af418599faa0b149b1e500 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:39.830 | [17669 Async ks-alt-reader-user:89454]: running: get_or_add_user_project_role reader 8ee5c77d81af418599faa0b149b1e500 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:39.860 | ++ lib/keystone:create_keystone_accounts:381 :   get_or_create_user system_member Passw0rd default system_member@example.com
2022-02-14 23:09:39.871 | ++ functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:09:39.883 | ++ functions-common:get_or_create_user:910  :   [[ ! -z system_member@example.com ]]
2022-02-14 23:09:39.896 | ++ functions-common:get_or_create_user:911  :   local email=--email=system_member@example.com
2022-02-14 23:09:39.926 | +++ functions-common:get_or_create_user:927  :   oscwrap user create system_member --password Passw0rd --domain=default --email=system_member@example.com --or-show -f value -c id
2022-02-14 23:09:44.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:44.294 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:44.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:44.294 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:44.749 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:44.762 | ++ functions-common:get_or_create_user:925  :   user_id=9de20be5047344f4a5b2807203f763ac
2022-02-14 23:09:44.785 | ++ functions-common:get_or_create_user:926  :   echo 9de20be5047344f4a5b2807203f763ac
2022-02-14 23:09:44.804 | + lib/keystone:create_keystone_accounts:381 :   system_member_user=9de20be5047344f4a5b2807203f763ac
2022-02-14 23:09:44.824 | + lib/keystone:create_keystone_accounts:382 :   async_run ks-system-member get_or_add_user_system_role member 9de20be5047344f4a5b2807203f763ac all
2022-02-14 23:09:45.164 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:45.176 | + inc/async:async_inner:63                 :   get_or_add_user_system_role member 9de20be5047344f4a5b2807203f763ac all
2022-02-14 23:09:45.276 | [88954 Async ks-alt-admin:88954]: finished successfully
2022-02-14 23:09:45.300 | [17669 Async ks-system-member:89732]: running: get_or_add_user_system_role member 9de20be5047344f4a5b2807203f763ac all
2022-02-14 23:09:45.308 | ++ lib/keystone:create_keystone_accounts:385 :   get_or_create_user system_reader Passw0rd default system_reader@example.com
2022-02-14 23:09:45.314 | ++ functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:09:45.320 | ++ functions-common:get_or_create_user:910  :   [[ ! -z system_reader@example.com ]]
2022-02-14 23:09:45.325 | ++ functions-common:get_or_create_user:911  :   local email=--email=system_reader@example.com
2022-02-14 23:09:45.331 | +++ functions-common:get_or_create_user:927  :   oscwrap user create system_reader --password Passw0rd --domain=default --email=system_reader@example.com --or-show -f value -c id
2022-02-14 23:09:46.223 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:46.426 | [89066 Async ks-alt-another:89066]: finished successfully
2022-02-14 23:09:48.777 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:48.833 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:48.833 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:48.834 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:48.834 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:48.854 | [89279 Async ks-alt-member-user:89279]: finished successfully
2022-02-14 23:09:49.089 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:49.092 | ++ functions-common:get_or_create_user:925  :   user_id=0ab940c60427405cab53b7bd375684c7
2022-02-14 23:09:49.096 | ++ functions-common:get_or_create_user:926  :   echo 0ab940c60427405cab53b7bd375684c7
2022-02-14 23:09:49.099 | + lib/keystone:create_keystone_accounts:385 :   system_reader_user=0ab940c60427405cab53b7bd375684c7
2022-02-14 23:09:49.102 | + lib/keystone:create_keystone_accounts:386 :   async_run ks-system-reader get_or_add_user_system_role reader 0ab940c60427405cab53b7bd375684c7 all
2022-02-14 23:09:49.202 | + inc/async:async_inner:63                 :   get_or_add_user_system_role reader 0ab940c60427405cab53b7bd375684c7 all
2022-02-14 23:09:49.266 | [17669 Async ks-system-reader:90031]: running: get_or_add_user_system_role reader 0ab940c60427405cab53b7bd375684c7 all
2022-02-14 23:09:49.269 | + lib/keystone:create_keystone_accounts:389 :   local admin_group
2022-02-14 23:09:49.277 | ++ lib/keystone:create_keystone_accounts:391 :   get_or_create_group admins default 'openstack admin group'
2022-02-14 23:09:49.280 | ++ functions-common:get_or_create_group:894 :   local 'desc=openstack admin group'
2022-02-14 23:09:49.285 | ++ functions-common:get_or_create_group:895 :   local group_id
2022-02-14 23:09:49.291 | +++ functions-common:get_or_create_group:904 :   oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id
2022-02-14 23:09:52.769 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:52.810 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:52.810 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:52.810 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:52.810 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:52.833 | [89454 Async ks-alt-reader-user:89454]: finished successfully
2022-02-14 23:09:53.041 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:53.045 | ++ functions-common:get_or_create_group:902 :   group_id=3a84efcb7ecb4d1fa7e02f69c0ec4dd3
2022-02-14 23:09:53.051 | ++ functions-common:get_or_create_group:903 :   echo 3a84efcb7ecb4d1fa7e02f69c0ec4dd3
2022-02-14 23:09:53.055 | + lib/keystone:create_keystone_accounts:391 :   admin_group=3a84efcb7ecb4d1fa7e02f69c0ec4dd3
2022-02-14 23:09:53.060 | + lib/keystone:create_keystone_accounts:392 :   local non_admin_group
2022-02-14 23:09:53.069 | ++ lib/keystone:create_keystone_accounts:394 :   get_or_create_group nonadmins default 'non-admin group'
2022-02-14 23:09:53.075 | ++ functions-common:get_or_create_group:894 :   local 'desc=non-admin group'
2022-02-14 23:09:53.078 | ++ functions-common:get_or_create_group:895 :   local group_id
2022-02-14 23:09:53.083 | +++ functions-common:get_or_create_group:904 :   oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id
2022-02-14 23:09:55.697 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:55.697 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:55.697 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:55.697 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:55.886 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:55.889 | ++ functions-common:get_or_create_group:902 :   group_id=a42988042fdf418cba4a020fdc6c8fc3
2022-02-14 23:09:55.893 | ++ functions-common:get_or_create_group:903 :   echo a42988042fdf418cba4a020fdc6c8fc3
2022-02-14 23:09:55.898 | + lib/keystone:create_keystone_accounts:394 :   non_admin_group=a42988042fdf418cba4a020fdc6c8fc3
2022-02-14 23:09:55.900 | + lib/keystone:create_keystone_accounts:396 :   async_run ks-group-memberdemo get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:55.991 | + inc/async:async_inner:63                 :   get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:56.050 | [17669 Async ks-group-memberdemo:90305]: running: get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:56.052 | + lib/keystone:create_keystone_accounts:397 :   async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:56.142 | + inc/async:async_inner:63                 :   get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:56.220 | [17669 Async ks-group-anotherdemo:90410]: running: get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:56.223 | + lib/keystone:create_keystone_accounts:398 :   async_run ks-group-memberalt get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:56.274 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:56.335 | [89732 Async ks-system-member:89732]: finished successfully
2022-02-14 23:09:56.374 | + inc/async:async_inner:63                 :   get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:56.457 | [17669 Async ks-group-memberalt:90528]: running: get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:56.479 | + lib/keystone:create_keystone_accounts:399 :   async_run ks-group-anotheralt get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:56.919 | + inc/async:async_inner:63                 :   get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:57.161 | [17669 Async ks-group-anotheralt:90621]: running: get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f
2022-02-14 23:09:57.183 | + lib/keystone:create_keystone_accounts:400 :   async_run ks-group-admin get_or_add_group_project_role admin 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 f05d21ee04d5439d895c63b76d931c5f
2022-02-14 23:09:57.663 | + inc/async:async_inner:63                 :   get_or_add_group_project_role admin 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 f05d21ee04d5439d895c63b76d931c5f
2022-02-14 23:09:57.912 | [17669 Async ks-group-admin:90709]: running: get_or_add_group_project_role admin 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 f05d21ee04d5439d895c63b76d931c5f
2022-02-14 23:09:57.935 | + lib/keystone:create_keystone_accounts:402 :   async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader
2022-02-14 23:09:58.299 | [17669 Async ks-demo-member:87828]: Waiting for completion of get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b running on PID 87828 (17 other jobs running)
2022-02-14 23:09:58.473 | [17669 Async ks-demo-member:87828]: Signaling child to exit
2022-02-14 23:09:58.473 | WAKEUP
2022-02-14 23:09:58.635 | [17669 Async ks-demo-member:87828]: Signaled
2022-02-14 23:09:58.655 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:09:58.655 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:09:58.655 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:09:58.655 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:09:58.655 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:09:58.655 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:09:58.655 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:09:58.655 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:09:58.655 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:09:58.655 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role member --user d65cbc6982634f37bf6e3f5554bd49ac --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:58.655 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:09:58.655 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:09:58.655 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:58.655 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:58.655 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:58.655 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:58.655 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:58.655 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:58.655 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:09:58.655 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:09:58.655 | + functions-common:get_or_add_user_project_role:986 :   openstack role add member --user d65cbc6982634f37bf6e3f5554bd49ac --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:58.655 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:58.655 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:58.655 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:58.655 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:58.655 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:09:58.655 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:09:58.656 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role member --user d65cbc6982634f37bf6e3f5554bd49ac --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:58.656 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:09:58.656 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:58.656 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:58.656 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:58.656 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:58.656 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:58.656 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:58.656 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:09:58.656 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:09:58.656 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:09:58.656 | ++ functions-common:get_field:818           :   echo '| 18a2aa96e2304059bf7f1a82bbf971c7 | d65cbc6982634f37bf6e3f5554bd49ac |       | b88c8e918ec14e0f8bd08b4d5d84112b |        |        | False     |'
2022-02-14 23:09:58.656 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:58.656 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:09:58.656 | + functions-common:get_or_add_user_project_role:997 :   echo 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:09:58.656 | 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:09:58.989 | [17669 Async ks-demo-member:87828]: finished get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b with result 0 in 16 seconds
2022-02-14 23:09:59.265 | [17669 Async ks-demo-admin:87940]: Waiting for completion of get_or_add_user_project_role admin 56a0cb3222fc46bfaf6c980edd4b4812 b88c8e918ec14e0f8bd08b4d5d84112b running on PID 87940 (16 other jobs running)
2022-02-14 23:09:59.415 | [17669 Async ks-demo-admin:87940]: Signaling child to exit
2022-02-14 23:09:59.415 | WAKEUP
2022-02-14 23:09:59.600 | [17669 Async ks-demo-admin:87940]: Signaled
2022-02-14 23:09:59.615 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:09:59.615 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:09:59.615 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:09:59.615 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:09:59.615 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:09:59.615 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:09:59.615 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:09:59.615 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:09:59.615 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:09:59.615 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:09:59.615 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role admin --user 56a0cb3222fc46bfaf6c980edd4b4812 --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:59.615 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:09:59.615 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:59.615 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:59.616 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:59.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:59.616 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:59.616 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:59.616 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:09:59.616 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:09:59.616 | + functions-common:get_or_add_user_project_role:986 :   openstack role add admin --user 56a0cb3222fc46bfaf6c980edd4b4812 --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:59.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:59.616 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:59.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:59.616 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:59.616 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:09:59.616 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:09:59.616 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:09:59.616 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role admin --user 56a0cb3222fc46bfaf6c980edd4b4812 --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:09:59.616 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:59.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:59.616 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:59.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:09:59.617 |   from cryptography.utils import int_from_bytes
2022-02-14 23:09:59.617 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:09:59.617 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:09:59.617 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:09:59.617 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:09:59.617 | ++ functions-common:get_field:818           :   echo '| f3c2ad22137e47f88ea000249e505caa | 56a0cb3222fc46bfaf6c980edd4b4812 |       | b88c8e918ec14e0f8bd08b4d5d84112b |        |        | False     |'
2022-02-14 23:09:59.617 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:09:59.617 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:09:59.617 | + functions-common:get_or_add_user_project_role:997 :   echo f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:09:59.617 | f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:09:59.771 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:09:59.888 | [17669 Async ks-demo-admin:87940]: finished get_or_add_user_project_role admin 56a0cb3222fc46bfaf6c980edd4b4812 b88c8e918ec14e0f8bd08b4d5d84112b with result 0 in 17 seconds
2022-02-14 23:09:59.908 | [90031 Async ks-system-reader:90031]: finished successfully
2022-02-14 23:10:00.112 | [17669 Async ks-demo-another:88052]: Waiting for completion of get_or_add_user_project_role anotherrole d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b running on PID 88052 (15 other jobs running)
2022-02-14 23:10:00.291 | [17669 Async ks-demo-another:88052]: Signaling child to exit
2022-02-14 23:10:00.291 | WAKEUP
2022-02-14 23:10:00.442 | [17669 Async ks-demo-another:88052]: Signaled
2022-02-14 23:10:00.455 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:10:00.455 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:10:00.455 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:00.455 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:00.455 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:00.455 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:00.455 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:00.455 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:10:00.455 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:00.456 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role anotherrole --user d65cbc6982634f37bf6e3f5554bd49ac --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:10:00.456 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:10:00.456 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:00.456 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:00.456 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:00.456 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:00.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:00.456 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:00.456 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:00.456 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:10:00.456 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:10:00.456 | + functions-common:get_or_add_user_project_role:986 :   openstack role add anotherrole --user d65cbc6982634f37bf6e3f5554bd49ac --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:10:00.456 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:00.456 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:00.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:00.456 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:00.456 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:10:00.456 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:00.456 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:00.456 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role anotherrole --user d65cbc6982634f37bf6e3f5554bd49ac --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:10:00.456 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:00.456 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:00.456 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:00.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:00.456 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:00.456 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:00.456 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:10:00.456 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:10:00.456 | ++ functions-common:get_field:818           :   echo '| af2ff3e6b30549839e5bd83b403410d5 | d65cbc6982634f37bf6e3f5554bd49ac |       | b88c8e918ec14e0f8bd08b4d5d84112b |        |        | False     |'
2022-02-14 23:10:00.456 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:10:00.456 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:00.456 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:10:00.457 | + functions-common:get_or_add_user_project_role:997 :   echo af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:10:00.457 | af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:10:00.787 | [17669 Async ks-demo-another:88052]: finished get_or_add_user_project_role anotherrole d65cbc6982634f37bf6e3f5554bd49ac b88c8e918ec14e0f8bd08b4d5d84112b with result 0 in 17 seconds
2022-02-14 23:10:01.035 | [17669 Async ks-demo-invis:88164]: Waiting for completion of get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac 3e16cf46b3ec447b9cf790cad19401d3 running on PID 88164 (14 other jobs running)
2022-02-14 23:10:01.196 | [17669 Async ks-demo-invis:88164]: Signaling child to exit
2022-02-14 23:10:01.197 | WAKEUP
2022-02-14 23:10:01.327 | [17669 Async ks-demo-invis:88164]: Signaled
2022-02-14 23:10:01.341 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:10:01.341 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:10:01.341 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:01.341 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:01.341 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:01.341 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:01.341 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:01.341 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:10:01.341 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:10:01.341 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role member --user d65cbc6982634f37bf6e3f5554bd49ac --project 3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:10:01.341 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:01.341 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:01.341 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:01.341 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:01.341 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:01.341 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:01.341 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:01.342 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:01.342 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:10:01.342 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:10:01.342 | + functions-common:get_or_add_user_project_role:986 :   openstack role add member --user d65cbc6982634f37bf6e3f5554bd49ac --project 3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:10:01.342 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:01.342 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:01.342 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:01.342 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:01.342 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:10:01.342 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:01.342 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:01.342 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:01.342 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role member --user d65cbc6982634f37bf6e3f5554bd49ac --project 3e16cf46b3ec447b9cf790cad19401d3
2022-02-14 23:10:01.342 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:01.342 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:01.342 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:01.342 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:01.342 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:01.342 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:10:01.342 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:10:01.342 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:10:01.342 | ++ functions-common:get_field:818           :   echo '| 18a2aa96e2304059bf7f1a82bbf971c7 | d65cbc6982634f37bf6e3f5554bd49ac |       | 3e16cf46b3ec447b9cf790cad19401d3 |        |        | False     |'
2022-02-14 23:10:01.342 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:01.342 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:01.342 | + functions-common:get_or_add_user_project_role:997 :   echo 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:01.342 | 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:01.616 | [17669 Async ks-demo-invis:88164]: finished get_or_add_user_project_role member d65cbc6982634f37bf6e3f5554bd49ac 3e16cf46b3ec447b9cf790cad19401d3 with result 0 in 18 seconds
2022-02-14 23:10:01.937 | [17669 Async ks-demo-reader:88352]: Waiting for completion of get_or_add_user_project_role reader 0dabe3c3be714623a6ed5d96279d987b b88c8e918ec14e0f8bd08b4d5d84112b running on PID 88352 (13 other jobs running)
2022-02-14 23:10:02.123 | [17669 Async ks-demo-reader:88352]: Signaling child to exit
2022-02-14 23:10:02.123 | WAKEUP
2022-02-14 23:10:02.287 | [17669 Async ks-demo-reader:88352]: Signaled
2022-02-14 23:10:02.307 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:10:02.307 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:10:02.307 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:02.307 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:02.308 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:02.308 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:02.308 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:02.308 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:10:02.308 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:10:02.308 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:02.308 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role reader --user 0dabe3c3be714623a6ed5d96279d987b --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:10:02.308 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:02.308 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:02.308 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:02.308 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:02.308 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:02.308 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:02.308 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:02.308 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:10:02.309 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:10:02.309 | + functions-common:get_or_add_user_project_role:986 :   openstack role add reader --user 0dabe3c3be714623a6ed5d96279d987b --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:10:02.309 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:02.309 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:02.309 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:02.309 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:02.309 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role reader --user 0dabe3c3be714623a6ed5d96279d987b --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:10:02.309 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:10:02.309 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:02.309 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:02.309 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:02.309 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:02.309 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:02.309 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:02.309 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:02.310 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:02.310 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:10:02.310 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:10:02.310 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:10:02.310 | ++ functions-common:get_field:818           :   echo '| d037486d955e4347b7542599968cf21f | 0dabe3c3be714623a6ed5d96279d987b |       | b88c8e918ec14e0f8bd08b4d5d84112b |        |        | False     |'
2022-02-14 23:10:02.310 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:02.310 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=d037486d955e4347b7542599968cf21f
2022-02-14 23:10:02.310 | + functions-common:get_or_add_user_project_role:997 :   echo d037486d955e4347b7542599968cf21f
2022-02-14 23:10:02.310 | d037486d955e4347b7542599968cf21f
2022-02-14 23:10:02.627 | [17669 Async ks-demo-reader:88352]: finished get_or_add_user_project_role reader 0dabe3c3be714623a6ed5d96279d987b b88c8e918ec14e0f8bd08b4d5d84112b with result 0 in 15 seconds
2022-02-14 23:10:02.667 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:10:02.687 | + lib/keystone:create_keystone_accounts:403 :   async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user
2022-02-14 23:10:03.083 | [17669 Async ks-alt-admin:88954]: Waiting for completion of get_or_add_user_project_role admin 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f running on PID 88954 (12 other jobs running)
2022-02-14 23:10:03.268 | [17669 Async ks-alt-admin:88954]: Signaling child to exit
2022-02-14 23:10:03.269 | WAKEUP
2022-02-14 23:10:03.442 | [17669 Async ks-alt-admin:88954]: Signaled
2022-02-14 23:10:03.459 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:10:03.459 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:10:03.459 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:03.459 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:03.459 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:03.459 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:03.459 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:03.459 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:10:03.459 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:03.459 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role admin --user 1c6d765b71ee4beaac3e32673db9b17c --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:03.459 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:10:03.460 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:03.460 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:03.460 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:03.460 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:03.460 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:03.460 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:03.460 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:03.460 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:10:03.460 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:10:03.460 | + functions-common:get_or_add_user_project_role:986 :   openstack role add admin --user 1c6d765b71ee4beaac3e32673db9b17c --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:03.460 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:03.460 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:03.460 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:03.460 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:03.460 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role admin --user 1c6d765b71ee4beaac3e32673db9b17c --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:03.461 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:10:03.461 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:03.461 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:03.461 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:03.461 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:03.461 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:03.461 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:03.461 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:03.461 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:03.461 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:10:03.461 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:10:03.461 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:10:03.461 | ++ functions-common:get_field:818           :   echo '| f3c2ad22137e47f88ea000249e505caa | 1c6d765b71ee4beaac3e32673db9b17c |       | 99a097ce48f74986884d25299c9c821f |        |        | False     |'
2022-02-14 23:10:03.461 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:03.462 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:10:03.462 | + functions-common:get_or_add_user_project_role:997 :   echo f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:10:03.462 | f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:10:03.731 | [17669 Async ks-alt-admin:88954]: finished get_or_add_user_project_role admin 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f with result 0 in 13 seconds
2022-02-14 23:10:03.992 | [17669 Async ks-alt-another:89066]: Waiting for completion of get_or_add_user_project_role anotherrole 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f running on PID 89066 (11 other jobs running)
2022-02-14 23:10:04.138 | [17669 Async ks-alt-another:89066]: Signaling child to exit
2022-02-14 23:10:04.138 | WAKEUP
2022-02-14 23:10:04.269 | [17669 Async ks-alt-another:89066]: Signaled
2022-02-14 23:10:04.278 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:10:04.278 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:10:04.278 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:04.278 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:04.278 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:04.278 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:04.278 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:04.278 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:10:04.278 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:04.278 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role anotherrole --user 1c6d765b71ee4beaac3e32673db9b17c --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:04.278 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:10:04.278 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:04.279 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:04.279 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:04.279 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:04.279 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:04.279 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:04.279 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:04.279 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:10:04.279 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:10:04.279 | + functions-common:get_or_add_user_project_role:986 :   openstack role add anotherrole --user 1c6d765b71ee4beaac3e32673db9b17c --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:04.279 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:04.279 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:04.279 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:04.279 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:04.279 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role anotherrole --user 1c6d765b71ee4beaac3e32673db9b17c --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:04.279 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:10:04.279 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:04.279 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:04.279 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:04.279 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:04.279 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:04.279 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:04.280 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:04.280 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:04.280 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:10:04.280 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:10:04.280 | ++ functions-common:get_field:818           :   echo '| af2ff3e6b30549839e5bd83b403410d5 | 1c6d765b71ee4beaac3e32673db9b17c |       | 99a097ce48f74986884d25299c9c821f |        |        | False     |'
2022-02-14 23:10:04.280 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:10:04.280 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:04.280 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:10:04.280 | + functions-common:get_or_add_user_project_role:997 :   echo af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:10:04.280 | af2ff3e6b30549839e5bd83b403410d5
2022-02-14 23:10:04.599 | [17669 Async ks-alt-another:89066]: finished get_or_add_user_project_role anotherrole 1c6d765b71ee4beaac3e32673db9b17c 99a097ce48f74986884d25299c9c821f with result 0 in 14 seconds
2022-02-14 23:10:04.865 | [17669 Async ks-alt-member-user:89279]: Waiting for completion of get_or_add_user_project_role member 4ef184e0e1a14d85af8b8231d0074a22 99a097ce48f74986884d25299c9c821f running on PID 89279 (10 other jobs running)
2022-02-14 23:10:05.031 | [17669 Async ks-alt-member-user:89279]: Signaling child to exit
2022-02-14 23:10:05.031 | WAKEUP
2022-02-14 23:10:05.198 | [17669 Async ks-alt-member-user:89279]: Signaled
2022-02-14 23:10:05.215 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:10:05.215 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:10:05.215 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:05.215 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:05.215 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:05.215 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:05.215 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:05.215 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:10:05.215 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role member --user 4ef184e0e1a14d85af8b8231d0074a22 --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:05.215 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:05.215 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:10:05.215 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:05.215 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:05.215 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:05.215 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:05.215 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:05.215 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:05.215 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:05.215 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:10:05.215 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:10:05.215 | + functions-common:get_or_add_user_project_role:986 :   openstack role add member --user 4ef184e0e1a14d85af8b8231d0074a22 --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:05.215 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:05.215 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:05.215 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:05.215 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:05.215 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:05.215 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role member --user 4ef184e0e1a14d85af8b8231d0074a22 --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:05.216 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:10:05.216 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:05.216 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:05.216 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:05.216 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:05.216 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:05.216 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:05.216 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:05.216 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:10:05.216 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:10:05.216 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:10:05.216 | ++ functions-common:get_field:818           :   echo '| 18a2aa96e2304059bf7f1a82bbf971c7 | 4ef184e0e1a14d85af8b8231d0074a22 |       | 99a097ce48f74986884d25299c9c821f |        |        | False     |'
2022-02-14 23:10:05.216 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:05.216 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:05.216 | + functions-common:get_or_add_user_project_role:997 :   echo 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:05.216 | 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:05.492 | [17669 Async ks-alt-member-user:89279]: finished get_or_add_user_project_role member 4ef184e0e1a14d85af8b8231d0074a22 99a097ce48f74986884d25299c9c821f with result 0 in 12 seconds
2022-02-14 23:10:05.777 | [17669 Async ks-alt-reader-user:89454]: Waiting for completion of get_or_add_user_project_role reader 8ee5c77d81af418599faa0b149b1e500 99a097ce48f74986884d25299c9c821f running on PID 89454 (9 other jobs running)
2022-02-14 23:10:05.927 | [17669 Async ks-alt-reader-user:89454]: Signaling child to exit
2022-02-14 23:10:05.927 | WAKEUP
2022-02-14 23:10:06.074 | [17669 Async ks-alt-reader-user:89454]: Signaled
2022-02-14 23:10:06.083 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:10:06.083 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args
2022-02-14 23:10:06.084 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:06.084 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:06.084 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:06.084 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:06.084 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:06.084 | + functions-common:get_or_add_user_project_role:975 :   domain_args=
2022-02-14 23:10:06.084 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:06.084 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:10:06.084 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role reader --user 8ee5c77d81af418599faa0b149b1e500 --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:06.084 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:06.084 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:06.084 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:06.084 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:06.084 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:06.085 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:06.085 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:06.085 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:10:06.085 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:10:06.085 | + functions-common:get_or_add_user_project_role:986 :   openstack role add reader --user 8ee5c77d81af418599faa0b149b1e500 --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:06.085 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:06.085 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:06.085 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:06.085 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:06.085 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role reader --user 8ee5c77d81af418599faa0b149b1e500 --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:06.085 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:10:06.085 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:10:06.085 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:10:06.085 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:06.086 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:06.086 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:06.086 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:06.086 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:06.086 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:06.086 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:10:06.086 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:10:06.086 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:10:06.086 | ++ functions-common:get_field:818           :   echo '| d037486d955e4347b7542599968cf21f | 8ee5c77d81af418599faa0b149b1e500 |       | 99a097ce48f74986884d25299c9c821f |        |        | False     |'
2022-02-14 23:10:06.086 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:10:06.086 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=d037486d955e4347b7542599968cf21f
2022-02-14 23:10:06.086 | + functions-common:get_or_add_user_project_role:997 :   echo d037486d955e4347b7542599968cf21f
2022-02-14 23:10:06.086 | d037486d955e4347b7542599968cf21f
2022-02-14 23:10:06.367 | [17669 Async ks-alt-reader-user:89454]: finished get_or_add_user_project_role reader 8ee5c77d81af418599faa0b149b1e500 99a097ce48f74986884d25299c9c821f with result 0 in 13 seconds
2022-02-14 23:10:06.400 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:10:06.423 | + lib/keystone:create_keystone_accounts:404 :   async_wait ks-system-member ks-system-reader
2022-02-14 23:10:06.807 | [17669 Async ks-system-member:89732]: Waiting for completion of get_or_add_user_system_role member 9de20be5047344f4a5b2807203f763ac all running on PID 89732 (8 other jobs running)
2022-02-14 23:10:07.000 | [17669 Async ks-system-member:89732]: Signaling child to exit
2022-02-14 23:10:07.000 | WAKEUP
2022-02-14 23:10:07.156 | [17669 Async ks-system-member:89732]: Signaled
2022-02-14 23:10:07.179 | + functions-common:get_or_add_user_system_role:1027 :   local user_role_id
2022-02-14 23:10:07.179 | + functions-common:get_or_add_user_system_role:1028 :   local domain_args
2022-02-14 23:10:07.179 | ++ functions-common:get_or_add_user_system_role:1030 :   _get_domain_args
2022-02-14 23:10:07.179 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:07.179 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:07.179 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:07.179 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:07.179 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:07.179 | + functions-common:get_or_add_user_system_role:1030 :   domain_args=
2022-02-14 23:10:07.179 | ++ functions-common:get_or_add_user_system_role:1038 :   oscwrap role assignment list --role member --user 9de20be5047344f4a5b2807203f763ac --system all -f value -c Role
2022-02-14 23:10:07.179 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:07.179 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:07.179 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:07.179 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:07.180 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:07.180 | + functions-common:get_or_add_user_system_role:1038 :   user_role_id=
2022-02-14 23:10:07.180 | + functions-common:get_or_add_user_system_role:1039 :   [[ -z '' ]]
2022-02-14 23:10:07.180 | + functions-common:get_or_add_user_system_role:1041 :   openstack role add member --user 9de20be5047344f4a5b2807203f763ac --system all
2022-02-14 23:10:07.180 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:07.180 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:07.180 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:07.180 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:07.180 | ++ functions-common:get_or_add_user_system_role:1050 :   oscwrap role assignment list --role member --user 9de20be5047344f4a5b2807203f763ac --system all -f value -c Role
2022-02-14 23:10:07.180 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:07.180 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:07.180 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:07.180 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:07.180 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:07.180 | + functions-common:get_or_add_user_system_role:1050 :   user_role_id=18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:07.180 | + functions-common:get_or_add_user_system_role:1052 :   echo 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:07.180 | 18a2aa96e2304059bf7f1a82bbf971c7
2022-02-14 23:10:07.479 | [17669 Async ks-system-member:89732]: finished get_or_add_user_system_role member 9de20be5047344f4a5b2807203f763ac all with result 0 in 11 seconds
2022-02-14 23:10:07.768 | [17669 Async ks-system-reader:90031]: Waiting for completion of get_or_add_user_system_role reader 0ab940c60427405cab53b7bd375684c7 all running on PID 90031 (7 other jobs running)
2022-02-14 23:10:08.008 | [17669 Async ks-system-reader:90031]: Signaling child to exit
2022-02-14 23:10:08.008 | WAKEUP
2022-02-14 23:10:08.203 | [17669 Async ks-system-reader:90031]: Signaled
2022-02-14 23:10:08.221 | + functions-common:get_or_add_user_system_role:1027 :   local user_role_id
2022-02-14 23:10:08.221 | + functions-common:get_or_add_user_system_role:1028 :   local domain_args
2022-02-14 23:10:08.221 | ++ functions-common:get_or_add_user_system_role:1030 :   _get_domain_args
2022-02-14 23:10:08.221 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:10:08.221 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:10:08.221 | ++ functions-common:_get_domain_args:960    :   [[ -n '' ]]
2022-02-14 23:10:08.221 | ++ functions-common:_get_domain_args:963    :   [[ -n '' ]]
2022-02-14 23:10:08.221 | ++ functions-common:_get_domain_args:967    :   echo
2022-02-14 23:10:08.222 | + functions-common:get_or_add_user_system_role:1030 :   domain_args=
2022-02-14 23:10:08.222 | ++ functions-common:get_or_add_user_system_role:1038 :   oscwrap role assignment list --role reader --user 0ab940c60427405cab53b7bd375684c7 --system all -f value -c Role
2022-02-14 23:10:08.222 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:08.222 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:08.222 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:08.222 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:08.222 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:08.222 | + functions-common:get_or_add_user_system_role:1038 :   user_role_id=
2022-02-14 23:10:08.222 | + functions-common:get_or_add_user_system_role:1039 :   [[ -z '' ]]
2022-02-14 23:10:08.223 | + functions-common:get_or_add_user_system_role:1041 :   openstack role add reader --user 0ab940c60427405cab53b7bd375684c7 --system all
2022-02-14 23:10:08.223 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:08.223 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:08.223 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:08.223 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:08.223 | ++ functions-common:get_or_add_user_system_role:1050 :   oscwrap role assignment list --role reader --user 0ab940c60427405cab53b7bd375684c7 --system all -f value -c Role
2022-02-14 23:10:08.223 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:08.223 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:08.223 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:08.223 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:08.223 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:08.223 | + functions-common:get_or_add_user_system_role:1050 :   user_role_id=d037486d955e4347b7542599968cf21f
2022-02-14 23:10:08.223 | + functions-common:get_or_add_user_system_role:1052 :   echo d037486d955e4347b7542599968cf21f
2022-02-14 23:10:08.223 | d037486d955e4347b7542599968cf21f
2022-02-14 23:10:08.530 | [17669 Async ks-system-reader:90031]: finished get_or_add_user_system_role reader 0ab940c60427405cab53b7bd375684c7 all with result 0 in 10 seconds
2022-02-14 23:10:08.573 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:10:08.595 | + lib/keystone:create_keystone_accounts:405 :   async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin
2022-02-14 23:10:08.740 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:10:08.902 | [90528 Async ks-group-memberalt:90528]: finished successfully
2022-02-14 23:10:08.931 | [17669 Async ks-group-memberdemo:90305]: Waiting for completion of get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b running on PID 90305 (6 other jobs running)
2022-02-14 23:10:09.003 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:10:09.053 | [17669 Async ks-group-memberdemo:90305]: Signaling child to exit
2022-02-14 23:10:09.072 | [90410 Async ks-group-anotherdemo:90410]: finished successfully
2022-02-14 23:10:09.590 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:10:09.624 | [90305 Async ks-group-memberdemo:90305]: finished successfully
2022-02-14 23:10:09.648 | WAKEUP
2022-02-14 23:10:09.678 | [17669 Async ks-group-memberdemo:90305]: Signaled
2022-02-14 23:10:09.680 | + functions-common:get_or_add_group_project_role:1058 :   local group_role_id
2022-02-14 23:10:09.680 | ++ functions-common:get_or_add_group_project_role:1064 :   oscwrap role assignment list --role member --group a42988042fdf418cba4a020fdc6c8fc3 --project b88c8e918ec14e0f8bd08b4d5d84112b -f value
2022-02-14 23:10:09.680 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.680 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.680 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.680 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.680 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:09.680 | + functions-common:get_or_add_group_project_role:1064 :   group_role_id=
2022-02-14 23:10:09.680 | + functions-common:get_or_add_group_project_role:1065 :   [[ -z '' ]]
2022-02-14 23:10:09.680 | + functions-common:get_or_add_group_project_role:1067 :   openstack role add member --group a42988042fdf418cba4a020fdc6c8fc3 --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:10:09.680 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.680 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.680 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.680 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.680 | ++ functions-common:get_or_add_group_project_role:1074 :   oscwrap role assignment list --role member --group a42988042fdf418cba4a020fdc6c8fc3 --project b88c8e918ec14e0f8bd08b4d5d84112b -f value
2022-02-14 23:10:09.680 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.680 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.680 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.680 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.680 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:09.680 | + functions-common:get_or_add_group_project_role:1074 :   group_role_id='18a2aa96e2304059bf7f1a82bbf971c7  a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b   False'
2022-02-14 23:10:09.680 | + functions-common:get_or_add_group_project_role:1076 :   echo 18a2aa96e2304059bf7f1a82bbf971c7 a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b False
2022-02-14 23:10:09.680 | 18a2aa96e2304059bf7f1a82bbf971c7 a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b False
2022-02-14 23:10:09.744 | [17669 Async ks-group-memberdemo:90305]: finished get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b with result 0 in 13 seconds
2022-02-14 23:10:09.793 | [17669 Async ks-group-anotherdemo:90410]: Waiting for completion of get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b running on PID 90410 (5 other jobs running)
2022-02-14 23:10:09.831 | [17669 Async ks-group-anotherdemo:90410]: Signaling child to exit
2022-02-14 23:10:09.831 | WAKEUP
2022-02-14 23:10:09.865 | [17669 Async ks-group-anotherdemo:90410]: Signaled
2022-02-14 23:10:09.868 | + functions-common:get_or_add_group_project_role:1058 :   local group_role_id
2022-02-14 23:10:09.868 | ++ functions-common:get_or_add_group_project_role:1064 :   oscwrap role assignment list --role anotherrole --group a42988042fdf418cba4a020fdc6c8fc3 --project b88c8e918ec14e0f8bd08b4d5d84112b -f value
2022-02-14 23:10:09.868 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.868 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.868 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.868 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.868 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:09.868 | + functions-common:get_or_add_group_project_role:1064 :   group_role_id=
2022-02-14 23:10:09.868 | + functions-common:get_or_add_group_project_role:1065 :   [[ -z '' ]]
2022-02-14 23:10:09.868 | + functions-common:get_or_add_group_project_role:1067 :   openstack role add anotherrole --group a42988042fdf418cba4a020fdc6c8fc3 --project b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:10:09.868 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.868 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.868 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.868 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.868 | ++ functions-common:get_or_add_group_project_role:1074 :   oscwrap role assignment list --role anotherrole --group a42988042fdf418cba4a020fdc6c8fc3 --project b88c8e918ec14e0f8bd08b4d5d84112b -f value
2022-02-14 23:10:09.869 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.869 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.869 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:09.869 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:09.869 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:09.869 | + functions-common:get_or_add_group_project_role:1074 :   group_role_id='af2ff3e6b30549839e5bd83b403410d5  a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b   False'
2022-02-14 23:10:09.869 | + functions-common:get_or_add_group_project_role:1076 :   echo af2ff3e6b30549839e5bd83b403410d5 a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b False
2022-02-14 23:10:09.869 | af2ff3e6b30549839e5bd83b403410d5 a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b False
2022-02-14 23:10:09.939 | [17669 Async ks-group-anotherdemo:90410]: finished get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 b88c8e918ec14e0f8bd08b4d5d84112b with result 0 in 12 seconds
2022-02-14 23:10:10.007 | [17669 Async ks-group-memberalt:90528]: Waiting for completion of get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f running on PID 90528 (4 other jobs running)
2022-02-14 23:10:10.050 | [17669 Async ks-group-memberalt:90528]: Signaling child to exit
2022-02-14 23:10:10.051 | WAKEUP
2022-02-14 23:10:10.093 | [17669 Async ks-group-memberalt:90528]: Signaled
2022-02-14 23:10:10.095 | + functions-common:get_or_add_group_project_role:1058 :   local group_role_id
2022-02-14 23:10:10.095 | ++ functions-common:get_or_add_group_project_role:1064 :   oscwrap role assignment list --role member --group a42988042fdf418cba4a020fdc6c8fc3 --project 99a097ce48f74986884d25299c9c821f -f value
2022-02-14 23:10:10.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:10.096 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:10.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:10.096 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:10.096 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:10.096 | + functions-common:get_or_add_group_project_role:1064 :   group_role_id=
2022-02-14 23:10:10.096 | + functions-common:get_or_add_group_project_role:1065 :   [[ -z '' ]]
2022-02-14 23:10:10.096 | + functions-common:get_or_add_group_project_role:1067 :   openstack role add member --group a42988042fdf418cba4a020fdc6c8fc3 --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:10.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:10.096 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:10.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:10.096 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:10.096 | ++ functions-common:get_or_add_group_project_role:1074 :   oscwrap role assignment list --role member --group a42988042fdf418cba4a020fdc6c8fc3 --project 99a097ce48f74986884d25299c9c821f -f value
2022-02-14 23:10:10.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:10.096 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:10.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:10.096 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:10.096 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:10.096 | + functions-common:get_or_add_group_project_role:1074 :   group_role_id='18a2aa96e2304059bf7f1a82bbf971c7  a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f   False'
2022-02-14 23:10:10.096 | + functions-common:get_or_add_group_project_role:1076 :   echo 18a2aa96e2304059bf7f1a82bbf971c7 a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f False
2022-02-14 23:10:10.096 | 18a2aa96e2304059bf7f1a82bbf971c7 a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f False
2022-02-14 23:10:10.185 | [17669 Async ks-group-memberalt:90528]: finished get_or_add_group_project_role member a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f with result 0 in 12 seconds
2022-02-14 23:10:10.271 | [17669 Async ks-group-anotheralt:90621]: Waiting for completion of get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f running on PID 90621 (3 other jobs running)
2022-02-14 23:10:10.330 | [17669 Async ks-group-anotheralt:90621]: Signaling child to exit
2022-02-14 23:10:10.610 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:10:10.649 | [90709 Async ks-group-admin:90709]: finished successfully
2022-02-14 23:10:10.970 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:10:11.007 | [90621 Async ks-group-anotheralt:90621]: finished successfully
2022-02-14 23:10:11.042 | WAKEUP
2022-02-14 23:10:11.076 | [17669 Async ks-group-anotheralt:90621]: Signaled
2022-02-14 23:10:11.079 | + functions-common:get_or_add_group_project_role:1058 :   local group_role_id
2022-02-14 23:10:11.079 | ++ functions-common:get_or_add_group_project_role:1064 :   oscwrap role assignment list --role anotherrole --group a42988042fdf418cba4a020fdc6c8fc3 --project 99a097ce48f74986884d25299c9c821f -f value
2022-02-14 23:10:11.079 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.079 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.079 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.079 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.079 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:11.079 | + functions-common:get_or_add_group_project_role:1064 :   group_role_id=
2022-02-14 23:10:11.079 | + functions-common:get_or_add_group_project_role:1065 :   [[ -z '' ]]
2022-02-14 23:10:11.079 | + functions-common:get_or_add_group_project_role:1067 :   openstack role add anotherrole --group a42988042fdf418cba4a020fdc6c8fc3 --project 99a097ce48f74986884d25299c9c821f
2022-02-14 23:10:11.080 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.080 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.080 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.080 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.080 | ++ functions-common:get_or_add_group_project_role:1074 :   oscwrap role assignment list --role anotherrole --group a42988042fdf418cba4a020fdc6c8fc3 --project 99a097ce48f74986884d25299c9c821f -f value
2022-02-14 23:10:11.080 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.080 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.080 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.080 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.080 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:11.080 | + functions-common:get_or_add_group_project_role:1074 :   group_role_id='af2ff3e6b30549839e5bd83b403410d5  a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f   False'
2022-02-14 23:10:11.080 | + functions-common:get_or_add_group_project_role:1076 :   echo af2ff3e6b30549839e5bd83b403410d5 a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f False
2022-02-14 23:10:11.080 | af2ff3e6b30549839e5bd83b403410d5 a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f False
2022-02-14 23:10:11.136 | [17669 Async ks-group-anotheralt:90621]: finished get_or_add_group_project_role anotherrole a42988042fdf418cba4a020fdc6c8fc3 99a097ce48f74986884d25299c9c821f with result 0 in 14 seconds
2022-02-14 23:10:11.195 | [17669 Async ks-group-admin:90709]: Waiting for completion of get_or_add_group_project_role admin 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 f05d21ee04d5439d895c63b76d931c5f running on PID 90709 (2 other jobs running)
2022-02-14 23:10:11.228 | [17669 Async ks-group-admin:90709]: Signaling child to exit
2022-02-14 23:10:11.229 | WAKEUP
2022-02-14 23:10:11.259 | [17669 Async ks-group-admin:90709]: Signaled
2022-02-14 23:10:11.261 | + functions-common:get_or_add_group_project_role:1058 :   local group_role_id
2022-02-14 23:10:11.261 | ++ functions-common:get_or_add_group_project_role:1064 :   oscwrap role assignment list --role admin --group 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 --project f05d21ee04d5439d895c63b76d931c5f -f value
2022-02-14 23:10:11.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.262 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.262 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.262 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:11.262 | + functions-common:get_or_add_group_project_role:1064 :   group_role_id=
2022-02-14 23:10:11.262 | + functions-common:get_or_add_group_project_role:1065 :   [[ -z '' ]]
2022-02-14 23:10:11.262 | + functions-common:get_or_add_group_project_role:1067 :   openstack role add admin --group 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 --project f05d21ee04d5439d895c63b76d931c5f
2022-02-14 23:10:11.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.262 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.262 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.263 | ++ functions-common:get_or_add_group_project_role:1074 :   oscwrap role assignment list --role admin --group 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 --project f05d21ee04d5439d895c63b76d931c5f -f value
2022-02-14 23:10:11.263 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.263 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.263 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:10:11.263 |   from cryptography.utils import int_from_bytes
2022-02-14 23:10:11.263 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:10:11.263 | + functions-common:get_or_add_group_project_role:1074 :   group_role_id='f3c2ad22137e47f88ea000249e505caa  3a84efcb7ecb4d1fa7e02f69c0ec4dd3 f05d21ee04d5439d895c63b76d931c5f   False'
2022-02-14 23:10:11.263 | + functions-common:get_or_add_group_project_role:1076 :   echo f3c2ad22137e47f88ea000249e505caa 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 f05d21ee04d5439d895c63b76d931c5f False
2022-02-14 23:10:11.263 | f3c2ad22137e47f88ea000249e505caa 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 f05d21ee04d5439d895c63b76d931c5f False
2022-02-14 23:10:11.329 | [17669 Async ks-group-admin:90709]: finished get_or_add_group_project_role admin 3a84efcb7ecb4d1fa7e02f69c0ec4dd3 f05d21ee04d5439d895c63b76d931c5f with result 0 in 13 seconds
2022-02-14 23:10:11.336 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:10:11.339 | + lib/keystone:create_keystone_accounts:407 :   is_service_enabled ldap
2022-02-14 23:10:11.360 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:10:11.364 | + ./stack.sh:main:1102                     :   is_service_enabled nova
2022-02-14 23:10:11.388 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:10:11.391 | + ./stack.sh:main:1103                     :   async_runfunc create_nova_accounts
2022-02-14 23:10:11.394 | + inc/async:async_runfunc:116              :   async_run create_nova_accounts create_nova_accounts
2022-02-14 23:10:11.477 | + inc/async:async_inner:63                 :   create_nova_accounts
2022-02-14 23:10:11.535 | [17669 Async create_nova_accounts:92610]: running: create_nova_accounts
2022-02-14 23:10:11.539 | + ./stack.sh:main:1105                     :   is_service_enabled glance
2022-02-14 23:10:11.566 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:10:11.570 | + ./stack.sh:main:1106                     :   async_runfunc create_glance_accounts
2022-02-14 23:10:11.574 | + inc/async:async_runfunc:116              :   async_run create_glance_accounts create_glance_accounts
2022-02-14 23:10:11.664 | + inc/async:async_inner:63                 :   create_glance_accounts
2022-02-14 23:10:11.728 | [17669 Async create_glance_accounts:92725]: running: create_glance_accounts
2022-02-14 23:10:11.731 | + ./stack.sh:main:1108                     :   is_service_enabled cinder
2022-02-14 23:10:11.764 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:10:11.767 | + ./stack.sh:main:1109                     :   async_runfunc create_cinder_accounts
2022-02-14 23:10:11.772 | + inc/async:async_runfunc:116              :   async_run create_cinder_accounts create_cinder_accounts
2022-02-14 23:10:11.870 | + inc/async:async_inner:63                 :   create_cinder_accounts
2022-02-14 23:10:11.940 | [17669 Async create_cinder_accounts:92855]: running: create_cinder_accounts
2022-02-14 23:10:11.944 | + ./stack.sh:main:1111                     :   is_service_enabled neutron
2022-02-14 23:10:11.975 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:10:11.980 | + ./stack.sh:main:1112                     :   async_runfunc create_neutron_accounts
2022-02-14 23:10:11.984 | + inc/async:async_runfunc:116              :   async_run create_neutron_accounts create_neutron_accounts
2022-02-14 23:10:12.089 | + inc/async:async_inner:63                 :   create_neutron_accounts
2022-02-14 23:10:12.194 | [17669 Async create_neutron_accounts:92970]: running: create_neutron_accounts
2022-02-14 23:10:12.204 | + ./stack.sh:main:1114                     :   is_service_enabled swift
2022-02-14 23:10:12.263 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:10:12.273 | + ./stack.sh:main:1123                     :   is_service_enabled horizon
2022-02-14 23:10:12.388 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:10:12.416 | + ./stack.sh:main:1128                     :   async_wait create_nova_accounts create_glance_accounts create_cinder_accounts
2022-02-14 23:10:12.789 | [17669 Async create_nova_accounts:92610]: Waiting for completion of create_nova_accounts running on PID 92610 (5 other jobs running)
2022-02-14 23:10:12.982 | [17669 Async create_nova_accounts:92610]: Signaling child to exit
2022-02-14 23:10:39.717 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:10:39.756 | [92970 Async create_neutron_accounts:92970]: finished successfully
2022-02-14 23:10:42.263 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:10:42.309 | [92725 Async create_glance_accounts:92725]: finished successfully
2022-02-14 23:10:59.432 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:10:59.467 | [92855 Async create_cinder_accounts:92855]: finished successfully
2022-02-14 23:11:03.976 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:11:04.003 | [92610 Async create_nova_accounts:92610]: finished successfully
2022-02-14 23:11:04.025 | WAKEUP
2022-02-14 23:11:04.049 | [17669 Async create_nova_accounts:92610]: Signaled
2022-02-14 23:11:04.052 | + lib/nova:create_nova_accounts:352        :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ n-api ]]
2022-02-14 23:11:04.052 | + lib/nova:create_nova_accounts:356        :   create_service_user nova admin
2022-02-14 23:11:04.052 | + lib/keystone:create_service_user:420     :   get_or_create_user nova Passw0rd Default
2022-02-14 23:11:04.052 | + functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:11:04.052 | + functions-common:get_or_create_user:910  :   [[ ! -z '' ]]
2022-02-14 23:11:04.052 | + functions-common:get_or_create_user:913  :   local email=
2022-02-14 23:11:04.052 | ++ functions-common:get_or_create_user:927  :   oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id
2022-02-14 23:11:04.052 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.052 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.052 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.052 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.052 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.052 | + functions-common:get_or_create_user:925  :   user_id=6f56eda60b9044c8ab7c4ae8e46f5e91
2022-02-14 23:11:04.052 | + functions-common:get_or_create_user:926  :   echo 6f56eda60b9044c8ab7c4ae8e46f5e91
2022-02-14 23:11:04.052 | 6f56eda60b9044c8ab7c4ae8e46f5e91
2022-02-14 23:11:04.052 | + lib/keystone:create_service_user:421     :   get_or_add_user_project_role service nova service Default Default
2022-02-14 23:11:04.052 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:11:04.052 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args Default Default
2022-02-14 23:11:04.052 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:11:04.052 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:11:04.052 | ++ functions-common:_get_domain_args:960    :   [[ -n Default ]]
2022-02-14 23:11:04.052 | ++ functions-common:_get_domain_args:961    :   domain=' --user-domain Default'
2022-02-14 23:11:04.052 | ++ functions-common:_get_domain_args:963    :   [[ -n Default ]]
2022-02-14 23:11:04.052 | ++ functions-common:_get_domain_args:964    :   domain=' --user-domain Default --project-domain Default'
2022-02-14 23:11:04.052 | ++ functions-common:_get_domain_args:967    :   echo --user-domain Default --project-domain Default
2022-02-14 23:11:04.052 | + functions-common:get_or_add_user_project_role:975 :   domain_args='--user-domain Default --project-domain Default'
2022-02-14 23:11:04.053 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:11:04.053 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.053 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.053 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.053 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.053 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.053 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.053 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.053 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:11:04.053 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:11:04.053 | + functions-common:get_or_add_user_project_role:986 :   openstack role add service --user nova --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.053 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.053 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.053 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.053 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:11:04.053 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.053 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.053 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.053 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.053 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.053 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.054 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:11:04.054 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:11:04.054 | ++ functions-common:get_field:818           :   echo '| a9aa69412af546a5adbbab0d1f33bdcd | 6f56eda60b9044c8ab7c4ae8e46f5e91 |       | e8647b59dd704654b937c955f5068d5e |        |        | False     |'
2022-02-14 23:11:04.054 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:11:04.054 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.054 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.054 | + functions-common:get_or_add_user_project_role:997 :   echo a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.054 | a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.054 | + lib/keystone:create_service_user:423     :   [[ -n admin ]]
2022-02-14 23:11:04.054 | + lib/keystone:create_service_user:424     :   get_or_add_user_project_role admin nova service Default Default
2022-02-14 23:11:04.054 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:11:04.054 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args Default Default
2022-02-14 23:11:04.054 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:11:04.054 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:11:04.054 | ++ functions-common:_get_domain_args:960    :   [[ -n Default ]]
2022-02-14 23:11:04.054 | ++ functions-common:_get_domain_args:961    :   domain=' --user-domain Default'
2022-02-14 23:11:04.054 | ++ functions-common:_get_domain_args:963    :   [[ -n Default ]]
2022-02-14 23:11:04.054 | ++ functions-common:_get_domain_args:964    :   domain=' --user-domain Default --project-domain Default'
2022-02-14 23:11:04.054 | ++ functions-common:_get_domain_args:967    :   echo --user-domain Default --project-domain Default
2022-02-14 23:11:04.054 | + functions-common:get_or_add_user_project_role:975 :   domain_args='--user-domain Default --project-domain Default'
2022-02-14 23:11:04.054 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.054 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.054 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:11:04.054 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.054 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.054 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.054 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.054 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.054 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.054 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.054 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:11:04.055 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:11:04.055 | + functions-common:get_or_add_user_project_role:986 :   openstack role add admin --user nova --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.055 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.055 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.055 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.055 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:11:04.055 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.055 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.055 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.055 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.055 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.055 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.055 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:11:04.055 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:11:04.055 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:11:04.055 | ++ functions-common:get_field:818           :   echo '| f3c2ad22137e47f88ea000249e505caa | 6f56eda60b9044c8ab7c4ae8e46f5e91 |       | e8647b59dd704654b937c955f5068d5e |        |        | False     |'
2022-02-14 23:11:04.055 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.055 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:11:04.055 | + functions-common:get_or_add_user_project_role:997 :   echo f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:11:04.055 | f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:11:04.055 | + lib/nova:create_nova_accounts:358        :   local nova_api_url
2022-02-14 23:11:04.055 | + lib/nova:create_nova_accounts:359        :   [[ True == \F\a\l\s\e ]]
2022-02-14 23:11:04.055 | + lib/nova:create_nova_accounts:362        :   nova_api_url=http://10.222.0.47/compute
2022-02-14 23:11:04.055 | + lib/nova:create_nova_accounts:365        :   get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)'
2022-02-14 23:11:04.055 | + functions-common:get_or_create_service:1082 :   local service_id
2022-02-14 23:11:04.055 | ++ functions-common:get_or_create_service:1095 :   oscwrap service show compute_legacy -f value -c id
2022-02-14 23:11:04.055 | ++ functions-common:get_or_create_service:1097 :   oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id
2022-02-14 23:11:04.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.056 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.056 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.056 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.056 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.056 | + functions-common:get_or_create_service:1093 :   service_id='
2022-02-14 23:11:04.056 | 4ed3cd2ae1ec4ad1b5eb7b764e45cc19'
2022-02-14 23:11:04.056 | + functions-common:get_or_create_service:1094 :   echo 4ed3cd2ae1ec4ad1b5eb7b764e45cc19
2022-02-14 23:11:04.056 | 4ed3cd2ae1ec4ad1b5eb7b764e45cc19
2022-02-14 23:11:04.056 | + lib/nova:create_nova_accounts:367        :   get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.47/compute/v2/$(project_id)s'
2022-02-14 23:11:04.056 | + functions-common:get_or_create_endpoint:1126 :   local public_id
2022-02-14 23:11:04.056 | ++ functions-common:get_or_create_endpoint:1127 :   _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.47/compute/v2/$(project_id)s' RegionOne
2022-02-14 23:11:04.056 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 :   local endpoint_id
2022-02-14 23:11:04.056 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 :   oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value
2022-02-14 23:11:04.056 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.056 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.056 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.056 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.056 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.056 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 :   endpoint_id=
2022-02-14 23:11:04.056 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 :   [[ -z '' ]]
2022-02-14 23:11:04.056 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 :   oscwrap endpoint create compute_legacy public 'http://10.222.0.47/compute/v2/$(project_id)s' --region RegionOne -f value -c id
2022-02-14 23:11:04.056 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.056 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.056 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.056 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.056 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.056 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 :   endpoint_id=c6f826097ec141a0a3ed2952f4fa92aa
2022-02-14 23:11:04.056 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 :   echo c6f826097ec141a0a3ed2952f4fa92aa
2022-02-14 23:11:04.056 | + functions-common:get_or_create_endpoint:1127 :   public_id=c6f826097ec141a0a3ed2952f4fa92aa
2022-02-14 23:11:04.056 | + functions-common:get_or_create_endpoint:1129 :   [[ -n '' ]]
2022-02-14 23:11:04.056 | + functions-common:get_or_create_endpoint:1132 :   [[ -n '' ]]
2022-02-14 23:11:04.056 | + functions-common:get_or_create_endpoint:1136 :   echo c6f826097ec141a0a3ed2952f4fa92aa
2022-02-14 23:11:04.057 | c6f826097ec141a0a3ed2952f4fa92aa
2022-02-14 23:11:04.057 | + lib/nova:create_nova_accounts:371        :   get_or_create_service nova compute 'Nova Compute Service'
2022-02-14 23:11:04.057 | + functions-common:get_or_create_service:1082 :   local service_id
2022-02-14 23:11:04.057 | ++ functions-common:get_or_create_service:1095 :   oscwrap service show compute -f value -c id
2022-02-14 23:11:04.057 | ++ functions-common:get_or_create_service:1097 :   oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id
2022-02-14 23:11:04.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.057 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.057 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.057 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.057 | + functions-common:get_or_create_service:1093 :   service_id='
2022-02-14 23:11:04.057 | 752d09bdca294d3c8bd502752e422e45'
2022-02-14 23:11:04.057 | + functions-common:get_or_create_service:1094 :   echo 752d09bdca294d3c8bd502752e422e45
2022-02-14 23:11:04.057 | 752d09bdca294d3c8bd502752e422e45
2022-02-14 23:11:04.057 | + lib/nova:create_nova_accounts:373        :   get_or_create_endpoint compute RegionOne http://10.222.0.47/compute/v2.1
2022-02-14 23:11:04.057 | + functions-common:get_or_create_endpoint:1126 :   local public_id
2022-02-14 23:11:04.057 | ++ functions-common:get_or_create_endpoint:1127 :   _get_or_create_endpoint_with_interface compute public http://10.222.0.47/compute/v2.1 RegionOne
2022-02-14 23:11:04.057 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 :   local endpoint_id
2022-02-14 23:11:04.057 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 :   oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value
2022-02-14 23:11:04.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.057 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.057 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.057 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.057 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 :   endpoint_id=
2022-02-14 23:11:04.057 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 :   [[ -z '' ]]
2022-02-14 23:11:04.057 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 :   oscwrap endpoint create compute public http://10.222.0.47/compute/v2.1 --region RegionOne -f value -c id
2022-02-14 23:11:04.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.057 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.058 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.058 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.058 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 :   endpoint_id=473febb3ba2d43299f12ccf19129b2d8
2022-02-14 23:11:04.058 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 :   echo 473febb3ba2d43299f12ccf19129b2d8
2022-02-14 23:11:04.058 | + functions-common:get_or_create_endpoint:1127 :   public_id=473febb3ba2d43299f12ccf19129b2d8
2022-02-14 23:11:04.058 | + functions-common:get_or_create_endpoint:1129 :   [[ -n '' ]]
2022-02-14 23:11:04.058 | + functions-common:get_or_create_endpoint:1132 :   [[ -n '' ]]
2022-02-14 23:11:04.058 | + functions-common:get_or_create_endpoint:1136 :   echo 473febb3ba2d43299f12ccf19129b2d8
2022-02-14 23:11:04.058 | 473febb3ba2d43299f12ccf19129b2d8
2022-02-14 23:11:04.058 | + lib/nova:create_nova_accounts:378        :   is_service_enabled n-api
2022-02-14 23:11:04.058 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:04.058 | + lib/nova:create_nova_accounts:380        :   is_service_enabled swift
2022-02-14 23:11:04.058 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:11:04.058 | + lib/nova:create_nova_accounts:388        :   is_service_enabled s3api
2022-02-14 23:11:04.058 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:11:04.100 | [17669 Async create_nova_accounts:92610]: finished create_nova_accounts with result 0 in 52 seconds
2022-02-14 23:11:04.142 | [17669 Async create_glance_accounts:92725]: Waiting for completion of create_glance_accounts running on PID 92725 (4 other jobs running)
2022-02-14 23:11:04.169 | [17669 Async create_glance_accounts:92725]: Signaling child to exit
2022-02-14 23:11:04.169 | WAKEUP
2022-02-14 23:11:04.197 | [17669 Async create_glance_accounts:92725]: Signaled
2022-02-14 23:11:04.199 | + lib/glance:create_glance_accounts:451    :   is_service_enabled g-api
2022-02-14 23:11:04.199 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:04.199 | + lib/glance:create_glance_accounts:453    :   create_service_user glance
2022-02-14 23:11:04.199 | + lib/keystone:create_service_user:420     :   get_or_create_user glance Passw0rd Default
2022-02-14 23:11:04.199 | + functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:11:04.199 | + functions-common:get_or_create_user:910  :   [[ ! -z '' ]]
2022-02-14 23:11:04.199 | + functions-common:get_or_create_user:913  :   local email=
2022-02-14 23:11:04.199 | ++ functions-common:get_or_create_user:927  :   oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id
2022-02-14 23:11:04.199 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.199 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.199 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.199 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.199 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.199 | + functions-common:get_or_create_user:925  :   user_id=37fb6d2845e34146b7e54c737714e936
2022-02-14 23:11:04.199 | + functions-common:get_or_create_user:926  :   echo 37fb6d2845e34146b7e54c737714e936
2022-02-14 23:11:04.199 | 37fb6d2845e34146b7e54c737714e936
2022-02-14 23:11:04.199 | + lib/keystone:create_service_user:421     :   get_or_add_user_project_role service glance service Default Default
2022-02-14 23:11:04.199 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:11:04.199 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args Default Default
2022-02-14 23:11:04.199 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:11:04.199 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:11:04.199 | ++ functions-common:_get_domain_args:960    :   [[ -n Default ]]
2022-02-14 23:11:04.199 | ++ functions-common:_get_domain_args:961    :   domain=' --user-domain Default'
2022-02-14 23:11:04.199 | ++ functions-common:_get_domain_args:963    :   [[ -n Default ]]
2022-02-14 23:11:04.199 | ++ functions-common:_get_domain_args:964    :   domain=' --user-domain Default --project-domain Default'
2022-02-14 23:11:04.200 | ++ functions-common:_get_domain_args:967    :   echo --user-domain Default --project-domain Default
2022-02-14 23:11:04.200 | + functions-common:get_or_add_user_project_role:975 :   domain_args='--user-domain Default --project-domain Default'
2022-02-14 23:11:04.200 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.200 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.200 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:11:04.200 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.200 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.200 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.200 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.200 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.200 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:11:04.200 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:11:04.200 | + functions-common:get_or_add_user_project_role:986 :   openstack role add service --user glance --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.200 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.200 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.200 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.200 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:11:04.200 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.200 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.200 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.200 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.200 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.200 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.200 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:11:04.200 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:11:04.201 | ++ functions-common:get_field:818           :   echo '| a9aa69412af546a5adbbab0d1f33bdcd | 37fb6d2845e34146b7e54c737714e936 |       | e8647b59dd704654b937c955f5068d5e |        |        | False     |'
2022-02-14 23:11:04.201 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:11:04.201 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.201 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.201 | + functions-common:get_or_add_user_project_role:997 :   echo a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.201 | a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.201 | + lib/keystone:create_service_user:423     :   [[ -n '' ]]
2022-02-14 23:11:04.201 | + lib/glance:create_glance_accounts:456    :   is_service_enabled s-proxy
2022-02-14 23:11:04.201 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:11:04.201 | + lib/glance:create_glance_accounts:460    :   get_or_create_service glance image 'Glance Image Service'
2022-02-14 23:11:04.201 | + functions-common:get_or_create_service:1082 :   local service_id
2022-02-14 23:11:04.201 | ++ functions-common:get_or_create_service:1095 :   oscwrap service show image -f value -c id
2022-02-14 23:11:04.201 | ++ functions-common:get_or_create_service:1097 :   oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id
2022-02-14 23:11:04.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.201 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.201 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.201 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.201 | + functions-common:get_or_create_service:1093 :   service_id='
2022-02-14 23:11:04.201 | 78c1ba49fc20485199d3ad7f67295fa3'
2022-02-14 23:11:04.201 | + functions-common:get_or_create_service:1094 :   echo 78c1ba49fc20485199d3ad7f67295fa3
2022-02-14 23:11:04.201 | 78c1ba49fc20485199d3ad7f67295fa3
2022-02-14 23:11:04.201 | + lib/glance:create_glance_accounts:462    :   get_or_create_endpoint image RegionOne http://10.222.0.47/image
2022-02-14 23:11:04.201 | + functions-common:get_or_create_endpoint:1126 :   local public_id
2022-02-14 23:11:04.201 | ++ functions-common:get_or_create_endpoint:1127 :   _get_or_create_endpoint_with_interface image public http://10.222.0.47/image RegionOne
2022-02-14 23:11:04.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 :   local endpoint_id
2022-02-14 23:11:04.201 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 :   oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value
2022-02-14 23:11:04.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.201 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.202 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.202 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.202 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.202 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 :   endpoint_id=
2022-02-14 23:11:04.202 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 :   [[ -z '' ]]
2022-02-14 23:11:04.202 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 :   oscwrap endpoint create image public http://10.222.0.47/image --region RegionOne -f value -c id
2022-02-14 23:11:04.202 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.202 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.202 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.202 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.202 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.202 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 :   endpoint_id=d158153d931f4fc7bb3b5b7c573fde8e
2022-02-14 23:11:04.202 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 :   echo d158153d931f4fc7bb3b5b7c573fde8e
2022-02-14 23:11:04.202 | + functions-common:get_or_create_endpoint:1127 :   public_id=d158153d931f4fc7bb3b5b7c573fde8e
2022-02-14 23:11:04.202 | + functions-common:get_or_create_endpoint:1129 :   [[ -n '' ]]
2022-02-14 23:11:04.202 | + functions-common:get_or_create_endpoint:1132 :   [[ -n '' ]]
2022-02-14 23:11:04.202 | + functions-common:get_or_create_endpoint:1136 :   echo d158153d931f4fc7bb3b5b7c573fde8e
2022-02-14 23:11:04.202 | d158153d931f4fc7bb3b5b7c573fde8e
2022-02-14 23:11:04.202 | ++ lib/glance:create_glance_accounts:467    :   get_or_create_domain Default
2022-02-14 23:11:04.202 | ++ functions-common:get_or_create_domain:877 :   local domain_id
2022-02-14 23:11:04.202 | +++ functions-common:get_or_create_domain:889 :   oscwrap domain show Default -f value -c id
2022-02-14 23:11:04.202 | ++ functions-common:get_or_create_domain:887 :   domain_id=default
2022-02-14 23:11:04.202 | ++ functions-common:get_or_create_domain:888 :   echo default
2022-02-14 23:11:04.202 | + lib/glance:create_glance_accounts:467    :   service_domain_id=default
2022-02-14 23:11:04.202 | + lib/glance:create_glance_accounts:468    :   iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default
2022-02-14 23:11:04.202 | + lib/glance:create_glance_accounts:469    :   iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default
2022-02-14 23:11:04.202 | + lib/glance:create_glance_accounts:471    :   [[ False = True ]]
2022-02-14 23:11:04.255 | [17669 Async create_glance_accounts:92725]: finished create_glance_accounts with result 0 in 30 seconds
2022-02-14 23:11:04.300 | [17669 Async create_cinder_accounts:92855]: Waiting for completion of create_cinder_accounts running on PID 92855 (3 other jobs running)
2022-02-14 23:11:04.332 | [17669 Async create_cinder_accounts:92855]: Signaling child to exit
2022-02-14 23:11:04.332 | WAKEUP
2022-02-14 23:11:04.360 | [17669 Async create_cinder_accounts:92855]: Signaled
2022-02-14 23:11:04.362 | + lib/cinder:create_cinder_accounts:398    :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ c-api ]]
2022-02-14 23:11:04.362 | + lib/cinder:create_cinder_accounts:400    :   create_service_user cinder
2022-02-14 23:11:04.362 | + lib/keystone:create_service_user:420     :   get_or_create_user cinder Passw0rd Default
2022-02-14 23:11:04.362 | + functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:11:04.362 | + functions-common:get_or_create_user:910  :   [[ ! -z '' ]]
2022-02-14 23:11:04.362 | + functions-common:get_or_create_user:913  :   local email=
2022-02-14 23:11:04.362 | ++ functions-common:get_or_create_user:927  :   oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id
2022-02-14 23:11:04.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.362 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.362 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.362 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.362 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.362 | + functions-common:get_or_create_user:925  :   user_id=b79e0ea07c4e4a74a1474812939c1bf0
2022-02-14 23:11:04.362 | + functions-common:get_or_create_user:926  :   echo b79e0ea07c4e4a74a1474812939c1bf0
2022-02-14 23:11:04.362 | b79e0ea07c4e4a74a1474812939c1bf0
2022-02-14 23:11:04.362 | + lib/keystone:create_service_user:421     :   get_or_add_user_project_role service cinder service Default Default
2022-02-14 23:11:04.362 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:11:04.362 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args Default Default
2022-02-14 23:11:04.362 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:11:04.362 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:11:04.362 | ++ functions-common:_get_domain_args:960    :   [[ -n Default ]]
2022-02-14 23:11:04.362 | ++ functions-common:_get_domain_args:961    :   domain=' --user-domain Default'
2022-02-14 23:11:04.362 | ++ functions-common:_get_domain_args:963    :   [[ -n Default ]]
2022-02-14 23:11:04.362 | ++ functions-common:_get_domain_args:964    :   domain=' --user-domain Default --project-domain Default'
2022-02-14 23:11:04.362 | ++ functions-common:_get_domain_args:967    :   echo --user-domain Default --project-domain Default
2022-02-14 23:11:04.362 | + functions-common:get_or_add_user_project_role:975 :   domain_args='--user-domain Default --project-domain Default'
2022-02-14 23:11:04.362 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:11:04.362 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.363 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.364 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.364 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.364 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.364 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.364 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.364 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:11:04.364 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:11:04.364 | + functions-common:get_or_add_user_project_role:986 :   openstack role add service --user cinder --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.364 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.364 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.364 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.364 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.364 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:11:04.364 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.364 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.364 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.364 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.364 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.364 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:11:04.364 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:11:04.364 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:11:04.364 | ++ functions-common:get_field:818           :   echo '| a9aa69412af546a5adbbab0d1f33bdcd | b79e0ea07c4e4a74a1474812939c1bf0 |       | e8647b59dd704654b937c955f5068d5e |        |        | False     |'
2022-02-14 23:11:04.364 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.365 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.365 | + functions-common:get_or_add_user_project_role:997 :   echo a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.365 | a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.365 | + lib/keystone:create_service_user:423     :   [[ -n '' ]]
2022-02-14 23:11:04.365 | + lib/cinder:create_cinder_accounts:403    :   get_or_create_service cinder block-storage 'Cinder Volume Service'
2022-02-14 23:11:04.365 | + functions-common:get_or_create_service:1082 :   local service_id
2022-02-14 23:11:04.365 | ++ functions-common:get_or_create_service:1095 :   oscwrap service show block-storage -f value -c id
2022-02-14 23:11:04.365 | ++ functions-common:get_or_create_service:1097 :   oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id
2022-02-14 23:11:04.365 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.365 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.365 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.365 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.365 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.365 | + functions-common:get_or_create_service:1093 :   service_id='
2022-02-14 23:11:04.365 | 83ddb406e5764d2b8fbe7a38db7d2a9d'
2022-02-14 23:11:04.365 | + functions-common:get_or_create_service:1094 :   echo 83ddb406e5764d2b8fbe7a38db7d2a9d
2022-02-14 23:11:04.365 | 83ddb406e5764d2b8fbe7a38db7d2a9d
2022-02-14 23:11:04.365 | + lib/cinder:create_cinder_accounts:404    :   '[' True == False ']'
2022-02-14 23:11:04.365 | + lib/cinder:create_cinder_accounts:417    :   get_or_create_endpoint block-storage RegionOne 'http://10.222.0.47/volume/v3/$(project_id)s'
2022-02-14 23:11:04.365 | + functions-common:get_or_create_endpoint:1126 :   local public_id
2022-02-14 23:11:04.365 | ++ functions-common:get_or_create_endpoint:1127 :   _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.47/volume/v3/$(project_id)s' RegionOne
2022-02-14 23:11:04.365 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 :   local endpoint_id
2022-02-14 23:11:04.365 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 :   oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value
2022-02-14 23:11:04.365 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.365 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.365 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.366 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.366 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.366 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 :   endpoint_id=
2022-02-14 23:11:04.366 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 :   [[ -z '' ]]
2022-02-14 23:11:04.366 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 :   oscwrap endpoint create block-storage public 'http://10.222.0.47/volume/v3/$(project_id)s' --region RegionOne -f value -c id
2022-02-14 23:11:04.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.366 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.366 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.366 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.366 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.366 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 :   endpoint_id=20ac0153762c455ba662cffb83549b97
2022-02-14 23:11:04.366 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 :   echo 20ac0153762c455ba662cffb83549b97
2022-02-14 23:11:04.366 | + functions-common:get_or_create_endpoint:1127 :   public_id=20ac0153762c455ba662cffb83549b97
2022-02-14 23:11:04.366 | + functions-common:get_or_create_endpoint:1129 :   [[ -n '' ]]
2022-02-14 23:11:04.366 | + functions-common:get_or_create_endpoint:1132 :   [[ -n '' ]]
2022-02-14 23:11:04.366 | + functions-common:get_or_create_endpoint:1136 :   echo 20ac0153762c455ba662cffb83549b97
2022-02-14 23:11:04.366 | 20ac0153762c455ba662cffb83549b97
2022-02-14 23:11:04.366 | + lib/cinder:create_cinder_accounts:421    :   get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3'
2022-02-14 23:11:04.366 | + functions-common:get_or_create_service:1082 :   local service_id
2022-02-14 23:11:04.366 | ++ functions-common:get_or_create_service:1095 :   oscwrap service show volumev3 -f value -c id
2022-02-14 23:11:04.366 | ++ functions-common:get_or_create_service:1097 :   oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id
2022-02-14 23:11:04.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.366 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.366 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.366 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.366 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.366 | + functions-common:get_or_create_service:1093 :   service_id='
2022-02-14 23:11:04.366 | ba80fcc389f740e1a037c1ac1f4ecd70'
2022-02-14 23:11:04.366 | + functions-common:get_or_create_service:1094 :   echo ba80fcc389f740e1a037c1ac1f4ecd70
2022-02-14 23:11:04.366 | ba80fcc389f740e1a037c1ac1f4ecd70
2022-02-14 23:11:04.366 | + lib/cinder:create_cinder_accounts:423    :   get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.47/volume/v3/$(project_id)s'
2022-02-14 23:11:04.366 | + functions-common:get_or_create_endpoint:1126 :   local public_id
2022-02-14 23:11:04.366 | ++ functions-common:get_or_create_endpoint:1127 :   _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.47/volume/v3/$(project_id)s' RegionOne
2022-02-14 23:11:04.367 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 :   local endpoint_id
2022-02-14 23:11:04.367 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 :   oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value
2022-02-14 23:11:04.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.367 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.367 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.367 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.367 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 :   endpoint_id=
2022-02-14 23:11:04.367 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 :   [[ -z '' ]]
2022-02-14 23:11:04.367 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 :   oscwrap endpoint create volumev3 public 'http://10.222.0.47/volume/v3/$(project_id)s' --region RegionOne -f value -c id
2022-02-14 23:11:04.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.367 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.367 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.367 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.367 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 :   endpoint_id=fd7b4bedb5ca4e8e9144a747ba2017de
2022-02-14 23:11:04.367 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 :   echo fd7b4bedb5ca4e8e9144a747ba2017de
2022-02-14 23:11:04.367 | + functions-common:get_or_create_endpoint:1127 :   public_id=fd7b4bedb5ca4e8e9144a747ba2017de
2022-02-14 23:11:04.367 | + functions-common:get_or_create_endpoint:1129 :   [[ -n '' ]]
2022-02-14 23:11:04.367 | + functions-common:get_or_create_endpoint:1132 :   [[ -n '' ]]
2022-02-14 23:11:04.367 | + functions-common:get_or_create_endpoint:1136 :   echo fd7b4bedb5ca4e8e9144a747ba2017de
2022-02-14 23:11:04.367 | fd7b4bedb5ca4e8e9144a747ba2017de
2022-02-14 23:11:04.367 | + lib/cinder:create_cinder_accounts:428    :   configure_cinder_internal_tenant
2022-02-14 23:11:04.367 | ++ lib/cinder:configure_cinder_internal_tenant:611 :   get_or_create_project service
2022-02-14 23:11:04.367 | ++ functions-common:get_or_create_project:932 :   local project_id
2022-02-14 23:11:04.367 | +++ functions-common:get_or_create_project:940 :   oscwrap project create service --domain= --or-show -f value -c id
2022-02-14 23:11:04.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.367 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.367 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.367 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.368 | ++ functions-common:get_or_create_project:938 :   project_id=e8647b59dd704654b937c955f5068d5e
2022-02-14 23:11:04.368 | ++ functions-common:get_or_create_project:939 :   echo e8647b59dd704654b937c955f5068d5e
2022-02-14 23:11:04.368 | + lib/cinder:configure_cinder_internal_tenant:611 :   iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id e8647b59dd704654b937c955f5068d5e
2022-02-14 23:11:04.368 | ++ lib/cinder:configure_cinder_internal_tenant:612 :   get_or_create_user cinder
2022-02-14 23:11:04.368 | ++ functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:11:04.368 | ++ functions-common:get_or_create_user:910  :   [[ ! -z '' ]]
2022-02-14 23:11:04.368 | ++ functions-common:get_or_create_user:913  :   local email=
2022-02-14 23:11:04.368 | +++ functions-common:get_or_create_user:927  :   oscwrap user create cinder --password '' --domain= --or-show -f value -c id
2022-02-14 23:11:04.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.368 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.368 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.368 | No password was supplied, authentication will fail when a user does not have a password.
2022-02-14 23:11:04.368 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.368 | ++ functions-common:get_or_create_user:925  :   user_id=b79e0ea07c4e4a74a1474812939c1bf0
2022-02-14 23:11:04.368 | ++ functions-common:get_or_create_user:926  :   echo b79e0ea07c4e4a74a1474812939c1bf0
2022-02-14 23:11:04.368 | + lib/cinder:configure_cinder_internal_tenant:612 :   iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id b79e0ea07c4e4a74a1474812939c1bf0
2022-02-14 23:11:04.414 | [17669 Async create_cinder_accounts:92855]: finished create_cinder_accounts with result 0 in 47 seconds
2022-02-14 23:11:04.418 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:11:04.421 | + ./stack.sh:main:1129                     :   async_wait create_neutron_accounts create_swift_accounts configure_horizon
2022-02-14 23:11:04.481 | [17669 Async create_neutron_accounts:92970]: Waiting for completion of create_neutron_accounts running on PID 92970 (2 other jobs running)
2022-02-14 23:11:04.509 | [17669 Async create_neutron_accounts:92970]: Signaling child to exit
2022-02-14 23:11:04.510 | WAKEUP
2022-02-14 23:11:04.535 | [17669 Async create_neutron_accounts:92970]: Signaled
2022-02-14 23:11:04.536 | + lib/neutron:create_neutron_accounts:669  :   is_neutron_legacy_enabled
2022-02-14 23:11:04.536 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   sed s/neutron-//g
2022-02-14 23:11:04.536 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:11:04.536 | + lib/neutron:is_neutron_legacy_enabled:136 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:11:04.537 | + lib/neutron:is_neutron_legacy_enabled:137 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account =~ ,neutron ]]
2022-02-14 23:11:04.537 | + lib/neutron:is_neutron_legacy_enabled:138 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ ,q- ]]
2022-02-14 23:11:04.537 | + lib/neutron:is_neutron_legacy_enabled:138 :   return 0
2022-02-14 23:11:04.537 | + lib/neutron:create_neutron_accounts:671  :   create_mutnauq_accounts
2022-02-14 23:11:04.537 | + lib/neutron-legacy:create_mutnauq_accounts:436 :   local neutron_url
2022-02-14 23:11:04.537 | + lib/neutron-legacy:create_mutnauq_accounts:437 :   '[' False == True ']'
2022-02-14 23:11:04.537 | + lib/neutron-legacy:create_mutnauq_accounts:440 :   neutron_url=http://10.222.0.47:9696/
2022-02-14 23:11:04.537 | + lib/neutron-legacy:create_mutnauq_accounts:443 :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ q-svc ]]
2022-02-14 23:11:04.537 | + lib/neutron-legacy:create_mutnauq_accounts:445 :   create_service_user neutron
2022-02-14 23:11:04.537 | + lib/keystone:create_service_user:420     :   get_or_create_user neutron Passw0rd Default
2022-02-14 23:11:04.537 | + functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:11:04.537 | + functions-common:get_or_create_user:910  :   [[ ! -z '' ]]
2022-02-14 23:11:04.537 | + functions-common:get_or_create_user:913  :   local email=
2022-02-14 23:11:04.537 | ++ functions-common:get_or_create_user:927  :   oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id
2022-02-14 23:11:04.537 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.537 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.537 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.537 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.537 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.537 | + functions-common:get_or_create_user:925  :   user_id=6118c30f4b774397acaa76276c7ab5ce
2022-02-14 23:11:04.537 | + functions-common:get_or_create_user:926  :   echo 6118c30f4b774397acaa76276c7ab5ce
2022-02-14 23:11:04.537 | 6118c30f4b774397acaa76276c7ab5ce
2022-02-14 23:11:04.537 | + lib/keystone:create_service_user:421     :   get_or_add_user_project_role service neutron service Default Default
2022-02-14 23:11:04.537 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:11:04.537 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args Default Default
2022-02-14 23:11:04.537 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:11:04.537 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:11:04.537 | ++ functions-common:_get_domain_args:960    :   [[ -n Default ]]
2022-02-14 23:11:04.537 | ++ functions-common:_get_domain_args:961    :   domain=' --user-domain Default'
2022-02-14 23:11:04.537 | ++ functions-common:_get_domain_args:963    :   [[ -n Default ]]
2022-02-14 23:11:04.537 | ++ functions-common:_get_domain_args:964    :   domain=' --user-domain Default --project-domain Default'
2022-02-14 23:11:04.537 | ++ functions-common:_get_domain_args:967    :   echo --user-domain Default --project-domain Default
2022-02-14 23:11:04.538 | + functions-common:get_or_add_user_project_role:975 :   domain_args='--user-domain Default --project-domain Default'
2022-02-14 23:11:04.538 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:11:04.538 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.538 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.538 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.538 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.538 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.538 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.538 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.538 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.538 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.538 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:11:04.538 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:11:04.538 | + functions-common:get_or_add_user_project_role:986 :   openstack role add service --user neutron --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.538 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.538 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.538 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.538 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.538 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default
2022-02-14 23:11:04.538 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:11:04.538 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:11:04.538 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:11:04.538 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.538 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.538 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.538 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.538 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.538 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.538 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:11:04.538 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:11:04.538 | ++ functions-common:get_field:818           :   echo '| a9aa69412af546a5adbbab0d1f33bdcd | 6118c30f4b774397acaa76276c7ab5ce |       | e8647b59dd704654b937c955f5068d5e |        |        | False     |'
2022-02-14 23:11:04.538 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:11:04.539 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:11:04.539 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.539 | + functions-common:get_or_add_user_project_role:997 :   echo a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.539 | a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:11:04.539 | + lib/keystone:create_service_user:423     :   [[ -n '' ]]
2022-02-14 23:11:04.539 | + lib/neutron-legacy:create_mutnauq_accounts:447 :   get_or_create_service neutron network 'Neutron Service'
2022-02-14 23:11:04.539 | + functions-common:get_or_create_service:1082 :   local service_id
2022-02-14 23:11:04.539 | ++ functions-common:get_or_create_service:1095 :   oscwrap service show network -f value -c id
2022-02-14 23:11:04.539 | ++ functions-common:get_or_create_service:1097 :   oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id
2022-02-14 23:11:04.539 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.539 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.539 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.539 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.539 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.539 | + functions-common:get_or_create_service:1093 :   service_id='
2022-02-14 23:11:04.539 | c77c6664f05344b5b624b1d2c06c73ff'
2022-02-14 23:11:04.539 | + functions-common:get_or_create_service:1094 :   echo c77c6664f05344b5b624b1d2c06c73ff
2022-02-14 23:11:04.539 | c77c6664f05344b5b624b1d2c06c73ff
2022-02-14 23:11:04.539 | + lib/neutron-legacy:create_mutnauq_accounts:449 :   get_or_create_endpoint network RegionOne http://10.222.0.47:9696/
2022-02-14 23:11:04.539 | + functions-common:get_or_create_endpoint:1126 :   local public_id
2022-02-14 23:11:04.539 | ++ functions-common:get_or_create_endpoint:1127 :   _get_or_create_endpoint_with_interface network public http://10.222.0.47:9696/ RegionOne
2022-02-14 23:11:04.539 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 :   local endpoint_id
2022-02-14 23:11:04.539 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 :   oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value
2022-02-14 23:11:04.539 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.539 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.539 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.539 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.539 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.539 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 :   endpoint_id=
2022-02-14 23:11:04.539 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 :   [[ -z '' ]]
2022-02-14 23:11:04.539 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 :   oscwrap endpoint create network public http://10.222.0.47:9696/ --region RegionOne -f value -c id
2022-02-14 23:11:04.539 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.540 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.540 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:04.540 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:04.540 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:11:04.540 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 :   endpoint_id=a9d2a15680444e2ca77b13cdf223e73c
2022-02-14 23:11:04.540 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 :   echo a9d2a15680444e2ca77b13cdf223e73c
2022-02-14 23:11:04.540 | + functions-common:get_or_create_endpoint:1127 :   public_id=a9d2a15680444e2ca77b13cdf223e73c
2022-02-14 23:11:04.540 | + functions-common:get_or_create_endpoint:1129 :   [[ -n '' ]]
2022-02-14 23:11:04.540 | + functions-common:get_or_create_endpoint:1132 :   [[ -n '' ]]
2022-02-14 23:11:04.540 | + functions-common:get_or_create_endpoint:1136 :   echo a9d2a15680444e2ca77b13cdf223e73c
2022-02-14 23:11:04.540 | a9d2a15680444e2ca77b13cdf223e73c
2022-02-14 23:11:04.586 | [17669 Async create_neutron_accounts:92970]: finished create_neutron_accounts with result 0 in 27 seconds
2022-02-14 23:11:04.594 | Not waiting for async task create_swift_accounts that we never started or has already been waited for
2022-02-14 23:11:04.600 | Not waiting for async task configure_horizon that we never started or has already been waited for
2022-02-14 23:11:04.603 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:11:04.605 | + ./stack.sh:main:1135                     :   is_service_enabled mysql postgresql
2022-02-14 23:11:04.626 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:04.630 | + ./stack.sh:main:1135                     :   is_service_enabled glance
2022-02-14 23:11:04.648 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:04.651 | + ./stack.sh:main:1136                     :   echo_summary 'Configuring Glance'
2022-02-14 23:11:04.654 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:11:04.657 | + ./stack.sh:echo_summary:446              :   echo -e Configuring Glance
2022-02-14 23:11:04.659 | + ./stack.sh:main:1137                     :   async_runfunc init_glance
2022-02-14 23:11:04.662 | + inc/async:async_runfunc:116              :   async_run init_glance init_glance
2022-02-14 23:11:04.727 | + inc/async:async_inner:63                 :   init_glance
2022-02-14 23:11:04.770 | [17669 Async init_glance:95354]: running: init_glance
2022-02-14 23:11:04.773 | + ./stack.sh:main:1144                     :   is_service_enabled neutron
2022-02-14 23:11:04.793 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:04.796 | + ./stack.sh:main:1145                     :   echo_summary 'Configuring Neutron'
2022-02-14 23:11:04.800 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:11:04.803 | + ./stack.sh:echo_summary:446              :   echo -e Configuring Neutron
2022-02-14 23:11:04.806 | + ./stack.sh:main:1147                     :   configure_neutron
2022-02-14 23:11:04.809 | + lib/neutron:configure_neutron:620        :   is_neutron_legacy_enabled
2022-02-14 23:11:04.814 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:11:04.815 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   sed s/neutron-//g
2022-02-14 23:11:04.822 | + lib/neutron:is_neutron_legacy_enabled:136 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:11:04.825 | + lib/neutron:is_neutron_legacy_enabled:137 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account =~ ,neutron ]]
2022-02-14 23:11:04.828 | + lib/neutron:is_neutron_legacy_enabled:138 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ ,q- ]]
2022-02-14 23:11:04.831 | + lib/neutron:is_neutron_legacy_enabled:138 :   return 0
2022-02-14 23:11:04.834 | + lib/neutron:configure_neutron:622        :   configure_mutnauq
2022-02-14 23:11:04.837 | + lib/neutron-legacy:configure_mutnauq:349 :   _configure_neutron_common
2022-02-14 23:11:04.839 | + lib/neutron-legacy:_configure_neutron_common:774 :   _create_neutron_conf_dir
2022-02-14 23:11:04.842 | + lib/neutron-legacy:_create_neutron_conf_dir:767 :   sudo install -d -o ubuntu /etc/neutron
2022-02-14 23:11:04.856 | + lib/neutron-legacy:_configure_neutron_common:777 :   cd /opt/stack/neutron
2022-02-14 23:11:04.859 | + lib/neutron-legacy:_configure_neutron_common:777 :   exec ./tools/generate_config_file_samples.sh
2022-02-14 23:11:08.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:08.555 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:08.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:08.555 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:12.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:12.471 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:12.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:12.471 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:16.560 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:16.560 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:16.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:16.560 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:16.939 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:11:16.972 | [95354 Async init_glance:95354]: finished successfully
2022-02-14 23:11:20.345 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:20.345 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:20.345 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:20.345 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:24.384 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:24.384 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:24.384 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:24.384 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:28.666 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:28.666 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:28.667 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:28.667 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:32.841 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:32.841 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:32.841 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:32.841 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:36.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:36.793 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:36.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:36.793 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:41.873 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:41.873 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:41.873 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:41.873 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:41.873 | WARNING:oslo_config.generator:normalizing group name 'DHCP' to 'dhcp'
2022-02-14 23:11:48.570 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:48.570 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:48.570 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:48.570 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:48.918 | + lib/neutron-legacy:_configure_neutron_common:779 :   cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf
2022-02-14 23:11:48.923 | + lib/neutron-legacy:_configure_neutron_common:781 :   Q_POLICY_FILE=/etc/neutron/policy.json
2022-02-14 23:11:48.926 | + lib/neutron-legacy:_configure_neutron_common:785 :   '[' -f /opt/stack/neutron/etc/policy.json ']'
2022-02-14 23:11:48.929 | + lib/neutron-legacy:_configure_neutron_common:789 :   echo '{"context_is_admin":  "role:admin or user_name:neutron"}'
2022-02-14 23:11:48.931 | + lib/neutron-legacy:_configure_neutron_common:794 :   neutron_plugin_configure_common
2022-02-14 23:11:48.934 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 :   Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2
2022-02-14 23:11:48.936 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 :   Q_PLUGIN_CONF_FILENAME=ml2_conf.ini
2022-02-14 23:11:48.939 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 :   Q_PLUGIN_CLASS=ml2
2022-02-14 23:11:48.942 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 :   _neutron_service_plugin_class_add router
2022-02-14 23:11:48.945 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 :   local service_plugin_class=router
2022-02-14 23:11:48.950 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 :   [[ '' == '' ]]
2022-02-14 23:11:48.953 | + lib/neutron-legacy:_neutron_service_plugin_class_add:945 :   Q_SERVICE_PLUGIN_CLASSES=router
2022-02-14 23:11:48.956 | + lib/neutron-legacy:_configure_neutron_common:796 :   [[ etc/neutron/plugins/ml2 == '' ]]
2022-02-14 23:11:48.958 | + lib/neutron-legacy:_configure_neutron_common:796 :   [[ ml2_conf.ini == '' ]]
2022-02-14 23:11:48.961 | + lib/neutron-legacy:_configure_neutron_common:796 :   [[ ml2 == '' ]]
2022-02-14 23:11:48.964 | + lib/neutron-legacy:_configure_neutron_common:801 :   mkdir -p /etc/neutron/plugins/ml2
2022-02-14 23:11:48.968 | + lib/neutron-legacy:_configure_neutron_common:802 :   Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:48.971 | + lib/neutron-legacy:_configure_neutron_common:805 :   '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']'
2022-02-14 23:11:48.974 | + lib/neutron-legacy:_configure_neutron_common:806 :   cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:48.981 | ++ lib/neutron-legacy:_configure_neutron_common:811 :   database_connection_url neutron
2022-02-14 23:11:48.983 | ++ lib/database:database_connection_url:134 :   local db=neutron
2022-02-14 23:11:48.986 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql neutron
2022-02-14 23:11:48.990 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=neutron
2022-02-14 23:11:48.993 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8'
2022-02-14 23:11:48.997 | + lib/neutron-legacy:_configure_neutron_common:811 :   iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8'
2022-02-14 23:11:49.037 | + lib/neutron-legacy:_configure_neutron_common:812 :   iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron
2022-02-14 23:11:49.078 | + lib/neutron-legacy:_configure_neutron_common:813 :   iniset /etc/neutron/neutron.conf DEFAULT use_syslog False
2022-02-14 23:11:49.116 | + lib/neutron-legacy:_configure_neutron_common:814 :   iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0
2022-02-14 23:11:49.159 | + lib/neutron-legacy:_configure_neutron_common:815 :   iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock
2022-02-14 23:11:49.204 | + lib/neutron-legacy:_configure_neutron_common:818 :   iniset /etc/neutron/neutron.conf nova region_name RegionOne
2022-02-14 23:11:49.245 | + lib/neutron-legacy:_configure_neutron_common:820 :   '[' libvirt = fake ']'
2022-02-14 23:11:49.247 | + lib/neutron-legacy:_configure_neutron_common:830 :   setup_logging /etc/neutron/neutron.conf
2022-02-14 23:11:49.250 | + functions:setup_logging:674              :   setup_systemd_logging /etc/neutron/neutron.conf
2022-02-14 23:11:49.252 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/neutron/neutron.conf
2022-02-14 23:11:49.256 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2022-02-14 23:11:49.284 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2022-02-14 23:11:49.287 | + functions:setup_systemd_logging:695      :   local pidstr=
2022-02-14 23:11:49.290 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2022-02-14 23:11:49.292 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2022-02-14 23:11:49.296 | + functions:setup_systemd_logging:702      :   iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2022-02-14 23:11:49.331 | + 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'
2022-02-14 23:11:49.372 | + 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'
2022-02-14 23:11:49.409 | + functions:setup_systemd_logging:706      :   iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2022-02-14 23:11:49.450 | + lib/neutron-legacy:_configure_neutron_common:832 :   is_service_enabled tls-proxy
2022-02-14 23:11:49.473 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:11:49.476 | + lib/neutron-legacy:_configure_neutron_common:838 :   _neutron_setup_rootwrap
2022-02-14 23:11:49.479 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 :   [[ True == \F\a\l\s\e ]]
2022-02-14 23:11:49.483 | + lib/neutron-legacy:_neutron_setup_rootwrap:982 :   Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d
2022-02-14 23:11:49.486 | + lib/neutron-legacy:_neutron_setup_rootwrap:983 :   [[ -d /etc/neutron/rootwrap.d ]]
2022-02-14 23:11:49.489 | + lib/neutron-legacy:_neutron_setup_rootwrap:987 :   _neutron_deploy_rootwrap_filters /opt/stack/neutron
2022-02-14 23:11:49.492 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:968 :   [[ True == \F\a\l\s\e ]]
2022-02-14 23:11:49.494 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:971 :   local srcdir=/opt/stack/neutron
2022-02-14 23:11:49.497 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:972 :   sudo install -d -o root -m 755 /etc/neutron/rootwrap.d
2022-02-14 23:11:49.517 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:973 :   sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/
2022-02-14 23:11:49.534 | + lib/neutron-legacy:_neutron_setup_rootwrap:991 :   test -r /opt/stack/neutron/etc/neutron/rootwrap.conf
2022-02-14 23:11:49.538 | + lib/neutron-legacy:_neutron_setup_rootwrap:994 :   sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf
2022-02-14 23:11:49.553 | + lib/neutron-legacy:_neutron_setup_rootwrap:996 :   sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf
2022-02-14 23:11:49.569 | + lib/neutron-legacy:_neutron_setup_rootwrap:997 :   sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf
2022-02-14 23:11:49.590 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 :   ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *'
2022-02-14 23:11:49.592 | + lib/neutron-legacy:_neutron_setup_rootwrap:1001 :   ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2022-02-14 23:11:49.596 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1004 :   mktemp
2022-02-14 23:11:49.602 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 :   TEMPFILE=/tmp/tmp.yPuZrPELE1
2022-02-14 23:11:49.606 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *'
2022-02-14 23:11:49.609 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2022-02-14 23:11:49.612 | + lib/neutron-legacy:_neutron_setup_rootwrap:1007 :   chmod 0440 /tmp/tmp.yPuZrPELE1
2022-02-14 23:11:49.617 | + lib/neutron-legacy:_neutron_setup_rootwrap:1008 :   sudo chown root:root /tmp/tmp.yPuZrPELE1
2022-02-14 23:11:49.631 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 :   sudo mv /tmp/tmp.yPuZrPELE1 /etc/sudoers.d/neutron-rootwrap
2022-02-14 23:11:49.648 | + lib/neutron-legacy:_neutron_setup_rootwrap:1012 :   iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2022-02-14 23:11:49.684 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 :   [[ True == \T\r\u\e ]]
2022-02-14 23:11:49.687 | + lib/neutron-legacy:_neutron_setup_rootwrap:1014 :   iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2022-02-14 23:11:49.732 | + lib/neutron-legacy:configure_mutnauq:350 :   iniset_rpc_backend neutron /etc/neutron/neutron.conf
2022-02-14 23:11:49.735 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=neutron
2022-02-14 23:11:49.739 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/neutron/neutron.conf
2022-02-14 23:11:49.743 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2022-02-14 23:11:49.746 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2022-02-14 23:11:49.749 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2022-02-14 23:11:49.770 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:49.775 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2022-02-14 23:11:49.779 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2022-02-14 23:11:49.782 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2022-02-14 23:11:49.805 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:49.808 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:11:49.811 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/
2022-02-14 23:11:49.856 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2022-02-14 23:11:49.860 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2022-02-14 23:11:49.863 | + lib/neutron-legacy:configure_mutnauq:352 :   is_service_enabled q-metering
2022-02-14 23:11:49.889 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:11:49.892 | + lib/neutron-legacy:configure_mutnauq:355 :   is_service_enabled q-agt q-svc
2022-02-14 23:11:49.917 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:49.921 | + lib/neutron-legacy:configure_mutnauq:356 :   _configure_neutron_service
2022-02-14 23:11:49.925 | + lib/neutron-legacy:_configure_neutron_service:915 :   Q_API_PASTE_FILE=/etc/neutron/api-paste.ini
2022-02-14 23:11:49.929 | + lib/neutron-legacy:_configure_neutron_service:916 :   cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini
2022-02-14 23:11:49.937 | + lib/neutron-legacy:_configure_neutron_service:919 :   iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2
2022-02-14 23:11:49.983 | + lib/neutron-legacy:_configure_neutron_service:921 :   iniset /etc/neutron/neutron.conf DEFAULT debug True
2022-02-14 23:11:50.028 | + lib/neutron-legacy:_configure_neutron_service:922 :   iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json
2022-02-14 23:11:50.074 | + lib/neutron-legacy:_configure_neutron_service:923 :   iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True
2022-02-14 23:11:50.120 | + lib/neutron-legacy:_configure_neutron_service:925 :   iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone
2022-02-14 23:11:50.160 | + lib/neutron-legacy:_configure_neutron_service:926 :   configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron
2022-02-14 23:11:50.165 | + lib/keystone:configure_keystone_authtoken_middleware:436 :   local conf_file=/etc/neutron/neutron.conf
2022-02-14 23:11:50.168 | + lib/keystone:configure_keystone_authtoken_middleware:437 :   local admin_user=neutron
2022-02-14 23:11:50.172 | + lib/keystone:configure_keystone_authtoken_middleware:438 :   local section=keystone_authtoken
2022-02-14 23:11:50.175 | + lib/keystone:configure_keystone_authtoken_middleware:440 :   iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password
2022-02-14 23:11:50.220 | + lib/keystone:configure_keystone_authtoken_middleware:441 :   iniset /etc/neutron/neutron.conf keystone_authtoken interface public
2022-02-14 23:11:50.265 | + lib/keystone:configure_keystone_authtoken_middleware:442 :   iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.47/identity
2022-02-14 23:11:50.313 | + lib/keystone:configure_keystone_authtoken_middleware:443 :   iniset /etc/neutron/neutron.conf keystone_authtoken username neutron
2022-02-14 23:11:50.359 | + lib/keystone:configure_keystone_authtoken_middleware:444 :   iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd
2022-02-14 23:11:50.409 | + lib/keystone:configure_keystone_authtoken_middleware:445 :   iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default
2022-02-14 23:11:50.451 | + lib/keystone:configure_keystone_authtoken_middleware:446 :   iniset /etc/neutron/neutron.conf keystone_authtoken project_name service
2022-02-14 23:11:50.493 | + lib/keystone:configure_keystone_authtoken_middleware:447 :   iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default
2022-02-14 23:11:50.533 | + lib/keystone:configure_keystone_authtoken_middleware:449 :   iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2022-02-14 23:11:50.574 | + lib/keystone:configure_keystone_authtoken_middleware:450 :   iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211
2022-02-14 23:11:50.614 | + lib/neutron-legacy:_configure_neutron_service:929 :   iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True
2022-02-14 23:11:50.652 | + lib/neutron-legacy:_configure_neutron_service:930 :   iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True
2022-02-14 23:11:50.696 | + lib/neutron-legacy:_configure_neutron_service:932 :   configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova
2022-02-14 23:11:50.699 | + lib/keystone:configure_keystone_authtoken_middleware:436 :   local conf_file=/etc/neutron/neutron.conf
2022-02-14 23:11:50.701 | + lib/keystone:configure_keystone_authtoken_middleware:437 :   local admin_user=nova
2022-02-14 23:11:50.704 | + lib/keystone:configure_keystone_authtoken_middleware:438 :   local section=nova
2022-02-14 23:11:50.707 | + lib/keystone:configure_keystone_authtoken_middleware:440 :   iniset /etc/neutron/neutron.conf nova auth_type password
2022-02-14 23:11:50.750 | + lib/keystone:configure_keystone_authtoken_middleware:441 :   iniset /etc/neutron/neutron.conf nova interface public
2022-02-14 23:11:50.794 | + lib/keystone:configure_keystone_authtoken_middleware:442 :   iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.47/identity
2022-02-14 23:11:50.839 | + lib/keystone:configure_keystone_authtoken_middleware:443 :   iniset /etc/neutron/neutron.conf nova username nova
2022-02-14 23:11:50.880 | + lib/keystone:configure_keystone_authtoken_middleware:444 :   iniset /etc/neutron/neutron.conf nova password Passw0rd
2022-02-14 23:11:50.922 | + lib/keystone:configure_keystone_authtoken_middleware:445 :   iniset /etc/neutron/neutron.conf nova user_domain_name Default
2022-02-14 23:11:50.966 | + lib/keystone:configure_keystone_authtoken_middleware:446 :   iniset /etc/neutron/neutron.conf nova project_name service
2022-02-14 23:11:51.012 | + lib/keystone:configure_keystone_authtoken_middleware:447 :   iniset /etc/neutron/neutron.conf nova project_domain_name Default
2022-02-14 23:11:51.052 | + lib/keystone:configure_keystone_authtoken_middleware:449 :   iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem
2022-02-14 23:11:51.096 | + lib/keystone:configure_keystone_authtoken_middleware:450 :   iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211
2022-02-14 23:11:51.135 | + lib/neutron-legacy:_configure_neutron_service:935 :   neutron_plugin_configure_service
2022-02-14 23:11:51.139 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 :   [[ vlan != \l\o\c\a\l ]]
2022-02-14 23:11:51.141 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 :   Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE)
2022-02-14 23:11:51.144 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 :   '[' '' == '' ']'
2022-02-14 23:11:51.147 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 :   [[ '' == '' ]]
2022-02-14 23:11:51.150 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 :   [[ physnet1 != '' ]]
2022-02-14 23:11:51.153 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 :   ML2_VLAN_RANGES=physnet1
2022-02-14 23:11:51.156 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 :   [[ 350:399 != '' ]]
2022-02-14 23:11:51.160 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 :   ML2_VLAN_RANGES=physnet1:350:399
2022-02-14 23:11:51.163 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 :   [[ physnet1:350:399 != '' ]]
2022-02-14 23:11:51.166 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 :   Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES)
2022-02-14 23:11:51.169 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 :   [[ -z '' ]]
2022-02-14 23:11:51.172 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 :   [[ -n physnet1 ]]
2022-02-14 23:11:51.176 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 :   Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks=
2022-02-14 23:11:51.180 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 :   [[ -n physnet1 ]]
2022-02-14 23:11:51.183 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 :   Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1,
2022-02-14 23:11:51.186 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 :   [[ -n physnet1 ]]
2022-02-14 23:11:51.189 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 :   [[ physnet1 != \p\h\y\s\n\e\t\1 ]]
2022-02-14 23:11:51.192 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 :   [[ True == \T\r\u\e ]]
2022-02-14 23:11:51.196 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver
2022-02-14 23:11:51.235 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv
2022-02-14 23:11:51.238 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:51.241 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   SECTION=ml2
2022-02-14 23:11:51.244 | + lib/neutron_plugins/ml2:populate_ml2_config:53 :   OPTS=mechanism_drivers=openvswitch,hyperv
2022-02-14 23:11:51.248 | + lib/neutron_plugins/ml2:populate_ml2_config:55 :   '[' -z mechanism_drivers=openvswitch,hyperv ']'
2022-02-14 23:11:51.251 | + lib/neutron_plugins/ml2:populate_ml2_config:58 :   for I in "${OPTS[@]}"
2022-02-14 23:11:51.254 | + lib/neutron_plugins/ml2:populate_ml2_config:60 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv
2022-02-14 23:11:51.292 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 :   [[ -n '' ]]
2022-02-14 23:11:51.299 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security
2022-02-14 23:11:51.302 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:51.306 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   SECTION=ml2
2022-02-14 23:11:51.309 | + lib/neutron_plugins/ml2:populate_ml2_config:53 :   OPTS=extension_drivers=port_security
2022-02-14 23:11:51.315 | + lib/neutron_plugins/ml2:populate_ml2_config:55 :   '[' -z extension_drivers=port_security ']'
2022-02-14 23:11:51.318 | + lib/neutron_plugins/ml2:populate_ml2_config:58 :   for I in "${OPTS[@]}"
2022-02-14 23:11:51.321 | + lib/neutron_plugins/ml2:populate_ml2_config:60 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security
2022-02-14 23:11:51.365 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan
2022-02-14 23:11:51.368 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:51.372 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   SECTION=ml2
2022-02-14 23:11:51.375 | + lib/neutron_plugins/ml2:populate_ml2_config:53 :   OPTS=tenant_network_types=vlan
2022-02-14 23:11:51.379 | + lib/neutron_plugins/ml2:populate_ml2_config:55 :   '[' -z tenant_network_types=vlan ']'
2022-02-14 23:11:51.383 | + lib/neutron_plugins/ml2:populate_ml2_config:58 :   for I in "${OPTS[@]}"
2022-02-14 23:11:51.386 | + lib/neutron_plugins/ml2:populate_ml2_config:60 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan
2022-02-14 23:11:51.432 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000
2022-02-14 23:11:51.436 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:51.440 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   SECTION=ml2_type_gre
2022-02-14 23:11:51.444 | + lib/neutron_plugins/ml2:populate_ml2_config:53 :   OPTS=tunnel_id_ranges=1:1000
2022-02-14 23:11:51.448 | + lib/neutron_plugins/ml2:populate_ml2_config:55 :   '[' -z tunnel_id_ranges=1:1000 ']'
2022-02-14 23:11:51.452 | + lib/neutron_plugins/ml2:populate_ml2_config:58 :   for I in "${OPTS[@]}"
2022-02-14 23:11:51.456 | + lib/neutron_plugins/ml2:populate_ml2_config:60 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000
2022-02-14 23:11:51.503 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000
2022-02-14 23:11:51.507 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:51.510 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   SECTION=ml2_type_vxlan
2022-02-14 23:11:51.514 | + lib/neutron_plugins/ml2:populate_ml2_config:53 :   OPTS=vni_ranges=1:1000
2022-02-14 23:11:51.517 | + lib/neutron_plugins/ml2:populate_ml2_config:55 :   '[' -z vni_ranges=1:1000 ']'
2022-02-14 23:11:51.521 | + lib/neutron_plugins/ml2:populate_ml2_config:58 :   for I in "${OPTS[@]}"
2022-02-14 23:11:51.525 | + lib/neutron_plugins/ml2:populate_ml2_config:60 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000
2022-02-14 23:11:51.573 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1,
2022-02-14 23:11:51.576 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:51.580 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   SECTION=ml2_type_flat
2022-02-14 23:11:51.584 | + lib/neutron_plugins/ml2:populate_ml2_config:53 :   OPTS=flat_networks=physnet1,
2022-02-14 23:11:51.588 | + lib/neutron_plugins/ml2:populate_ml2_config:55 :   '[' -z flat_networks=physnet1, ']'
2022-02-14 23:11:51.592 | + lib/neutron_plugins/ml2:populate_ml2_config:58 :   for I in "${OPTS[@]}"
2022-02-14 23:11:51.595 | + lib/neutron_plugins/ml2:populate_ml2_config:60 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1,
2022-02-14 23:11:51.635 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:350:399
2022-02-14 23:11:51.638 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:51.640 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   SECTION=ml2_type_vlan
2022-02-14 23:11:51.643 | + lib/neutron_plugins/ml2:populate_ml2_config:53 :   OPTS=network_vlan_ranges=physnet1:350:399
2022-02-14 23:11:51.646 | + lib/neutron_plugins/ml2:populate_ml2_config:55 :   '[' -z network_vlan_ranges=physnet1:350:399 ']'
2022-02-14 23:11:51.650 | + lib/neutron_plugins/ml2:populate_ml2_config:58 :   for I in "${OPTS[@]}"
2022-02-14 23:11:51.654 | + lib/neutron_plugins/ml2:populate_ml2_config:60 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:350:399
2022-02-14 23:11:51.693 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000
2022-02-14 23:11:51.697 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:11:51.700 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   SECTION=ml2_type_geneve
2022-02-14 23:11:51.704 | + lib/neutron_plugins/ml2:populate_ml2_config:53 :   OPTS=vni_ranges=1:1000
2022-02-14 23:11:51.707 | + lib/neutron_plugins/ml2:populate_ml2_config:55 :   '[' -z vni_ranges=1:1000 ']'
2022-02-14 23:11:51.711 | + lib/neutron_plugins/ml2:populate_ml2_config:58 :   for I in "${OPTS[@]}"
2022-02-14 23:11:51.714 | + lib/neutron_plugins/ml2:populate_ml2_config:60 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000
2022-02-14 23:11:51.753 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 :   [[ legacy != \l\e\g\a\c\y ]]
2022-02-14 23:11:51.757 | + lib/neutron-legacy:configure_mutnauq:358 :   is_service_enabled q-agt
2022-02-14 23:11:51.780 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:51.783 | + lib/neutron-legacy:configure_mutnauq:359 :   _configure_neutron_plugin_agent
2022-02-14 23:11:51.787 | + lib/neutron-legacy:_configure_neutron_plugin_agent:902 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2022-02-14 23:11:51.839 | + lib/neutron-legacy:_configure_neutron_plugin_agent:903 :   [[ True == \T\r\u\e ]]
2022-02-14 23:11:51.845 | + lib/neutron-legacy:_configure_neutron_plugin_agent:904 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2022-02-14 23:11:51.888 | + lib/neutron-legacy:_configure_neutron_plugin_agent:906 :   iniset /etc/neutron/neutron.conf DEFAULT debug True
2022-02-14 23:11:51.934 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 :   neutron_plugin_configure_plugin_agent
2022-02-14 23:11:51.937 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 :   _neutron_ovs_base_setup_bridge br-int
2022-02-14 23:11:51.940 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 :   local bridge=br-int
2022-02-14 23:11:51.945 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 :   neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf
2022-02-14 23:11:55.315 | INFO neutron.common.config [-] Logging enabled!
2022-02-14 23:11:55.315 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.0.dev503
2022-02-14 23:11:55.315 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=97302) setup_logging /opt/stack/neutron/neutron/common/config.py:112}}
2022-02-14 23:11:55.316 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused
2022-02-14 23:11:55.317 | 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/tmp2yl_trps/privsep.sock']
2022-02-14 23:11:57.871 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap
2022-02-14 23:11:57.872 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp2yl_trps/privsep.sock {{(pid=97302) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:363}}
2022-02-14 23:11:57.874 | INFO oslo.privsep.daemon [-] privsep daemon starting
2022-02-14 23:11:57.874 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0
2022-02-14 23:11:57.875 | 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
2022-02-14 23:11:57.875 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 97311
2022-02-14 23:11:57.875 | DEBUG oslo.privsep.daemon [-] privsep: reply[07abc717-d4b4-4598-982d-e348810a1af2]: (2,) {{(pid=97311) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}}
2022-02-14 23:11:58.237 | 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=97311) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}}
2022-02-14 23:11:58.252 | 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.014s {{(pid=97311) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}}
2022-02-14 23:11:58.252 | DEBUG oslo.privsep.daemon [-] privsep: reply[63e8ee29-ae95-4e29-b000-b4ac632e2026]: (4, ('d40038e9-3294-4248-b8b7-12e514d39fa7\n', '')) {{(pid=97311) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}}
2022-02-14 23:11:58.321 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=97302) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}}
2022-02-14 23:11:58.321 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=97302) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}}
2022-02-14 23:11:58.321 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=97302) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2022-02-14 23:11:58.321 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=97302) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2022-02-14 23:11:58.321 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=97302) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2022-02-14 23:11:58.322 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=97302) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2022-02-14 23:11:58.381 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully
2022-02-14 23:11:58.381 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:58.381 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:58.381 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:11:58.381 |   from cryptography.utils import int_from_bytes
2022-02-14 23:11:58.791 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 :   _neutron_ovs_base_add_bridge br-int
2022-02-14 23:11:58.795 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 :   local bridge=br-int
2022-02-14 23:11:58.798 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 :   local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int'
2022-02-14 23:11:58.801 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 :   '[' system '!=' system ']'
2022-02-14 23:11:58.805 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 :   sudo ovs-vsctl -- --may-exist add-br br-int
2022-02-14 23:11:58.896 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 :   sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int
2022-02-14 23:11:58.926 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 :   _neutron_ovs_base_configure_firewall_driver
2022-02-14 23:11:58.930 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 :   [[ True == \T\r\u\e ]]
2022-02-14 23:11:58.933 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch
2022-02-14 23:11:58.980 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 :   running_in_container
2022-02-14 23:11:58.985 | ++ functions:running_in_container:793       :   systemd-detect-virt --container
2022-02-14 23:11:58.994 | + functions:running_in_container:793       :   [[ none != \n\o\n\e ]]
2022-02-14 23:11:58.998 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 :   enable_kernel_bridge_firewall
2022-02-14 23:11:59.002 | + functions:enable_kernel_bridge_firewall:802 :   sudo modprobe bridge
2022-02-14 23:11:59.017 | + functions:enable_kernel_bridge_firewall:805 :   sudo modprobe br_netfilter
2022-02-14 23:11:59.034 | + functions:enable_kernel_bridge_firewall:809 :   for proto in ip ip6
2022-02-14 23:11:59.039 | + functions:enable_kernel_bridge_firewall:810 :   sudo sysctl -w net.bridge.bridge-nf-call-iptables=1
2022-02-14 23:11:59.053 | net.bridge.bridge-nf-call-iptables = 1
2022-02-14 23:11:59.058 | + functions:enable_kernel_bridge_firewall:809 :   for proto in ip ip6
2022-02-14 23:11:59.060 | + functions:enable_kernel_bridge_firewall:810 :   sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1
2022-02-14 23:11:59.070 | net.bridge.bridge-nf-call-ip6tables = 1
2022-02-14 23:11:59.075 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 :   [[ False == \T\r\u\e ]]
2022-02-14 23:11:59.077 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 :   [[ physnet1 != '' ]]
2022-02-14 23:11:59.080 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 :   [[ br-data != '' ]]
2022-02-14 23:11:59.083 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 :   [[ physnet1:br-data == '' ]]
2022-02-14 23:11:59.086 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 :   _neutron_ovs_base_add_bridge br-data
2022-02-14 23:11:59.089 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 :   local bridge=br-data
2022-02-14 23:11:59.092 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 :   local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data'
2022-02-14 23:11:59.096 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 :   '[' system '!=' system ']'
2022-02-14 23:11:59.099 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 :   sudo ovs-vsctl -- --may-exist add-br br-data
2022-02-14 23:11:59.132 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 :   [[ physnet1:br-data != '' ]]
2022-02-14 23:11:59.136 | + 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
2022-02-14 23:11:59.182 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 :   AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent
2022-02-14 23:11:59.185 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types
2022-02-14 23:11:59.225 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system
2022-02-14 23:11:59.265 | + lib/neutron-legacy:configure_mutnauq:361 :   is_service_enabled q-dhcp
2022-02-14 23:11:59.287 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:59.290 | + lib/neutron-legacy:configure_mutnauq:362 :   _configure_neutron_dhcp_agent
2022-02-14 23:11:59.293 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:843 :   cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini
2022-02-14 23:11:59.298 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:845 :   iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True
2022-02-14 23:11:59.337 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:847 :   iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True
2022-02-14 23:11:59.372 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:848 :   iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2022-02-14 23:11:59.414 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:849 :   [[ True == \T\r\u\e ]]
2022-02-14 23:11:59.417 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 :   iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2022-02-14 23:11:59.454 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:853 :   is_service_enabled q-l3
2022-02-14 23:11:59.477 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:59.480 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:864 :   _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini
2022-02-14 23:11:59.483 | + lib/neutron-legacy:_neutron_setup_interface_driver:1022 :   iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False
2022-02-14 23:11:59.525 | + lib/neutron-legacy:_neutron_setup_interface_driver:1024 :   neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini
2022-02-14 23:11:59.529 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 :   local conf_file=/etc/neutron/dhcp_agent.ini
2022-02-14 23:11:59.532 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 :   iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch
2022-02-14 23:11:59.575 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:866 :   neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini
2022-02-14 23:11:59.579 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 :   local conf_file=/etc/neutron/dhcp_agent.ini
2022-02-14 23:11:59.582 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 :   :
2022-02-14 23:11:59.586 | + lib/neutron-legacy:configure_mutnauq:364 :   is_service_enabled q-l3
2022-02-14 23:11:59.609 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:11:59.613 | + lib/neutron-legacy:configure_mutnauq:365 :   _configure_neutron_l3_agent
2022-02-14 23:11:59.617 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 :   cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini
2022-02-14 23:11:59.622 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 :   iniset /etc/neutron/l3_agent.ini DEFAULT debug True
2022-02-14 23:11:59.665 | + 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'
2022-02-14 23:11:59.710 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 :   [[ True == \T\r\u\e ]]
2022-02-14 23:11:59.714 | + 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'
2022-02-14 23:11:59.758 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 :   _neutron_setup_interface_driver /etc/neutron/l3_agent.ini
2022-02-14 23:11:59.761 | + lib/neutron-legacy:_neutron_setup_interface_driver:1022 :   iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False
2022-02-14 23:11:59.801 | + lib/neutron-legacy:_neutron_setup_interface_driver:1024 :   neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini
2022-02-14 23:11:59.804 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 :   local conf_file=/etc/neutron/l3_agent.ini
2022-02-14 23:11:59.807 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 :   iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch
2022-02-14 23:11:59.845 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 :   neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini
2022-02-14 23:11:59.848 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 :   local conf_file=/etc/neutron/l3_agent.ini
2022-02-14 23:11:59.851 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 :   _neutron_ovs_base_configure_l3_agent
2022-02-14 23:11:59.854 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 :   neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf
2022-02-14 23:12:03.021 | INFO neutron.common.config [-] Logging enabled!
2022-02-14 23:12:03.022 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.0.dev503
2022-02-14 23:12:03.022 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=97845) setup_logging /opt/stack/neutron/neutron/common/config.py:112}}
2022-02-14 23:12:03.074 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=97845) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}}
2022-02-14 23:12:03.074 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=97845) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}}
2022-02-14 23:12:03.074 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=97845) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2022-02-14 23:12:03.075 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=97845) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2022-02-14 23:12:03.075 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=97845) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2022-02-14 23:12:03.075 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=97845) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2022-02-14 23:12:03.139 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int
2022-02-14 23:12:03.139 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=97845) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}}
2022-02-14 23:12:03.140 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=97845) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:134}}
2022-02-14 23:12:03.140 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully
2022-02-14 23:12:03.140 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:03.140 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:03.140 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:03.140 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:03.530 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 :   [[ False = \T\r\u\e ]]
2022-02-14 23:12:03.532 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 :   _neutron_ovs_base_add_public_bridge
2022-02-14 23:12:03.535 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 :   _neutron_ovs_base_add_bridge br-data
2022-02-14 23:12:03.540 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 :   local bridge=br-data
2022-02-14 23:12:03.544 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 :   local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data'
2022-02-14 23:12:03.546 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 :   '[' system '!=' system ']'
2022-02-14 23:12:03.549 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 :   sudo ovs-vsctl -- --may-exist add-br br-data
2022-02-14 23:12:03.570 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 :   set_mtu br-data 1500
2022-02-14 23:12:03.575 | + functions:set_mtu:785                    :   local dev=br-data
2022-02-14 23:12:03.578 | + functions:set_mtu:786                    :   local mtu=1500
2022-02-14 23:12:03.580 | + functions:set_mtu:787                    :   sudo ip link set mtu 1500 dev br-data
2022-02-14 23:12:03.594 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 :   sudo ovs-vsctl br-set-external-id br-data bridge-id br-data
2022-02-14 23:12:03.620 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 :   _configure_public_network_connectivity
2022-02-14 23:12:03.623 | + lib/neutron-legacy:_configure_public_network_connectivity:709 :   [[ -n eth1 ]]
2022-02-14 23:12:03.627 | + lib/neutron-legacy:_configure_public_network_connectivity:710 :   _move_neutron_addresses_route eth1 br-data True False inet
2022-02-14 23:12:03.630 | + lib/neutron-legacy:_move_neutron_addresses_route:650 :   local from_intf=eth1
2022-02-14 23:12:03.633 | + lib/neutron-legacy:_move_neutron_addresses_route:651 :   local to_intf=br-data
2022-02-14 23:12:03.636 | + lib/neutron-legacy:_move_neutron_addresses_route:652 :   local add_ovs_port=True
2022-02-14 23:12:03.638 | + lib/neutron-legacy:_move_neutron_addresses_route:653 :   local del_ovs_port=False
2022-02-14 23:12:03.641 | + lib/neutron-legacy:_move_neutron_addresses_route:654 :   local af=inet
2022-02-14 23:12:03.643 | + lib/neutron-legacy:_move_neutron_addresses_route:656 :   [[ -n eth1 ]]
2022-02-14 23:12:03.647 | + lib/neutron-legacy:_move_neutron_addresses_route:656 :   [[ -n br-data ]]
2022-02-14 23:12:03.650 | + lib/neutron-legacy:_move_neutron_addresses_route:662 :   local IP_REPLACE=
2022-02-14 23:12:03.653 | + lib/neutron-legacy:_move_neutron_addresses_route:663 :   local IP_DEL=
2022-02-14 23:12:03.655 | + lib/neutron-legacy:_move_neutron_addresses_route:664 :   local IP_UP=
2022-02-14 23:12:03.658 | + lib/neutron-legacy:_move_neutron_addresses_route:665 :   local DEFAULT_ROUTE_GW
2022-02-14 23:12:03.662 | ++ lib/neutron-legacy:_move_neutron_addresses_route:666 :   ip -f inet r
2022-02-14 23:12:03.662 | ++ lib/neutron-legacy:_move_neutron_addresses_route:666 :   awk '/default.+eth1\s/ { print $3; exit }'
2022-02-14 23:12:03.670 | + lib/neutron-legacy:_move_neutron_addresses_route:666 :   DEFAULT_ROUTE_GW=
2022-02-14 23:12:03.673 | + lib/neutron-legacy:_move_neutron_addresses_route:667 :   local ADD_OVS_PORT=
2022-02-14 23:12:03.676 | + lib/neutron-legacy:_move_neutron_addresses_route:668 :   local DEL_OVS_PORT=
2022-02-14 23:12:03.678 | + lib/neutron-legacy:_move_neutron_addresses_route:669 :   local ARP_CMD=
2022-02-14 23:12:03.683 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 :   ip -f inet a s dev eth1 scope global primary
2022-02-14 23:12:03.684 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 :   awk '{ print $2, $3, $4; exit }'
2022-02-14 23:12:03.684 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 :   grep inet
2022-02-14 23:12:03.691 | + lib/neutron-legacy:_move_neutron_addresses_route:671 :   IP_BRD='192.168.0.57/22 brd 192.168.3.255'
2022-02-14 23:12:03.694 | + lib/neutron-legacy:_move_neutron_addresses_route:673 :   '[' '' '!=' '' ']'
2022-02-14 23:12:03.696 | + lib/neutron-legacy:_move_neutron_addresses_route:677 :   [[ True == \T\r\u\e ]]
2022-02-14 23:12:03.699 | + lib/neutron-legacy:_move_neutron_addresses_route:678 :   ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1'
2022-02-14 23:12:03.701 | + lib/neutron-legacy:_move_neutron_addresses_route:681 :   [[ False == \T\r\u\e ]]
2022-02-14 23:12:03.706 | + lib/neutron-legacy:_move_neutron_addresses_route:685 :   [[ 192.168.0.57/22 brd 192.168.3.255 != '' ]]
2022-02-14 23:12:03.708 | + lib/neutron-legacy:_move_neutron_addresses_route:686 :   IP_DEL='sudo ip addr del 192.168.0.57/22 brd 192.168.3.255 dev eth1'
2022-02-14 23:12:03.712 | + lib/neutron-legacy:_move_neutron_addresses_route:687 :   IP_REPLACE='sudo ip addr replace 192.168.0.57/22 brd 192.168.3.255 dev br-data'
2022-02-14 23:12:03.715 | + lib/neutron-legacy:_move_neutron_addresses_route:688 :   IP_UP='sudo ip link set br-data up'
2022-02-14 23:12:03.717 | + lib/neutron-legacy:_move_neutron_addresses_route:689 :   [[ inet == \i\n\e\t ]]
2022-02-14 23:12:03.722 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 :   echo 192.168.0.57/22 brd 192.168.3.255
2022-02-14 23:12:03.723 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 :   awk '{ print $1; exit }'
2022-02-14 23:12:03.723 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 :   grep -o -E '(.*)/'
2022-02-14 23:12:03.725 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 :   cut -d / -f1
2022-02-14 23:12:03.732 | + lib/neutron-legacy:_move_neutron_addresses_route:690 :   IP=192.168.0.57
2022-02-14 23:12:03.735 | + lib/neutron-legacy:_move_neutron_addresses_route:691 :   ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.57 '
2022-02-14 23:12:03.738 | + lib/neutron-legacy:_move_neutron_addresses_route:697 :   sudo ip addr del 192.168.0.57/22 brd 192.168.3.255 dev eth1
2022-02-14 23:12:03.759 | + lib/neutron-legacy:_move_neutron_addresses_route:697 :   sudo ip addr replace 192.168.0.57/22 brd 192.168.3.255 dev br-data
2022-02-14 23:12:03.773 | + lib/neutron-legacy:_move_neutron_addresses_route:697 :   sudo ip link set br-data up
2022-02-14 23:12:03.795 | + lib/neutron-legacy:_move_neutron_addresses_route:697 :   sudo ovs-vsctl --may-exist add-port br-data eth1
2022-02-14 23:12:03.824 | + lib/neutron-legacy:_move_neutron_addresses_route:697 :   sudo ping -c 3 -w 5 -I br-data 192.168.0.57
2022-02-14 23:12:03.843 | PING 192.168.0.57 (192.168.0.57) from 192.168.0.57 br-data: 56(84) bytes of data.
2022-02-14 23:12:03.843 | 64 bytes from 192.168.0.57: icmp_seq=1 ttl=64 time=0.079 ms
2022-02-14 23:12:04.850 | 64 bytes from 192.168.0.57: icmp_seq=2 ttl=64 time=0.048 ms
2022-02-14 23:12:05.874 | 64 bytes from 192.168.0.57: icmp_seq=3 ttl=64 time=0.051 ms
2022-02-14 23:12:05.875 | 
2022-02-14 23:12:05.875 | --- 192.168.0.57 ping statistics ---
2022-02-14 23:12:05.879 | 3 packets transmitted, 3 received, 0% packet loss, time 2031ms
2022-02-14 23:12:05.879 | rtt min/avg/max/mdev = 0.048/0.059/0.079/0.013 ms
2022-02-14 23:12:05.883 | ++ lib/neutron-legacy:_configure_public_network_connectivity:712 :   grep -c global
2022-02-14 23:12:05.883 | ++ lib/neutron-legacy:_configure_public_network_connectivity:712 :   ip -f inet6 a s dev eth1
2022-02-14 23:12:05.891 | + lib/neutron-legacy:_configure_public_network_connectivity:712 :   [[ 0 != 0 ]]
2022-02-14 23:12:05.895 | + lib/neutron-legacy:configure_mutnauq:367 :   is_service_enabled q-meta
2022-02-14 23:12:05.918 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:05.921 | + lib/neutron-legacy:configure_mutnauq:368 :   _configure_neutron_metadata_agent
2022-02-14 23:12:05.924 | + lib/neutron-legacy:_configure_neutron_metadata_agent:871 :   cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini
2022-02-14 23:12:05.930 | + lib/neutron-legacy:_configure_neutron_metadata_agent:873 :   iniset /etc/neutron/metadata_agent.ini DEFAULT debug True
2022-02-14 23:12:05.972 | + lib/neutron-legacy:_configure_neutron_metadata_agent:874 :   iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.47
2022-02-14 23:12:06.016 | + lib/neutron-legacy:_configure_neutron_metadata_agent:875 :   iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2
2022-02-14 23:12:06.061 | + lib/neutron-legacy:_configure_neutron_metadata_agent:876 :   iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2022-02-14 23:12:06.108 | + lib/neutron-legacy:_configure_neutron_metadata_agent:877 :   [[ True == \T\r\u\e ]]
2022-02-14 23:12:06.111 | + lib/neutron-legacy:_configure_neutron_metadata_agent:878 :   iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2022-02-14 23:12:06.156 | + lib/neutron-legacy:configure_mutnauq:371 :   [[ legacy != \l\e\g\a\c\y ]]
2022-02-14 23:12:06.159 | + lib/neutron-legacy:configure_mutnauq:374 :   is_service_enabled ceilometer
2022-02-14 23:12:06.189 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:12:06.193 | + lib/neutron-legacy:configure_mutnauq:378 :   [[ openvswitch == \o\v\n ]]
2022-02-14 23:12:06.196 | + lib/neutron-legacy:configure_mutnauq:384 :   is_service_enabled q-placement neutron-placement
2022-02-14 23:12:06.223 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:12:06.228 | + lib/neutron-legacy:configure_mutnauq:387 :   is_service_enabled q-trunk neutron-trunk
2022-02-14 23:12:06.254 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:12:06.256 | + lib/neutron-legacy:configure_mutnauq:390 :   is_service_enabled q-qos neutron-qos
2022-02-14 23:12:06.278 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:12:06.281 | + lib/neutron-legacy:configure_mutnauq:398 :   iniset /etc/neutron/neutron.conf DEFAULT api_workers 2
2022-02-14 23:12:06.328 | + lib/neutron-legacy:configure_mutnauq:402 :   iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0
2022-02-14 23:12:06.370 | + lib/neutron:configure_neutron:627        :   '[' False == True ']'
2022-02-14 23:12:06.374 | + ./stack.sh:main:1150                     :   is_service_enabled mysql postgresql
2022-02-14 23:12:06.405 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:06.409 | + ./stack.sh:main:1150                     :   is_service_enabled neutron
2022-02-14 23:12:06.432 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:06.436 | + ./stack.sh:main:1151                     :   async_runfunc init_neutron
2022-02-14 23:12:06.438 | + inc/async:async_runfunc:116              :   async_run init_neutron init_neutron
2022-02-14 23:12:06.513 | + inc/async:async_inner:63                 :   init_neutron
2022-02-14 23:12:06.569 | [17669 Async init_neutron:98322]: running: init_neutron
2022-02-14 23:12:06.573 | + ./stack.sh:main:1159                     :   is_service_enabled q-dhcp
2022-02-14 23:12:06.598 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:06.604 | ++ ./stack.sh:main:1162                     :   pidof NetworkManager
2022-02-14 23:12:06.617 | ++ ./stack.sh:main:1162                     :   true
2022-02-14 23:12:06.622 | + ./stack.sh:main:1162                     :   netman_pid=
2022-02-14 23:12:06.627 | + ./stack.sh:main:1163                     :   '[' -z '' ']'
2022-02-14 23:12:06.631 | + ./stack.sh:main:1164                     :   sudo killall dnsmasq
2022-02-14 23:12:06.660 | dnsmasq: no process found
2022-02-14 23:12:06.664 | + ./stack.sh:main:1164                     :   true
2022-02-14 23:12:06.667 | + ./stack.sh:main:1169                     :   clean_iptables
2022-02-14 23:12:06.674 | + lib/nova:clean_iptables:183              :   sed 's/-c [0-9]* [0-9]* //g'
2022-02-14 23:12:06.677 | + lib/nova:clean_iptables:183              :   awk '{print "sudo iptables",$0}'
2022-02-14 23:12:06.677 | + lib/nova:clean_iptables:183              :   grep '\-A'
2022-02-14 23:12:06.679 | + lib/nova:clean_iptables:183              :   sudo iptables -S -v
2022-02-14 23:12:06.686 | + lib/nova:clean_iptables:183              :   bash
2022-02-14 23:12:06.686 | + lib/nova:clean_iptables:183              :   grep nova
2022-02-14 23:12:06.690 | + lib/nova:clean_iptables:183              :   sed s/-A/-D/g
2022-02-14 23:12:06.707 | + lib/nova:clean_iptables:185              :   sed 's/-c [0-9]* [0-9]* //g'
2022-02-14 23:12:06.707 | + lib/nova:clean_iptables:185              :   grep '\-A'
2022-02-14 23:12:06.708 | + lib/nova:clean_iptables:185              :   awk '{print "sudo iptables -t nat",$0}'
2022-02-14 23:12:06.712 | + lib/nova:clean_iptables:185              :   grep nova
2022-02-14 23:12:06.715 | + lib/nova:clean_iptables:185              :   bash
2022-02-14 23:12:06.721 | + lib/nova:clean_iptables:185              :   sudo iptables -S -v -t nat
2022-02-14 23:12:06.721 | + lib/nova:clean_iptables:185              :   sed s/-A/-D/g
2022-02-14 23:12:06.739 | + lib/nova:clean_iptables:187              :   sed s/-N/-X/g
2022-02-14 23:12:06.742 | + lib/nova:clean_iptables:187              :   sed 's/-c [0-9]* [0-9]* //g'
2022-02-14 23:12:06.745 | + lib/nova:clean_iptables:187              :   awk '{print "sudo iptables",$0}'
2022-02-14 23:12:06.748 | + lib/nova:clean_iptables:187              :   grep '\-N'
2022-02-14 23:12:06.749 | + lib/nova:clean_iptables:187              :   bash
2022-02-14 23:12:06.751 | + lib/nova:clean_iptables:187              :   sudo iptables -S -v
2022-02-14 23:12:06.751 | + lib/nova:clean_iptables:187              :   grep nova
2022-02-14 23:12:06.777 | + lib/nova:clean_iptables:189              :   grep nova
2022-02-14 23:12:06.777 | + lib/nova:clean_iptables:189              :   awk '{print "sudo iptables -t nat",$0}'
2022-02-14 23:12:06.777 | + lib/nova:clean_iptables:189              :   sed 's/-c [0-9]* [0-9]* //g'
2022-02-14 23:12:06.783 | + lib/nova:clean_iptables:189              :   sudo iptables -S -v -t nat
2022-02-14 23:12:06.783 | + lib/nova:clean_iptables:189              :   bash
2022-02-14 23:12:06.785 | + lib/nova:clean_iptables:189              :   grep '\-N'
2022-02-14 23:12:06.785 | + lib/nova:clean_iptables:189              :   sed s/-N/-X/g
2022-02-14 23:12:06.801 | + ./stack.sh:main:1172                     :   sudo sysctl -w net.ipv4.ip_forward=1
2022-02-14 23:12:06.813 | net.ipv4.ip_forward = 1
2022-02-14 23:12:06.818 | + ./stack.sh:main:1177                     :   is_service_enabled nova neutron
2022-02-14 23:12:06.850 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:06.854 | + ./stack.sh:main:1178                     :   configure_os_vif
2022-02-14 23:12:06.858 | + lib/os-vif:configure_os_vif:21           :   [[ -e /etc/nova/nova.conf ]]
2022-02-14 23:12:06.861 | + lib/os-vif:configure_os_vif:22           :   iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl
2022-02-14 23:12:06.910 | + lib/os-vif:configure_os_vif:23           :   iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False
2022-02-14 23:12:06.956 | + lib/os-vif:configure_os_vif:25           :   [[ -e /etc/neutron/neutron.conf ]]
2022-02-14 23:12:06.960 | + lib/os-vif:configure_os_vif:26           :   iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl
2022-02-14 23:12:07.008 | + lib/os-vif:configure_os_vif:27           :   iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False
2022-02-14 23:12:07.058 | + ./stack.sh:main:1184                     :   is_service_enabled swift
2022-02-14 23:12:07.080 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:12:07.084 | + ./stack.sh:main:1193                     :   is_service_enabled cinder
2022-02-14 23:12:07.111 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:07.115 | + ./stack.sh:main:1194                     :   echo_summary 'Configuring Cinder'
2022-02-14 23:12:07.120 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:12:07.124 | + ./stack.sh:echo_summary:446              :   echo -e Configuring Cinder
2022-02-14 23:12:07.128 | + ./stack.sh:main:1195                     :   async_runfunc init_cinder
2022-02-14 23:12:07.133 | + inc/async:async_runfunc:116              :   async_run init_cinder init_cinder
2022-02-14 23:12:07.220 | + inc/async:async_inner:63                 :   init_cinder
2022-02-14 23:12:07.290 | [17669 Async init_cinder:98717]: running: init_cinder
2022-02-14 23:12:07.294 | + ./stack.sh:main:1201                     :   is_service_enabled placement
2022-02-14 23:12:07.322 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:07.326 | + ./stack.sh:main:1202                     :   echo_summary 'Configuring placement'
2022-02-14 23:12:07.330 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:12:07.334 | + ./stack.sh:echo_summary:446              :   echo -e Configuring placement
2022-02-14 23:12:07.338 | + ./stack.sh:main:1203                     :   async_runfunc init_placement
2022-02-14 23:12:07.342 | + inc/async:async_runfunc:116              :   async_run init_placement init_placement
2022-02-14 23:12:07.454 | + inc/async:async_inner:63                 :   init_placement
2022-02-14 23:12:07.522 | [17669 Async init_placement:98854]: running: init_placement
2022-02-14 23:12:07.527 | + ./stack.sh:main:1207                     :   async_wait init_neutron
2022-02-14 23:12:07.633 | [17669 Async init_neutron:98322]: Waiting for completion of init_neutron running on PID 98322 (5 other jobs running)
2022-02-14 23:12:07.685 | [17669 Async init_neutron:98322]: Signaling child to exit
2022-02-14 23:12:17.594 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:12:17.642 | [98717 Async init_cinder:98717]: finished successfully
2022-02-14 23:12:44.093 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:12:44.132 | [98322 Async init_neutron:98322]: finished successfully
2022-02-14 23:12:44.161 | WAKEUP
2022-02-14 23:12:44.199 | [17669 Async init_neutron:98322]: Signaled
2022-02-14 23:12:44.202 | + lib/neutron:init_neutron:678             :   is_neutron_legacy_enabled
2022-02-14 23:12:44.202 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:12:44.202 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   sed s/neutron-//g
2022-02-14 23:12:44.202 | + lib/neutron:is_neutron_legacy_enabled:136 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:12:44.202 | + lib/neutron:is_neutron_legacy_enabled:137 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account =~ ,neutron ]]
2022-02-14 23:12:44.203 | + lib/neutron:is_neutron_legacy_enabled:138 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ ,q- ]]
2022-02-14 23:12:44.203 | + lib/neutron:is_neutron_legacy_enabled:138 :   return 0
2022-02-14 23:12:44.203 | + lib/neutron:init_neutron:680             :   init_mutnauq
2022-02-14 23:12:44.203 | + lib/neutron-legacy:init_mutnauq:456      :   recreate_database neutron
2022-02-14 23:12:44.203 | + lib/database:recreate_database:112       :   local db=neutron
2022-02-14 23:12:44.203 | + lib/database:recreate_database:113       :   recreate_database_mysql neutron
2022-02-14 23:12:44.203 | + lib/databases/mysql:recreate_database_mysql:66 :   local db=neutron
2022-02-14 23:12:44.203 | + lib/databases/mysql:recreate_database_mysql:67 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;'
2022-02-14 23:12:44.203 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:44.203 | + lib/databases/mysql:recreate_database_mysql:68 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;'
2022-02-14 23:12:44.203 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:44.203 | + lib/neutron-legacy:init_mutnauq:457      :   time_start dbsync
2022-02-14 23:12:44.203 | + functions-common:time_start:2411         :   local name=dbsync
2022-02-14 23:12:44.203 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:12:44.203 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:12:44.204 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:12:44.204 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880326650
2022-02-14 23:12:44.204 | + lib/neutron-legacy:init_mutnauq:459      :   /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head
2022-02-14 23:12:44.204 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:44.204 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:44.204 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:44.204 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:44.204 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:44.204 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:44.204 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:44.204 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:44.204 | INFO  [alembic.runtime.migration] Running upgrade  -> kilo
2022-02-14 23:12:44.204 | INFO  [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225
2022-02-14 23:12:44.204 | INFO  [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151
2022-02-14 23:12:44.204 | INFO  [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9
2022-02-14 23:12:44.205 | INFO  [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4
2022-02-14 23:12:44.206 | INFO  [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70
2022-02-14 23:12:44.207 | INFO  [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c
2022-02-14 23:12:44.208 | INFO  [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780
2022-02-14 23:12:44.209 | INFO  [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221
2022-02-14 23:12:44.210 | INFO  [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project"
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87
2022-02-14 23:12:44.211 | INFO  [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713
2022-02-14 23:12:44.212 | INFO  [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab
2022-02-14 23:12:44.212 | INFO  [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0
2022-02-14 23:12:44.212 | INFO  [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62
2022-02-14 23:12:44.212 | INFO  [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353
2022-02-14 23:12:44.212 | INFO  [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586
2022-02-14 23:12:44.212 | INFO  [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d
2022-02-14 23:12:44.212 | Running upgrade for neutron ...
2022-02-14 23:12:44.212 | OK
2022-02-14 23:12:44.212 | + lib/neutron-legacy:init_mutnauq:460      :   time_stop dbsync
2022-02-14 23:12:44.212 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:12:44.212 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:12:44.212 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:12:44.212 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:12:44.212 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:12:44.212 | + functions-common:time_stop:2431          :   name=dbsync
2022-02-14 23:12:44.213 | + functions-common:time_stop:2432          :   start_time=1644880326650
2022-02-14 23:12:44.213 | + functions-common:time_stop:2434          :   [[ -z 1644880326650 ]]
2022-02-14 23:12:44.213 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:12:44.213 | + functions-common:time_stop:2437          :   end_time=1644880364072
2022-02-14 23:12:44.213 | + functions-common:time_stop:2438          :   elapsed_time=37422
2022-02-14 23:12:44.213 | + functions-common:time_stop:2439          :   total=10181
2022-02-14 23:12:44.213 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:12:44.213 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=47603
2022-02-14 23:12:44.272 | [17669 Async init_neutron:98322]: finished init_neutron with result 0 in 37 seconds
2022-02-14 23:12:44.279 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:12:44.284 | + ./stack.sh:main:1208                     :   async_wait init_placement
2022-02-14 23:12:44.361 | [17669 Async init_placement:98854]: Waiting for completion of init_placement running on PID 98854 (4 other jobs running)
2022-02-14 23:12:44.411 | [17669 Async init_placement:98854]: Signaling child to exit
2022-02-14 23:12:54.441 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:12:54.480 | [98854 Async init_placement:98854]: finished successfully
2022-02-14 23:12:54.515 | WAKEUP
2022-02-14 23:12:54.548 | [17669 Async init_placement:98854]: Signaled
2022-02-14 23:12:54.551 | + lib/placement:init_placement:130         :   recreate_database placement
2022-02-14 23:12:54.551 | + lib/database:recreate_database:112       :   local db=placement
2022-02-14 23:12:54.551 | + lib/database:recreate_database:113       :   recreate_database_mysql placement
2022-02-14 23:12:54.551 | + lib/databases/mysql:recreate_database_mysql:66 :   local db=placement
2022-02-14 23:12:54.551 | + lib/databases/mysql:recreate_database_mysql:67 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;'
2022-02-14 23:12:54.551 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:54.551 | + lib/databases/mysql:recreate_database_mysql:68 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;'
2022-02-14 23:12:54.551 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:54.551 | + lib/placement:init_placement:131         :   /usr/local/bin/placement-manage db sync
2022-02-14 23:12:54.551 | + lib/placement:init_placement:132         :   create_placement_accounts
2022-02-14 23:12:54.551 | + lib/placement:create_placement_accounts:119 :   create_service_user placement admin
2022-02-14 23:12:54.551 | + lib/keystone:create_service_user:420     :   get_or_create_user placement Passw0rd Default
2022-02-14 23:12:54.551 | + functions-common:get_or_create_user:909  :   local user_id
2022-02-14 23:12:54.551 | + functions-common:get_or_create_user:910  :   [[ ! -z '' ]]
2022-02-14 23:12:54.551 | + functions-common:get_or_create_user:913  :   local email=
2022-02-14 23:12:54.551 | ++ functions-common:get_or_create_user:927  :   oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id
2022-02-14 23:12:54.551 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.551 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.551 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.551 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.551 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:12:54.551 | + functions-common:get_or_create_user:925  :   user_id=04174042ed3441199a9c9c157adcb226
2022-02-14 23:12:54.551 | + functions-common:get_or_create_user:926  :   echo 04174042ed3441199a9c9c157adcb226
2022-02-14 23:12:54.551 | 04174042ed3441199a9c9c157adcb226
2022-02-14 23:12:54.551 | + lib/keystone:create_service_user:421     :   get_or_add_user_project_role service placement service Default Default
2022-02-14 23:12:54.551 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:12:54.551 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args Default Default
2022-02-14 23:12:54.551 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:12:54.551 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:12:54.551 | ++ functions-common:_get_domain_args:960    :   [[ -n Default ]]
2022-02-14 23:12:54.552 | ++ functions-common:_get_domain_args:961    :   domain=' --user-domain Default'
2022-02-14 23:12:54.552 | ++ functions-common:_get_domain_args:963    :   [[ -n Default ]]
2022-02-14 23:12:54.552 | ++ functions-common:_get_domain_args:964    :   domain=' --user-domain Default --project-domain Default'
2022-02-14 23:12:54.552 | ++ functions-common:_get_domain_args:967    :   echo --user-domain Default --project-domain Default
2022-02-14 23:12:54.552 | + functions-common:get_or_add_user_project_role:975 :   domain_args='--user-domain Default --project-domain Default'
2022-02-14 23:12:54.552 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:12:54.552 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default
2022-02-14 23:12:54.552 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:12:54.552 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:12:54.552 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:12:54.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.552 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.552 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.552 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.552 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:12:54.552 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:12:54.552 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:12:54.552 | + functions-common:get_or_add_user_project_role:986 :   openstack role add service --user placement --project service --user-domain Default --project-domain Default
2022-02-14 23:12:54.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.552 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.552 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.552 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.552 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default
2022-02-14 23:12:54.552 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:12:54.552 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:12:54.552 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:12:54.552 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:12:54.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.553 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.553 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.553 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.553 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:12:54.553 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:12:54.553 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:12:54.553 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:12:54.553 | ++ functions-common:get_field:818           :   echo '| a9aa69412af546a5adbbab0d1f33bdcd | 04174042ed3441199a9c9c157adcb226 |       | e8647b59dd704654b937c955f5068d5e |        |        | False     |'
2022-02-14 23:12:54.553 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:12:54.553 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:12:54.553 | + functions-common:get_or_add_user_project_role:997 :   echo a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:12:54.553 | a9aa69412af546a5adbbab0d1f33bdcd
2022-02-14 23:12:54.553 | + lib/keystone:create_service_user:423     :   [[ -n admin ]]
2022-02-14 23:12:54.553 | + lib/keystone:create_service_user:424     :   get_or_add_user_project_role admin placement service Default Default
2022-02-14 23:12:54.553 | + functions-common:get_or_add_user_project_role:973 :   local user_role_id
2022-02-14 23:12:54.553 | ++ functions-common:get_or_add_user_project_role:975 :   _get_domain_args Default Default
2022-02-14 23:12:54.553 | ++ functions-common:_get_domain_args:957    :   local domain
2022-02-14 23:12:54.553 | ++ functions-common:_get_domain_args:958    :   domain=
2022-02-14 23:12:54.553 | ++ functions-common:_get_domain_args:960    :   [[ -n Default ]]
2022-02-14 23:12:54.553 | ++ functions-common:_get_domain_args:961    :   domain=' --user-domain Default'
2022-02-14 23:12:54.553 | ++ functions-common:_get_domain_args:963    :   [[ -n Default ]]
2022-02-14 23:12:54.553 | ++ functions-common:_get_domain_args:964    :   domain=' --user-domain Default --project-domain Default'
2022-02-14 23:12:54.553 | ++ functions-common:_get_domain_args:967    :   echo --user-domain Default --project-domain Default
2022-02-14 23:12:54.553 | + functions-common:get_or_add_user_project_role:975 :   domain_args='--user-domain Default --project-domain Default'
2022-02-14 23:12:54.553 | ++ functions-common:get_or_add_user_project_role:983 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:12:54.554 | ++ functions-common:get_or_add_user_project_role:983 :   get_field 1
2022-02-14 23:12:54.554 | ++ functions-common:get_or_add_user_project_role:983 :   oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default
2022-02-14 23:12:54.554 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:12:54.554 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:12:54.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.554 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.554 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.554 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:12:54.554 | + functions-common:get_or_add_user_project_role:983 :   user_role_id=
2022-02-14 23:12:54.554 | + functions-common:get_or_add_user_project_role:984 :   [[ -z '' ]]
2022-02-14 23:12:54.554 | + functions-common:get_or_add_user_project_role:986 :   openstack role add admin --user placement --project service --user-domain Default --project-domain Default
2022-02-14 23:12:54.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.554 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.555 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.555 | ++ functions-common:get_or_add_user_project_role:995 :   oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default
2022-02-14 23:12:54.555 | ++ functions-common:get_or_add_user_project_role:995 :   grep '^|\s[a-f0-9]\+'
2022-02-14 23:12:54.555 | ++ functions-common:get_or_add_user_project_role:995 :   get_field 1
2022-02-14 23:12:54.555 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:12:54.555 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:12:54.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.555 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.555 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.555 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:12:54.555 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:12:54.555 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:12:54.555 | ++ functions-common:get_field:818           :   echo '| f3c2ad22137e47f88ea000249e505caa | 04174042ed3441199a9c9c157adcb226 |       | e8647b59dd704654b937c955f5068d5e |        |        | False     |'
2022-02-14 23:12:54.555 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:12:54.555 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:12:54.556 | + functions-common:get_or_add_user_project_role:995 :   user_role_id=f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:12:54.556 | + functions-common:get_or_add_user_project_role:997 :   echo f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:12:54.556 | f3c2ad22137e47f88ea000249e505caa
2022-02-14 23:12:54.556 | + lib/placement:create_placement_accounts:120 :   local placement_api_url=http://10.222.0.47/placement
2022-02-14 23:12:54.556 | + lib/placement:create_placement_accounts:121 :   get_or_create_service placement placement 'Placement Service'
2022-02-14 23:12:54.556 | + functions-common:get_or_create_service:1082 :   local service_id
2022-02-14 23:12:54.556 | ++ functions-common:get_or_create_service:1095 :   oscwrap service show placement -f value -c id
2022-02-14 23:12:54.556 | ++ functions-common:get_or_create_service:1097 :   oscwrap service create placement --name placement '--description=Placement Service' -f value -c id
2022-02-14 23:12:54.556 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.556 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.556 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.556 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:12:54.556 | + functions-common:get_or_create_service:1093 :   service_id='
2022-02-14 23:12:54.556 | 9eaa33ddb0e749399de9b696609e306d'
2022-02-14 23:12:54.556 | + functions-common:get_or_create_service:1094 :   echo 9eaa33ddb0e749399de9b696609e306d
2022-02-14 23:12:54.557 | 9eaa33ddb0e749399de9b696609e306d
2022-02-14 23:12:54.557 | + lib/placement:create_placement_accounts:123 :   get_or_create_endpoint placement RegionOne http://10.222.0.47/placement
2022-02-14 23:12:54.557 | + functions-common:get_or_create_endpoint:1126 :   local public_id
2022-02-14 23:12:54.557 | ++ functions-common:get_or_create_endpoint:1127 :   _get_or_create_endpoint_with_interface placement public http://10.222.0.47/placement RegionOne
2022-02-14 23:12:54.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 :   local endpoint_id
2022-02-14 23:12:54.557 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 :   oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value
2022-02-14 23:12:54.557 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.558 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.558 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.558 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.558 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:12:54.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 :   endpoint_id=
2022-02-14 23:12:54.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 :   [[ -z '' ]]
2022-02-14 23:12:54.558 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 :   oscwrap endpoint create placement public http://10.222.0.47/placement --region RegionOne -f value -c id
2022-02-14 23:12:54.558 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.558 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.558 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:54.558 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:54.558 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:12:54.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 :   endpoint_id=c55efd7cdd724ca58afb9146c14a5bfd
2022-02-14 23:12:54.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 :   echo c55efd7cdd724ca58afb9146c14a5bfd
2022-02-14 23:12:54.558 | + functions-common:get_or_create_endpoint:1127 :   public_id=c55efd7cdd724ca58afb9146c14a5bfd
2022-02-14 23:12:54.558 | + functions-common:get_or_create_endpoint:1129 :   [[ -n '' ]]
2022-02-14 23:12:54.558 | + functions-common:get_or_create_endpoint:1132 :   [[ -n '' ]]
2022-02-14 23:12:54.558 | + functions-common:get_or_create_endpoint:1136 :   echo c55efd7cdd724ca58afb9146c14a5bfd
2022-02-14 23:12:54.559 | c55efd7cdd724ca58afb9146c14a5bfd
2022-02-14 23:12:54.617 | [17669 Async init_placement:98854]: finished init_placement with result 0 in 47 seconds
2022-02-14 23:12:54.623 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:12:54.626 | + ./stack.sh:main:1209                     :   async_wait init_glance
2022-02-14 23:12:54.707 | [17669 Async init_glance:95354]: Waiting for completion of init_glance running on PID 95354 (3 other jobs running)
2022-02-14 23:12:54.743 | [17669 Async init_glance:95354]: Signaling child to exit
2022-02-14 23:12:54.743 | WAKEUP
2022-02-14 23:12:54.774 | [17669 Async init_glance:95354]: Signaled
2022-02-14 23:12:54.776 | + lib/glance:init_glance:481               :   rm -rf /opt/stack/data/glance/images
2022-02-14 23:12:54.776 | + lib/glance:init_glance:482               :   mkdir -p /opt/stack/data/glance/images
2022-02-14 23:12:54.776 | + lib/glance:init_glance:485               :   recreate_database glance
2022-02-14 23:12:54.776 | + lib/database:recreate_database:112       :   local db=glance
2022-02-14 23:12:54.776 | + lib/database:recreate_database:113       :   recreate_database_mysql glance
2022-02-14 23:12:54.776 | + lib/databases/mysql:recreate_database_mysql:66 :   local db=glance
2022-02-14 23:12:54.776 | + lib/databases/mysql:recreate_database_mysql:67 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;'
2022-02-14 23:12:54.776 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:54.776 | + lib/databases/mysql:recreate_database_mysql:68 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;'
2022-02-14 23:12:54.776 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:54.776 | + lib/glance:init_glance:487               :   time_start dbsync
2022-02-14 23:12:54.777 | + functions-common:time_start:2411         :   local name=dbsync
2022-02-14 23:12:54.777 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:12:54.777 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:12:54.777 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:12:54.777 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880264822
2022-02-14 23:12:54.777 | + lib/glance:init_glance:489               :   /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync
2022-02-14 23:12:54.777 | 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=95458) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:12:54.777 | INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2022-02-14 23:12:54.777 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2022-02-14 23:12:54.777 | INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2022-02-14 23:12:54.777 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Running upgrade  -> liberty, liberty initial
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table
2022-02-14 23:12:54.777 | INFO  [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table"
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2022-02-14 23:12:54.778 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2022-02-14 23:12:54.778 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01
2022-02-14 23:12:54.778 | Database migration is up to date. No migration needed.
2022-02-14 23:12:54.778 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01
2022-02-14 23:12:54.778 | Database is synced successfully.
2022-02-14 23:12:54.778 | + lib/glance:init_glance:492               :   /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs
2022-02-14 23:12:54.778 | 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=95631) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:12:54.778 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database.
2022-02-14 23:12:54.779 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished
2022-02-14 23:12:54.780 | + lib/glance:init_glance:493               :   time_stop dbsync
2022-02-14 23:12:54.780 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:12:54.780 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:12:54.780 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:12:54.780 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:12:54.780 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:12:54.780 | + functions-common:time_stop:2431          :   name=dbsync
2022-02-14 23:12:54.780 | + functions-common:time_stop:2432          :   start_time=1644880264822
2022-02-14 23:12:54.780 | + functions-common:time_stop:2434          :   [[ -z 1644880264822 ]]
2022-02-14 23:12:54.780 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:12:54.780 | + functions-common:time_stop:2437          :   end_time=1644880276917
2022-02-14 23:12:54.780 | + functions-common:time_stop:2438          :   elapsed_time=12095
2022-02-14 23:12:54.780 | + functions-common:time_stop:2439          :   total=10181
2022-02-14 23:12:54.780 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:12:54.780 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=22276
2022-02-14 23:12:54.853 | [17669 Async init_glance:95354]: finished init_glance with result 0 in 12 seconds
2022-02-14 23:12:54.861 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:12:54.864 | + ./stack.sh:main:1210                     :   async_wait init_swift
2022-02-14 23:12:54.895 | Not waiting for async task init_swift that we never started or has already been waited for
2022-02-14 23:12:54.898 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:12:54.901 | + ./stack.sh:main:1211                     :   async_wait init_cinder
2022-02-14 23:12:54.974 | [17669 Async init_cinder:98717]: Waiting for completion of init_cinder running on PID 98717 (2 other jobs running)
2022-02-14 23:12:55.010 | [17669 Async init_cinder:98717]: Signaling child to exit
2022-02-14 23:12:55.011 | WAKEUP
2022-02-14 23:12:55.048 | [17669 Async init_cinder:98717]: Signaled
2022-02-14 23:12:55.050 | + lib/cinder:init_cinder:434               :   is_service_enabled mysql postgresql
2022-02-14 23:12:55.050 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:55.050 | + lib/cinder:init_cinder:436               :   recreate_database cinder
2022-02-14 23:12:55.051 | + lib/database:recreate_database:112       :   local db=cinder
2022-02-14 23:12:55.051 | + lib/database:recreate_database:113       :   recreate_database_mysql cinder
2022-02-14 23:12:55.051 | + lib/databases/mysql:recreate_database_mysql:66 :   local db=cinder
2022-02-14 23:12:55.051 | + lib/databases/mysql:recreate_database_mysql:67 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;'
2022-02-14 23:12:55.051 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:55.051 | + lib/databases/mysql:recreate_database_mysql:68 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;'
2022-02-14 23:12:55.051 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:55.051 | + lib/cinder:init_cinder:438               :   time_start dbsync
2022-02-14 23:12:55.051 | + functions-common:time_start:2411         :   local name=dbsync
2022-02-14 23:12:55.051 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:12:55.051 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:12:55.051 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:12:55.051 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880327357
2022-02-14 23:12:55.051 | + lib/cinder:init_cinder:440               :   /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync
2022-02-14 23:12:55.051 | 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=98827) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:12:55.051 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:12:55.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:12:55.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:12:55.053 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:12:55.053 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=98827) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:12:55.053 | INFO cinder.db.migration [-] Applying migration(s)
2022-02-14 23:12:55.053 | INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2022-02-14 23:12:55.053 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2022-02-14 23:12:55.053 | INFO alembic.runtime.migration [-] Running upgrade  -> 921e1a36b076, Initial migration.
2022-02-14 23:12:55.053 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=98827) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}}
2022-02-14 23:12:55.053 | INFO cinder.db.migration [-] Migration(s) applied
2022-02-14 23:12:55.054 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:55.054 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:55.054 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:12:55.054 |   from cryptography.utils import int_from_bytes
2022-02-14 23:12:55.054 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:143: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery.
2022-02-14 23:12:55.054 |   last_heartbeat = column_property(
2022-02-14 23:12:55.054 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:151: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery.
2022-02-14 23:12:55.054 |   num_hosts = column_property(
2022-02-14 23:12:55.054 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:160: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery.
2022-02-14 23:12:55.054 |   num_down_hosts = column_property(
2022-02-14 23:12:55.054 | + lib/cinder:init_cinder:441               :   time_stop dbsync
2022-02-14 23:12:55.054 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:12:55.054 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:12:55.054 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:12:55.054 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:12:55.054 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:12:55.054 | + functions-common:time_stop:2431          :   name=dbsync
2022-02-14 23:12:55.054 | + functions-common:time_stop:2432          :   start_time=1644880327357
2022-02-14 23:12:55.054 | + functions-common:time_stop:2434          :   [[ -z 1644880327357 ]]
2022-02-14 23:12:55.054 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:12:55.054 | + functions-common:time_stop:2437          :   end_time=1644880337476
2022-02-14 23:12:55.054 | + functions-common:time_stop:2438          :   elapsed_time=10119
2022-02-14 23:12:55.054 | + functions-common:time_stop:2439          :   total=10181
2022-02-14 23:12:55.054 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:12:55.054 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=20300
2022-02-14 23:12:55.054 | + lib/cinder:init_cinder:444               :   is_service_enabled c-vol
2022-02-14 23:12:55.055 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:55.055 | + lib/cinder:init_cinder:444               :   [[ -n ceph ]]
2022-02-14 23:12:55.055 | + lib/cinder:init_cinder:445               :   local be be_name be_type
2022-02-14 23:12:55.055 | + lib/cinder:init_cinder:446               :   for be in ${CINDER_ENABLED_BACKENDS//,/ }
2022-02-14 23:12:55.055 | + lib/cinder:init_cinder:447               :   be_type=ceph
2022-02-14 23:12:55.055 | + lib/cinder:init_cinder:448               :   be_name=ceph
2022-02-14 23:12:55.055 | + lib/cinder:init_cinder:449               :   type init_cinder_backend_ceph
2022-02-14 23:12:55.055 | + lib/cinder:init_cinder:455               :   is_service_enabled c-bak
2022-02-14 23:12:55.055 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:12:55.055 | + lib/cinder:init_cinder:461               :   mkdir -p /opt/stack/data/cinder/volumes
2022-02-14 23:12:55.117 | [17669 Async init_cinder:98717]: finished init_cinder with result 0 in 10 seconds
2022-02-14 23:12:55.123 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:12:55.129 | + ./stack.sh:main:1216                     :   is_service_enabled nova
2022-02-14 23:12:55.153 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:55.157 | + ./stack.sh:main:1217                     :   echo_summary 'Configuring Nova'
2022-02-14 23:12:55.160 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:12:55.163 | + ./stack.sh:echo_summary:446              :   echo -e Configuring Nova
2022-02-14 23:12:55.167 | + ./stack.sh:main:1218                     :   init_nova
2022-02-14 23:12:55.171 | + lib/nova:init_nova:772                   :   is_service_enabled mysql postgresql
2022-02-14 23:12:55.195 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:55.199 | + lib/nova:init_nova:772                   :   is_service_enabled n-api
2022-02-14 23:12:55.222 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:12:55.226 | + lib/nova:init_nova:774                   :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:12:55.229 | + lib/nova:init_nova:782                   :   async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf
2022-02-14 23:12:55.322 | + inc/async:async_inner:63                 :   init_nova_db nova_cell0 /etc/nova/nova.conf
2022-02-14 23:12:55.381 | [17669 Async nova-cell-0:100707]: running: init_nova_db nova_cell0 /etc/nova/nova.conf
2022-02-14 23:12:55.385 | ++ lib/nova:init_nova:785                   :   seq 1 1
2022-02-14 23:12:55.391 | + lib/nova:init_nova:785                   :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:12:55.395 | ++ lib/nova:init_nova:786                   :   conductor_conf 1
2022-02-14 23:12:55.398 | ++ lib/nova:conductor_conf:751              :   local cell=1
2022-02-14 23:12:55.403 | ++ lib/nova:conductor_conf:752              :   echo /etc/nova/nova_cell1.conf
2022-02-14 23:12:55.408 | + lib/nova:init_nova:786                   :   async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf
2022-02-14 23:12:55.495 | + inc/async:async_inner:63                 :   init_nova_db nova_cell1 /etc/nova/nova_cell1.conf
2022-02-14 23:12:55.555 | [17669 Async nova-cell-1:100805]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf
2022-02-14 23:12:55.562 | + lib/nova:init_nova:789                   :   recreate_database nova_api
2022-02-14 23:12:55.566 | + lib/database:recreate_database:112       :   local db=nova_api
2022-02-14 23:12:55.571 | + lib/database:recreate_database:113       :   recreate_database_mysql nova_api
2022-02-14 23:12:55.577 | + lib/databases/mysql:recreate_database_mysql:66 :   local db=nova_api
2022-02-14 23:12:55.581 | + lib/databases/mysql:recreate_database_mysql:67 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;'
2022-02-14 23:12:55.587 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:55.607 | + lib/databases/mysql:recreate_database_mysql:68 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;'
2022-02-14 23:12:55.613 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:12:55.642 | + lib/nova:init_nova:790                   :   /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync
2022-02-14 23:13:00.681 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:13:00.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:00.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:00.694 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:13:00.694 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=100869) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:13:00.730 | INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2022-02-14 23:13:00.730 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2022-02-14 23:13:00.779 | INFO alembic.runtime.migration [-] Running upgrade  -> d67eeaabee36, Initial version
2022-02-14 23:13:03.834 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=100869) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}}
2022-02-14 23:13:03.840 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns
2022-02-14 23:13:04.964 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=100869) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}}
2022-02-14 23:13:04.972 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:04.972 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:04.972 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:04.972 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:05.543 | ++ lib/nova:init_nova:794                   :   database_connection_url nova_cell0
2022-02-14 23:13:05.546 | ++ lib/database:database_connection_url:134 :   local db=nova_cell0
2022-02-14 23:13:05.550 | ++ lib/database:database_connection_url:135 :   database_connection_url_mysql nova_cell0
2022-02-14 23:13:05.556 | ++ lib/databases/mysql:database_connection_url_mysql:207 :   local db=nova_cell0
2022-02-14 23:13:05.560 | ++ lib/databases/mysql:database_connection_url_mysql:208 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8'
2022-02-14 23:13:05.565 | + lib/nova:init_nova:794                   :   /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8'
2022-02-14 23:13:09.459 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:09.459 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:09.459 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:09.459 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:10.005 | ++ lib/nova:init_nova:797                   :   seq 0 1
2022-02-14 23:13:10.016 | + lib/nova:init_nova:797                   :   for i in $(seq 0 $NOVA_NUM_CELLS)
2022-02-14 23:13:10.021 | + lib/nova:init_nova:798                   :   async_wait nova-cell-0
2022-02-14 23:13:10.115 | [17669 Async nova-cell-0:100707]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 100707 (3 other jobs running)
2022-02-14 23:13:10.156 | [17669 Async nova-cell-0:100707]: Signaling child to exit
2022-02-14 23:13:11.311 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:13:11.350 | [100707 Async nova-cell-0:100707]: finished successfully
2022-02-14 23:13:11.385 | WAKEUP
2022-02-14 23:13:11.436 | [17669 Async nova-cell-0:100707]: Signaled
2022-02-14 23:13:11.439 | + lib/nova:init_nova_db:762                :   local dbname=nova_cell0
2022-02-14 23:13:11.439 | + lib/nova:init_nova_db:763                :   local conffile=/etc/nova/nova.conf
2022-02-14 23:13:11.439 | + lib/nova:init_nova_db:764                :   recreate_database nova_cell0
2022-02-14 23:13:11.439 | + lib/database:recreate_database:112       :   local db=nova_cell0
2022-02-14 23:13:11.439 | + lib/database:recreate_database:113       :   recreate_database_mysql nova_cell0
2022-02-14 23:13:11.439 | + lib/databases/mysql:recreate_database_mysql:66 :   local db=nova_cell0
2022-02-14 23:13:11.439 | + lib/databases/mysql:recreate_database_mysql:67 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;'
2022-02-14 23:13:11.439 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:13:11.439 | + lib/databases/mysql:recreate_database_mysql:68 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;'
2022-02-14 23:13:11.439 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:13:11.439 | + lib/nova:init_nova_db:765                :   /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell
2022-02-14 23:13:11.439 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:13:11.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:13:11.442 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=100770) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:13:11.442 | INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2022-02-14 23:13:11.442 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2022-02-14 23:13:11.443 | INFO alembic.runtime.migration [-] Running upgrade  -> 8f2f1571d55b, Initial version
2022-02-14 23:13:11.443 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=100770) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}}
2022-02-14 23:13:11.443 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs
2022-02-14 23:13:11.443 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=100770) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}}
2022-02-14 23:13:11.443 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:11.443 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:11.443 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:11.443 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:11.481 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:13:11.504 | [17669 Async nova-cell-0:100707]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 16 seconds
2022-02-14 23:13:11.509 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:13:11.513 | + lib/nova:init_nova:797                   :   for i in $(seq 0 $NOVA_NUM_CELLS)
2022-02-14 23:13:11.517 | + lib/nova:init_nova:798                   :   async_wait nova-cell-1
2022-02-14 23:13:11.523 | [100805 Async nova-cell-1:100805]: finished successfully
2022-02-14 23:13:11.581 | [17669 Async nova-cell-1:100805]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 100805 (2 other jobs running)
2022-02-14 23:13:11.613 | [17669 Async nova-cell-1:100805]: Signaling child to exit
2022-02-14 23:13:11.614 | WAKEUP
2022-02-14 23:13:11.642 | [17669 Async nova-cell-1:100805]: Signaled
2022-02-14 23:13:11.643 | + lib/nova:init_nova_db:762                :   local dbname=nova_cell1
2022-02-14 23:13:11.643 | + lib/nova:init_nova_db:763                :   local conffile=/etc/nova/nova_cell1.conf
2022-02-14 23:13:11.643 | + lib/nova:init_nova_db:764                :   recreate_database nova_cell1
2022-02-14 23:13:11.643 | + lib/database:recreate_database:112       :   local db=nova_cell1
2022-02-14 23:13:11.643 | + lib/database:recreate_database:113       :   recreate_database_mysql nova_cell1
2022-02-14 23:13:11.643 | + lib/databases/mysql:recreate_database_mysql:66 :   local db=nova_cell1
2022-02-14 23:13:11.643 | + lib/databases/mysql:recreate_database_mysql:67 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;'
2022-02-14 23:13:11.643 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:13:11.643 | + lib/databases/mysql:recreate_database_mysql:68 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;'
2022-02-14 23:13:11.643 | mysql: [Warning] Using a password on the command line interface can be insecure.
2022-02-14 23:13:11.643 | + lib/nova:init_nova_db:765                :   /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell
2022-02-14 23:13:11.643 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2022-02-14 23:13:11.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2022-02-14 23:13:11.645 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=100863) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2022-02-14 23:13:11.645 | INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2022-02-14 23:13:11.645 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2022-02-14 23:13:11.645 | INFO alembic.runtime.migration [-] Running upgrade  -> 8f2f1571d55b, Initial version
2022-02-14 23:13:11.645 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=100863) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}}
2022-02-14 23:13:11.645 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs
2022-02-14 23:13:11.645 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=100863) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}}
2022-02-14 23:13:11.645 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:11.646 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:11.646 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:11.646 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:11.701 | [17669 Async nova-cell-1:100805]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 16 seconds
2022-02-14 23:13:11.705 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:13:11.708 | + lib/nova:init_nova:801                   :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:13:11.710 | + lib/nova:init_nova:808                   :   /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations
2022-02-14 23:13:15.937 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:15.937 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:15.937 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:15.937 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:15.937 | Running batches of 50 until complete
2022-02-14 23:13:15.937 | +-------------------------------------+--------------+-----------+
2022-02-14 23:13:15.937 | |              Migration              | Total Needed | Completed |
2022-02-14 23:13:15.937 | +-------------------------------------+--------------+-----------+
2022-02-14 23:13:15.937 | |     fill_virtual_interface_list     |      0       |     0     |
2022-02-14 23:13:15.937 | |         migrate_empty_ratio         |      0       |     0     |
2022-02-14 23:13:15.937 | |   migrate_quota_classes_to_api_db   |      0       |     0     |
2022-02-14 23:13:15.937 | |    migrate_quota_limits_to_api_db   |      0       |     0     |
2022-02-14 23:13:15.938 | |      migration_migrate_to_uuid      |      0       |     0     |
2022-02-14 23:13:15.938 | |          populate_dev_uuids         |      0       |     0     |
2022-02-14 23:13:15.938 | | populate_missing_availability_zones |      0       |     0     |
2022-02-14 23:13:15.938 | |      populate_queued_for_delete     |      0       |     0     |
2022-02-14 23:13:15.938 | |           populate_user_id          |      0       |     0     |
2022-02-14 23:13:15.938 | |            populate_uuids           |      0       |     0     |
2022-02-14 23:13:15.938 | +-------------------------------------+--------------+-----------+
2022-02-14 23:13:16.473 | ++ lib/nova:init_nova:811                   :   seq 1 1
2022-02-14 23:13:16.480 | + lib/nova:init_nova:811                   :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:13:16.485 | ++ lib/nova:init_nova:812                   :   conductor_conf 1
2022-02-14 23:13:16.488 | ++ lib/nova:conductor_conf:751              :   local cell=1
2022-02-14 23:13:16.492 | ++ lib/nova:conductor_conf:752              :   echo /etc/nova/nova_cell1.conf
2022-02-14 23:13:16.495 | + lib/nova:init_nova:812                   :   /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1
2022-02-14 23:13:20.326 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:20.326 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:20.326 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:13:20.327 |   from cryptography.utils import int_from_bytes
2022-02-14 23:13:20.327 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file
2022-02-14 23:13:20.327 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file
2022-02-14 23:13:20.799 | + lib/nova:init_nova:816                   :   create_nova_keys_dir
2022-02-14 23:13:20.802 | + lib/nova:create_nova_keys_dir:758        :   sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys
2022-02-14 23:13:20.819 | + lib/nova:init_nova:818                   :   [[ '' == \L\V\M ]]
2022-02-14 23:13:20.823 | + ./stack.sh:main:1223                     :   is_service_enabled neutron
2022-02-14 23:13:20.846 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:20.848 | + ./stack.sh:main:1224                     :   async_runfunc configure_neutron_nova
2022-02-14 23:13:20.851 | + inc/async:async_runfunc:116              :   async_run configure_neutron_nova configure_neutron_nova
2022-02-14 23:13:20.922 | + inc/async:async_inner:63                 :   configure_neutron_nova
2022-02-14 23:13:20.970 | [17669 Async configure_neutron_nova:102022]: running: configure_neutron_nova
2022-02-14 23:13:20.973 | + ./stack.sh:main:1233                     :   run_phase stack post-config
2022-02-14 23:13:20.977 | + functions-common:run_phase:1853          :   local mode=stack
2022-02-14 23:13:20.980 | + functions-common:run_phase:1854          :   local phase=post-config
2022-02-14 23:13:20.984 | + functions-common:run_phase:1855          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2022-02-14 23:13:20.986 | + functions-common:run_phase:1856          :   local extra_plugin_file_name
2022-02-14 23:13:20.989 | + functions-common:run_phase:1857          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2022-02-14 23:13:20.993 | + functions-common:run_phase:1862          :   local exceptions=80-tempest.sh
2022-02-14 23:13:20.996 | + functions-common:run_phase:1863          :   local extra
2022-02-14 23:13:21.001 | ++ functions-common:run_phase:1864          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2022-02-14 23:13:21.007 | + functions-common:run_phase:1864          :   extra=80-tempest.sh
2022-02-14 23:13:21.010 | + functions-common:run_phase:1865          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2022-02-14 23:13:21.014 | + functions-common:run_phase:1869          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2022-02-14 23:13:21.017 | + functions-common:run_phase:1869          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config
2022-02-14 23:13:21.021 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2022-02-14 23:13:21.040 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:21.044 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:13:21.048 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:13:21.053 | ++ extras.d/80-tempest.sh:source:7          :   [[ post-config == \i\n\s\t\a\l\l ]]
2022-02-14 23:13:21.056 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:13:21.060 | ++ extras.d/80-tempest.sh:source:10         :   [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:13:21.063 | ++ extras.d/80-tempest.sh:source:12         :   :
2022-02-14 23:13:21.066 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:13:21.069 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:13:21.072 | + functions-common:run_phase:1874          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:13:21.077 | + functions-common:run_phase:1877          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2022-02-14 23:13:21.080 | + functions-common:run_phase:1880          :   run_plugins stack post-config
2022-02-14 23:13:21.084 | + functions-common:run_plugins:1839        :   local mode=stack
2022-02-14 23:13:21.087 | + functions-common:run_plugins:1840        :   local phase=post-config
2022-02-14 23:13:21.091 | + functions-common:run_plugins:1842        :   local plugins=,devstack-plugin-ceph
2022-02-14 23:13:21.094 | + functions-common:run_plugins:1843        :   local plugin
2022-02-14 23:13:21.098 | + functions-common:run_plugins:1844        :   for plugin in ${plugins//,/ }
2022-02-14 23:13:21.101 | + functions-common:run_plugins:1845        :   local dir=/opt/stack/devstack-plugin-ceph
2022-02-14 23:13:21.104 | + functions-common:run_plugins:1846        :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/plugin.sh ]]
2022-02-14 23:13:21.107 | + functions-common:run_plugins:1847        :   source /opt/stack/devstack-plugin-ceph/devstack/plugin.sh stack post-config
2022-02-14 23:13:21.112 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:3 :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:13:21.114 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:13:21.118 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ post-config == \p\r\e\-\i\n\s\t\a\l\l ]]
2022-02-14 23:13:21.122 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:32 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:13:21.125 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:32 :   [[ post-config == \i\n\s\t\a\l\l ]]
2022-02-14 23:13:21.128 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:44 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:13:21.131 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:44 :   [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:13:21.134 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:45 :   is_ceph_enabled_for_service glance
2022-02-14 23:13:21.136 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:21.139 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:21.142 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=glance
2022-02-14 23:13:21.147 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:21.147 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:21.149 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo glance
2022-02-14 23:13:21.157 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_GLANCE
2022-02-14 23:13:21.164 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_GLANCE'
2022-02-14 23:13:21.166 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo False
2022-02-14 23:13:21.170 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=False
2022-02-14 23:13:21.174 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled glance
2022-02-14 23:13:21.195 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:21.199 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   [[ False == \T\r\u\e ]]
2022-02-14 23:13:21.202 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:13:21.205 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:49 :   is_ceph_enabled_for_service nova
2022-02-14 23:13:21.208 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:21.213 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:21.217 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=nova
2022-02-14 23:13:21.222 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo nova
2022-02-14 23:13:21.223 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:21.223 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:21.229 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_NOVA
2022-02-14 23:13:21.233 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_NOVA'
2022-02-14 23:13:21.237 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo False
2022-02-14 23:13:21.240 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=False
2022-02-14 23:13:21.244 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled nova
2022-02-14 23:13:21.265 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:21.268 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   [[ False == \T\r\u\e ]]
2022-02-14 23:13:21.271 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:13:21.273 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:53 :   is_ceph_enabled_for_service cinder
2022-02-14 23:13:21.276 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:21.279 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:21.282 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=cinder
2022-02-14 23:13:21.287 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo cinder
2022-02-14 23:13:21.287 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:21.287 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:21.292 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_CINDER
2022-02-14 23:13:21.297 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_CINDER'
2022-02-14 23:13:21.300 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo True
2022-02-14 23:13:21.306 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=True
2022-02-14 23:13:21.314 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled cinder
2022-02-14 23:13:21.336 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:21.340 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   [[ True == \T\r\u\e ]]
2022-02-14 23:13:21.346 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:207 :   enabled=0
2022-02-14 23:13:21.350 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 0
2022-02-14 23:13:21.353 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:54 :   echo_summary 'Configuring Cinder for Ceph'
2022-02-14 23:13:21.357 | ++ ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:13:21.360 | ++ ./stack.sh:echo_summary:446              :   echo -e Configuring Cinder for Ceph
2022-02-14 23:13:21.364 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:55 :   configure_ceph_cinder
2022-02-14 23:13:21.367 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph_cinder:871 :   sudo ceph -c /etc/ceph/ceph.conf osd pool create volumes 8 8
2022-02-14 23:13:22.026 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:13:22.057 | [102022 Async configure_neutron_nova:102022]: finished successfully
2022-02-14 23:13:23.750 | pool 'volumes' created
2022-02-14 23:13:23.775 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph_cinder:880 :   sudo tee /etc/ceph/ceph.client.cinder.keyring
2022-02-14 23:13:23.775 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph_cinder:874 :   sudo ceph -c /etc/ceph/ceph.conf auth get-or-create client.cinder mon 'allow r' osd 'allow class-read object_prefix rbd_children,         allow rwx pool=volumes, allow rwx pool=vms,         allow rwx pool=images'
2022-02-14 23:13:24.408 | [client.cinder]
2022-02-14 23:13:24.408 | 	key = AQAU4gpicyOiFxAAcMUBNhsc0XXgzdXGJdFbTA==
2022-02-14 23:13:24.438 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph_cinder:882 :   id -g -n
2022-02-14 23:13:24.444 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph_cinder:882 :   sudo chown ubuntu:ubuntu /etc/ceph/ceph.client.cinder.keyring
2022-02-14 23:13:24.468 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph_cinder:885 :   sudo rbd pool init volumes
2022-02-14 23:13:26.815 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:57 :   is_ceph_enabled_for_service nova
2022-02-14 23:13:26.818 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:26.820 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:26.823 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=nova
2022-02-14 23:13:26.828 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo nova
2022-02-14 23:13:26.829 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:26.830 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:26.835 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_NOVA
2022-02-14 23:13:26.838 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_NOVA'
2022-02-14 23:13:26.842 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo False
2022-02-14 23:13:26.845 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=False
2022-02-14 23:13:26.848 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled nova
2022-02-14 23:13:26.866 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:26.869 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   [[ False == \T\r\u\e ]]
2022-02-14 23:13:26.872 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:13:26.875 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:63 :   is_ceph_enabled_for_service manila
2022-02-14 23:13:26.878 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:26.881 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:26.884 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=manila
2022-02-14 23:13:26.889 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:26.890 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo manila
2022-02-14 23:13:26.891 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:26.900 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_MANILA
2022-02-14 23:13:26.905 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_MANILA'
2022-02-14 23:13:26.908 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo True
2022-02-14 23:13:26.911 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=True
2022-02-14 23:13:26.914 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled manila
2022-02-14 23:13:26.941 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:13:26.944 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:13:26.947 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:68 :   '[' False = False ']'
2022-02-14 23:13:26.949 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:69 :   is_ceph_enabled_for_service glance
2022-02-14 23:13:26.952 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:26.955 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:26.957 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=glance
2022-02-14 23:13:26.961 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo glance
2022-02-14 23:13:26.962 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:26.962 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:26.968 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_GLANCE
2022-02-14 23:13:26.971 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_GLANCE'
2022-02-14 23:13:26.973 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo False
2022-02-14 23:13:26.977 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=False
2022-02-14 23:13:26.980 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled glance
2022-02-14 23:13:26.997 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:27.001 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   [[ False == \T\r\u\e ]]
2022-02-14 23:13:27.004 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:13:27.007 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:73 :   is_ceph_enabled_for_service nova
2022-02-14 23:13:27.009 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:27.012 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:27.015 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=nova
2022-02-14 23:13:27.019 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo nova
2022-02-14 23:13:27.020 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:27.020 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:27.025 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_NOVA
2022-02-14 23:13:27.029 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_NOVA'
2022-02-14 23:13:27.032 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo False
2022-02-14 23:13:27.035 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=False
2022-02-14 23:13:27.039 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled nova
2022-02-14 23:13:27.064 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:27.067 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   [[ False == \T\r\u\e ]]
2022-02-14 23:13:27.070 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:13:27.072 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:77 :   is_ceph_enabled_for_service cinder
2022-02-14 23:13:27.076 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:27.079 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:27.081 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=cinder
2022-02-14 23:13:27.085 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo cinder
2022-02-14 23:13:27.086 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:27.087 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:27.093 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_CINDER
2022-02-14 23:13:27.108 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_CINDER'
2022-02-14 23:13:27.111 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo True
2022-02-14 23:13:27.114 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=True
2022-02-14 23:13:27.117 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled cinder
2022-02-14 23:13:27.136 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:27.140 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   [[ True == \T\r\u\e ]]
2022-02-14 23:13:27.143 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:207 :   enabled=0
2022-02-14 23:13:27.146 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 0
2022-02-14 23:13:27.148 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:78 :   echo_summary 'Configuring Cinder for Ceph'
2022-02-14 23:13:27.151 | ++ ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:13:27.154 | ++ ./stack.sh:echo_summary:446              :   echo -e Configuring Cinder for Ceph
2022-02-14 23:13:27.157 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:79 :   configure_ceph_embedded_cinder
2022-02-14 23:13:27.160 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph_embedded_cinder:863 :   [[ 1 -ne 1 ]]
2022-02-14 23:13:27.163 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:81 :   is_ceph_enabled_for_service manila
2022-02-14 23:13:27.166 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   local config config_name enabled service
2022-02-14 23:13:27.169 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:198 :   enabled=1
2022-02-14 23:13:27.171 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:199 :   service=manila
2022-02-14 23:13:27.176 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   echo manila
2022-02-14 23:13:27.176 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr '[:lower:]' '[:upper:]'
2022-02-14 23:13:27.177 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   tr - _
2022-02-14 23:13:27.182 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:203 :   config_name=ENABLE_CEPH_MANILA
2022-02-14 23:13:27.186 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   eval echo '$ENABLE_CEPH_MANILA'
2022-02-14 23:13:27.189 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   echo True
2022-02-14 23:13:27.192 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   config=True
2022-02-14 23:13:27.195 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:206 :   is_service_enabled manila
2022-02-14 23:13:27.217 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:13:27.220 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:209 :   return 1
2022-02-14 23:13:27.223 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:85 :   '[' False = True ']'
2022-02-14 23:13:27.226 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:125 :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:13:27.228 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:139 :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:13:27.232 | + ./stack.sh:main:1241                     :   merge_config_group /home/ubuntu/devstack/local.conf post-config
2022-02-14 23:13:27.235 | + inc/meta-config:merge_config_group:171   :   local localfile=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:27.238 | + inc/meta-config:merge_config_group:171   :   shift
2022-02-14 23:13:27.240 | + inc/meta-config:merge_config_group:172   :   local matchgroups=post-config
2022-02-14 23:13:27.243 | + inc/meta-config:merge_config_group:174   :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:13:27.245 | + inc/meta-config:merge_config_group:176   :   local configfile group
2022-02-14 23:13:27.249 | + inc/meta-config:merge_config_group:177   :   for group in $matchgroups
2022-02-14 23:13:27.252 | ++ inc/meta-config:merge_config_group:178   :   get_meta_section_files /home/ubuntu/devstack/local.conf post-config
2022-02-14 23:13:27.255 | ++ inc/meta-config:get_meta_section_files:63 :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:27.258 | ++ inc/meta-config:get_meta_section_files:64 :   local matchgroup=post-config
2022-02-14 23:13:27.261 | ++ inc/meta-config:get_meta_section_files:66 :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:13:27.264 | ++ inc/meta-config:get_meta_section_files:68 :   awk -v matchgroup=post-config '
2022-02-14 23:13:27.264 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:13:27.264 |             gsub("[][]", "", $1);
2022-02-14 23:13:27.265 |             split($1, a, "|");
2022-02-14 23:13:27.265 |             if (a[1] == matchgroup)
2022-02-14 23:13:27.265 |                 print a[2]
2022-02-14 23:13:27.265 |         }
2022-02-14 23:13:27.265 |     ' /home/ubuntu/devstack/local.conf
2022-02-14 23:13:27.272 | + inc/meta-config:merge_config_group:178   :   for configfile in $(get_meta_section_files $localfile $group)
2022-02-14 23:13:27.274 | + inc/meta-config:merge_config_group:179   :   local realconfigfile
2022-02-14 23:13:27.277 | + inc/meta-config:merge_config_group:180   :   local dir
2022-02-14 23:13:27.281 | ++ inc/meta-config:merge_config_group:182   :   eval 'echo $NOVA_CONF'
2022-02-14 23:13:27.284 | +++ inc/meta-config:merge_config_group:182   :   echo /etc/nova/nova.conf
2022-02-14 23:13:27.288 | + inc/meta-config:merge_config_group:182   :   realconfigfile=/etc/nova/nova.conf
2022-02-14 23:13:27.291 | + inc/meta-config:merge_config_group:183   :   [[ -z /etc/nova/nova.conf ]]
2022-02-14 23:13:27.294 | ++ inc/meta-config:merge_config_group:187   :   dirname /etc/nova/nova.conf
2022-02-14 23:13:27.299 | + inc/meta-config:merge_config_group:187   :   dir=/etc/nova
2022-02-14 23:13:27.302 | + inc/meta-config:merge_config_group:188   :   [[ -d /etc/nova ]]
2022-02-14 23:13:27.305 | + inc/meta-config:merge_config_group:189   :   merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF'
2022-02-14 23:13:27.308 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:27.314 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2022-02-14 23:13:27.317 | + inc/meta-config:merge_config_file:85     :   local 'configfile=$NOVA_CONF'
2022-02-14 23:13:27.320 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2022-02-14 23:13:27.325 | ++ inc/meta-config:merge_config_file:91     :   eval echo '$NOVA_CONF'
2022-02-14 23:13:27.329 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/nova/nova.conf
2022-02-14 23:13:27.333 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/nova/nova.conf
2022-02-14 23:13:27.345 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/nova/nova.conf ']'
2022-02-14 23:13:27.348 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF'
2022-02-14 23:13:27.350 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=$NOVA_CONF' '
2022-02-14 23:13:27.350 |         BEGIN {
2022-02-14 23:13:27.350 |             section = ""
2022-02-14 23:13:27.350 |             last_section = ""
2022-02-14 23:13:27.350 |             section_count = 0
2022-02-14 23:13:27.350 |         }
2022-02-14 23:13:27.350 |         /^\[.+\]/ {
2022-02-14 23:13:27.350 |             gsub("[][]", "", $1);
2022-02-14 23:13:27.350 |             section=$1
2022-02-14 23:13:27.350 |             next
2022-02-14 23:13:27.350 |         }
2022-02-14 23:13:27.350 |         /^ *\#/ {
2022-02-14 23:13:27.351 |             next
2022-02-14 23:13:27.351 |         }
2022-02-14 23:13:27.351 |         /^[^ \t]+/ {
2022-02-14 23:13:27.351 |             # get offset of first = in $0
2022-02-14 23:13:27.351 |             eq_idx = index($0, "=")
2022-02-14 23:13:27.351 |             # extract attr & value from $0
2022-02-14 23:13:27.351 |             attr = substr($0, 1, eq_idx - 1)
2022-02-14 23:13:27.351 |             value = substr($0, eq_idx + 1)
2022-02-14 23:13:27.351 |             # only need to strip trailing whitespace from attr
2022-02-14 23:13:27.351 |             sub(/[ \t]*$/, "", attr)
2022-02-14 23:13:27.351 |             # need to strip leading & trailing whitespace from value
2022-02-14 23:13:27.351 |             sub(/^[ \t]*/, "", value)
2022-02-14 23:13:27.351 |             sub(/[ \t]*$/, "", value)
2022-02-14 23:13:27.351 | 
2022-02-14 23:13:27.351 |             # cfg_attr_count: number of config lines per [section, attr]
2022-02-14 23:13:27.351 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2022-02-14 23:13:27.351 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2022-02-14 23:13:27.351 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2022-02-14 23:13:27.351 |             if (! (section, attr) in cfg_attr_count) {
2022-02-14 23:13:27.351 |                 if (section != last_section) {
2022-02-14 23:13:27.351 |                     cfg_section[section_count++] = section
2022-02-14 23:13:27.351 |                     last_section = section
2022-02-14 23:13:27.351 |                 }
2022-02-14 23:13:27.351 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2022-02-14 23:13:27.351 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2022-02-14 23:13:27.351 | 
2022-02-14 23:13:27.351 |                 cfg_attr[section, attr, 0] = value
2022-02-14 23:13:27.351 |                 cfg_attr_count[section, attr] = 1
2022-02-14 23:13:27.351 |             } else {
2022-02-14 23:13:27.351 |                 lno = cfg_attr_count[section, attr]++
2022-02-14 23:13:27.352 |                 cfg_attr[section, attr, lno] = value
2022-02-14 23:13:27.352 |             }
2022-02-14 23:13:27.352 |         }
2022-02-14 23:13:27.352 |         END {
2022-02-14 23:13:27.352 |             # Process each section in order
2022-02-14 23:13:27.352 |             for (sno = 0; sno < section_count; sno++) {
2022-02-14 23:13:27.352 |                 section = cfg_section[sno]
2022-02-14 23:13:27.352 |                 # The ini routines simply append a config item immediately
2022-02-14 23:13:27.352 |                 # after the section header. To keep the same order as defined
2022-02-14 23:13:27.352 |                 # in local.conf, invoke the ini routines in the reverse order
2022-02-14 23:13:27.352 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2022-02-14 23:13:27.352 |                     attr = cfg_sec_attr_name[sno, attr_no]
2022-02-14 23:13:27.352 |                     if (cfg_attr_count[section, attr] == 1)
2022-02-14 23:13:27.352 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2022-02-14 23:13:27.352 |                     else {
2022-02-14 23:13:27.352 |                         # For multiline, invoke the ini routines in the reverse order
2022-02-14 23:13:27.352 |                         count = cfg_attr_count[section, attr]
2022-02-14 23:13:27.352 |                         print "inidelete " configfile " " section " " attr
2022-02-14 23:13:27.352 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2022-02-14 23:13:27.352 |                         for (l = count -2; l >= 0; l--)
2022-02-14 23:13:27.352 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2022-02-14 23:13:27.352 |                     }
2022-02-14 23:13:27.352 |                 }
2022-02-14 23:13:27.352 |             }
2022-02-14 23:13:27.352 |         }
2022-02-14 23:13:27.352 |     '
2022-02-14 23:13:27.353 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2022-02-14 23:13:27.354 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:27.355 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.358 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2022-02-14 23:13:27.361 | + inc/meta-config:get_meta_section:35      :   local 'configfile=$NOVA_CONF'
2022-02-14 23:13:27.365 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:13:27.368 | + inc/meta-config:get_meta_section:38      :   [[ -z $NOVA_CONF ]]
2022-02-14 23:13:27.371 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' '
2022-02-14 23:13:27.371 |         BEGIN { group = "" }
2022-02-14 23:13:27.371 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:13:27.371 |             gsub("[][]", "", $1);
2022-02-14 23:13:27.371 |             split($1, a, "|");
2022-02-14 23:13:27.371 |             if (a[1] == matchgroup && a[2] == configfile) {
2022-02-14 23:13:27.371 |                 group=a[1]
2022-02-14 23:13:27.371 |             } else {
2022-02-14 23:13:27.371 |                 group=""
2022-02-14 23:13:27.371 |             }
2022-02-14 23:13:27.372 |             next
2022-02-14 23:13:27.372 |         }
2022-02-14 23:13:27.372 |         {
2022-02-14 23:13:27.372 |             if (group != "")
2022-02-14 23:13:27.372 |                 print $0
2022-02-14 23:13:27.372 |         }
2022-02-14 23:13:27.372 |     ' /home/ubuntu/devstack/local.conf
2022-02-14 23:13:27.379 | + 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"'
2022-02-14 23:13:27.382 | ++ 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
2022-02-14 23:13:27.415 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.418 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"'
2022-02-14 23:13:27.422 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf DEFAULT force_config_drive True
2022-02-14 23:13:27.456 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.459 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF glance use_glance_v1 "False"'
2022-02-14 23:13:27.461 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf glance use_glance_v1 False
2022-02-14 23:13:27.498 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.501 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"'
2022-02-14 23:13:27.504 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3
2022-02-14 23:13:27.547 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.550 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"'
2022-02-14 23:13:27.552 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600
2022-02-14 23:13:27.588 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.591 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement auth_type "password"'
2022-02-14 23:13:27.594 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement auth_type password
2022-02-14 23:13:27.635 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.638 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.47/identity"'
2022-02-14 23:13:27.641 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement auth_url http://10.222.0.47/identity
2022-02-14 23:13:27.677 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.680 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement username "placement"'
2022-02-14 23:13:27.682 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement username placement
2022-02-14 23:13:27.718 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.721 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement password "Passw0rd"'
2022-02-14 23:13:27.726 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement password Passw0rd
2022-02-14 23:13:27.761 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.764 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement user_domain_name "Default"'
2022-02-14 23:13:27.766 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement user_domain_name Default
2022-02-14 23:13:27.802 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.807 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement project_name "service"'
2022-02-14 23:13:27.810 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement project_name service
2022-02-14 23:13:27.846 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.849 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement project_domain_name "Default"'
2022-02-14 23:13:27.852 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement project_domain_name Default
2022-02-14 23:13:27.891 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.894 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"'
2022-02-14 23:13:27.896 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement os_region_name RegionOne
2022-02-14 23:13:27.935 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:27.941 | + inc/meta-config:merge_config_group:178   :   for configfile in $(get_meta_section_files $localfile $group)
2022-02-14 23:13:27.944 | + inc/meta-config:merge_config_group:179   :   local realconfigfile
2022-02-14 23:13:27.947 | + inc/meta-config:merge_config_group:180   :   local dir
2022-02-14 23:13:27.950 | ++ inc/meta-config:merge_config_group:182   :   eval 'echo $NEUTRON_CONF'
2022-02-14 23:13:27.953 | +++ inc/meta-config:merge_config_group:182   :   echo /etc/neutron/neutron.conf
2022-02-14 23:13:27.957 | + inc/meta-config:merge_config_group:182   :   realconfigfile=/etc/neutron/neutron.conf
2022-02-14 23:13:27.962 | + inc/meta-config:merge_config_group:183   :   [[ -z /etc/neutron/neutron.conf ]]
2022-02-14 23:13:27.967 | ++ inc/meta-config:merge_config_group:187   :   dirname /etc/neutron/neutron.conf
2022-02-14 23:13:27.972 | + inc/meta-config:merge_config_group:187   :   dir=/etc/neutron
2022-02-14 23:13:27.975 | + inc/meta-config:merge_config_group:188   :   [[ -d /etc/neutron ]]
2022-02-14 23:13:27.978 | + inc/meta-config:merge_config_group:189   :   merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF'
2022-02-14 23:13:27.980 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:27.984 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2022-02-14 23:13:27.987 | + inc/meta-config:merge_config_file:85     :   local 'configfile=$NEUTRON_CONF'
2022-02-14 23:13:27.990 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2022-02-14 23:13:27.994 | ++ inc/meta-config:merge_config_file:91     :   eval echo '$NEUTRON_CONF'
2022-02-14 23:13:27.997 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/neutron/neutron.conf
2022-02-14 23:13:28.000 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/neutron/neutron.conf
2022-02-14 23:13:28.003 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/neutron/neutron.conf ']'
2022-02-14 23:13:28.008 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF'
2022-02-14 23:13:28.008 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=$NEUTRON_CONF' '
2022-02-14 23:13:28.008 |         BEGIN {
2022-02-14 23:13:28.008 |             section = ""
2022-02-14 23:13:28.008 |             last_section = ""
2022-02-14 23:13:28.008 |             section_count = 0
2022-02-14 23:13:28.008 |         }
2022-02-14 23:13:28.008 |         /^\[.+\]/ {
2022-02-14 23:13:28.008 |             gsub("[][]", "", $1);
2022-02-14 23:13:28.008 |             section=$1
2022-02-14 23:13:28.008 |             next
2022-02-14 23:13:28.008 |         }
2022-02-14 23:13:28.008 |         /^ *\#/ {
2022-02-14 23:13:28.008 |             next
2022-02-14 23:13:28.008 |         }
2022-02-14 23:13:28.008 |         /^[^ \t]+/ {
2022-02-14 23:13:28.008 |             # get offset of first = in $0
2022-02-14 23:13:28.008 |             eq_idx = index($0, "=")
2022-02-14 23:13:28.008 |             # extract attr & value from $0
2022-02-14 23:13:28.008 |             attr = substr($0, 1, eq_idx - 1)
2022-02-14 23:13:28.008 |             value = substr($0, eq_idx + 1)
2022-02-14 23:13:28.008 |             # only need to strip trailing whitespace from attr
2022-02-14 23:13:28.008 |             sub(/[ \t]*$/, "", attr)
2022-02-14 23:13:28.008 |             # need to strip leading & trailing whitespace from value
2022-02-14 23:13:28.008 |             sub(/^[ \t]*/, "", value)
2022-02-14 23:13:28.008 |             sub(/[ \t]*$/, "", value)
2022-02-14 23:13:28.008 | 
2022-02-14 23:13:28.008 |             # cfg_attr_count: number of config lines per [section, attr]
2022-02-14 23:13:28.008 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2022-02-14 23:13:28.008 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2022-02-14 23:13:28.009 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2022-02-14 23:13:28.009 |             if (! (section, attr) in cfg_attr_count) {
2022-02-14 23:13:28.009 |                 if (section != last_section) {
2022-02-14 23:13:28.009 |                     cfg_section[section_count++] = section
2022-02-14 23:13:28.009 |                     last_section = section
2022-02-14 23:13:28.009 |                 }
2022-02-14 23:13:28.009 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2022-02-14 23:13:28.009 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2022-02-14 23:13:28.009 | 
2022-02-14 23:13:28.009 |                 cfg_attr[section, attr, 0] = value
2022-02-14 23:13:28.009 |                 cfg_attr_count[section, attr] = 1
2022-02-14 23:13:28.009 |             } else {
2022-02-14 23:13:28.009 |                 lno = cfg_attr_count[section, attr]++
2022-02-14 23:13:28.009 |                 cfg_attr[section, attr, lno] = value
2022-02-14 23:13:28.009 |             }
2022-02-14 23:13:28.009 |         }
2022-02-14 23:13:28.009 |         END {
2022-02-14 23:13:28.009 |             # Process each section in order
2022-02-14 23:13:28.009 |             for (sno = 0; sno < section_count; sno++) {
2022-02-14 23:13:28.009 |                 section = cfg_section[sno]
2022-02-14 23:13:28.009 |                 # The ini routines simply append a config item immediately
2022-02-14 23:13:28.009 |                 # after the section header. To keep the same order as defined
2022-02-14 23:13:28.009 |                 # in local.conf, invoke the ini routines in the reverse order
2022-02-14 23:13:28.009 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2022-02-14 23:13:28.009 |                     attr = cfg_sec_attr_name[sno, attr_no]
2022-02-14 23:13:28.009 |                     if (cfg_attr_count[section, attr] == 1)
2022-02-14 23:13:28.009 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2022-02-14 23:13:28.010 |                     else {
2022-02-14 23:13:28.010 |                         # For multiline, invoke the ini routines in the reverse order
2022-02-14 23:13:28.010 |                         count = cfg_attr_count[section, attr]
2022-02-14 23:13:28.010 |                         print "inidelete " configfile " " section " " attr
2022-02-14 23:13:28.010 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2022-02-14 23:13:28.010 |                         for (l = count -2; l >= 0; l--)
2022-02-14 23:13:28.010 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2022-02-14 23:13:28.010 |                     }
2022-02-14 23:13:28.010 |                 }
2022-02-14 23:13:28.010 |             }
2022-02-14 23:13:28.010 |         }
2022-02-14 23:13:28.010 |     '
2022-02-14 23:13:28.010 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.011 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2022-02-14 23:13:28.012 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:28.015 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2022-02-14 23:13:28.018 | + inc/meta-config:get_meta_section:35      :   local 'configfile=$NEUTRON_CONF'
2022-02-14 23:13:28.021 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:13:28.023 | + inc/meta-config:get_meta_section:38      :   [[ -z $NEUTRON_CONF ]]
2022-02-14 23:13:28.026 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' '
2022-02-14 23:13:28.026 |         BEGIN { group = "" }
2022-02-14 23:13:28.026 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:13:28.026 |             gsub("[][]", "", $1);
2022-02-14 23:13:28.026 |             split($1, a, "|");
2022-02-14 23:13:28.026 |             if (a[1] == matchgroup && a[2] == configfile) {
2022-02-14 23:13:28.026 |                 group=a[1]
2022-02-14 23:13:28.026 |             } else {
2022-02-14 23:13:28.026 |                 group=""
2022-02-14 23:13:28.026 |             }
2022-02-14 23:13:28.026 |             next
2022-02-14 23:13:28.026 |         }
2022-02-14 23:13:28.026 |         {
2022-02-14 23:13:28.026 |             if (group != "")
2022-02-14 23:13:28.026 |                 print $0
2022-02-14 23:13:28.026 |         }
2022-02-14 23:13:28.026 |     ' /home/ubuntu/devstack/local.conf
2022-02-14 23:13:28.033 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF database max_overflow "50"'
2022-02-14 23:13:28.036 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf database max_overflow 50
2022-02-14 23:13:28.070 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.073 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF database max_pool_size "50"'
2022-02-14 23:13:28.076 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf database max_pool_size 50
2022-02-14 23:13:28.116 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.119 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF database min_pool_size "5"'
2022-02-14 23:13:28.121 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf database min_pool_size 5
2022-02-14 23:13:28.156 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.159 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"'
2022-02-14 23:13:28.162 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100
2022-02-14 23:13:28.194 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.201 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"'
2022-02-14 23:13:28.203 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10
2022-02-14 23:13:28.236 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.239 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"'
2022-02-14 23:13:28.241 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_firewall 10
2022-02-14 23:13:28.275 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.278 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"'
2022-02-14 23:13:28.280 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_floatingip 50
2022-02-14 23:13:28.315 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.318 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_router "100"'
2022-02-14 23:13:28.321 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_router 100
2022-02-14 23:13:28.354 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.357 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"'
2022-02-14 23:13:28.360 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100
2022-02-14 23:13:28.396 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.399 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_pool "100"'
2022-02-14 23:13:28.401 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_pool 100
2022-02-14 23:13:28.435 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.438 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_vip "100"'
2022-02-14 23:13:28.440 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_vip 100
2022-02-14 23:13:28.476 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.478 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"'
2022-02-14 23:13:28.482 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100
2022-02-14 23:13:28.517 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.519 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"'
2022-02-14 23:13:28.522 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_security_group 100
2022-02-14 23:13:28.566 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.569 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_port "500"'
2022-02-14 23:13:28.571 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_port 500
2022-02-14 23:13:28.605 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.609 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"'
2022-02-14 23:13:28.611 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_subnet 100
2022-02-14 23:13:28.644 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.646 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_network "100"'
2022-02-14 23:13:28.649 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_network 100
2022-02-14 23:13:28.683 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.687 | + inc/meta-config:merge_config_group:178   :   for configfile in $(get_meta_section_files $localfile $group)
2022-02-14 23:13:28.690 | + inc/meta-config:merge_config_group:179   :   local realconfigfile
2022-02-14 23:13:28.693 | + inc/meta-config:merge_config_group:180   :   local dir
2022-02-14 23:13:28.696 | ++ inc/meta-config:merge_config_group:182   :   eval 'echo $CINDER_CONF'
2022-02-14 23:13:28.699 | +++ inc/meta-config:merge_config_group:182   :   echo /etc/cinder/cinder.conf
2022-02-14 23:13:28.703 | + inc/meta-config:merge_config_group:182   :   realconfigfile=/etc/cinder/cinder.conf
2022-02-14 23:13:28.705 | + inc/meta-config:merge_config_group:183   :   [[ -z /etc/cinder/cinder.conf ]]
2022-02-14 23:13:28.709 | ++ inc/meta-config:merge_config_group:187   :   dirname /etc/cinder/cinder.conf
2022-02-14 23:13:28.715 | + inc/meta-config:merge_config_group:187   :   dir=/etc/cinder
2022-02-14 23:13:28.718 | + inc/meta-config:merge_config_group:188   :   [[ -d /etc/cinder ]]
2022-02-14 23:13:28.721 | + inc/meta-config:merge_config_group:189   :   merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF'
2022-02-14 23:13:28.724 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:28.726 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2022-02-14 23:13:28.729 | + inc/meta-config:merge_config_file:85     :   local 'configfile=$CINDER_CONF'
2022-02-14 23:13:28.732 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2022-02-14 23:13:28.736 | ++ inc/meta-config:merge_config_file:91     :   eval echo '$CINDER_CONF'
2022-02-14 23:13:28.739 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/cinder/cinder.conf
2022-02-14 23:13:28.742 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/cinder/cinder.conf
2022-02-14 23:13:28.745 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/cinder/cinder.conf ']'
2022-02-14 23:13:28.749 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF'
2022-02-14 23:13:28.750 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.750 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=$CINDER_CONF' '
2022-02-14 23:13:28.750 |         BEGIN {
2022-02-14 23:13:28.750 |             section = ""
2022-02-14 23:13:28.750 |             last_section = ""
2022-02-14 23:13:28.750 |             section_count = 0
2022-02-14 23:13:28.750 |         }
2022-02-14 23:13:28.750 |         /^\[.+\]/ {
2022-02-14 23:13:28.750 |             gsub("[][]", "", $1);
2022-02-14 23:13:28.750 |             section=$1
2022-02-14 23:13:28.750 |             next
2022-02-14 23:13:28.750 |         }
2022-02-14 23:13:28.750 |         /^ *\#/ {
2022-02-14 23:13:28.751 |             next
2022-02-14 23:13:28.751 |         }
2022-02-14 23:13:28.751 |         /^[^ \t]+/ {
2022-02-14 23:13:28.751 |             # get offset of first = in $0
2022-02-14 23:13:28.751 |             eq_idx = index($0, "=")
2022-02-14 23:13:28.751 |             # extract attr & value from $0
2022-02-14 23:13:28.751 |             attr = substr($0, 1, eq_idx - 1)
2022-02-14 23:13:28.751 |             value = substr($0, eq_idx + 1)
2022-02-14 23:13:28.751 |             # only need to strip trailing whitespace from attr
2022-02-14 23:13:28.751 |             sub(/[ \t]*$/, "", attr)
2022-02-14 23:13:28.751 |             # need to strip leading & trailing whitespace from value
2022-02-14 23:13:28.751 |             sub(/^[ \t]*/, "", value)
2022-02-14 23:13:28.751 |             sub(/[ \t]*$/, "", value)
2022-02-14 23:13:28.751 | 
2022-02-14 23:13:28.751 |             # cfg_attr_count: number of config lines per [section, attr]
2022-02-14 23:13:28.751 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2022-02-14 23:13:28.751 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2022-02-14 23:13:28.751 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2022-02-14 23:13:28.751 |             if (! (section, attr) in cfg_attr_count) {
2022-02-14 23:13:28.751 |                 if (section != last_section) {
2022-02-14 23:13:28.751 |                     cfg_section[section_count++] = section
2022-02-14 23:13:28.751 |                     last_section = section
2022-02-14 23:13:28.751 |                 }
2022-02-14 23:13:28.751 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2022-02-14 23:13:28.751 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2022-02-14 23:13:28.751 | 
2022-02-14 23:13:28.752 |                 cfg_attr[section, attr, 0] = value
2022-02-14 23:13:28.752 |                 cfg_attr_count[section, attr] = 1
2022-02-14 23:13:28.752 |             } else {
2022-02-14 23:13:28.752 |                 lno = cfg_attr_count[section, attr]++
2022-02-14 23:13:28.752 |                 cfg_attr[section, attr, lno] = value
2022-02-14 23:13:28.752 |             }
2022-02-14 23:13:28.752 |         }
2022-02-14 23:13:28.752 |         END {
2022-02-14 23:13:28.752 |             # Process each section in order
2022-02-14 23:13:28.752 |             for (sno = 0; sno < section_count; sno++) {
2022-02-14 23:13:28.752 |                 section = cfg_section[sno]
2022-02-14 23:13:28.752 |                 # The ini routines simply append a config item immediately
2022-02-14 23:13:28.752 |                 # after the section header. To keep the same order as defined
2022-02-14 23:13:28.752 |                 # in local.conf, invoke the ini routines in the reverse order
2022-02-14 23:13:28.752 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2022-02-14 23:13:28.752 |                     attr = cfg_sec_attr_name[sno, attr_no]
2022-02-14 23:13:28.752 |                     if (cfg_attr_count[section, attr] == 1)
2022-02-14 23:13:28.752 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2022-02-14 23:13:28.752 |                     else {
2022-02-14 23:13:28.752 |                         # For multiline, invoke the ini routines in the reverse order
2022-02-14 23:13:28.752 |                         count = cfg_attr_count[section, attr]
2022-02-14 23:13:28.752 |                         print "inidelete " configfile " " section " " attr
2022-02-14 23:13:28.752 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2022-02-14 23:13:28.752 |                         for (l = count -2; l >= 0; l--)
2022-02-14 23:13:28.753 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2022-02-14 23:13:28.753 |                     }
2022-02-14 23:13:28.753 |                 }
2022-02-14 23:13:28.753 |             }
2022-02-14 23:13:28.753 |         }
2022-02-14 23:13:28.753 |     '
2022-02-14 23:13:28.753 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2022-02-14 23:13:28.754 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:28.757 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2022-02-14 23:13:28.760 | + inc/meta-config:get_meta_section:35      :   local 'configfile=$CINDER_CONF'
2022-02-14 23:13:28.763 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:13:28.766 | + inc/meta-config:get_meta_section:38      :   [[ -z $CINDER_CONF ]]
2022-02-14 23:13:28.768 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' '
2022-02-14 23:13:28.768 |         BEGIN { group = "" }
2022-02-14 23:13:28.768 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:13:28.768 |             gsub("[][]", "", $1);
2022-02-14 23:13:28.768 |             split($1, a, "|");
2022-02-14 23:13:28.768 |             if (a[1] == matchgroup && a[2] == configfile) {
2022-02-14 23:13:28.769 |                 group=a[1]
2022-02-14 23:13:28.769 |             } else {
2022-02-14 23:13:28.769 |                 group=""
2022-02-14 23:13:28.769 |             }
2022-02-14 23:13:28.769 |             next
2022-02-14 23:13:28.769 |         }
2022-02-14 23:13:28.769 |         {
2022-02-14 23:13:28.769 |             if (group != "")
2022-02-14 23:13:28.769 |                 print $0
2022-02-14 23:13:28.769 |         }
2022-02-14 23:13:28.769 |     ' /home/ubuntu/devstack/local.conf
2022-02-14 23:13:28.776 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF DEFAULT enabled_backends "ceph"'
2022-02-14 23:13:28.780 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf DEFAULT enabled_backends ceph
2022-02-14 23:13:28.817 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.823 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF DEFAULT os_privileged_user_auth_url "http://10.222.0.47/identity/v2.0"'
2022-02-14 23:13:28.825 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_auth_url http://10.222.0.47/identity/v2.0
2022-02-14 23:13:28.864 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.867 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF ceph rados_connect_timeout "-1"'
2022-02-14 23:13:28.870 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf ceph rados_connect_timeout -1
2022-02-14 23:13:28.913 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.916 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF ceph rbd_store_chunk_size "4"'
2022-02-14 23:13:28.918 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf ceph rbd_store_chunk_size 4
2022-02-14 23:13:28.955 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:28.958 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF ceph rbd_max_clone_depth "5"'
2022-02-14 23:13:28.961 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf ceph rbd_max_clone_depth 5
2022-02-14 23:13:29.000 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.004 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF ceph rbd_flatten_volume_from_snapshot "false"'
2022-02-14 23:13:29.007 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf ceph rbd_flatten_volume_from_snapshot false
2022-02-14 23:13:29.050 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.054 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF ceph rbd_ceph_conf "/etc/ceph/ceph.conf"'
2022-02-14 23:13:29.057 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf ceph rbd_ceph_conf /etc/ceph/ceph.conf
2022-02-14 23:13:29.093 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.096 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF ceph rbd_pool "volumes"'
2022-02-14 23:13:29.099 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf ceph rbd_pool volumes
2022-02-14 23:13:29.135 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.138 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF ceph volume_backend_name "ceph"'
2022-02-14 23:13:29.141 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf ceph volume_backend_name ceph
2022-02-14 23:13:29.176 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.179 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF ceph volume_driver "cinder.volume.drivers.rbd.RBDDriver"'
2022-02-14 23:13:29.183 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf ceph volume_driver cinder.volume.drivers.rbd.RBDDriver
2022-02-14 23:13:29.224 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.228 | + inc/meta-config:merge_config_group:178   :   for configfile in $(get_meta_section_files $localfile $group)
2022-02-14 23:13:29.231 | + inc/meta-config:merge_config_group:179   :   local realconfigfile
2022-02-14 23:13:29.235 | + inc/meta-config:merge_config_group:180   :   local dir
2022-02-14 23:13:29.238 | ++ inc/meta-config:merge_config_group:182   :   eval 'echo /$Q_PLUGIN_CONF_FILE'
2022-02-14 23:13:29.241 | +++ inc/meta-config:merge_config_group:182   :   echo /etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:13:29.245 | + inc/meta-config:merge_config_group:182   :   realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:13:29.248 | + inc/meta-config:merge_config_group:183   :   [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]]
2022-02-14 23:13:29.252 | ++ inc/meta-config:merge_config_group:187   :   dirname /etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:13:29.257 | + inc/meta-config:merge_config_group:187   :   dir=/etc/neutron/plugins/ml2
2022-02-14 23:13:29.260 | + inc/meta-config:merge_config_group:188   :   [[ -d /etc/neutron/plugins/ml2 ]]
2022-02-14 23:13:29.263 | + inc/meta-config:merge_config_group:189   :   merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE'
2022-02-14 23:13:29.266 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:29.269 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2022-02-14 23:13:29.271 | + inc/meta-config:merge_config_file:85     :   local 'configfile=/$Q_PLUGIN_CONF_FILE'
2022-02-14 23:13:29.274 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2022-02-14 23:13:29.279 | ++ inc/meta-config:merge_config_file:91     :   eval echo '/$Q_PLUGIN_CONF_FILE'
2022-02-14 23:13:29.282 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:13:29.286 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:13:29.289 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']'
2022-02-14 23:13:29.293 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' '
2022-02-14 23:13:29.293 |         BEGIN {
2022-02-14 23:13:29.293 |             section = ""
2022-02-14 23:13:29.293 |             last_section = ""
2022-02-14 23:13:29.293 |             section_count = 0
2022-02-14 23:13:29.293 |         }
2022-02-14 23:13:29.293 |         /^\[.+\]/ {
2022-02-14 23:13:29.293 |             gsub("[][]", "", $1);
2022-02-14 23:13:29.293 |             section=$1
2022-02-14 23:13:29.293 |             next
2022-02-14 23:13:29.293 |         }
2022-02-14 23:13:29.293 |         /^ *\#/ {
2022-02-14 23:13:29.293 |             next
2022-02-14 23:13:29.293 |         }
2022-02-14 23:13:29.293 |         /^[^ \t]+/ {
2022-02-14 23:13:29.293 |             # get offset of first = in $0
2022-02-14 23:13:29.293 |             eq_idx = index($0, "=")
2022-02-14 23:13:29.293 |             # extract attr & value from $0
2022-02-14 23:13:29.293 |             attr = substr($0, 1, eq_idx - 1)
2022-02-14 23:13:29.293 |             value = substr($0, eq_idx + 1)
2022-02-14 23:13:29.293 |             # only need to strip trailing whitespace from attr
2022-02-14 23:13:29.293 |             sub(/[ \t]*$/, "", attr)
2022-02-14 23:13:29.293 |             # need to strip leading & trailing whitespace from value
2022-02-14 23:13:29.293 |             sub(/^[ \t]*/, "", value)
2022-02-14 23:13:29.293 |             sub(/[ \t]*$/, "", value)
2022-02-14 23:13:29.293 | 
2022-02-14 23:13:29.293 |             # cfg_attr_count: number of config lines per [section, attr]
2022-02-14 23:13:29.293 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2022-02-14 23:13:29.293 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2022-02-14 23:13:29.294 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2022-02-14 23:13:29.294 |             if (! (section, attr) in cfg_attr_count) {
2022-02-14 23:13:29.294 |                 if (section != last_section) {
2022-02-14 23:13:29.294 |                     cfg_section[section_count++] = section
2022-02-14 23:13:29.294 |                     last_section = section
2022-02-14 23:13:29.294 |                 }
2022-02-14 23:13:29.294 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2022-02-14 23:13:29.294 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2022-02-14 23:13:29.294 | 
2022-02-14 23:13:29.294 |                 cfg_attr[section, attr, 0] = value
2022-02-14 23:13:29.294 |                 cfg_attr_count[section, attr] = 1
2022-02-14 23:13:29.294 |             } else {
2022-02-14 23:13:29.294 |                 lno = cfg_attr_count[section, attr]++
2022-02-14 23:13:29.294 |                 cfg_attr[section, attr, lno] = value
2022-02-14 23:13:29.294 |             }
2022-02-14 23:13:29.294 |         }
2022-02-14 23:13:29.295 |         END {
2022-02-14 23:13:29.295 |             # Process each section in order
2022-02-14 23:13:29.295 |             for (sno = 0; sno < section_count; sno++) {
2022-02-14 23:13:29.295 |                 section = cfg_section[sno]
2022-02-14 23:13:29.295 |                 # The ini routines simply append a config item immediately
2022-02-14 23:13:29.295 |                 # after the section header. To keep the same order as defined
2022-02-14 23:13:29.295 |                 # in local.conf, invoke the ini routines in the reverse order
2022-02-14 23:13:29.295 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2022-02-14 23:13:29.295 |                     attr = cfg_sec_attr_name[sno, attr_no]
2022-02-14 23:13:29.295 |                     if (cfg_attr_count[section, attr] == 1)
2022-02-14 23:13:29.295 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2022-02-14 23:13:29.295 |                     else {
2022-02-14 23:13:29.295 |                         # For multiline, invoke the ini routines in the reverse order
2022-02-14 23:13:29.295 |                         count = cfg_attr_count[section, attr]
2022-02-14 23:13:29.295 |                         print "inidelete " configfile " " section " " attr
2022-02-14 23:13:29.295 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2022-02-14 23:13:29.295 |                         for (l = count -2; l >= 0; l--)
2022-02-14 23:13:29.295 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2022-02-14 23:13:29.295 |                     }
2022-02-14 23:13:29.295 |                 }
2022-02-14 23:13:29.295 |             }
2022-02-14 23:13:29.295 |         }
2022-02-14 23:13:29.295 |     '
2022-02-14 23:13:29.295 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.295 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE'
2022-02-14 23:13:29.297 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:13:29.297 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2022-02-14 23:13:29.299 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2022-02-14 23:13:29.302 | + inc/meta-config:get_meta_section:35      :   local 'configfile=/$Q_PLUGIN_CONF_FILE'
2022-02-14 23:13:29.304 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:13:29.307 | + inc/meta-config:get_meta_section:38      :   [[ -z /$Q_PLUGIN_CONF_FILE ]]
2022-02-14 23:13:29.310 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' '
2022-02-14 23:13:29.310 |         BEGIN { group = "" }
2022-02-14 23:13:29.310 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:13:29.310 |             gsub("[][]", "", $1);
2022-02-14 23:13:29.310 |             split($1, a, "|");
2022-02-14 23:13:29.310 |             if (a[1] == matchgroup && a[2] == configfile) {
2022-02-14 23:13:29.310 |                 group=a[1]
2022-02-14 23:13:29.310 |             } else {
2022-02-14 23:13:29.310 |                 group=""
2022-02-14 23:13:29.310 |             }
2022-02-14 23:13:29.310 |             next
2022-02-14 23:13:29.310 |         }
2022-02-14 23:13:29.310 |         {
2022-02-14 23:13:29.310 |             if (group != "")
2022-02-14 23:13:29.310 |                 print $0
2022-02-14 23:13:29.310 |         }
2022-02-14 23:13:29.310 |     ' /home/ubuntu/devstack/local.conf
2022-02-14 23:13:29.317 | + inc/meta-config:merge_config_file:164    :   eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"'
2022-02-14 23:13:29.319 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True
2022-02-14 23:13:29.354 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.357 | + inc/meta-config:merge_config_file:164    :   eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"'
2022-02-14 23:13:29.360 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl
2022-02-14 23:13:29.397 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:13:29.409 | + ./stack.sh:main:1250                     :   is_service_enabled swift
2022-02-14 23:13:29.434 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:13:29.436 | + ./stack.sh:main:1258                     :   FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
2022-02-14 23:13:29.439 | + ./stack.sh:main:1259                     :   is_service_enabled cinder
2022-02-14 23:13:29.461 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:29.464 | + ./stack.sh:main:1260                     :   iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
2022-02-14 23:13:29.501 | + ./stack.sh:main:1263                     :   async_wait configure_neutron_nova
2022-02-14 23:13:29.568 | [17669 Async configure_neutron_nova:102022]: Waiting for completion of configure_neutron_nova running on PID 102022 (2 other jobs running)
2022-02-14 23:13:29.595 | [17669 Async configure_neutron_nova:102022]: Signaling child to exit
2022-02-14 23:13:29.595 | WAKEUP
2022-02-14 23:13:29.620 | [17669 Async configure_neutron_nova:102022]: Signaled
2022-02-14 23:13:29.622 | + lib/neutron:configure_neutron_nova:646   :   is_neutron_legacy_enabled
2022-02-14 23:13:29.622 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:13:29.622 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   sed s/neutron-//g
2022-02-14 23:13:29.622 | + lib/neutron:is_neutron_legacy_enabled:136 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:13:29.622 | + lib/neutron:is_neutron_legacy_enabled:137 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account =~ ,neutron ]]
2022-02-14 23:13:29.622 | + lib/neutron:is_neutron_legacy_enabled:138 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ ,q- ]]
2022-02-14 23:13:29.622 | + lib/neutron:is_neutron_legacy_enabled:138 :   return 0
2022-02-14 23:13:29.622 | + lib/neutron:configure_neutron_nova:648   :   create_nova_conf_neutron /etc/nova/nova.conf
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:406 :   local conf=/etc/nova/nova.conf
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:407 :   iniset /etc/nova/nova.conf neutron auth_type password
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:408 :   iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.47/identity
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:409 :   iniset /etc/nova/nova.conf neutron username neutron
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:410 :   iniset /etc/nova/nova.conf neutron password Passw0rd
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:411 :   iniset /etc/nova/nova.conf neutron user_domain_name Default
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:412 :   iniset /etc/nova/nova.conf neutron project_name service
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:413 :   iniset /etc/nova/nova.conf neutron project_domain_name Default
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:414 :   iniset /etc/nova/nova.conf neutron auth_strategy keystone
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:415 :   iniset /etc/nova/nova.conf neutron region_name RegionOne
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:418 :   neutron_plugin_create_nova_conf /etc/nova/nova.conf
2022-02-14 23:13:29.623 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 :   _neutron_ovs_base_configure_nova_vif_driver
2022-02-14 23:13:29.623 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 :   :
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:420 :   is_service_enabled q-meta
2022-02-14 23:13:29.623 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:421 :   iniset /etc/nova/nova.conf neutron service_metadata_proxy True
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:424 :   iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True
2022-02-14 23:13:29.623 | + lib/neutron-legacy:create_nova_conf_neutron:425 :   iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300
2022-02-14 23:13:29.623 | + lib/neutron:configure_neutron_nova:649   :   [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:13:29.623 | ++ lib/neutron:configure_neutron_nova:650   :   seq 1 1
2022-02-14 23:13:29.623 | + lib/neutron:configure_neutron_nova:650   :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:13:29.624 | + lib/neutron:configure_neutron_nova:651   :   local conf
2022-02-14 23:13:29.624 | ++ lib/neutron:configure_neutron_nova:652   :   conductor_conf 1
2022-02-14 23:13:29.624 | ++ lib/nova:conductor_conf:751              :   local cell=1
2022-02-14 23:13:29.624 | ++ lib/nova:conductor_conf:752              :   echo /etc/nova/nova_cell1.conf
2022-02-14 23:13:29.624 | + lib/neutron:configure_neutron_nova:652   :   conf=/etc/nova/nova_cell1.conf
2022-02-14 23:13:29.624 | + lib/neutron:configure_neutron_nova:653   :   create_nova_conf_neutron /etc/nova/nova_cell1.conf
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:406 :   local conf=/etc/nova/nova_cell1.conf
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:407 :   iniset /etc/nova/nova_cell1.conf neutron auth_type password
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:408 :   iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.47/identity
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:409 :   iniset /etc/nova/nova_cell1.conf neutron username neutron
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:410 :   iniset /etc/nova/nova_cell1.conf neutron password Passw0rd
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:411 :   iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:412 :   iniset /etc/nova/nova_cell1.conf neutron project_name service
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:413 :   iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:414 :   iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:415 :   iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:418 :   neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf
2022-02-14 23:13:29.624 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 :   _neutron_ovs_base_configure_nova_vif_driver
2022-02-14 23:13:29.624 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 :   :
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:420 :   is_service_enabled q-meta
2022-02-14 23:13:29.624 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:29.624 | + lib/neutron-legacy:create_nova_conf_neutron:421 :   iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True
2022-02-14 23:13:29.625 | + lib/neutron-legacy:create_nova_conf_neutron:424 :   iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True
2022-02-14 23:13:29.625 | + lib/neutron-legacy:create_nova_conf_neutron:425 :   iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300
2022-02-14 23:13:29.672 | [17669 Async configure_neutron_nova:102022]: finished configure_neutron_nova with result 0 in 1 seconds
2022-02-14 23:13:29.676 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:13:29.680 | + ./stack.sh:main:1269                     :   is_service_enabled nova
2022-02-14 23:13:29.698 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:29.701 | + ./stack.sh:main:1270                     :   iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
2022-02-14 23:13:29.736 | + ./stack.sh:main:1271                     :   iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
2022-02-14 23:13:29.774 | + ./stack.sh:main:1275                     :   is_service_enabled n-api
2022-02-14 23:13:29.793 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:29.796 | + ./stack.sh:main:1276                     :   echo_summary 'Starting Nova API'
2022-02-14 23:13:29.799 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:13:29.802 | + ./stack.sh:echo_summary:446              :   echo -e Starting Nova API
2022-02-14 23:13:29.805 | + ./stack.sh:main:1277                     :   start_nova_api
2022-02-14 23:13:29.808 | + lib/nova:start_nova_api:877              :   local service_port=8774
2022-02-14 23:13:29.811 | + lib/nova:start_nova_api:878              :   local service_protocol=http
2022-02-14 23:13:29.814 | + lib/nova:start_nova_api:879              :   local nova_url
2022-02-14 23:13:29.816 | + lib/nova:start_nova_api:880              :   is_service_enabled tls-proxy
2022-02-14 23:13:29.835 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:13:29.838 | + lib/nova:start_nova_api:886              :   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
2022-02-14 23:13:29.842 | + lib/nova:start_nova_api:887              :   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
2022-02-14 23:13:29.845 | + lib/nova:start_nova_api:887              :   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
2022-02-14 23:13:29.848 | + lib/nova:start_nova_api:889              :   '[' True == False ']'
2022-02-14 23:13:29.852 | ++ lib/nova:start_nova_api:897              :   which uwsgi
2022-02-14 23:13:29.857 | + lib/nova:start_nova_api:897              :   run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2022-02-14 23:13:29.860 | + functions-common:run_process:1680        :   local service=n-api
2022-02-14 23:13:29.863 | + functions-common:run_process:1681        :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2022-02-14 23:13:29.866 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:13:29.869 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:13:29.872 | + functions-common:run_process:1685        :   local name=n-api
2022-02-14 23:13:29.875 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:13:29.878 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:13:29.881 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:29.883 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:29.887 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:29.893 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880409889
2022-02-14 23:13:29.896 | + functions-common:run_process:1688        :   is_service_enabled n-api
2022-02-14 23:13:29.915 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:29.918 | + functions-common:run_process:1689        :   _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ''
2022-02-14 23:13:29.921 | + functions-common:_run_under_systemd:1645 :   local service=n-api
2022-02-14 23:13:29.923 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2022-02-14 23:13:29.928 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2022-02-14 23:13:29.931 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2022-02-14 23:13:29.934 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2022-02-14 23:13:29.937 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]]
2022-02-14 23:13:29.939 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]]
2022-02-14 23:13:29.942 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@n-api.service
2022-02-14 23:13:29.945 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:13:29.947 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:13:29.951 | + functions-common:_run_under_systemd:1654 :   [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]]
2022-02-14 23:13:29.954 | + functions-common:_run_under_systemd:1655 :   write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu
2022-02-14 23:13:29.956 | + functions-common:write_uwsgi_user_unit_file:1589 :   local service=devstack@n-api.service
2022-02-14 23:13:29.958 | + functions-common:write_uwsgi_user_unit_file:1590 :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2022-02-14 23:13:29.961 | + functions-common:write_uwsgi_user_unit_file:1591 :   local group=
2022-02-14 23:13:29.963 | + functions-common:write_uwsgi_user_unit_file:1592 :   local user=ubuntu
2022-02-14 23:13:29.966 | + functions-common:write_uwsgi_user_unit_file:1593 :   local unitfile=/etc/systemd/system/devstack@n-api.service
2022-02-14 23:13:29.969 | + functions-common:write_uwsgi_user_unit_file:1594 :   mkdir -p /etc/systemd/system
2022-02-14 23:13:29.973 | + functions-common:write_uwsgi_user_unit_file:1596 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service'
2022-02-14 23:13:30.043 | + functions-common:write_uwsgi_user_unit_file:1597 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service
2022-02-14 23:13:30.115 | + functions-common:write_uwsgi_user_unit_file:1598 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu
2022-02-14 23:13:30.178 | + functions-common:write_uwsgi_user_unit_file:1599 :   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'
2022-02-14 23:13:30.241 | + functions-common:write_uwsgi_user_unit_file:1600 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:13:30.304 | + functions-common:write_uwsgi_user_unit_file:1601 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify
2022-02-14 23:13:30.382 | + functions-common:write_uwsgi_user_unit_file:1602 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process
2022-02-14 23:13:30.446 | + functions-common:write_uwsgi_user_unit_file:1603 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always
2022-02-14 23:13:30.515 | + functions-common:write_uwsgi_user_unit_file:1604 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all
2022-02-14 23:13:30.582 | + functions-common:write_uwsgi_user_unit_file:1605 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100
2022-02-14 23:13:30.644 | + functions-common:write_uwsgi_user_unit_file:1607 :   [[ -n '' ]]
2022-02-14 23:13:30.646 | + functions-common:write_uwsgi_user_unit_file:1610 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target
2022-02-14 23:13:30.723 | + functions-common:write_uwsgi_user_unit_file:1613 :   sudo systemctl daemon-reload
2022-02-14 23:13:31.146 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@n-api.service
2022-02-14 23:13:31.161 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service.
2022-02-14 23:13:31.586 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@n-api.service
2022-02-14 23:13:31.675 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:13:31.678 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:31.682 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:31.687 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:31.691 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:31.695 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:31.698 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:13:31.703 | + functions-common:time_stop:2432          :   start_time=1644880409889
2022-02-14 23:13:31.706 | + functions-common:time_stop:2434          :   [[ -z 1644880409889 ]]
2022-02-14 23:13:31.711 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:31.718 | + functions-common:time_stop:2437          :   end_time=1644880411713
2022-02-14 23:13:31.722 | + functions-common:time_stop:2438          :   elapsed_time=1824
2022-02-14 23:13:31.725 | + functions-common:time_stop:2439          :   total=3199
2022-02-14 23:13:31.729 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:31.733 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=5023
2022-02-14 23:13:31.736 | + lib/nova:start_nova_api:898              :   nova_url=http://10.222.0.47/compute/v2.1/
2022-02-14 23:13:31.739 | + lib/nova:start_nova_api:901              :   echo 'Waiting for nova-api to start...'
2022-02-14 23:13:31.739 | Waiting for nova-api to start...
2022-02-14 23:13:31.741 | + lib/nova:start_nova_api:902              :   wait_for_service 60 http://10.222.0.47/compute/v2.1/
2022-02-14 23:13:31.744 | + functions:wait_for_service:457           :   local timeout=60
2022-02-14 23:13:31.748 | + functions:wait_for_service:458           :   local url=http://10.222.0.47/compute/v2.1/
2022-02-14 23:13:31.752 | + functions:wait_for_service:459           :   local rval=0
2022-02-14 23:13:31.756 | + functions:wait_for_service:460           :   time_start wait_for_service
2022-02-14 23:13:31.758 | + functions-common:time_start:2411         :   local name=wait_for_service
2022-02-14 23:13:31.761 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:31.766 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:31.770 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:31.778 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880411772
2022-02-14 23:13:31.785 | + functions:wait_for_service:461           :   timeout 60 bash -x
2022-02-14 23:13:31.792 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.47/compute/v2.1/
2022-02-14 23:13:37.555 | + ::                                       :   [[ 200 == 503 ]]
2022-02-14 23:13:37.557 | + ::                                       :   [[ 0 -eq 7 ]]
2022-02-14 23:13:37.561 | + functions:wait_for_service:466           :   time_stop wait_for_service
2022-02-14 23:13:37.564 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:37.567 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:37.569 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:37.572 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:37.575 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:37.577 | + functions-common:time_stop:2431          :   name=wait_for_service
2022-02-14 23:13:37.580 | + functions-common:time_stop:2432          :   start_time=1644880411772
2022-02-14 23:13:37.583 | + functions-common:time_stop:2434          :   [[ -z 1644880411772 ]]
2022-02-14 23:13:37.587 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:37.592 | + functions-common:time_stop:2437          :   end_time=1644880417589
2022-02-14 23:13:37.595 | + functions-common:time_stop:2438          :   elapsed_time=5817
2022-02-14 23:13:37.597 | + functions-common:time_stop:2439          :   total=6797
2022-02-14 23:13:37.600 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:37.603 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=12614
2022-02-14 23:13:37.607 | + functions:wait_for_service:467           :   return 0
2022-02-14 23:13:37.610 | + lib/nova:start_nova_api:906              :   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
2022-02-14 23:13:37.613 | + lib/nova:start_nova_api:906              :   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
2022-02-14 23:13:37.616 | + ./stack.sh:main:1280                     :   is_service_enabled ovn-controller ovn-controller-vtep
2022-02-14 23:13:37.635 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:37.638 | + ./stack.sh:main:1281                     :   echo_summary 'Starting OVN services'
2022-02-14 23:13:37.641 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:13:37.644 | + ./stack.sh:echo_summary:446              :   echo -e Starting OVN services
2022-02-14 23:13:37.647 | + ./stack.sh:main:1282                     :   start_ovn_services
2022-02-14 23:13:37.649 | + lib/neutron-legacy:start_ovn_services:514 :   [[ openvswitch == \o\v\n ]]
2022-02-14 23:13:37.652 | + ./stack.sh:main:1285                     :   is_service_enabled neutron-api
2022-02-14 23:13:37.674 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:13:37.677 | + ./stack.sh:main:1288                     :   is_service_enabled q-svc
2022-02-14 23:13:37.695 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:37.698 | + ./stack.sh:main:1289                     :   echo_summary 'Starting Neutron'
2022-02-14 23:13:37.701 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:13:37.704 | + ./stack.sh:echo_summary:446              :   echo -e Starting Neutron
2022-02-14 23:13:37.707 | + ./stack.sh:main:1290                     :   configure_neutron_after_post_config
2022-02-14 23:13:37.709 | + lib/neutron-legacy:configure_neutron_after_post_config:494 :   [[ router != '' ]]
2022-02-14 23:13:37.712 | + lib/neutron-legacy:configure_neutron_after_post_config:495 :   iniset /etc/neutron/neutron.conf DEFAULT service_plugins router
2022-02-14 23:13:37.746 | + lib/neutron-legacy:configure_neutron_after_post_config:497 :   configure_rbac_policies
2022-02-14 23:13:37.750 | + lib/neutron:configure_rbac_policies:635  :   '[' False == True ']'
2022-02-14 23:13:37.752 | + lib/neutron:configure_rbac_policies:639  :   iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False
2022-02-14 23:13:37.787 | + lib/neutron:configure_rbac_policies:640  :   iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False
2022-02-14 23:13:37.820 | + ./stack.sh:main:1291                     :   start_neutron_service_and_check
2022-02-14 23:13:37.823 | + lib/neutron-legacy:start_neutron_service_and_check:530 :   local service_port=9696
2022-02-14 23:13:37.825 | + lib/neutron-legacy:start_neutron_service_and_check:531 :   local service_protocol=http
2022-02-14 23:13:37.829 | + lib/neutron-legacy:start_neutron_service_and_check:532 :   local cfg_file_options
2022-02-14 23:13:37.832 | + lib/neutron-legacy:start_neutron_service_and_check:533 :   local neutron_url
2022-02-14 23:13:37.835 | ++ lib/neutron-legacy:start_neutron_service_and_check:535 :   determine_config_files neutron-server
2022-02-14 23:13:37.838 | ++ lib/neutron-legacy:determine_config_files:335 :   local opts=
2022-02-14 23:13:37.840 | ++ lib/neutron-legacy:determine_config_files:336 :   case "$1" in
2022-02-14 23:13:37.844 | +++ lib/neutron-legacy:determine_config_files:337 :   _determine_config_server
2022-02-14 23:13:37.847 | +++ lib/neutron-legacy:_determine_config_server:305 :   [[ '' != '' ]]
2022-02-14 23:13:37.850 | +++ lib/neutron-legacy:_determine_config_server:312 :   [[ 0 > 0 ]]
2022-02-14 23:13:37.852 | +++ lib/neutron-legacy:_determine_config_server:319 :   local cfg_file
2022-02-14 23:13:37.855 | +++ lib/neutron-legacy:_determine_config_server:320 :   local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.857 | +++ lib/neutron-legacy:_determine_config_server:324 :   echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.861 | ++ lib/neutron-legacy:determine_config_files:337 :   opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.864 | ++ lib/neutron-legacy:determine_config_files:340 :   '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']'
2022-02-14 23:13:37.866 | ++ lib/neutron-legacy:determine_config_files:343 :   echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.870 | + lib/neutron-legacy:start_neutron_service_and_check:535 :   cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.873 | + lib/neutron-legacy:start_neutron_service_and_check:537 :   is_service_enabled tls-proxy
2022-02-14 23:13:37.893 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:13:37.896 | + lib/neutron-legacy:start_neutron_service_and_check:542 :   '[' False == True ']'
2022-02-14 23:13:37.898 | + lib/neutron-legacy:start_neutron_service_and_check:549 :   run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.901 | + functions-common:run_process:1680        :   local service=q-svc
2022-02-14 23:13:37.904 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.907 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:13:37.909 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:13:37.912 | + functions-common:run_process:1685        :   local name=q-svc
2022-02-14 23:13:37.915 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:13:37.918 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:13:37.921 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:37.923 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:37.927 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:37.931 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880417929
2022-02-14 23:13:37.934 | + functions-common:run_process:1688        :   is_service_enabled q-svc
2022-02-14 23:13:37.953 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:37.956 | + functions-common:run_process:1689        :   _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' '' ''
2022-02-14 23:13:37.959 | + functions-common:_run_under_systemd:1645 :   local service=q-svc
2022-02-14 23:13:37.961 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.964 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.966 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.969 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.971 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]]
2022-02-14 23:13:37.974 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]]
2022-02-14 23:13:37.977 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@q-svc.service
2022-02-14 23:13:37.979 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:13:37.982 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:13:37.985 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]]
2022-02-14 23:13:37.988 | + functions-common:_run_under_systemd:1657 :   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
2022-02-14 23:13:37.991 | + functions-common:write_user_unit_file:1562 :   local service=devstack@q-svc.service
2022-02-14 23:13:37.993 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:37.995 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:13:37.998 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:13:38.001 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:13:38.004 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:13:38.006 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@q-svc.service
2022-02-14 23:13:38.009 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:13:38.014 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service'
2022-02-14 23:13:38.087 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu
2022-02-14 23:13:38.157 | + functions-common:write_user_unit_file:1575 :   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'
2022-02-14 23:13:38.215 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process
2022-02-14 23:13:38.273 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300
2022-02-14 23:13:38.334 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:13:38.390 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:13:38.393 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target
2022-02-14 23:13:38.461 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:13:38.891 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@q-svc.service
2022-02-14 23:13:38.906 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service.
2022-02-14 23:13:39.297 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@q-svc.service
2022-02-14 23:13:39.320 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:13:39.328 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:39.331 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:39.333 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:39.336 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:39.338 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:39.341 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:13:39.344 | + functions-common:time_stop:2432          :   start_time=1644880417929
2022-02-14 23:13:39.347 | + functions-common:time_stop:2434          :   [[ -z 1644880417929 ]]
2022-02-14 23:13:39.350 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:39.355 | + functions-common:time_stop:2437          :   end_time=1644880419352
2022-02-14 23:13:39.358 | + functions-common:time_stop:2438          :   elapsed_time=1423
2022-02-14 23:13:39.361 | + functions-common:time_stop:2439          :   total=5023
2022-02-14 23:13:39.364 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:39.366 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=6446
2022-02-14 23:13:39.369 | + lib/neutron-legacy:start_neutron_service_and_check:550 :   neutron_url=http://10.222.0.47:9696
2022-02-14 23:13:39.371 | + lib/neutron-legacy:start_neutron_service_and_check:552 :   is_service_enabled tls-proxy
2022-02-14 23:13:39.390 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:13:39.393 | + lib/neutron-legacy:start_neutron_service_and_check:556 :   echo 'Waiting for Neutron to start...'
2022-02-14 23:13:39.393 | Waiting for Neutron to start...
2022-02-14 23:13:39.396 | + lib/neutron-legacy:start_neutron_service_and_check:558 :   local 'testcmd=wget  --no-proxy -q -O- http://10.222.0.47:9696'
2022-02-14 23:13:39.398 | + lib/neutron-legacy:start_neutron_service_and_check:559 :   test_with_retry 'wget  --no-proxy -q -O- http://10.222.0.47:9696' 'Neutron did not start' 60
2022-02-14 23:13:39.401 | + functions-common:test_with_retry:2363    :   local 'testcmd=wget  --no-proxy -q -O- http://10.222.0.47:9696'
2022-02-14 23:13:39.404 | + functions-common:test_with_retry:2364    :   local 'failmsg=Neutron did not start'
2022-02-14 23:13:39.407 | + functions-common:test_with_retry:2365    :   local until=60
2022-02-14 23:13:39.410 | + functions-common:test_with_retry:2366    :   local sleep=0.5
2022-02-14 23:13:39.412 | + functions-common:test_with_retry:2368    :   time_start test_with_retry
2022-02-14 23:13:39.415 | + functions-common:time_start:2411         :   local name=test_with_retry
2022-02-14 23:13:39.418 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:39.422 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:39.425 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:39.430 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880419427
2022-02-14 23:13:39.433 | + functions-common:test_with_retry:2369    :   timeout 60 sh -c 'while ! wget  --no-proxy -q -O- http://10.222.0.47:9696; do sleep 0.5; done'
2022-02-14 23:13:45.522 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.47:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2372    :   time_stop test_with_retry
2022-02-14 23:13:45.524 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:45.527 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:45.530 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:45.534 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:45.537 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:45.541 | + functions-common:time_stop:2431          :   name=test_with_retry
2022-02-14 23:13:45.545 | + functions-common:time_stop:2432          :   start_time=1644880419427
2022-02-14 23:13:45.548 | + functions-common:time_stop:2434          :   [[ -z 1644880419427 ]]
2022-02-14 23:13:45.552 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:45.557 | + functions-common:time_stop:2437          :   end_time=1644880425554
2022-02-14 23:13:45.559 | + functions-common:time_stop:2438          :   elapsed_time=6127
2022-02-14 23:13:45.563 | + functions-common:time_stop:2439          :   total=0
2022-02-14 23:13:45.565 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:45.570 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=6127
2022-02-14 23:13:45.573 | + ./stack.sh:main:1296                     :   is_service_enabled placement
2022-02-14 23:13:45.595 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:45.599 | + ./stack.sh:main:1297                     :   echo_summary 'Starting Placement'
2022-02-14 23:13:45.601 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:13:45.604 | + ./stack.sh:echo_summary:446              :   echo -e Starting Placement
2022-02-14 23:13:45.607 | + ./stack.sh:main:1298                     :   start_placement
2022-02-14 23:13:45.610 | + lib/placement:start_placement:160        :   start_placement_api
2022-02-14 23:13:45.613 | + lib/placement:start_placement_api:146    :   [[ uwsgi == \u\w\s\g\i ]]
2022-02-14 23:13:45.618 | ++ lib/placement:start_placement_api:147    :   which uwsgi
2022-02-14 23:13:45.624 | + lib/placement:start_placement_api:147    :   run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2022-02-14 23:13:45.627 | + functions-common:run_process:1680        :   local service=placement-api
2022-02-14 23:13:45.630 | + functions-common:run_process:1681        :   local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2022-02-14 23:13:45.634 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:13:45.637 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:13:45.640 | + functions-common:run_process:1685        :   local name=placement-api
2022-02-14 23:13:45.643 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:13:45.646 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:13:45.649 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:45.652 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:45.656 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:45.661 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880425658
2022-02-14 23:13:45.664 | + functions-common:run_process:1688        :   is_service_enabled placement-api
2022-02-14 23:13:45.686 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:45.689 | + functions-common:run_process:1689        :   _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ''
2022-02-14 23:13:45.692 | + functions-common:_run_under_systemd:1645 :   local service=placement-api
2022-02-14 23:13:45.695 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2022-02-14 23:13:45.698 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2022-02-14 23:13:45.701 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2022-02-14 23:13:45.705 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2022-02-14 23:13:45.707 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]]
2022-02-14 23:13:45.710 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]]
2022-02-14 23:13:45.713 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@placement-api.service
2022-02-14 23:13:45.715 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:13:45.719 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:13:45.721 | + functions-common:_run_under_systemd:1654 :   [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]]
2022-02-14 23:13:45.725 | + functions-common:_run_under_systemd:1655 :   write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu
2022-02-14 23:13:45.728 | + functions-common:write_uwsgi_user_unit_file:1589 :   local service=devstack@placement-api.service
2022-02-14 23:13:45.734 | + functions-common:write_uwsgi_user_unit_file:1590 :   local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2022-02-14 23:13:45.737 | + functions-common:write_uwsgi_user_unit_file:1591 :   local group=
2022-02-14 23:13:45.740 | + functions-common:write_uwsgi_user_unit_file:1592 :   local user=ubuntu
2022-02-14 23:13:45.743 | + functions-common:write_uwsgi_user_unit_file:1593 :   local unitfile=/etc/systemd/system/devstack@placement-api.service
2022-02-14 23:13:45.745 | + functions-common:write_uwsgi_user_unit_file:1594 :   mkdir -p /etc/systemd/system
2022-02-14 23:13:45.751 | + functions-common:write_uwsgi_user_unit_file:1596 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service'
2022-02-14 23:13:45.824 | + functions-common:write_uwsgi_user_unit_file:1597 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service
2022-02-14 23:13:45.900 | + functions-common:write_uwsgi_user_unit_file:1598 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu
2022-02-14 23:13:45.960 | + functions-common:write_uwsgi_user_unit_file:1599 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2022-02-14 23:13:46.021 | + functions-common:write_uwsgi_user_unit_file:1600 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:13:46.087 | + functions-common:write_uwsgi_user_unit_file:1601 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify
2022-02-14 23:13:46.153 | + functions-common:write_uwsgi_user_unit_file:1602 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process
2022-02-14 23:13:46.211 | + functions-common:write_uwsgi_user_unit_file:1603 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always
2022-02-14 23:13:46.273 | + functions-common:write_uwsgi_user_unit_file:1604 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all
2022-02-14 23:13:46.341 | + functions-common:write_uwsgi_user_unit_file:1605 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100
2022-02-14 23:13:46.403 | + functions-common:write_uwsgi_user_unit_file:1607 :   [[ -n '' ]]
2022-02-14 23:13:46.406 | + functions-common:write_uwsgi_user_unit_file:1610 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target
2022-02-14 23:13:46.482 | + functions-common:write_uwsgi_user_unit_file:1613 :   sudo systemctl daemon-reload
2022-02-14 23:13:46.894 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@placement-api.service
2022-02-14 23:13:46.909 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service.
2022-02-14 23:13:47.322 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@placement-api.service
2022-02-14 23:13:47.408 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:13:47.411 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:47.414 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:47.417 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:47.421 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:47.423 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:47.426 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:13:47.429 | + functions-common:time_stop:2432          :   start_time=1644880425658
2022-02-14 23:13:47.431 | + functions-common:time_stop:2434          :   [[ -z 1644880425658 ]]
2022-02-14 23:13:47.435 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:47.441 | + functions-common:time_stop:2437          :   end_time=1644880427438
2022-02-14 23:13:47.444 | + functions-common:time_stop:2438          :   elapsed_time=1780
2022-02-14 23:13:47.447 | + functions-common:time_stop:2439          :   total=6446
2022-02-14 23:13:47.449 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:47.452 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=8226
2022-02-14 23:13:47.455 | + lib/placement:start_placement_api:153    :   echo 'Waiting for placement-api to start...'
2022-02-14 23:13:47.456 | Waiting for placement-api to start...
2022-02-14 23:13:47.458 | + lib/placement:start_placement_api:154    :   wait_for_service 60 http://10.222.0.47/placement
2022-02-14 23:13:47.461 | + functions:wait_for_service:457           :   local timeout=60
2022-02-14 23:13:47.464 | + functions:wait_for_service:458           :   local url=http://10.222.0.47/placement
2022-02-14 23:13:47.466 | + functions:wait_for_service:459           :   local rval=0
2022-02-14 23:13:47.469 | + functions:wait_for_service:460           :   time_start wait_for_service
2022-02-14 23:13:47.472 | + functions-common:time_start:2411         :   local name=wait_for_service
2022-02-14 23:13:47.475 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:47.483 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:47.489 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:47.492 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880427489
2022-02-14 23:13:47.495 | + functions:wait_for_service:461           :   timeout 60 bash -x
2022-02-14 23:13:47.502 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.47/placement
2022-02-14 23:13:50.316 | + ::                                       :   [[ 200 == 503 ]]
2022-02-14 23:13:50.319 | + ::                                       :   [[ 0 -eq 7 ]]
2022-02-14 23:13:50.323 | + functions:wait_for_service:466           :   time_stop wait_for_service
2022-02-14 23:13:50.326 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:50.328 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:50.331 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:50.334 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:50.337 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:50.340 | + functions-common:time_stop:2431          :   name=wait_for_service
2022-02-14 23:13:50.343 | + functions-common:time_stop:2432          :   start_time=1644880427489
2022-02-14 23:13:50.346 | + functions-common:time_stop:2434          :   [[ -z 1644880427489 ]]
2022-02-14 23:13:50.350 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:50.355 | + functions-common:time_stop:2437          :   end_time=1644880430352
2022-02-14 23:13:50.358 | + functions-common:time_stop:2438          :   elapsed_time=2863
2022-02-14 23:13:50.361 | + functions-common:time_stop:2439          :   total=12614
2022-02-14 23:13:50.365 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:50.368 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=15477
2022-02-14 23:13:50.372 | + functions:wait_for_service:467           :   return 0
2022-02-14 23:13:50.375 | + ./stack.sh:main:1301                     :   is_service_enabled neutron
2022-02-14 23:13:50.395 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:50.397 | + ./stack.sh:main:1302                     :   start_neutron
2022-02-14 23:13:50.400 | + lib/neutron:start_neutron:732            :   is_neutron_legacy_enabled
2022-02-14 23:13:50.404 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:13:50.405 | ++ lib/neutron:is_neutron_legacy_enabled:136 :   sed s/neutron-//g
2022-02-14 23:13:50.411 | + lib/neutron:is_neutron_legacy_enabled:136 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2022-02-14 23:13:50.414 | + lib/neutron:is_neutron_legacy_enabled:137 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account =~ ,neutron ]]
2022-02-14 23:13:50.417 | + lib/neutron:is_neutron_legacy_enabled:138 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder =~ ,q- ]]
2022-02-14 23:13:50.420 | + lib/neutron:is_neutron_legacy_enabled:138 :   return 0
2022-02-14 23:13:50.424 | + lib/neutron:start_neutron:734            :   start_mutnauq_l2_agent
2022-02-14 23:13:50.426 | + lib/neutron-legacy:start_mutnauq_l2_agent:565 :   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'
2022-02-14 23:13:50.429 | + functions-common:run_process:1680        :   local service=q-agt
2022-02-14 23:13:50.432 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:50.434 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:13:50.437 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:13:50.440 | + functions-common:run_process:1685        :   local name=q-agt
2022-02-14 23:13:50.443 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:13:50.446 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:13:50.448 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:50.451 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:50.454 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:50.460 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880430456
2022-02-14 23:13:50.463 | + functions-common:run_process:1688        :   is_service_enabled q-agt
2022-02-14 23:13:50.482 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:50.485 | + functions-common:run_process:1689        :   _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' '' ''
2022-02-14 23:13:50.488 | + functions-common:_run_under_systemd:1645 :   local service=q-agt
2022-02-14 23:13:50.491 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:50.494 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:50.496 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:50.499 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:50.502 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]]
2022-02-14 23:13:50.505 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]]
2022-02-14 23:13:50.507 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@q-agt.service
2022-02-14 23:13:50.510 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:13:50.512 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:13:50.515 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]]
2022-02-14 23:13:50.518 | + functions-common:_run_under_systemd:1657 :   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
2022-02-14 23:13:50.521 | + functions-common:write_user_unit_file:1562 :   local service=devstack@q-agt.service
2022-02-14 23:13:50.526 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2022-02-14 23:13:50.528 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:13:50.532 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:13:50.534 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:13:50.537 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:13:50.539 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@q-agt.service
2022-02-14 23:13:50.542 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:13:50.547 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service'
2022-02-14 23:13:50.615 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu
2022-02-14 23:13:50.684 | + functions-common:write_user_unit_file:1575 :   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'
2022-02-14 23:13:50.741 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process
2022-02-14 23:13:50.798 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300
2022-02-14 23:13:50.855 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:13:50.914 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:13:50.917 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target
2022-02-14 23:13:50.988 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:13:51.396 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@q-agt.service
2022-02-14 23:13:51.412 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service.
2022-02-14 23:13:51.840 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@q-agt.service
2022-02-14 23:13:51.882 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:13:51.885 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:51.888 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:51.892 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:51.896 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:51.899 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:51.902 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:13:51.905 | + functions-common:time_stop:2432          :   start_time=1644880430456
2022-02-14 23:13:51.907 | + functions-common:time_stop:2434          :   [[ -z 1644880430456 ]]
2022-02-14 23:13:51.911 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:51.916 | + functions-common:time_stop:2437          :   end_time=1644880431913
2022-02-14 23:13:51.919 | + functions-common:time_stop:2438          :   elapsed_time=1457
2022-02-14 23:13:51.922 | + functions-common:time_stop:2439          :   total=8226
2022-02-14 23:13:51.925 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:51.927 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=9683
2022-02-14 23:13:51.930 | + lib/neutron-legacy:start_mutnauq_l2_agent:567 :   is_provider_network
2022-02-14 23:13:51.933 | + functions-common:is_provider_network:2274 :   '[' '' == True ']'
2022-02-14 23:13:51.935 | + functions-common:is_provider_network:2277 :   return 1
2022-02-14 23:13:51.939 | + lib/neutron:start_neutron:735            :   start_mutnauq_other_agents
2022-02-14 23:13:51.943 | + lib/neutron-legacy:start_mutnauq_other_agents:583 :   run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2022-02-14 23:13:51.946 | + functions-common:run_process:1680        :   local service=q-dhcp
2022-02-14 23:13:51.950 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2022-02-14 23:13:51.954 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:13:51.957 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:13:51.960 | + functions-common:run_process:1685        :   local name=q-dhcp
2022-02-14 23:13:51.963 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:13:51.965 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:13:51.968 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:51.971 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:51.974 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:51.979 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880431976
2022-02-14 23:13:51.982 | + functions-common:run_process:1688        :   is_service_enabled q-dhcp
2022-02-14 23:13:52.001 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:52.005 | + functions-common:run_process:1689        :   _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' ''
2022-02-14 23:13:52.007 | + functions-common:_run_under_systemd:1645 :   local service=q-dhcp
2022-02-14 23:13:52.012 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2022-02-14 23:13:52.015 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2022-02-14 23:13:52.018 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2022-02-14 23:13:52.020 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2022-02-14 23:13:52.023 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]]
2022-02-14 23:13:52.026 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]]
2022-02-14 23:13:52.029 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@q-dhcp.service
2022-02-14 23:13:52.032 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:13:52.035 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:13:52.038 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]]
2022-02-14 23:13:52.041 | + functions-common:_run_under_systemd:1657 :   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
2022-02-14 23:13:52.044 | + functions-common:write_user_unit_file:1562 :   local service=devstack@q-dhcp.service
2022-02-14 23:13:52.047 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2022-02-14 23:13:52.050 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:13:52.052 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:13:52.056 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:13:52.059 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:13:52.062 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@q-dhcp.service
2022-02-14 23:13:52.065 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:13:52.070 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service'
2022-02-14 23:13:52.141 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu
2022-02-14 23:13:52.216 | + functions-common:write_user_unit_file:1575 :   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'
2022-02-14 23:13:52.277 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process
2022-02-14 23:13:52.337 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300
2022-02-14 23:13:52.397 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:13:52.458 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:13:52.461 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target
2022-02-14 23:13:52.537 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:13:52.998 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@q-dhcp.service
2022-02-14 23:13:53.015 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service.
2022-02-14 23:13:53.444 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@q-dhcp.service
2022-02-14 23:13:53.474 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:13:53.477 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:53.480 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:53.484 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:53.487 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:53.490 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:53.493 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:13:53.496 | + functions-common:time_stop:2432          :   start_time=1644880431976
2022-02-14 23:13:53.499 | + functions-common:time_stop:2434          :   [[ -z 1644880431976 ]]
2022-02-14 23:13:53.502 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:53.508 | + functions-common:time_stop:2437          :   end_time=1644880433504
2022-02-14 23:13:53.511 | + functions-common:time_stop:2438          :   elapsed_time=1528
2022-02-14 23:13:53.514 | + functions-common:time_stop:2439          :   total=9683
2022-02-14 23:13:53.517 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:53.520 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=11211
2022-02-14 23:13:53.523 | ++ lib/neutron-legacy:start_mutnauq_other_agents:585 :   determine_config_files neutron-l3-agent
2022-02-14 23:13:53.526 | ++ lib/neutron-legacy:determine_config_files:335 :   local opts=
2022-02-14 23:13:53.528 | ++ lib/neutron-legacy:determine_config_files:336 :   case "$1" in
2022-02-14 23:13:53.533 | +++ lib/neutron-legacy:determine_config_files:338 :   _determine_config_l3
2022-02-14 23:13:53.536 | +++ lib/neutron-legacy:_determine_config_l3:328 :   local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.539 | +++ lib/neutron-legacy:_determine_config_l3:329 :   echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.544 | ++ lib/neutron-legacy:determine_config_files:338 :   opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.547 | ++ lib/neutron-legacy:determine_config_files:340 :   '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']'
2022-02-14 23:13:53.550 | ++ lib/neutron-legacy:determine_config_files:343 :   echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.554 | + lib/neutron-legacy:start_mutnauq_other_agents:585 :   run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.560 | + functions-common:run_process:1680        :   local service=q-l3
2022-02-14 23:13:53.563 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.565 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:13:53.569 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:13:53.572 | + functions-common:run_process:1685        :   local name=q-l3
2022-02-14 23:13:53.575 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:13:53.578 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:13:53.581 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:53.583 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:53.587 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:53.592 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880433589
2022-02-14 23:13:53.596 | + functions-common:run_process:1688        :   is_service_enabled q-l3
2022-02-14 23:13:53.620 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:53.624 | + functions-common:run_process:1689        :   _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' ''
2022-02-14 23:13:53.627 | + functions-common:_run_under_systemd:1645 :   local service=q-l3
2022-02-14 23:13:53.630 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.632 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.636 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.638 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.642 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]]
2022-02-14 23:13:53.645 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]]
2022-02-14 23:13:53.648 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@q-l3.service
2022-02-14 23:13:53.650 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:13:53.653 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:13:53.657 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]]
2022-02-14 23:13:53.660 | + functions-common:_run_under_systemd:1657 :   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
2022-02-14 23:13:53.663 | + functions-common:write_user_unit_file:1562 :   local service=devstack@q-l3.service
2022-02-14 23:13:53.666 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2022-02-14 23:13:53.675 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:13:53.678 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:13:53.681 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:13:53.684 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:13:53.686 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@q-l3.service
2022-02-14 23:13:53.689 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:13:53.694 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service'
2022-02-14 23:13:53.776 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu
2022-02-14 23:13:53.856 | + functions-common:write_user_unit_file:1575 :   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'
2022-02-14 23:13:53.931 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process
2022-02-14 23:13:54.013 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300
2022-02-14 23:13:54.104 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:13:54.172 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:13:54.175 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target
2022-02-14 23:13:54.255 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:13:54.721 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@q-l3.service
2022-02-14 23:13:54.736 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service.
2022-02-14 23:13:55.204 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@q-l3.service
2022-02-14 23:13:55.231 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:13:55.234 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:55.237 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:55.240 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:55.244 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:55.247 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:55.249 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:13:55.253 | + functions-common:time_stop:2432          :   start_time=1644880433589
2022-02-14 23:13:55.256 | + functions-common:time_stop:2434          :   [[ -z 1644880433589 ]]
2022-02-14 23:13:55.259 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:55.265 | + functions-common:time_stop:2437          :   end_time=1644880435261
2022-02-14 23:13:55.268 | + functions-common:time_stop:2438          :   elapsed_time=1672
2022-02-14 23:13:55.271 | + functions-common:time_stop:2439          :   total=11211
2022-02-14 23:13:55.273 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:55.276 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=12883
2022-02-14 23:13:55.279 | + lib/neutron-legacy:start_mutnauq_other_agents:587 :   run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2022-02-14 23:13:55.283 | + functions-common:run_process:1680        :   local service=q-meta
2022-02-14 23:13:55.285 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2022-02-14 23:13:55.288 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:13:55.291 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:13:55.294 | + functions-common:run_process:1685        :   local name=q-meta
2022-02-14 23:13:55.297 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:13:55.299 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:13:55.302 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:55.305 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:55.312 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:55.317 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880435311
2022-02-14 23:13:55.321 | + functions-common:run_process:1688        :   is_service_enabled q-meta
2022-02-14 23:13:55.348 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:55.351 | + functions-common:run_process:1689        :   _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' ''
2022-02-14 23:13:55.355 | + functions-common:_run_under_systemd:1645 :   local service=q-meta
2022-02-14 23:13:55.358 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2022-02-14 23:13:55.363 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2022-02-14 23:13:55.366 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2022-02-14 23:13:55.369 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2022-02-14 23:13:55.372 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]]
2022-02-14 23:13:55.376 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]]
2022-02-14 23:13:55.379 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@q-meta.service
2022-02-14 23:13:55.382 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:13:55.384 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:13:55.387 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]]
2022-02-14 23:13:55.391 | + functions-common:_run_under_systemd:1657 :   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
2022-02-14 23:13:55.393 | + functions-common:write_user_unit_file:1562 :   local service=devstack@q-meta.service
2022-02-14 23:13:55.396 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2022-02-14 23:13:55.399 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:13:55.402 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:13:55.404 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:13:55.408 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:13:55.411 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@q-meta.service
2022-02-14 23:13:55.414 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:13:55.419 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service'
2022-02-14 23:13:55.505 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu
2022-02-14 23:13:55.599 | + functions-common:write_user_unit_file:1575 :   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'
2022-02-14 23:13:55.665 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process
2022-02-14 23:13:55.741 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300
2022-02-14 23:13:55.807 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:13:55.887 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:13:55.891 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target
2022-02-14 23:13:55.972 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:13:56.523 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@q-meta.service
2022-02-14 23:13:56.546 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service.
2022-02-14 23:13:57.136 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@q-meta.service
2022-02-14 23:13:57.171 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:13:57.175 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:57.182 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:57.188 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:57.192 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:57.196 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:57.199 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:13:57.202 | + functions-common:time_stop:2432          :   start_time=1644880435311
2022-02-14 23:13:57.205 | + functions-common:time_stop:2434          :   [[ -z 1644880435311 ]]
2022-02-14 23:13:57.210 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:57.214 | + functions-common:time_stop:2437          :   end_time=1644880437211
2022-02-14 23:13:57.217 | + functions-common:time_stop:2438          :   elapsed_time=1900
2022-02-14 23:13:57.219 | + functions-common:time_stop:2439          :   total=12883
2022-02-14 23:13:57.222 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:57.225 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=14783
2022-02-14 23:13:57.228 | + lib/neutron-legacy:start_mutnauq_other_agents:588 :   run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file '
2022-02-14 23:13:57.230 | + functions-common:run_process:1680        :   local service=q-metering
2022-02-14 23:13:57.233 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file '
2022-02-14 23:13:57.236 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:13:57.239 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:13:57.242 | + functions-common:run_process:1685        :   local name=q-metering
2022-02-14 23:13:57.245 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:13:57.248 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:13:57.251 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:13:57.254 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:13:57.259 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:13:57.264 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880437260
2022-02-14 23:13:57.267 | + functions-common:run_process:1688        :   is_service_enabled q-metering
2022-02-14 23:13:57.301 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:13:57.304 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:13:57.307 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:13:57.310 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:13:57.314 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:13:57.318 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:13:57.322 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:13:57.327 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:13:57.332 | + functions-common:time_stop:2432          :   start_time=1644880437260
2022-02-14 23:13:57.336 | + functions-common:time_stop:2434          :   [[ -z 1644880437260 ]]
2022-02-14 23:13:57.344 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:13:57.349 | + functions-common:time_stop:2437          :   end_time=1644880437344
2022-02-14 23:13:57.353 | + functions-common:time_stop:2438          :   elapsed_time=84
2022-02-14 23:13:57.356 | + functions-common:time_stop:2439          :   total=14783
2022-02-14 23:13:57.361 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:13:57.365 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=14867
2022-02-14 23:13:57.370 | + ./stack.sh:main:1305                     :   is_service_enabled q-svc
2022-02-14 23:13:57.403 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:13:57.407 | + ./stack.sh:main:1305                     :   [[ True == \T\r\u\e ]]
2022-02-14 23:13:57.411 | + ./stack.sh:main:1306                     :   echo_summary 'Creating initial neutron network elements'
2022-02-14 23:13:57.416 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:13:57.419 | + ./stack.sh:echo_summary:446              :   echo -e Creating initial neutron network elements
2022-02-14 23:13:57.422 | + ./stack.sh:main:1309                     :   type -p neutron_plugin_create_initial_networks
2022-02-14 23:13:57.426 | + ./stack.sh:main:1312                     :   create_neutron_initial_network
2022-02-14 23:13:57.428 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:150 :   local project_id
2022-02-14 23:13:57.433 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 :   oscwrap project list
2022-02-14 23:13:57.438 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 :   grep ' demo '
2022-02-14 23:13:57.441 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 :   get_field 1
2022-02-14 23:13:57.447 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:13:57.453 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:00.018 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:00.018 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:00.018 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:00.018 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:00.208 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:00.213 | ++ functions-common:get_field:813           :   '[' 1 -lt 0 ']'
2022-02-14 23:14:00.219 | ++ functions-common:get_field:816           :   field='$2'
2022-02-14 23:14:00.223 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2022-02-14 23:14:00.227 | ++ functions-common:get_field:818           :   echo '| b88c8e918ec14e0f8bd08b4d5d84112b | demo               |'
2022-02-14 23:14:00.231 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:00.235 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 :   project_id=b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:14:00.239 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:152 :   die_if_not_set 152 project_id 'Failure retrieving project_id for demo'
2022-02-14 23:14:00.242 | + functions-common:die_if_not_set:282      :   local exitcode=0
2022-02-14 23:14:00.271 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 :   type -p neutron_plugin_create_initial_network_profile
2022-02-14 23:14:00.273 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:159 :   is_networking_extension_supported auto-allocated-topology
2022-02-14 23:14:00.277 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 :   local extension=auto-allocated-topology
2022-02-14 23:14:00.281 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2022-02-14 23:14:03.241 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:03.241 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:03.241 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:03.241 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:03.419 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:03.424 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   EXT_LIST='address-group
2022-02-14 23:14:03.424 | address-scope
2022-02-14 23:14:03.424 | router-admin-state-down-before-update
2022-02-14 23:14:03.424 | agent
2022-02-14 23:14:03.424 | agent-resources-synced
2022-02-14 23:14:03.424 | allowed-address-pairs
2022-02-14 23:14:03.424 | auto-allocated-topology
2022-02-14 23:14:03.424 | availability_zone
2022-02-14 23:14:03.424 | availability_zone_filter
2022-02-14 23:14:03.424 | default-subnetpools
2022-02-14 23:14:03.424 | dhcp_agent_scheduler
2022-02-14 23:14:03.424 | dvr
2022-02-14 23:14:03.424 | empty-string-filtering
2022-02-14 23:14:03.424 | external-net
2022-02-14 23:14:03.424 | extra_dhcp_opt
2022-02-14 23:14:03.424 | extraroute
2022-02-14 23:14:03.424 | extraroute-atomic
2022-02-14 23:14:03.424 | filter-validation
2022-02-14 23:14:03.424 | fip-port-details
2022-02-14 23:14:03.424 | flavors
2022-02-14 23:14:03.424 | floatingip-pools
2022-02-14 23:14:03.424 | ip-substring-filtering
2022-02-14 23:14:03.424 | router
2022-02-14 23:14:03.424 | ext-gw-mode
2022-02-14 23:14:03.424 | l3-ha
2022-02-14 23:14:03.424 | l3-flavors
2022-02-14 23:14:03.424 | l3-port-ip-change-not-allowed
2022-02-14 23:14:03.424 | l3_agent_scheduler
2022-02-14 23:14:03.424 | multi-provider
2022-02-14 23:14:03.424 | net-mtu
2022-02-14 23:14:03.424 | net-mtu-writable
2022-02-14 23:14:03.424 | network_availability_zone
2022-02-14 23:14:03.424 | network-ip-availability
2022-02-14 23:14:03.425 | pagination
2022-02-14 23:14:03.425 | port-device-profile
2022-02-14 23:14:03.425 | port-mac-address-regenerate
2022-02-14 23:14:03.425 | port-numa-affinity-policy
2022-02-14 23:14:03.425 | binding
2022-02-14 23:14:03.425 | binding-extended
2022-02-14 23:14:03.425 | port-security
2022-02-14 23:14:03.425 | project-id
2022-02-14 23:14:03.425 | provider
2022-02-14 23:14:03.425 | quota-check-limit
2022-02-14 23:14:03.425 | quotas
2022-02-14 23:14:03.425 | quota_details
2022-02-14 23:14:03.425 | rbac-policies
2022-02-14 23:14:03.425 | rbac-address-group
2022-02-14 23:14:03.425 | rbac-address-scope
2022-02-14 23:14:03.425 | rbac-security-groups
2022-02-14 23:14:03.425 | rbac-subnetpool
2022-02-14 23:14:03.425 | revision-if-match
2022-02-14 23:14:03.425 | standard-attr-revisions
2022-02-14 23:14:03.425 | router_availability_zone
2022-02-14 23:14:03.425 | security-groups-normalized-cidr
2022-02-14 23:14:03.425 | port-security-groups-filtering
2022-02-14 23:14:03.425 | security-groups-remote-address-group
2022-02-14 23:14:03.425 | security-groups-shared-filtering
2022-02-14 23:14:03.425 | security-group
2022-02-14 23:14:03.425 | service-type
2022-02-14 23:14:03.425 | sorting
2022-02-14 23:14:03.425 | standard-attr-description
2022-02-14 23:14:03.425 | stateful-security-group
2022-02-14 23:14:03.425 | subnet_onboard
2022-02-14 23:14:03.425 | subnet-service-types
2022-02-14 23:14:03.426 | subnet_allocation
2022-02-14 23:14:03.426 | subnetpool-prefix-ops
2022-02-14 23:14:03.426 | standard-attr-tag
2022-02-14 23:14:03.426 | standard-attr-timestamp'
2022-02-14 23:14:03.428 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   [[ address-group
2022-02-14 23:14:03.428 | address-scope
2022-02-14 23:14:03.428 | router-admin-state-down-before-update
2022-02-14 23:14:03.428 | agent
2022-02-14 23:14:03.428 | agent-resources-synced
2022-02-14 23:14:03.428 | allowed-address-pairs
2022-02-14 23:14:03.428 | auto-allocated-topology
2022-02-14 23:14:03.428 | availability_zone
2022-02-14 23:14:03.428 | availability_zone_filter
2022-02-14 23:14:03.429 | default-subnetpools
2022-02-14 23:14:03.429 | dhcp_agent_scheduler
2022-02-14 23:14:03.429 | dvr
2022-02-14 23:14:03.429 | empty-string-filtering
2022-02-14 23:14:03.429 | external-net
2022-02-14 23:14:03.429 | extra_dhcp_opt
2022-02-14 23:14:03.429 | extraroute
2022-02-14 23:14:03.429 | extraroute-atomic
2022-02-14 23:14:03.429 | filter-validation
2022-02-14 23:14:03.429 | fip-port-details
2022-02-14 23:14:03.429 | flavors
2022-02-14 23:14:03.429 | floatingip-pools
2022-02-14 23:14:03.429 | ip-substring-filtering
2022-02-14 23:14:03.429 | router
2022-02-14 23:14:03.429 | ext-gw-mode
2022-02-14 23:14:03.429 | l3-ha
2022-02-14 23:14:03.429 | l3-flavors
2022-02-14 23:14:03.429 | l3-port-ip-change-not-allowed
2022-02-14 23:14:03.429 | l3_agent_scheduler
2022-02-14 23:14:03.429 | multi-provider
2022-02-14 23:14:03.429 | net-mtu
2022-02-14 23:14:03.429 | net-mtu-writable
2022-02-14 23:14:03.429 | network_availability_zone
2022-02-14 23:14:03.429 | network-ip-availability
2022-02-14 23:14:03.429 | pagination
2022-02-14 23:14:03.429 | port-device-profile
2022-02-14 23:14:03.429 | port-mac-address-regenerate
2022-02-14 23:14:03.429 | port-numa-affinity-policy
2022-02-14 23:14:03.429 | binding
2022-02-14 23:14:03.429 | binding-extended
2022-02-14 23:14:03.429 | port-security
2022-02-14 23:14:03.429 | project-id
2022-02-14 23:14:03.429 | provider
2022-02-14 23:14:03.429 | quota-check-limit
2022-02-14 23:14:03.430 | quotas
2022-02-14 23:14:03.430 | quota_details
2022-02-14 23:14:03.430 | rbac-policies
2022-02-14 23:14:03.430 | rbac-address-group
2022-02-14 23:14:03.430 | rbac-address-scope
2022-02-14 23:14:03.430 | rbac-security-groups
2022-02-14 23:14:03.430 | rbac-subnetpool
2022-02-14 23:14:03.430 | revision-if-match
2022-02-14 23:14:03.430 | standard-attr-revisions
2022-02-14 23:14:03.430 | router_availability_zone
2022-02-14 23:14:03.430 | security-groups-normalized-cidr
2022-02-14 23:14:03.430 | port-security-groups-filtering
2022-02-14 23:14:03.430 | security-groups-remote-address-group
2022-02-14 23:14:03.430 | security-groups-shared-filtering
2022-02-14 23:14:03.430 | security-group
2022-02-14 23:14:03.430 | service-type
2022-02-14 23:14:03.430 | sorting
2022-02-14 23:14:03.430 | standard-attr-description
2022-02-14 23:14:03.430 | stateful-security-group
2022-02-14 23:14:03.430 | subnet_onboard
2022-02-14 23:14:03.430 | subnet-service-types
2022-02-14 23:14:03.430 | subnet_allocation
2022-02-14 23:14:03.430 | subnetpool-prefix-ops
2022-02-14 23:14:03.430 | standard-attr-tag
2022-02-14 23:14:03.430 | standard-attr-timestamp =~ auto-allocated-topology ]]
2022-02-14 23:14:03.432 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   return 0
2022-02-14 23:14:03.435 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 :   [[ True == \T\r\u\e ]]
2022-02-14 23:14:03.439 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 :   [[ 4 =~ 4.* ]]
2022-02-14 23:14:03.443 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:162 :   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
2022-02-14 23:14:06.582 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:06.582 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:06.582 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:06.582 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:06.766 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:06.772 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 :   SUBNETPOOL_V4_ID=d881ad36-5755-43f6-9561-9caebf2f9b83
2022-02-14 23:14:06.775 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 :   [[ 4 =~ .*6 ]]
2022-02-14 23:14:06.778 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 :   is_provider_network
2022-02-14 23:14:06.781 | + functions-common:is_provider_network:2274 :   '[' '' == True ']'
2022-02-14 23:14:06.784 | + functions-common:is_provider_network:2277 :   return 1
2022-02-14 23:14:06.790 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 :   oscwrap --os-cloud devstack --os-region RegionOne network create private
2022-02-14 23:14:06.791 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 :   get_field 2
2022-02-14 23:14:06.791 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 :   grep ' id '
2022-02-14 23:14:06.794 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:14:06.798 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:09.698 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:09.698 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:09.698 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:09.698 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:09.872 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:09.879 | ++ functions-common:get_field:813           :   '[' 2 -lt 0 ']'
2022-02-14 23:14:09.881 | ++ functions-common:get_field:816           :   field='$3'
2022-02-14 23:14:09.886 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2022-02-14 23:14:09.886 | ++ functions-common:get_field:818           :   echo '| id                        | 6e61c11f-6f05-4977-88e4-5f84b059dcb0                                                                                                                                                              |'
2022-02-14 23:14:09.893 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:09.896 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:200 :   NET_ID=6e61c11f-6f05-4977-88e4-5f84b059dcb0
2022-02-14 23:14:09.899 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 :   die_if_not_set 201 NET_ID 'Failure creating NET_ID for private b88c8e918ec14e0f8bd08b4d5d84112b'
2022-02-14 23:14:09.902 | + functions-common:die_if_not_set:282      :   local exitcode=0
2022-02-14 23:14:09.922 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 :   [[ 4 =~ 4.* ]]
2022-02-14 23:14:09.926 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:205 :   _neutron_create_private_subnet_v4 b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:14:09.929 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 :   local project_id=b88c8e918ec14e0f8bd08b4d5d84112b
2022-02-14 23:14:09.932 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:253 :   '[' -z d881ad36-5755-43f6-9561-9caebf2f9b83 ']'
2022-02-14 23:14:09.934 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 :   local 'subnet_params=--ip-version 4 '
2022-02-14 23:14:09.937 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 :   [[ -n 172.20.0.1 ]]
2022-02-14 23:14:09.940 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 :   subnet_params+='--gateway 172.20.0.1 '
2022-02-14 23:14:09.943 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 :   subnet_params+='--subnet-pool d881ad36-5755-43f6-9561-9caebf2f9b83 '
2022-02-14 23:14:09.946 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 :   subnet_params+=' '
2022-02-14 23:14:09.948 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 :   subnet_params+='--network 6e61c11f-6f05-4977-88e4-5f84b059dcb0 private-subnet'
2022-02-14 23:14:09.955 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 :   local subnet_id
2022-02-14 23:14:09.959 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 :   oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --gateway 172.20.0.1 --subnet-pool d881ad36-5755-43f6-9561-9caebf2f9b83 --network 6e61c11f-6f05-4977-88e4-5f84b059dcb0 private-subnet
2022-02-14 23:14:09.960 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 :   get_field 2
2022-02-14 23:14:09.960 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 :   grep ' id '
2022-02-14 23:14:09.964 | +++ functions-common:get_field:811           :   local data field
2022-02-14 23:14:09.966 | +++ functions-common:get_field:812           :   read data
2022-02-14 23:14:12.883 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:12.883 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:12.883 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:12.883 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:13.066 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:13.069 | +++ functions-common:get_field:813           :   '[' 2 -lt 0 ']'
2022-02-14 23:14:13.072 | +++ functions-common:get_field:816           :   field='$3'
2022-02-14 23:14:13.076 | +++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2022-02-14 23:14:13.076 | +++ functions-common:get_field:818           :   echo '| id                   | 4ef239a8-6a70-4950-8f8e-b66bddd1fe01                                                                                                                                                                         |'
2022-02-14 23:14:13.083 | +++ functions-common:get_field:812           :   read data
2022-02-14 23:14:13.087 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 :   subnet_id=4ef239a8-6a70-4950-8f8e-b66bddd1fe01
2022-02-14 23:14:13.091 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 :   die_if_not_set 266 subnet_id 'Failure creating private IPv4 subnet for b88c8e918ec14e0f8bd08b4d5d84112b'
2022-02-14 23:14:13.093 | ++ functions-common:die_if_not_set:282      :   local exitcode=0
2022-02-14 23:14:13.113 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 :   echo 4ef239a8-6a70-4950-8f8e-b66bddd1fe01
2022-02-14 23:14:13.118 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 :   SUBNET_ID=4ef239a8-6a70-4950-8f8e-b66bddd1fe01
2022-02-14 23:14:13.123 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:208 :   [[ 4 =~ .*6 ]]
2022-02-14 23:14:13.127 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 :   is_networking_extension_supported router
2022-02-14 23:14:13.129 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 :   local extension=router
2022-02-14 23:14:13.133 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2022-02-14 23:14:15.484 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:15.484 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:15.484 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:15.484 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:15.659 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:15.663 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   EXT_LIST='address-group
2022-02-14 23:14:15.663 | address-scope
2022-02-14 23:14:15.663 | router-admin-state-down-before-update
2022-02-14 23:14:15.663 | agent
2022-02-14 23:14:15.663 | agent-resources-synced
2022-02-14 23:14:15.663 | allowed-address-pairs
2022-02-14 23:14:15.663 | auto-allocated-topology
2022-02-14 23:14:15.663 | availability_zone
2022-02-14 23:14:15.663 | availability_zone_filter
2022-02-14 23:14:15.663 | default-subnetpools
2022-02-14 23:14:15.663 | dhcp_agent_scheduler
2022-02-14 23:14:15.663 | dvr
2022-02-14 23:14:15.663 | empty-string-filtering
2022-02-14 23:14:15.663 | external-net
2022-02-14 23:14:15.663 | extra_dhcp_opt
2022-02-14 23:14:15.663 | extraroute
2022-02-14 23:14:15.663 | extraroute-atomic
2022-02-14 23:14:15.663 | filter-validation
2022-02-14 23:14:15.663 | fip-port-details
2022-02-14 23:14:15.663 | flavors
2022-02-14 23:14:15.663 | floatingip-pools
2022-02-14 23:14:15.663 | ip-substring-filtering
2022-02-14 23:14:15.664 | router
2022-02-14 23:14:15.664 | ext-gw-mode
2022-02-14 23:14:15.664 | l3-ha
2022-02-14 23:14:15.664 | l3-flavors
2022-02-14 23:14:15.664 | l3-port-ip-change-not-allowed
2022-02-14 23:14:15.664 | l3_agent_scheduler
2022-02-14 23:14:15.664 | multi-provider
2022-02-14 23:14:15.664 | net-mtu
2022-02-14 23:14:15.664 | net-mtu-writable
2022-02-14 23:14:15.664 | network_availability_zone
2022-02-14 23:14:15.664 | network-ip-availability
2022-02-14 23:14:15.664 | pagination
2022-02-14 23:14:15.664 | port-device-profile
2022-02-14 23:14:15.664 | port-mac-address-regenerate
2022-02-14 23:14:15.664 | port-numa-affinity-policy
2022-02-14 23:14:15.664 | binding
2022-02-14 23:14:15.664 | binding-extended
2022-02-14 23:14:15.664 | port-security
2022-02-14 23:14:15.664 | project-id
2022-02-14 23:14:15.664 | provider
2022-02-14 23:14:15.664 | quota-check-limit
2022-02-14 23:14:15.664 | quotas
2022-02-14 23:14:15.664 | quota_details
2022-02-14 23:14:15.664 | rbac-policies
2022-02-14 23:14:15.664 | rbac-address-group
2022-02-14 23:14:15.664 | rbac-address-scope
2022-02-14 23:14:15.664 | rbac-security-groups
2022-02-14 23:14:15.664 | rbac-subnetpool
2022-02-14 23:14:15.664 | revision-if-match
2022-02-14 23:14:15.664 | standard-attr-revisions
2022-02-14 23:14:15.665 | router_availability_zone
2022-02-14 23:14:15.665 | security-groups-normalized-cidr
2022-02-14 23:14:15.665 | port-security-groups-filtering
2022-02-14 23:14:15.665 | security-groups-remote-address-group
2022-02-14 23:14:15.665 | security-groups-shared-filtering
2022-02-14 23:14:15.665 | security-group
2022-02-14 23:14:15.665 | service-type
2022-02-14 23:14:15.665 | sorting
2022-02-14 23:14:15.665 | standard-attr-description
2022-02-14 23:14:15.665 | stateful-security-group
2022-02-14 23:14:15.665 | subnet_onboard
2022-02-14 23:14:15.665 | subnet-service-types
2022-02-14 23:14:15.665 | subnet_allocation
2022-02-14 23:14:15.665 | subnetpool-prefix-ops
2022-02-14 23:14:15.665 | standard-attr-tag
2022-02-14 23:14:15.665 | standard-attr-timestamp'
2022-02-14 23:14:15.668 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   [[ address-group
2022-02-14 23:14:15.668 | address-scope
2022-02-14 23:14:15.668 | router-admin-state-down-before-update
2022-02-14 23:14:15.668 | agent
2022-02-14 23:14:15.668 | agent-resources-synced
2022-02-14 23:14:15.668 | allowed-address-pairs
2022-02-14 23:14:15.668 | auto-allocated-topology
2022-02-14 23:14:15.668 | availability_zone
2022-02-14 23:14:15.668 | availability_zone_filter
2022-02-14 23:14:15.668 | default-subnetpools
2022-02-14 23:14:15.668 | dhcp_agent_scheduler
2022-02-14 23:14:15.668 | dvr
2022-02-14 23:14:15.668 | empty-string-filtering
2022-02-14 23:14:15.668 | external-net
2022-02-14 23:14:15.668 | extra_dhcp_opt
2022-02-14 23:14:15.668 | extraroute
2022-02-14 23:14:15.668 | extraroute-atomic
2022-02-14 23:14:15.668 | filter-validation
2022-02-14 23:14:15.668 | fip-port-details
2022-02-14 23:14:15.668 | flavors
2022-02-14 23:14:15.668 | floatingip-pools
2022-02-14 23:14:15.668 | ip-substring-filtering
2022-02-14 23:14:15.668 | router
2022-02-14 23:14:15.668 | ext-gw-mode
2022-02-14 23:14:15.668 | l3-ha
2022-02-14 23:14:15.668 | l3-flavors
2022-02-14 23:14:15.668 | l3-port-ip-change-not-allowed
2022-02-14 23:14:15.668 | l3_agent_scheduler
2022-02-14 23:14:15.668 | multi-provider
2022-02-14 23:14:15.668 | net-mtu
2022-02-14 23:14:15.668 | net-mtu-writable
2022-02-14 23:14:15.668 | network_availability_zone
2022-02-14 23:14:15.668 | network-ip-availability
2022-02-14 23:14:15.669 | pagination
2022-02-14 23:14:15.669 | port-device-profile
2022-02-14 23:14:15.669 | port-mac-address-regenerate
2022-02-14 23:14:15.669 | port-numa-affinity-policy
2022-02-14 23:14:15.669 | binding
2022-02-14 23:14:15.669 | binding-extended
2022-02-14 23:14:15.669 | port-security
2022-02-14 23:14:15.669 | project-id
2022-02-14 23:14:15.669 | provider
2022-02-14 23:14:15.669 | quota-check-limit
2022-02-14 23:14:15.669 | quotas
2022-02-14 23:14:15.669 | quota_details
2022-02-14 23:14:15.669 | rbac-policies
2022-02-14 23:14:15.669 | rbac-address-group
2022-02-14 23:14:15.669 | rbac-address-scope
2022-02-14 23:14:15.669 | rbac-security-groups
2022-02-14 23:14:15.669 | rbac-subnetpool
2022-02-14 23:14:15.669 | revision-if-match
2022-02-14 23:14:15.669 | standard-attr-revisions
2022-02-14 23:14:15.669 | router_availability_zone
2022-02-14 23:14:15.669 | security-groups-normalized-cidr
2022-02-14 23:14:15.669 | port-security-groups-filtering
2022-02-14 23:14:15.669 | security-groups-remote-address-group
2022-02-14 23:14:15.669 | security-groups-shared-filtering
2022-02-14 23:14:15.669 | security-group
2022-02-14 23:14:15.669 | service-type
2022-02-14 23:14:15.669 | sorting
2022-02-14 23:14:15.669 | standard-attr-description
2022-02-14 23:14:15.669 | stateful-security-group
2022-02-14 23:14:15.669 | subnet_onboard
2022-02-14 23:14:15.669 | subnet-service-types
2022-02-14 23:14:15.669 | subnet_allocation
2022-02-14 23:14:15.669 | subnetpool-prefix-ops
2022-02-14 23:14:15.669 | standard-attr-tag
2022-02-14 23:14:15.670 | standard-attr-timestamp =~ router ]]
2022-02-14 23:14:15.671 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   return 0
2022-02-14 23:14:15.675 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 :   is_networking_extension_supported external-net
2022-02-14 23:14:15.678 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 :   local extension=external-net
2022-02-14 23:14:15.681 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2022-02-14 23:14:18.010 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:18.010 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:18.010 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:18.010 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:18.190 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:18.194 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   EXT_LIST='address-group
2022-02-14 23:14:18.194 | address-scope
2022-02-14 23:14:18.194 | router-admin-state-down-before-update
2022-02-14 23:14:18.194 | agent
2022-02-14 23:14:18.194 | agent-resources-synced
2022-02-14 23:14:18.194 | allowed-address-pairs
2022-02-14 23:14:18.194 | auto-allocated-topology
2022-02-14 23:14:18.194 | availability_zone
2022-02-14 23:14:18.194 | availability_zone_filter
2022-02-14 23:14:18.194 | default-subnetpools
2022-02-14 23:14:18.194 | dhcp_agent_scheduler
2022-02-14 23:14:18.194 | dvr
2022-02-14 23:14:18.194 | empty-string-filtering
2022-02-14 23:14:18.194 | external-net
2022-02-14 23:14:18.194 | extra_dhcp_opt
2022-02-14 23:14:18.194 | extraroute
2022-02-14 23:14:18.194 | extraroute-atomic
2022-02-14 23:14:18.194 | filter-validation
2022-02-14 23:14:18.194 | fip-port-details
2022-02-14 23:14:18.194 | flavors
2022-02-14 23:14:18.194 | floatingip-pools
2022-02-14 23:14:18.194 | ip-substring-filtering
2022-02-14 23:14:18.194 | router
2022-02-14 23:14:18.194 | ext-gw-mode
2022-02-14 23:14:18.194 | l3-ha
2022-02-14 23:14:18.194 | l3-flavors
2022-02-14 23:14:18.194 | l3-port-ip-change-not-allowed
2022-02-14 23:14:18.194 | l3_agent_scheduler
2022-02-14 23:14:18.194 | multi-provider
2022-02-14 23:14:18.194 | net-mtu
2022-02-14 23:14:18.195 | net-mtu-writable
2022-02-14 23:14:18.195 | network_availability_zone
2022-02-14 23:14:18.195 | network-ip-availability
2022-02-14 23:14:18.195 | pagination
2022-02-14 23:14:18.195 | port-device-profile
2022-02-14 23:14:18.195 | port-mac-address-regenerate
2022-02-14 23:14:18.195 | port-numa-affinity-policy
2022-02-14 23:14:18.195 | binding
2022-02-14 23:14:18.195 | binding-extended
2022-02-14 23:14:18.195 | port-security
2022-02-14 23:14:18.195 | project-id
2022-02-14 23:14:18.195 | provider
2022-02-14 23:14:18.195 | quota-check-limit
2022-02-14 23:14:18.195 | quotas
2022-02-14 23:14:18.195 | quota_details
2022-02-14 23:14:18.195 | rbac-policies
2022-02-14 23:14:18.195 | rbac-address-group
2022-02-14 23:14:18.195 | rbac-address-scope
2022-02-14 23:14:18.195 | rbac-security-groups
2022-02-14 23:14:18.195 | rbac-subnetpool
2022-02-14 23:14:18.195 | revision-if-match
2022-02-14 23:14:18.195 | standard-attr-revisions
2022-02-14 23:14:18.195 | router_availability_zone
2022-02-14 23:14:18.195 | security-groups-normalized-cidr
2022-02-14 23:14:18.195 | port-security-groups-filtering
2022-02-14 23:14:18.195 | security-groups-remote-address-group
2022-02-14 23:14:18.195 | security-groups-shared-filtering
2022-02-14 23:14:18.195 | security-group
2022-02-14 23:14:18.195 | service-type
2022-02-14 23:14:18.195 | sorting
2022-02-14 23:14:18.195 | standard-attr-description
2022-02-14 23:14:18.195 | stateful-security-group
2022-02-14 23:14:18.195 | subnet_onboard
2022-02-14 23:14:18.195 | subnet-service-types
2022-02-14 23:14:18.195 | subnet_allocation
2022-02-14 23:14:18.195 | subnetpool-prefix-ops
2022-02-14 23:14:18.196 | standard-attr-tag
2022-02-14 23:14:18.196 | standard-attr-timestamp'
2022-02-14 23:14:18.197 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   [[ address-group
2022-02-14 23:14:18.197 | address-scope
2022-02-14 23:14:18.197 | router-admin-state-down-before-update
2022-02-14 23:14:18.197 | agent
2022-02-14 23:14:18.197 | agent-resources-synced
2022-02-14 23:14:18.197 | allowed-address-pairs
2022-02-14 23:14:18.197 | auto-allocated-topology
2022-02-14 23:14:18.197 | availability_zone
2022-02-14 23:14:18.197 | availability_zone_filter
2022-02-14 23:14:18.197 | default-subnetpools
2022-02-14 23:14:18.197 | dhcp_agent_scheduler
2022-02-14 23:14:18.197 | dvr
2022-02-14 23:14:18.197 | empty-string-filtering
2022-02-14 23:14:18.197 | external-net
2022-02-14 23:14:18.197 | extra_dhcp_opt
2022-02-14 23:14:18.197 | extraroute
2022-02-14 23:14:18.197 | extraroute-atomic
2022-02-14 23:14:18.197 | filter-validation
2022-02-14 23:14:18.197 | fip-port-details
2022-02-14 23:14:18.198 | flavors
2022-02-14 23:14:18.198 | floatingip-pools
2022-02-14 23:14:18.198 | ip-substring-filtering
2022-02-14 23:14:18.198 | router
2022-02-14 23:14:18.198 | ext-gw-mode
2022-02-14 23:14:18.198 | l3-ha
2022-02-14 23:14:18.198 | l3-flavors
2022-02-14 23:14:18.198 | l3-port-ip-change-not-allowed
2022-02-14 23:14:18.198 | l3_agent_scheduler
2022-02-14 23:14:18.198 | multi-provider
2022-02-14 23:14:18.198 | net-mtu
2022-02-14 23:14:18.198 | net-mtu-writable
2022-02-14 23:14:18.198 | network_availability_zone
2022-02-14 23:14:18.198 | network-ip-availability
2022-02-14 23:14:18.198 | pagination
2022-02-14 23:14:18.198 | port-device-profile
2022-02-14 23:14:18.198 | port-mac-address-regenerate
2022-02-14 23:14:18.198 | port-numa-affinity-policy
2022-02-14 23:14:18.198 | binding
2022-02-14 23:14:18.198 | binding-extended
2022-02-14 23:14:18.198 | port-security
2022-02-14 23:14:18.198 | project-id
2022-02-14 23:14:18.198 | provider
2022-02-14 23:14:18.198 | quota-check-limit
2022-02-14 23:14:18.198 | quotas
2022-02-14 23:14:18.198 | quota_details
2022-02-14 23:14:18.198 | rbac-policies
2022-02-14 23:14:18.198 | rbac-address-group
2022-02-14 23:14:18.198 | rbac-address-scope
2022-02-14 23:14:18.198 | rbac-security-groups
2022-02-14 23:14:18.198 | rbac-subnetpool
2022-02-14 23:14:18.199 | revision-if-match
2022-02-14 23:14:18.199 | standard-attr-revisions
2022-02-14 23:14:18.199 | router_availability_zone
2022-02-14 23:14:18.199 | security-groups-normalized-cidr
2022-02-14 23:14:18.199 | port-security-groups-filtering
2022-02-14 23:14:18.199 | security-groups-remote-address-group
2022-02-14 23:14:18.199 | security-groups-shared-filtering
2022-02-14 23:14:18.199 | security-group
2022-02-14 23:14:18.199 | service-type
2022-02-14 23:14:18.199 | sorting
2022-02-14 23:14:18.199 | standard-attr-description
2022-02-14 23:14:18.199 | stateful-security-group
2022-02-14 23:14:18.199 | subnet_onboard
2022-02-14 23:14:18.199 | subnet-service-types
2022-02-14 23:14:18.199 | subnet_allocation
2022-02-14 23:14:18.199 | subnetpool-prefix-ops
2022-02-14 23:14:18.199 | standard-attr-tag
2022-02-14 23:14:18.199 | standard-attr-timestamp =~ external-net ]]
2022-02-14 23:14:18.200 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   return 0
2022-02-14 23:14:18.204 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 :   [[ True == \T\r\u\e ]]
2022-02-14 23:14:18.210 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 :   grep ' id '
2022-02-14 23:14:18.211 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 :   oscwrap --os-cloud devstack --os-region RegionOne router create router1
2022-02-14 23:14:18.215 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 :   get_field 2
2022-02-14 23:14:18.218 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:14:18.222 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:20.885 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:20.885 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:20.885 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:20.885 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:21.068 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:21.072 | ++ functions-common:get_field:813           :   '[' 2 -lt 0 ']'
2022-02-14 23:14:21.075 | ++ functions-common:get_field:816           :   field='$3'
2022-02-14 23:14:21.080 | ++ functions-common:get_field:818           :   echo '| id                      | 3d204574-2623-4845-b3aa-a486b54d650d                                                                                                                                                              |'
2022-02-14 23:14:21.081 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2022-02-14 23:14:21.090 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:21.095 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 :   ROUTER_ID=3d204574-2623-4845-b3aa-a486b54d650d
2022-02-14 23:14:21.099 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:219 :   die_if_not_set 219 ROUTER_ID 'Failure creating ROUTER_ID for b88c8e918ec14e0f8bd08b4d5d84112b router1'
2022-02-14 23:14:21.102 | + functions-common:die_if_not_set:282      :   local exitcode=0
2022-02-14 23:14:21.128 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:226 :   EXTERNAL_NETWORK_FLAGS=--external
2022-02-14 23:14:21.131 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 :   is_networking_extension_supported auto-allocated-topology
2022-02-14 23:14:21.135 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 :   local extension=auto-allocated-topology
2022-02-14 23:14:21.142 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2022-02-14 23:14:23.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:23.555 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:23.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:23.555 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:23.731 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:23.735 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   EXT_LIST='address-group
2022-02-14 23:14:23.735 | address-scope
2022-02-14 23:14:23.735 | router-admin-state-down-before-update
2022-02-14 23:14:23.735 | agent
2022-02-14 23:14:23.735 | agent-resources-synced
2022-02-14 23:14:23.735 | allowed-address-pairs
2022-02-14 23:14:23.735 | auto-allocated-topology
2022-02-14 23:14:23.735 | availability_zone
2022-02-14 23:14:23.735 | availability_zone_filter
2022-02-14 23:14:23.735 | default-subnetpools
2022-02-14 23:14:23.735 | dhcp_agent_scheduler
2022-02-14 23:14:23.735 | dvr
2022-02-14 23:14:23.735 | empty-string-filtering
2022-02-14 23:14:23.735 | external-net
2022-02-14 23:14:23.735 | extra_dhcp_opt
2022-02-14 23:14:23.735 | extraroute
2022-02-14 23:14:23.735 | extraroute-atomic
2022-02-14 23:14:23.735 | filter-validation
2022-02-14 23:14:23.735 | fip-port-details
2022-02-14 23:14:23.735 | flavors
2022-02-14 23:14:23.736 | floatingip-pools
2022-02-14 23:14:23.736 | ip-substring-filtering
2022-02-14 23:14:23.736 | router
2022-02-14 23:14:23.736 | ext-gw-mode
2022-02-14 23:14:23.736 | l3-ha
2022-02-14 23:14:23.736 | l3-flavors
2022-02-14 23:14:23.736 | l3-port-ip-change-not-allowed
2022-02-14 23:14:23.736 | l3_agent_scheduler
2022-02-14 23:14:23.736 | multi-provider
2022-02-14 23:14:23.736 | net-mtu
2022-02-14 23:14:23.736 | net-mtu-writable
2022-02-14 23:14:23.736 | network_availability_zone
2022-02-14 23:14:23.736 | network-ip-availability
2022-02-14 23:14:23.736 | pagination
2022-02-14 23:14:23.736 | port-device-profile
2022-02-14 23:14:23.736 | port-mac-address-regenerate
2022-02-14 23:14:23.736 | port-numa-affinity-policy
2022-02-14 23:14:23.736 | binding
2022-02-14 23:14:23.736 | binding-extended
2022-02-14 23:14:23.736 | port-security
2022-02-14 23:14:23.736 | project-id
2022-02-14 23:14:23.736 | provider
2022-02-14 23:14:23.736 | quota-check-limit
2022-02-14 23:14:23.736 | quotas
2022-02-14 23:14:23.736 | quota_details
2022-02-14 23:14:23.736 | rbac-policies
2022-02-14 23:14:23.736 | rbac-address-group
2022-02-14 23:14:23.736 | rbac-address-scope
2022-02-14 23:14:23.736 | rbac-security-groups
2022-02-14 23:14:23.736 | rbac-subnetpool
2022-02-14 23:14:23.736 | revision-if-match
2022-02-14 23:14:23.736 | standard-attr-revisions
2022-02-14 23:14:23.736 | router_availability_zone
2022-02-14 23:14:23.736 | security-groups-normalized-cidr
2022-02-14 23:14:23.736 | port-security-groups-filtering
2022-02-14 23:14:23.736 | security-groups-remote-address-group
2022-02-14 23:14:23.737 | security-groups-shared-filtering
2022-02-14 23:14:23.737 | security-group
2022-02-14 23:14:23.737 | service-type
2022-02-14 23:14:23.737 | sorting
2022-02-14 23:14:23.737 | standard-attr-description
2022-02-14 23:14:23.737 | stateful-security-group
2022-02-14 23:14:23.737 | subnet_onboard
2022-02-14 23:14:23.737 | subnet-service-types
2022-02-14 23:14:23.737 | subnet_allocation
2022-02-14 23:14:23.737 | subnetpool-prefix-ops
2022-02-14 23:14:23.737 | standard-attr-tag
2022-02-14 23:14:23.737 | standard-attr-timestamp'
2022-02-14 23:14:23.739 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   [[ address-group
2022-02-14 23:14:23.739 | address-scope
2022-02-14 23:14:23.739 | router-admin-state-down-before-update
2022-02-14 23:14:23.739 | agent
2022-02-14 23:14:23.739 | agent-resources-synced
2022-02-14 23:14:23.740 | allowed-address-pairs
2022-02-14 23:14:23.740 | auto-allocated-topology
2022-02-14 23:14:23.740 | availability_zone
2022-02-14 23:14:23.740 | availability_zone_filter
2022-02-14 23:14:23.740 | default-subnetpools
2022-02-14 23:14:23.740 | dhcp_agent_scheduler
2022-02-14 23:14:23.740 | dvr
2022-02-14 23:14:23.740 | empty-string-filtering
2022-02-14 23:14:23.740 | external-net
2022-02-14 23:14:23.740 | extra_dhcp_opt
2022-02-14 23:14:23.740 | extraroute
2022-02-14 23:14:23.740 | extraroute-atomic
2022-02-14 23:14:23.740 | filter-validation
2022-02-14 23:14:23.740 | fip-port-details
2022-02-14 23:14:23.740 | flavors
2022-02-14 23:14:23.740 | floatingip-pools
2022-02-14 23:14:23.740 | ip-substring-filtering
2022-02-14 23:14:23.740 | router
2022-02-14 23:14:23.740 | ext-gw-mode
2022-02-14 23:14:23.740 | l3-ha
2022-02-14 23:14:23.740 | l3-flavors
2022-02-14 23:14:23.740 | l3-port-ip-change-not-allowed
2022-02-14 23:14:23.740 | l3_agent_scheduler
2022-02-14 23:14:23.740 | multi-provider
2022-02-14 23:14:23.740 | net-mtu
2022-02-14 23:14:23.740 | net-mtu-writable
2022-02-14 23:14:23.740 | network_availability_zone
2022-02-14 23:14:23.740 | network-ip-availability
2022-02-14 23:14:23.740 | pagination
2022-02-14 23:14:23.740 | port-device-profile
2022-02-14 23:14:23.740 | port-mac-address-regenerate
2022-02-14 23:14:23.740 | port-numa-affinity-policy
2022-02-14 23:14:23.740 | binding
2022-02-14 23:14:23.740 | binding-extended
2022-02-14 23:14:23.740 | port-security
2022-02-14 23:14:23.740 | project-id
2022-02-14 23:14:23.741 | provider
2022-02-14 23:14:23.741 | quota-check-limit
2022-02-14 23:14:23.741 | quotas
2022-02-14 23:14:23.741 | quota_details
2022-02-14 23:14:23.741 | rbac-policies
2022-02-14 23:14:23.741 | rbac-address-group
2022-02-14 23:14:23.741 | rbac-address-scope
2022-02-14 23:14:23.741 | rbac-security-groups
2022-02-14 23:14:23.741 | rbac-subnetpool
2022-02-14 23:14:23.741 | revision-if-match
2022-02-14 23:14:23.741 | standard-attr-revisions
2022-02-14 23:14:23.741 | router_availability_zone
2022-02-14 23:14:23.741 | security-groups-normalized-cidr
2022-02-14 23:14:23.741 | port-security-groups-filtering
2022-02-14 23:14:23.741 | security-groups-remote-address-group
2022-02-14 23:14:23.741 | security-groups-shared-filtering
2022-02-14 23:14:23.741 | security-group
2022-02-14 23:14:23.741 | service-type
2022-02-14 23:14:23.741 | sorting
2022-02-14 23:14:23.741 | standard-attr-description
2022-02-14 23:14:23.741 | stateful-security-group
2022-02-14 23:14:23.741 | subnet_onboard
2022-02-14 23:14:23.741 | subnet-service-types
2022-02-14 23:14:23.741 | subnet_allocation
2022-02-14 23:14:23.741 | subnetpool-prefix-ops
2022-02-14 23:14:23.741 | standard-attr-tag
2022-02-14 23:14:23.741 | standard-attr-timestamp =~ auto-allocated-topology ]]
2022-02-14 23:14:23.743 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   return 0
2022-02-14 23:14:23.746 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 :   EXTERNAL_NETWORK_FLAGS='--external --default'
2022-02-14 23:14:23.749 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 :   '[' True = True ']'
2022-02-14 23:14:23.755 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 :   oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1
2022-02-14 23:14:23.755 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 :   grep ' id '
2022-02-14 23:14:23.763 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 :   get_field 2
2022-02-14 23:14:23.767 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:14:23.770 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:26.944 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:26.944 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:26.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:26.944 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:27.179 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:27.183 | ++ functions-common:get_field:813           :   '[' 2 -lt 0 ']'
2022-02-14 23:14:27.186 | ++ functions-common:get_field:816           :   field='$3'
2022-02-14 23:14:27.190 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2022-02-14 23:14:27.190 | ++ functions-common:get_field:818           :   echo '| id                        | 080a7a38-fa59-4fc3-87f3-bbfde91209d6                                                                                                                                                                     |'
2022-02-14 23:14:27.197 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:27.204 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 :   EXT_NET_ID=080a7a38-fa59-4fc3-87f3-bbfde91209d6
2022-02-14 23:14:27.207 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 :   die_if_not_set 236 EXT_NET_ID 'Failure creating EXT_NET_ID for public'
2022-02-14 23:14:27.210 | + functions-common:die_if_not_set:282      :   local exitcode=0
2022-02-14 23:14:27.232 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 :   [[ 4 =~ 4.* ]]
2022-02-14 23:14:27.236 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 :   _neutron_configure_router_v4
2022-02-14 23:14:27.239 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 :   openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 3d204574-2623-4845-b3aa-a486b54d650d 4ef239a8-6a70-4950-8f8e-b66bddd1fe01
2022-02-14 23:14:31.706 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:31.707 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:31.707 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:31.707 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:31.887 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 :   local id_and_ext_gw_ip
2022-02-14 23:14:31.892 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 :   _neutron_create_public_subnet_v4 080a7a38-fa59-4fc3-87f3-bbfde91209d6
2022-02-14 23:14:31.896 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 :   local 'subnet_params=--ip-version 4 '
2022-02-14 23:14:31.898 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 :   subnet_params+=' '
2022-02-14 23:14:31.902 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 :   [[ -n 172.31.1.1 ]]
2022-02-14 23:14:31.904 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 :   subnet_params+='--gateway 172.31.1.1 '
2022-02-14 23:14:31.906 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 :   subnet_params+='--network 080a7a38-fa59-4fc3-87f3-bbfde91209d6 --subnet-range 172.31.1.0/24 --no-dhcp '
2022-02-14 23:14:31.909 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 :   subnet_params+=public-subnet
2022-02-14 23:14:31.912 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 :   local id_and_ext_gw_ip
2022-02-14 23:14:31.917 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 :   oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.31.1.1 --network 080a7a38-fa59-4fc3-87f3-bbfde91209d6 --subnet-range 172.31.1.0/24 --no-dhcp public-subnet
2022-02-14 23:14:31.918 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 :   grep -e gateway_ip -e ' id '
2022-02-14 23:14:35.687 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:35.687 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:35.687 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:35.687 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:35.876 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:35.879 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 :   id_and_ext_gw_ip='| gateway_ip           | 172.31.1.1                                                                                                                                                                                               |
2022-02-14 23:14:35.880 | | id                   | 7cca3377-8586-4cfa-8f1c-ce702bd920a1                                                                                                                                                                     |'
2022-02-14 23:14:35.887 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 :   die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet'
2022-02-14 23:14:35.890 | ++ functions-common:die_if_not_set:282      :   local exitcode=0
2022-02-14 23:14:35.914 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 :   echo '|' gateway_ip '|' 172.31.1.1 '|' '|' id '|' 7cca3377-8586-4cfa-8f1c-ce702bd920a1 '|'
2022-02-14 23:14:35.919 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 :   id_and_ext_gw_ip='| gateway_ip | 172.31.1.1 | | id | 7cca3377-8586-4cfa-8f1c-ce702bd920a1 |'
2022-02-14 23:14:35.922 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 :   local ext_gw_ip
2022-02-14 23:14:35.926 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 :   echo '|' gateway_ip '|' 172.31.1.1 '|' '|' id '|' 7cca3377-8586-4cfa-8f1c-ce702bd920a1 '|'
2022-02-14 23:14:35.927 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 :   get_field 2
2022-02-14 23:14:35.930 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:14:35.932 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:35.935 | ++ functions-common:get_field:813           :   '[' 2 -lt 0 ']'
2022-02-14 23:14:35.937 | ++ functions-common:get_field:816           :   field='$3'
2022-02-14 23:14:35.941 | ++ functions-common:get_field:818           :   echo '| gateway_ip | 172.31.1.1 | | id | 7cca3377-8586-4cfa-8f1c-ce702bd920a1 |'
2022-02-14 23:14:35.944 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2022-02-14 23:14:35.955 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:35.959 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 :   ext_gw_ip=172.31.1.1
2022-02-14 23:14:35.964 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 :   get_field 5
2022-02-14 23:14:35.965 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 :   echo '|' gateway_ip '|' 172.31.1.1 '|' '|' id '|' 7cca3377-8586-4cfa-8f1c-ce702bd920a1 '|'
2022-02-14 23:14:35.967 | ++ functions-common:get_field:811           :   local data field
2022-02-14 23:14:35.971 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:35.973 | ++ functions-common:get_field:813           :   '[' 5 -lt 0 ']'
2022-02-14 23:14:35.976 | ++ functions-common:get_field:816           :   field='$6'
2022-02-14 23:14:35.980 | ++ functions-common:get_field:818           :   echo '| gateway_ip | 172.31.1.1 | | id | 7cca3377-8586-4cfa-8f1c-ce702bd920a1 |'
2022-02-14 23:14:35.980 | ++ functions-common:get_field:818           :   awk '-F[ \t]*\\|[ \t]*' '{print $6}'
2022-02-14 23:14:35.986 | ++ functions-common:get_field:812           :   read data
2022-02-14 23:14:35.990 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 :   PUB_SUBNET_ID=7cca3377-8586-4cfa-8f1c-ce702bd920a1
2022-02-14 23:14:35.993 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 :   openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 080a7a38-fa59-4fc3-87f3-bbfde91209d6 3d204574-2623-4845-b3aa-a486b54d650d
2022-02-14 23:14:40.350 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:40.350 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:40.350 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:40.350 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:40.526 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 :   [[ openvswitch == \o\v\n ]]
2022-02-14 23:14:40.530 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 :   is_service_enabled q-l3 neutron-l3
2022-02-14 23:14:40.548 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:40.551 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 :   local ext_gw_interface=none
2022-02-14 23:14:40.554 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 :   is_neutron_ovs_base_plugin
2022-02-14 23:14:40.557 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 :   return 0
2022-02-14 23:14:40.561 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 :   _neutron_get_ext_gw_interface
2022-02-14 23:14:40.564 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 :   [[ False == \T\r\u\e ]]
2022-02-14 23:14:40.566 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 :   sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true
2022-02-14 23:14:40.589 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 :   echo br-data
2022-02-14 23:14:40.592 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 :   ext_gw_interface=br-data
2022-02-14 23:14:40.595 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 :   [[ br-data != \n\o\n\e ]]
2022-02-14 23:14:40.597 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 :   local cidr_len=24
2022-02-14 23:14:40.600 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 :   local 'testcmd=ip -o link | grep -q br-data'
2022-02-14 23:14:40.603 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 :   test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed'
2022-02-14 23:14:40.605 | + functions-common:test_with_retry:2363    :   local 'testcmd=ip -o link | grep -q br-data'
2022-02-14 23:14:40.608 | + functions-common:test_with_retry:2364    :   local 'failmsg=br-data creation failed'
2022-02-14 23:14:40.611 | + functions-common:test_with_retry:2365    :   local until=10
2022-02-14 23:14:40.613 | + functions-common:test_with_retry:2366    :   local sleep=0.5
2022-02-14 23:14:40.616 | + functions-common:test_with_retry:2368    :   time_start test_with_retry
2022-02-14 23:14:40.619 | + functions-common:time_start:2411         :   local name=test_with_retry
2022-02-14 23:14:40.622 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:40.624 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:40.627 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:40.633 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880480629
2022-02-14 23:14:40.635 | + functions-common:test_with_retry:2369    :   timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done'
2022-02-14 23:14:40.643 | + functions-common:test_with_retry:2372    :   time_stop test_with_retry
2022-02-14 23:14:40.646 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:40.648 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:40.650 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:40.653 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:40.655 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:40.658 | + functions-common:time_stop:2431          :   name=test_with_retry
2022-02-14 23:14:40.661 | + functions-common:time_stop:2432          :   start_time=1644880480629
2022-02-14 23:14:40.663 | + functions-common:time_stop:2434          :   [[ -z 1644880480629 ]]
2022-02-14 23:14:40.666 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:40.671 | + functions-common:time_stop:2437          :   end_time=1644880480668
2022-02-14 23:14:40.676 | + functions-common:time_stop:2438          :   elapsed_time=39
2022-02-14 23:14:40.676 | + functions-common:time_stop:2439          :   total=6127
2022-02-14 23:14:40.679 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:40.682 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=6166
2022-02-14 23:14:40.686 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 :   ip addr show dev br-data
2022-02-14 23:14:40.686 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 :   grep -c 172.31.1.1
2022-02-14 23:14:40.691 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 :   [[ 0 == 0 ]]
2022-02-14 23:14:40.695 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 :   [[ True == \F\a\l\s\e ]]
2022-02-14 23:14:40.698 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 :   [[ False == \T\r\u\e ]]
2022-02-14 23:14:40.700 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 :   [[ True == \T\r\u\e ]]
2022-02-14 23:14:40.707 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 :   sudo ip addr add 172.31.1.1/24 dev br-data
2022-02-14 23:14:40.721 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:354 :   sudo ip link set br-data up
2022-02-14 23:14:40.737 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 :   oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway
2022-02-14 23:14:40.737 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 :   tr '\n' ' '
2022-02-14 23:14:40.740 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 :   awk -Fip_address '{ print $2 }'
2022-02-14 23:14:40.740 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 :   cut -f2 '-d'\'''
2022-02-14 23:14:43.166 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:43.166 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:43.166 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:43.166 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:43.345 | ++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:14:43.349 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 :   ROUTER_GW_IP='   172.31.1.100  '
2022-02-14 23:14:43.352 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 :   die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP'
2022-02-14 23:14:43.355 | + functions-common:die_if_not_set:282      :   local exitcode=0
2022-02-14 23:14:43.372 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 :   _neutron_set_router_id
2022-02-14 23:14:43.375 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 :   [[ True == \F\a\l\s\e ]]
2022-02-14 23:14:43.378 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 :   [[ 4 =~ .*6 ]]
2022-02-14 23:14:43.381 | + ./stack.sh:main:1317                     :   is_service_enabled nova
2022-02-14 23:14:43.402 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:43.404 | + ./stack.sh:main:1318                     :   echo_summary 'Starting Nova'
2022-02-14 23:14:43.407 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:14:43.410 | + ./stack.sh:echo_summary:446              :   echo -e Starting Nova
2022-02-14 23:14:43.412 | + ./stack.sh:main:1319                     :   start_nova
2022-02-14 23:14:43.415 | + lib/nova:start_nova:1080                 :   start_nova_rest
2022-02-14 23:14:43.418 | + lib/nova:start_nova_rest:988             :   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
2022-02-14 23:14:43.421 | + lib/nova:start_nova_rest:989             :   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
2022-02-14 23:14:43.424 | + lib/nova:start_nova_rest:989             :   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
2022-02-14 23:14:43.427 | + lib/nova:start_nova_rest:991             :   local api_cell_conf=/etc/nova/nova.conf
2022-02-14 23:14:43.430 | + lib/nova:start_nova_rest:992             :   local compute_cell_conf=/etc/nova/nova.conf
2022-02-14 23:14:43.432 | + lib/nova:start_nova_rest:994             :   run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2022-02-14 23:14:43.435 | + functions-common:run_process:1680        :   local service=n-sch
2022-02-14 23:14:43.438 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2022-02-14 23:14:43.441 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:14:43.444 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:43.447 | + functions-common:run_process:1685        :   local name=n-sch
2022-02-14 23:14:43.450 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:43.452 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:43.455 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:43.458 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:43.463 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:43.468 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880483465
2022-02-14 23:14:43.471 | + functions-common:run_process:1688        :   is_service_enabled n-sch
2022-02-14 23:14:43.490 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:43.492 | + functions-common:run_process:1689        :   _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ''
2022-02-14 23:14:43.495 | + functions-common:_run_under_systemd:1645 :   local service=n-sch
2022-02-14 23:14:43.499 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2022-02-14 23:14:43.502 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2022-02-14 23:14:43.504 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2022-02-14 23:14:43.508 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2022-02-14 23:14:43.511 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]]
2022-02-14 23:14:43.514 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]]
2022-02-14 23:14:43.516 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@n-sch.service
2022-02-14 23:14:43.519 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:14:43.523 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:14:43.526 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]]
2022-02-14 23:14:43.530 | + functions-common:_run_under_systemd:1657 :   write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu
2022-02-14 23:14:43.533 | + functions-common:write_user_unit_file:1562 :   local service=devstack@n-sch.service
2022-02-14 23:14:43.536 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2022-02-14 23:14:43.540 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:14:43.543 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:14:43.545 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:14:43.548 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:14:43.551 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@n-sch.service
2022-02-14 23:14:43.554 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:14:43.560 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service'
2022-02-14 23:14:43.636 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu
2022-02-14 23:14:43.708 | + functions-common:write_user_unit_file:1575 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2022-02-14 23:14:43.770 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process
2022-02-14 23:14:43.836 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300
2022-02-14 23:14:43.898 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:14:43.961 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:14:43.964 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target
2022-02-14 23:14:44.036 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:14:44.498 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@n-sch.service
2022-02-14 23:14:44.514 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service.
2022-02-14 23:14:44.963 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@n-sch.service
2022-02-14 23:14:44.989 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:14:44.994 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:44.996 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:44.999 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:45.002 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:45.011 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:45.012 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:14:45.015 | + functions-common:time_stop:2432          :   start_time=1644880483465
2022-02-14 23:14:45.018 | + functions-common:time_stop:2434          :   [[ -z 1644880483465 ]]
2022-02-14 23:14:45.023 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:45.029 | + functions-common:time_stop:2437          :   end_time=1644880485026
2022-02-14 23:14:45.032 | + functions-common:time_stop:2438          :   elapsed_time=1561
2022-02-14 23:14:45.035 | + functions-common:time_stop:2439          :   total=14867
2022-02-14 23:14:45.040 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:45.043 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=16428
2022-02-14 23:14:45.046 | + lib/nova:start_nova_rest:995             :   '[' True == False ']'
2022-02-14 23:14:45.051 | ++ lib/nova:start_nova_rest:998             :   which uwsgi
2022-02-14 23:14:45.055 | + lib/nova:start_nova_rest:998             :   run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2022-02-14 23:14:45.061 | + functions-common:run_process:1680        :   local service=n-api-meta
2022-02-14 23:14:45.063 | + functions-common:run_process:1681        :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2022-02-14 23:14:45.066 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:14:45.070 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:45.073 | + functions-common:run_process:1685        :   local name=n-api-meta
2022-02-14 23:14:45.076 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:45.079 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:45.083 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:45.087 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:45.093 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:45.096 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880485093
2022-02-14 23:14:45.105 | + functions-common:run_process:1688        :   is_service_enabled n-api-meta
2022-02-14 23:14:45.129 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:45.134 | + functions-common:run_process:1689        :   _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ''
2022-02-14 23:14:45.136 | + functions-common:_run_under_systemd:1645 :   local service=n-api-meta
2022-02-14 23:14:45.140 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2022-02-14 23:14:45.143 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2022-02-14 23:14:45.146 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2022-02-14 23:14:45.153 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2022-02-14 23:14:45.154 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]]
2022-02-14 23:14:45.157 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]]
2022-02-14 23:14:45.163 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@n-api-meta.service
2022-02-14 23:14:45.166 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:14:45.169 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:14:45.172 | + functions-common:_run_under_systemd:1654 :   [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]]
2022-02-14 23:14:45.175 | + functions-common:_run_under_systemd:1655 :   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
2022-02-14 23:14:45.181 | + functions-common:write_uwsgi_user_unit_file:1589 :   local service=devstack@n-api-meta.service
2022-02-14 23:14:45.184 | + functions-common:write_uwsgi_user_unit_file:1590 :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2022-02-14 23:14:45.188 | + functions-common:write_uwsgi_user_unit_file:1591 :   local group=
2022-02-14 23:14:45.195 | + functions-common:write_uwsgi_user_unit_file:1592 :   local user=ubuntu
2022-02-14 23:14:45.197 | + functions-common:write_uwsgi_user_unit_file:1593 :   local unitfile=/etc/systemd/system/devstack@n-api-meta.service
2022-02-14 23:14:45.200 | + functions-common:write_uwsgi_user_unit_file:1594 :   mkdir -p /etc/systemd/system
2022-02-14 23:14:45.209 | + functions-common:write_uwsgi_user_unit_file:1596 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service'
2022-02-14 23:14:45.315 | + functions-common:write_uwsgi_user_unit_file:1597 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service
2022-02-14 23:14:45.404 | + functions-common:write_uwsgi_user_unit_file:1598 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu
2022-02-14 23:14:45.484 | + functions-common:write_uwsgi_user_unit_file:1599 :   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'
2022-02-14 23:14:45.577 | + functions-common:write_uwsgi_user_unit_file:1600 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:14:45.651 | + functions-common:write_uwsgi_user_unit_file:1601 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify
2022-02-14 23:14:45.728 | + functions-common:write_uwsgi_user_unit_file:1602 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process
2022-02-14 23:14:45.808 | + functions-common:write_uwsgi_user_unit_file:1603 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always
2022-02-14 23:14:45.884 | + functions-common:write_uwsgi_user_unit_file:1604 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all
2022-02-14 23:14:45.960 | + functions-common:write_uwsgi_user_unit_file:1605 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100
2022-02-14 23:14:46.038 | + functions-common:write_uwsgi_user_unit_file:1607 :   [[ -n '' ]]
2022-02-14 23:14:46.041 | + functions-common:write_uwsgi_user_unit_file:1610 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target
2022-02-14 23:14:46.123 | + functions-common:write_uwsgi_user_unit_file:1613 :   sudo systemctl daemon-reload
2022-02-14 23:14:46.632 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@n-api-meta.service
2022-02-14 23:14:46.649 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service.
2022-02-14 23:14:47.100 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@n-api-meta.service
2022-02-14 23:14:47.188 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:14:47.193 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:47.198 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:47.205 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:47.211 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:47.215 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:47.217 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:14:47.221 | + functions-common:time_stop:2432          :   start_time=1644880485093
2022-02-14 23:14:47.225 | + functions-common:time_stop:2434          :   [[ -z 1644880485093 ]]
2022-02-14 23:14:47.225 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:47.233 | + functions-common:time_stop:2437          :   end_time=1644880487228
2022-02-14 23:14:47.237 | + functions-common:time_stop:2438          :   elapsed_time=2135
2022-02-14 23:14:47.237 | + functions-common:time_stop:2439          :   total=16428
2022-02-14 23:14:47.241 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:47.241 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=18563
2022-02-14 23:14:47.244 | + lib/nova:start_nova_rest:1001            :   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
2022-02-14 23:14:47.249 | + lib/nova:start_nova_rest:1001            :   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
2022-02-14 23:14:47.253 | + lib/nova:start_nova:1081                 :   start_nova_console_proxies
2022-02-14 23:14:47.253 | + lib/nova:start_nova_console_proxies:1016 :   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
2022-02-14 23:14:47.257 | + lib/nova:start_nova_console_proxies:1018 :   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
2022-02-14 23:14:47.261 | + lib/nova:start_nova_console_proxies:1018 :   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
2022-02-14 23:14:47.265 | + lib/nova:start_nova_console_proxies:1020 :   local api_cell_conf=/etc/nova/nova.conf
2022-02-14 23:14:47.265 | + lib/nova:start_nova_console_proxies:1022 :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:14:47.269 | + lib/nova:start_nova_console_proxies:1027 :   enable_nova_console_proxies
2022-02-14 23:14:47.273 | ++ lib/nova:enable_nova_console_proxies:1005 :   seq 1 1
2022-02-14 23:14:47.277 | + lib/nova:enable_nova_console_proxies:1005 :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:14:47.281 | + lib/nova:enable_nova_console_proxies:1006 :   for srv in n-novnc n-spice n-sproxy
2022-02-14 23:14:47.285 | + lib/nova:enable_nova_console_proxies:1007 :   is_service_enabled n-novnc
2022-02-14 23:14:47.312 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:47.315 | + lib/nova:enable_nova_console_proxies:1006 :   for srv in n-novnc n-spice n-sproxy
2022-02-14 23:14:47.319 | + lib/nova:enable_nova_console_proxies:1007 :   is_service_enabled n-spice
2022-02-14 23:14:47.343 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:47.346 | + lib/nova:enable_nova_console_proxies:1006 :   for srv in n-novnc n-spice n-sproxy
2022-02-14 23:14:47.350 | + lib/nova:enable_nova_console_proxies:1007 :   is_service_enabled n-sproxy
2022-02-14 23:14:47.383 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:47.393 | ++ lib/nova:start_nova_console_proxies:1028 :   seq 1 1
2022-02-14 23:14:47.406 | + lib/nova:start_nova_console_proxies:1028 :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:14:47.415 | + lib/nova:start_nova_console_proxies:1029 :   local conf
2022-02-14 23:14:47.427 | ++ lib/nova:start_nova_console_proxies:1030 :   conductor_conf 1
2022-02-14 23:14:47.433 | ++ lib/nova:conductor_conf:751              :   local cell=1
2022-02-14 23:14:47.439 | ++ lib/nova:conductor_conf:752              :   echo /etc/nova/nova_cell1.conf
2022-02-14 23:14:47.448 | + lib/nova:start_nova_console_proxies:1030 :   conf=/etc/nova/nova_cell1.conf
2022-02-14 23:14:47.452 | + lib/nova:start_nova_console_proxies:1031 :   run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web '
2022-02-14 23:14:47.453 | + functions-common:run_process:1680        :   local service=n-novnc-cell1
2022-02-14 23:14:47.456 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web '
2022-02-14 23:14:47.465 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:14:47.468 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:47.471 | + functions-common:run_process:1685        :   local name=n-novnc-cell1
2022-02-14 23:14:47.474 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:47.481 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:47.485 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:47.489 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:47.499 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:47.513 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880487502
2022-02-14 23:14:47.518 | + functions-common:run_process:1688        :   is_service_enabled n-novnc-cell1
2022-02-14 23:14:47.578 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:47.583 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:14:47.589 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:47.594 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:47.601 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:47.609 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:47.613 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:47.617 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:14:47.623 | + functions-common:time_stop:2432          :   start_time=1644880487502
2022-02-14 23:14:47.625 | + functions-common:time_stop:2434          :   [[ -z 1644880487502 ]]
2022-02-14 23:14:47.630 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:47.636 | + functions-common:time_stop:2437          :   end_time=1644880487632
2022-02-14 23:14:47.646 | + functions-common:time_stop:2438          :   elapsed_time=130
2022-02-14 23:14:47.649 | + functions-common:time_stop:2439          :   total=18563
2022-02-14 23:14:47.652 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:47.655 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=18693
2022-02-14 23:14:47.657 | + lib/nova:start_nova_console_proxies:1032 :   run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web '
2022-02-14 23:14:47.660 | + functions-common:run_process:1680        :   local service=n-spice-cell1
2022-02-14 23:14:47.663 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web '
2022-02-14 23:14:47.666 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:14:47.669 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:47.672 | + functions-common:run_process:1685        :   local name=n-spice-cell1
2022-02-14 23:14:47.675 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:47.678 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:47.681 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:47.684 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:47.690 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:47.694 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880487689
2022-02-14 23:14:47.697 | + functions-common:run_process:1688        :   is_service_enabled n-spice-cell1
2022-02-14 23:14:47.718 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:47.721 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:14:47.729 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:47.729 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:47.733 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:47.733 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:47.737 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:47.741 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:14:47.745 | + functions-common:time_stop:2432          :   start_time=1644880487689
2022-02-14 23:14:47.749 | + functions-common:time_stop:2434          :   [[ -z 1644880487689 ]]
2022-02-14 23:14:47.749 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:47.756 | + functions-common:time_stop:2437          :   end_time=1644880487750
2022-02-14 23:14:47.756 | + functions-common:time_stop:2438          :   elapsed_time=61
2022-02-14 23:14:47.761 | + functions-common:time_stop:2439          :   total=18693
2022-02-14 23:14:47.764 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:47.769 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=18754
2022-02-14 23:14:47.769 | + lib/nova:start_nova_console_proxies:1033 :   run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:47.773 | + functions-common:run_process:1680        :   local service=n-sproxy-cell1
2022-02-14 23:14:47.773 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:47.777 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:14:47.781 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:47.781 | + functions-common:run_process:1685        :   local name=n-sproxy-cell1
2022-02-14 23:14:47.785 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:47.789 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:47.793 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:47.793 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:47.797 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:47.803 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880487798
2022-02-14 23:14:47.809 | + functions-common:run_process:1688        :   is_service_enabled n-sproxy-cell1
2022-02-14 23:14:47.827 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:47.830 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:14:47.834 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:47.837 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:47.839 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:47.843 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:47.848 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:47.853 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:14:47.857 | + functions-common:time_stop:2432          :   start_time=1644880487798
2022-02-14 23:14:47.861 | + functions-common:time_stop:2434          :   [[ -z 1644880487798 ]]
2022-02-14 23:14:47.870 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:47.875 | + functions-common:time_stop:2437          :   end_time=1644880487869
2022-02-14 23:14:47.879 | + functions-common:time_stop:2438          :   elapsed_time=71
2022-02-14 23:14:47.887 | + functions-common:time_stop:2439          :   total=18754
2022-02-14 23:14:47.892 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:47.898 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=18825
2022-02-14 23:14:47.905 | + lib/nova:start_nova_console_proxies:1037 :   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
2022-02-14 23:14:47.909 | + lib/nova:start_nova_console_proxies:1037 :   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
2022-02-14 23:14:47.912 | + lib/nova:start_nova:1082                 :   start_nova_conductor
2022-02-14 23:14:47.915 | + lib/nova:start_nova_conductor:1050       :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:14:47.920 | + lib/nova:start_nova_conductor:1056       :   enable_nova_fleet
2022-02-14 23:14:47.922 | + lib/nova:enable_nova_fleet:1041          :   is_service_enabled n-cond
2022-02-14 23:14:47.943 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:47.946 | + lib/nova:enable_nova_fleet:1042          :   enable_service n-super-cond
2022-02-14 23:14:48.016 | ++ lib/nova:enable_nova_fleet:1043          :   seq 1 1
2022-02-14 23:14:48.023 | + lib/nova:enable_nova_fleet:1043          :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:14:48.026 | + lib/nova:enable_nova_fleet:1044          :   enable_service n-cond-cell1
2022-02-14 23:14:48.093 | + lib/nova:start_nova_conductor:1057       :   is_service_enabled n-super-cond
2022-02-14 23:14:48.113 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:48.117 | + lib/nova:start_nova_conductor:1058       :   run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2022-02-14 23:14:48.121 | + functions-common:run_process:1680        :   local service=n-super-cond
2022-02-14 23:14:48.121 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2022-02-14 23:14:48.124 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:14:48.129 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:48.130 | + functions-common:run_process:1685        :   local name=n-super-cond
2022-02-14 23:14:48.133 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:48.137 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:48.141 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:48.141 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:48.145 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:48.149 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880488146
2022-02-14 23:14:48.153 | + functions-common:run_process:1688        :   is_service_enabled n-super-cond
2022-02-14 23:14:48.172 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:48.175 | + functions-common:run_process:1689        :   _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ''
2022-02-14 23:14:48.178 | + functions-common:_run_under_systemd:1645 :   local service=n-super-cond
2022-02-14 23:14:48.181 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2022-02-14 23:14:48.184 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2022-02-14 23:14:48.187 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2022-02-14 23:14:48.190 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2022-02-14 23:14:48.194 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]]
2022-02-14 23:14:48.198 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]]
2022-02-14 23:14:48.201 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@n-super-cond.service
2022-02-14 23:14:48.204 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:14:48.207 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:14:48.210 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]]
2022-02-14 23:14:48.214 | + functions-common:_run_under_systemd:1657 :   write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu
2022-02-14 23:14:48.216 | + functions-common:write_user_unit_file:1562 :   local service=devstack@n-super-cond.service
2022-02-14 23:14:48.218 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2022-02-14 23:14:48.222 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:14:48.224 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:14:48.227 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:14:48.229 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:14:48.234 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@n-super-cond.service
2022-02-14 23:14:48.237 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:14:48.242 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service'
2022-02-14 23:14:48.330 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu
2022-02-14 23:14:48.436 | + functions-common:write_user_unit_file:1575 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2022-02-14 23:14:48.505 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process
2022-02-14 23:14:48.581 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300
2022-02-14 23:14:48.654 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:14:48.725 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:14:48.725 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target
2022-02-14 23:14:48.812 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:14:49.373 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@n-super-cond.service
2022-02-14 23:14:49.389 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service.
2022-02-14 23:14:49.980 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@n-super-cond.service
2022-02-14 23:14:50.007 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:14:50.009 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:50.013 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:50.017 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:50.019 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:50.023 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:50.026 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:14:50.029 | + functions-common:time_stop:2432          :   start_time=1644880488146
2022-02-14 23:14:50.033 | + functions-common:time_stop:2434          :   [[ -z 1644880488146 ]]
2022-02-14 23:14:50.042 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:50.053 | + functions-common:time_stop:2437          :   end_time=1644880490044
2022-02-14 23:14:50.057 | + functions-common:time_stop:2438          :   elapsed_time=1898
2022-02-14 23:14:50.061 | + functions-common:time_stop:2439          :   total=18825
2022-02-14 23:14:50.065 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:50.065 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=20723
2022-02-14 23:14:50.069 | ++ lib/nova:start_nova_conductor:1060       :   seq 1 1
2022-02-14 23:14:50.077 | + lib/nova:start_nova_conductor:1060       :   for i in $(seq 1 $NOVA_NUM_CELLS)
2022-02-14 23:14:50.077 | + lib/nova:start_nova_conductor:1061       :   is_service_enabled n-cond-cell1
2022-02-14 23:14:50.108 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:50.112 | + lib/nova:start_nova_conductor:1062       :   local conf
2022-02-14 23:14:50.118 | ++ lib/nova:start_nova_conductor:1063       :   conductor_conf 1
2022-02-14 23:14:50.121 | ++ lib/nova:conductor_conf:751              :   local cell=1
2022-02-14 23:14:50.126 | ++ lib/nova:conductor_conf:752              :   echo /etc/nova/nova_cell1.conf
2022-02-14 23:14:50.130 | + lib/nova:start_nova_conductor:1063       :   conf=/etc/nova/nova_cell1.conf
2022-02-14 23:14:50.134 | + lib/nova:start_nova_conductor:1064       :   run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:50.138 | + functions-common:run_process:1680        :   local service=n-cond-cell1
2022-02-14 23:14:50.145 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:50.145 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:14:50.151 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:50.155 | + functions-common:run_process:1685        :   local name=n-cond-cell1
2022-02-14 23:14:50.159 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:50.164 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:50.168 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:50.172 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:50.180 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:50.185 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880490180
2022-02-14 23:14:50.189 | + functions-common:run_process:1688        :   is_service_enabled n-cond-cell1
2022-02-14 23:14:50.221 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:50.226 | + functions-common:run_process:1689        :   _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ''
2022-02-14 23:14:50.230 | + functions-common:_run_under_systemd:1645 :   local service=n-cond-cell1
2022-02-14 23:14:50.234 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:50.240 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:50.244 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:50.249 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:50.252 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]]
2022-02-14 23:14:50.257 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]]
2022-02-14 23:14:50.261 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@n-cond-cell1.service
2022-02-14 23:14:50.267 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:14:50.277 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:14:50.277 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]]
2022-02-14 23:14:50.281 | + functions-common:_run_under_systemd:1657 :   write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu
2022-02-14 23:14:50.281 | + functions-common:write_user_unit_file:1562 :   local service=devstack@n-cond-cell1.service
2022-02-14 23:14:50.285 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:50.288 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:14:50.293 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:14:50.293 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:14:50.297 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:14:50.301 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service
2022-02-14 23:14:50.301 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:14:50.309 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service'
2022-02-14 23:14:50.398 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu
2022-02-14 23:14:50.501 | + functions-common:write_user_unit_file:1575 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2022-02-14 23:14:50.574 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process
2022-02-14 23:14:50.661 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300
2022-02-14 23:14:50.733 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:14:50.809 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:14:50.809 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target
2022-02-14 23:14:50.897 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:14:51.392 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@n-cond-cell1.service
2022-02-14 23:14:51.407 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service.
2022-02-14 23:14:51.912 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@n-cond-cell1.service
2022-02-14 23:14:51.949 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:14:51.952 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:51.956 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:51.959 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:51.962 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:51.966 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:51.969 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:14:51.972 | + functions-common:time_stop:2432          :   start_time=1644880490180
2022-02-14 23:14:51.976 | + functions-common:time_stop:2434          :   [[ -z 1644880490180 ]]
2022-02-14 23:14:51.982 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:51.991 | + functions-common:time_stop:2437          :   end_time=1644880491985
2022-02-14 23:14:51.995 | + functions-common:time_stop:2438          :   elapsed_time=1805
2022-02-14 23:14:52.002 | + functions-common:time_stop:2439          :   total=20723
2022-02-14 23:14:52.011 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:52.019 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=22528
2022-02-14 23:14:52.027 | + lib/nova:start_nova:1083                 :   start_nova_compute
2022-02-14 23:14:52.035 | + lib/nova:start_nova_compute:913          :   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
2022-02-14 23:14:52.040 | + lib/nova:start_nova_compute:914          :   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
2022-02-14 23:14:52.051 | + lib/nova:start_nova_compute:914          :   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
2022-02-14 23:14:52.059 | + lib/nova:start_nova_compute:916          :   local compute_cell_conf=/etc/nova/nova.conf
2022-02-14 23:14:52.068 | + lib/nova:start_nova_compute:919          :   cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf
2022-02-14 23:14:52.080 | + lib/nova:start_nova_compute:921          :   merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF'
2022-02-14 23:14:52.087 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:14:52.095 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2022-02-14 23:14:52.103 | + inc/meta-config:merge_config_file:85     :   local 'configfile=$NOVA_CPU_CONF'
2022-02-14 23:14:52.111 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2022-02-14 23:14:52.118 | ++ inc/meta-config:merge_config_file:91     :   eval echo '$NOVA_CPU_CONF'
2022-02-14 23:14:52.127 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/nova/nova-cpu.conf
2022-02-14 23:14:52.134 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/nova/nova-cpu.conf
2022-02-14 23:14:52.140 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/nova/nova-cpu.conf ']'
2022-02-14 23:14:52.149 | + inc/meta-config:merge_config_file:164    :   read a
2022-02-14 23:14:52.150 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF'
2022-02-14 23:14:52.155 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=$NOVA_CPU_CONF' '
2022-02-14 23:14:52.155 |         BEGIN {
2022-02-14 23:14:52.155 |             section = ""
2022-02-14 23:14:52.155 |             last_section = ""
2022-02-14 23:14:52.155 |             section_count = 0
2022-02-14 23:14:52.155 |         }
2022-02-14 23:14:52.155 |         /^\[.+\]/ {
2022-02-14 23:14:52.155 |             gsub("[][]", "", $1);
2022-02-14 23:14:52.155 |             section=$1
2022-02-14 23:14:52.156 |             next
2022-02-14 23:14:52.156 |         }
2022-02-14 23:14:52.156 |         /^ *\#/ {
2022-02-14 23:14:52.156 |             next
2022-02-14 23:14:52.156 |         }
2022-02-14 23:14:52.156 |         /^[^ \t]+/ {
2022-02-14 23:14:52.156 |             # get offset of first = in $0
2022-02-14 23:14:52.156 |             eq_idx = index($0, "=")
2022-02-14 23:14:52.156 |             # extract attr & value from $0
2022-02-14 23:14:52.156 |             attr = substr($0, 1, eq_idx - 1)
2022-02-14 23:14:52.156 |             value = substr($0, eq_idx + 1)
2022-02-14 23:14:52.156 |             # only need to strip trailing whitespace from attr
2022-02-14 23:14:52.156 |             sub(/[ \t]*$/, "", attr)
2022-02-14 23:14:52.156 |             # need to strip leading & trailing whitespace from value
2022-02-14 23:14:52.156 |             sub(/^[ \t]*/, "", value)
2022-02-14 23:14:52.156 |             sub(/[ \t]*$/, "", value)
2022-02-14 23:14:52.156 | 
2022-02-14 23:14:52.156 |             # cfg_attr_count: number of config lines per [section, attr]
2022-02-14 23:14:52.156 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2022-02-14 23:14:52.156 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2022-02-14 23:14:52.156 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2022-02-14 23:14:52.156 |             if (! (section, attr) in cfg_attr_count) {
2022-02-14 23:14:52.156 |                 if (section != last_section) {
2022-02-14 23:14:52.156 |                     cfg_section[section_count++] = section
2022-02-14 23:14:52.156 |                     last_section = section
2022-02-14 23:14:52.156 |                 }
2022-02-14 23:14:52.156 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2022-02-14 23:14:52.156 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2022-02-14 23:14:52.156 | 
2022-02-14 23:14:52.156 |                 cfg_attr[section, attr, 0] = value
2022-02-14 23:14:52.156 |                 cfg_attr_count[section, attr] = 1
2022-02-14 23:14:52.156 |             } else {
2022-02-14 23:14:52.156 |                 lno = cfg_attr_count[section, attr]++
2022-02-14 23:14:52.156 |                 cfg_attr[section, attr, lno] = value
2022-02-14 23:14:52.156 |             }
2022-02-14 23:14:52.157 |         }
2022-02-14 23:14:52.157 |         END {
2022-02-14 23:14:52.157 |             # Process each section in order
2022-02-14 23:14:52.157 |             for (sno = 0; sno < section_count; sno++) {
2022-02-14 23:14:52.157 |                 section = cfg_section[sno]
2022-02-14 23:14:52.157 |                 # The ini routines simply append a config item immediately
2022-02-14 23:14:52.157 |                 # after the section header. To keep the same order as defined
2022-02-14 23:14:52.157 |                 # in local.conf, invoke the ini routines in the reverse order
2022-02-14 23:14:52.157 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2022-02-14 23:14:52.157 |                     attr = cfg_sec_attr_name[sno, attr_no]
2022-02-14 23:14:52.157 |                     if (cfg_attr_count[section, attr] == 1)
2022-02-14 23:14:52.157 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2022-02-14 23:14:52.157 |                     else {
2022-02-14 23:14:52.157 |                         # For multiline, invoke the ini routines in the reverse order
2022-02-14 23:14:52.157 |                         count = cfg_attr_count[section, attr]
2022-02-14 23:14:52.157 |                         print "inidelete " configfile " " section " " attr
2022-02-14 23:14:52.157 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2022-02-14 23:14:52.157 |                         for (l = count -2; l >= 0; l--)
2022-02-14 23:14:52.157 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2022-02-14 23:14:52.157 |                     }
2022-02-14 23:14:52.157 |                 }
2022-02-14 23:14:52.157 |             }
2022-02-14 23:14:52.157 |         }
2022-02-14 23:14:52.157 |     '
2022-02-14 23:14:52.158 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:14:52.161 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2022-02-14 23:14:52.174 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2022-02-14 23:14:52.190 | + inc/meta-config:get_meta_section:35      :   local 'configfile=$NOVA_CPU_CONF'
2022-02-14 23:14:52.206 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:14:52.214 | + inc/meta-config:get_meta_section:38      :   [[ -z $NOVA_CPU_CONF ]]
2022-02-14 23:14:52.219 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' '
2022-02-14 23:14:52.219 |         BEGIN { group = "" }
2022-02-14 23:14:52.219 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:14:52.219 |             gsub("[][]", "", $1);
2022-02-14 23:14:52.219 |             split($1, a, "|");
2022-02-14 23:14:52.219 |             if (a[1] == matchgroup && a[2] == configfile) {
2022-02-14 23:14:52.219 |                 group=a[1]
2022-02-14 23:14:52.219 |             } else {
2022-02-14 23:14:52.220 |                 group=""
2022-02-14 23:14:52.220 |             }
2022-02-14 23:14:52.220 |             next
2022-02-14 23:14:52.220 |         }
2022-02-14 23:14:52.220 |         {
2022-02-14 23:14:52.220 |             if (group != "")
2022-02-14 23:14:52.220 |                 print $0
2022-02-14 23:14:52.220 |         }
2022-02-14 23:14:52.220 |     ' /home/ubuntu/devstack/local.conf
2022-02-14 23:14:52.230 | + lib/nova:start_nova_compute:923          :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2022-02-14 23:14:52.236 | + lib/nova:start_nova_compute:930          :   iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True
2022-02-14 23:14:52.303 | + lib/nova:start_nova_compute:933          :   iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False
2022-02-14 23:14:52.385 | + lib/nova:start_nova_compute:934          :   iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1
2022-02-14 23:14:52.390 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=nova
2022-02-14 23:14:52.398 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/nova/nova-cpu.conf
2022-02-14 23:14:52.406 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2022-02-14 23:14:52.415 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=nova_cell1
2022-02-14 23:14:52.423 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2022-02-14 23:14:52.470 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:52.479 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url nova_cell1
2022-02-14 23:14:52.488 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=nova_cell1
2022-02-14 23:14:52.494 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2022-02-14 23:14:52.549 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:52.561 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/nova_cell1
2022-02-14 23:14:52.566 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/nova_cell1
2022-02-14 23:14:52.637 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2022-02-14 23:14:52.640 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2022-02-14 23:14:52.650 | + lib/nova:start_nova_compute:938          :   inidelete /etc/nova/nova-cpu.conf database connection
2022-02-14 23:14:52.707 | + lib/nova:start_nova_compute:939          :   inidelete /etc/nova/nova-cpu.conf api_database connection
2022-02-14 23:14:52.762 | + lib/nova:start_nova_compute:944          :   configure_console_compute
2022-02-14 23:14:52.769 | + lib/nova:configure_console_compute:633   :   local offset
2022-02-14 23:14:52.783 | + lib/nova:configure_console_compute:634   :   offset=0
2022-02-14 23:14:52.790 | + lib/nova:configure_console_compute:638   :   local default_proxyclient_addr
2022-02-14 23:14:52.796 | ++ lib/nova:configure_console_compute:639   :   iniget /etc/nova/nova-cpu.conf DEFAULT my_ip
2022-02-14 23:14:52.884 | + lib/nova:configure_console_compute:639   :   default_proxyclient_addr=10.222.0.47
2022-02-14 23:14:52.889 | + lib/nova:configure_console_compute:643   :   is_service_enabled n-cpu
2022-02-14 23:14:52.952 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:52.959 | + lib/nova:configure_console_compute:659   :   is_service_enabled n-novnc
2022-02-14 23:14:53.016 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:53.025 | + lib/nova:configure_console_compute:659   :   '[' False '!=' False ']'
2022-02-14 23:14:53.031 | + lib/nova:configure_console_compute:667   :   iniset /etc/nova/nova-cpu.conf vnc enabled false
2022-02-14 23:14:53.114 | + lib/nova:configure_console_compute:670   :   is_service_enabled n-spice
2022-02-14 23:14:53.179 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:53.191 | + lib/nova:configure_console_compute:680   :   is_service_enabled n-sproxy
2022-02-14 23:14:53.258 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:53.267 | + lib/nova:start_nova_compute:947          :   '[' -n '' ']'
2022-02-14 23:14:53.275 | + lib/nova:start_nova_compute:952          :   [[ libvirt == \l\i\b\v\i\r\t ]]
2022-02-14 23:14:53.285 | + lib/nova:start_nova_compute:952          :   [[ kvm == \q\e\m\u ]]
2022-02-14 23:14:53.291 | + lib/nova:start_nova_compute:956          :   [[ libvirt = \l\i\b\v\i\r\t ]]
2022-02-14 23:14:53.302 | + lib/nova:start_nova_compute:960          :   run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt
2022-02-14 23:14:53.313 | + functions-common:run_process:1680        :   local service=n-cpu
2022-02-14 23:14:53.322 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf'
2022-02-14 23:14:53.332 | + functions-common:run_process:1682        :   local group=libvirt
2022-02-14 23:14:53.343 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:53.358 | + functions-common:run_process:1685        :   local name=n-cpu
2022-02-14 23:14:53.366 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:53.375 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:53.381 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:53.389 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:53.397 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:53.410 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880493399
2022-02-14 23:14:53.417 | + functions-common:run_process:1688        :   is_service_enabled n-cpu
2022-02-14 23:14:53.476 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:53.481 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:14:53.491 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:14:53.503 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:14:53.508 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:14:53.517 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:14:53.527 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:14:53.535 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:14:53.550 | + functions-common:time_stop:2432          :   start_time=1644880493399
2022-02-14 23:14:53.561 | + functions-common:time_stop:2434          :   [[ -z 1644880493399 ]]
2022-02-14 23:14:53.574 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:14:53.587 | + functions-common:time_stop:2437          :   end_time=1644880493576
2022-02-14 23:14:53.593 | + functions-common:time_stop:2438          :   elapsed_time=177
2022-02-14 23:14:53.597 | + functions-common:time_stop:2439          :   total=22528
2022-02-14 23:14:53.602 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:14:53.614 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=22705
2022-02-14 23:14:53.625 | + lib/nova:start_nova_compute:982          :   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
2022-02-14 23:14:53.635 | + lib/nova:start_nova_compute:982          :   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
2022-02-14 23:14:53.643 | + lib/nova:start_nova:1084                 :   is_service_enabled n-api
2022-02-14 23:14:53.680 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:53.688 | + lib/nova:start_nova:1086                 :   echo 'Dumping cells_v2 mapping'
2022-02-14 23:14:53.688 | Dumping cells_v2 mapping
2022-02-14 23:14:53.694 | + lib/nova:start_nova:1087                 :   /usr/local/bin/nova-manage cell_v2 list_cells --verbose
2022-02-14 23:14:57.536 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:57.536 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:57.536 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:14:57.536 |   from cryptography.utils import int_from_bytes
2022-02-14 23:14:57.536 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+
2022-02-14 23:14:57.537 | |  Name |                 UUID                 |                       Transport URL                       |                       Database Connection                       | Disabled |
2022-02-14 23:14:57.537 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+
2022-02-14 23:14:57.537 | | cell0 | 00000000-0000-0000-0000-000000000000 |                          none:///                         | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 |  False   |
2022-02-14 23:14:57.537 | | cell1 | 446f0302-3bcb-4c83-9fbc-6d0a7ed97f8d | rabbit://stackrabbit:Passw0rd@10.222.0.47:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 |  False   |
2022-02-14 23:14:57.537 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+
2022-02-14 23:14:57.968 | + ./stack.sh:main:1320                     :   async_runfunc create_flavors
2022-02-14 23:14:57.973 | + inc/async:async_runfunc:116              :   async_run create_flavors create_flavors
2022-02-14 23:14:58.038 | + inc/async:async_inner:63                 :   create_flavors
2022-02-14 23:14:58.098 | [17669 Async create_flavors:112143]: running: create_flavors
2022-02-14 23:14:58.102 | + ./stack.sh:main:1322                     :   is_service_enabled cinder
2022-02-14 23:14:58.122 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:58.125 | + ./stack.sh:main:1323                     :   echo_summary 'Starting Cinder'
2022-02-14 23:14:58.128 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:14:58.131 | + ./stack.sh:echo_summary:446              :   echo -e Starting Cinder
2022-02-14 23:14:58.133 | + ./stack.sh:main:1324                     :   start_cinder
2022-02-14 23:14:58.136 | + lib/cinder:start_cinder:508              :   local service_port=8776
2022-02-14 23:14:58.139 | + lib/cinder:start_cinder:509              :   local service_protocol=http
2022-02-14 23:14:58.141 | + lib/cinder:start_cinder:510              :   local cinder_url
2022-02-14 23:14:58.145 | + lib/cinder:start_cinder:511              :   is_service_enabled tls-proxy
2022-02-14 23:14:58.164 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:14:58.167 | + lib/cinder:start_cinder:515              :   '[' lioadm = tgtadm ']'
2022-02-14 23:14:58.169 | + lib/cinder:start_cinder:535              :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder,n-super-cond,n-cond-cell1 =~ c-api ]]
2022-02-14 23:14:58.172 | + lib/cinder:start_cinder:536              :   '[' True == False ']'
2022-02-14 23:14:58.176 | ++ lib/cinder:start_cinder:544              :   which uwsgi
2022-02-14 23:14:58.180 | + lib/cinder:start_cinder:544              :   run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2022-02-14 23:14:58.183 | + functions-common:run_process:1680        :   local service=c-api
2022-02-14 23:14:58.186 | + functions-common:run_process:1681        :   local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2022-02-14 23:14:58.189 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:14:58.193 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:14:58.196 | + functions-common:run_process:1685        :   local name=c-api
2022-02-14 23:14:58.198 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:14:58.204 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:14:58.207 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:14:58.210 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:14:58.214 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:14:58.219 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880498216
2022-02-14 23:14:58.223 | + functions-common:run_process:1688        :   is_service_enabled c-api
2022-02-14 23:14:58.253 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:14:58.256 | + functions-common:run_process:1689        :   _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ''
2022-02-14 23:14:58.259 | + functions-common:_run_under_systemd:1645 :   local service=c-api
2022-02-14 23:14:58.266 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2022-02-14 23:14:58.269 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2022-02-14 23:14:58.272 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2022-02-14 23:14:58.276 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2022-02-14 23:14:58.280 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]]
2022-02-14 23:14:58.285 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]]
2022-02-14 23:14:58.288 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@c-api.service
2022-02-14 23:14:58.291 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:14:58.294 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:14:58.297 | + functions-common:_run_under_systemd:1654 :   [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]]
2022-02-14 23:14:58.302 | + functions-common:_run_under_systemd:1655 :   write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu
2022-02-14 23:14:58.305 | + functions-common:write_uwsgi_user_unit_file:1589 :   local service=devstack@c-api.service
2022-02-14 23:14:58.307 | + functions-common:write_uwsgi_user_unit_file:1590 :   local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2022-02-14 23:14:58.309 | + functions-common:write_uwsgi_user_unit_file:1591 :   local group=
2022-02-14 23:14:58.317 | + functions-common:write_uwsgi_user_unit_file:1592 :   local user=ubuntu
2022-02-14 23:14:58.320 | + functions-common:write_uwsgi_user_unit_file:1593 :   local unitfile=/etc/systemd/system/devstack@c-api.service
2022-02-14 23:14:58.322 | + functions-common:write_uwsgi_user_unit_file:1594 :   mkdir -p /etc/systemd/system
2022-02-14 23:14:58.327 | + functions-common:write_uwsgi_user_unit_file:1596 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service'
2022-02-14 23:14:58.398 | + functions-common:write_uwsgi_user_unit_file:1597 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service
2022-02-14 23:14:58.473 | + functions-common:write_uwsgi_user_unit_file:1598 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu
2022-02-14 23:14:58.534 | + functions-common:write_uwsgi_user_unit_file:1599 :   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'
2022-02-14 23:14:58.593 | + functions-common:write_uwsgi_user_unit_file:1600 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:14:58.653 | + functions-common:write_uwsgi_user_unit_file:1601 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify
2022-02-14 23:14:58.727 | + functions-common:write_uwsgi_user_unit_file:1602 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process
2022-02-14 23:14:58.796 | + functions-common:write_uwsgi_user_unit_file:1603 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always
2022-02-14 23:14:58.856 | + functions-common:write_uwsgi_user_unit_file:1604 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all
2022-02-14 23:14:58.916 | + functions-common:write_uwsgi_user_unit_file:1605 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100
2022-02-14 23:14:58.988 | + functions-common:write_uwsgi_user_unit_file:1607 :   [[ -n '' ]]
2022-02-14 23:14:58.991 | + functions-common:write_uwsgi_user_unit_file:1610 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target
2022-02-14 23:14:59.072 | + functions-common:write_uwsgi_user_unit_file:1613 :   sudo systemctl daemon-reload
2022-02-14 23:14:59.557 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@c-api.service
2022-02-14 23:14:59.574 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service.
2022-02-14 23:15:00.039 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@c-api.service
2022-02-14 23:15:00.139 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:15:00.149 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:15:00.153 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:15:00.158 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:15:00.163 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:15:00.167 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:15:00.171 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:15:00.174 | + functions-common:time_stop:2432          :   start_time=1644880498216
2022-02-14 23:15:00.177 | + functions-common:time_stop:2434          :   [[ -z 1644880498216 ]]
2022-02-14 23:15:00.183 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:15:00.188 | + functions-common:time_stop:2437          :   end_time=1644880500184
2022-02-14 23:15:00.191 | + functions-common:time_stop:2438          :   elapsed_time=1968
2022-02-14 23:15:00.193 | + functions-common:time_stop:2439          :   total=22705
2022-02-14 23:15:00.196 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:15:00.199 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=24673
2022-02-14 23:15:00.202 | + lib/cinder:start_cinder:545              :   cinder_url=http://10.222.0.47/volume/v3
2022-02-14 23:15:00.205 | + lib/cinder:start_cinder:549              :   echo 'Waiting for Cinder API to start...'
2022-02-14 23:15:00.205 | Waiting for Cinder API to start...
2022-02-14 23:15:00.208 | + lib/cinder:start_cinder:550              :   wait_for_service 60 http://10.222.0.47/volume/v3
2022-02-14 23:15:00.211 | + functions:wait_for_service:457           :   local timeout=60
2022-02-14 23:15:00.214 | + functions:wait_for_service:458           :   local url=http://10.222.0.47/volume/v3
2022-02-14 23:15:00.222 | + functions:wait_for_service:459           :   local rval=0
2022-02-14 23:15:00.229 | + functions:wait_for_service:460           :   time_start wait_for_service
2022-02-14 23:15:00.247 | + functions-common:time_start:2411         :   local name=wait_for_service
2022-02-14 23:15:00.251 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:15:00.257 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:15:00.276 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:15:00.285 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880500277
2022-02-14 23:15:00.294 | + functions:wait_for_service:461           :   timeout 60 bash -x
2022-02-14 23:15:00.306 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.47/volume/v3
2022-02-14 23:15:05.083 | + ::                                       :   [[ 401 == 503 ]]
2022-02-14 23:15:05.085 | + ::                                       :   [[ 0 -eq 7 ]]
2022-02-14 23:15:05.090 | + functions:wait_for_service:466           :   time_stop wait_for_service
2022-02-14 23:15:05.094 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:15:05.097 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:15:05.100 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:15:05.103 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:15:05.107 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:15:05.110 | + functions-common:time_stop:2431          :   name=wait_for_service
2022-02-14 23:15:05.113 | + functions-common:time_stop:2432          :   start_time=1644880500277
2022-02-14 23:15:05.116 | + functions-common:time_stop:2434          :   [[ -z 1644880500277 ]]
2022-02-14 23:15:05.119 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:15:05.125 | + functions-common:time_stop:2437          :   end_time=1644880505122
2022-02-14 23:15:05.128 | + functions-common:time_stop:2438          :   elapsed_time=4845
2022-02-14 23:15:05.131 | + functions-common:time_stop:2439          :   total=15477
2022-02-14 23:15:05.134 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:15:05.137 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=20322
2022-02-14 23:15:05.140 | + functions:wait_for_service:467           :   return 0
2022-02-14 23:15:05.144 | + lib/cinder:start_cinder:554              :   run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:05.147 | + functions-common:run_process:1680        :   local service=c-sch
2022-02-14 23:15:05.152 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:05.154 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:15:05.158 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:15:05.161 | + functions-common:run_process:1685        :   local name=c-sch
2022-02-14 23:15:05.164 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:15:05.167 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:15:05.170 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:15:05.173 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:15:05.176 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:15:05.181 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880505178
2022-02-14 23:15:05.184 | + functions-common:run_process:1688        :   is_service_enabled c-sch
2022-02-14 23:15:05.207 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:05.210 | + functions-common:run_process:1689        :   _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ''
2022-02-14 23:15:05.213 | + functions-common:_run_under_systemd:1645 :   local service=c-sch
2022-02-14 23:15:05.216 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:05.220 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:05.222 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:05.225 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:05.228 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]]
2022-02-14 23:15:05.231 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]]
2022-02-14 23:15:05.234 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@c-sch.service
2022-02-14 23:15:05.237 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:15:05.240 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:15:05.243 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]]
2022-02-14 23:15:05.246 | + functions-common:_run_under_systemd:1657 :   write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu
2022-02-14 23:15:05.249 | + functions-common:write_user_unit_file:1562 :   local service=devstack@c-sch.service
2022-02-14 23:15:05.252 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:05.255 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:15:05.257 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:15:05.260 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:15:05.263 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:15:05.266 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@c-sch.service
2022-02-14 23:15:05.268 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:15:05.274 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service'
2022-02-14 23:15:05.350 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu
2022-02-14 23:15:05.429 | + functions-common:write_user_unit_file:1575 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:05.490 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process
2022-02-14 23:15:05.551 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300
2022-02-14 23:15:05.615 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:15:05.676 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:15:05.678 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target
2022-02-14 23:15:05.751 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:15:06.231 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@c-sch.service
2022-02-14 23:15:06.246 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service.
2022-02-14 23:15:06.706 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@c-sch.service
2022-02-14 23:15:06.743 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:15:06.746 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:15:06.750 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:15:06.753 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:15:06.756 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:15:06.758 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:15:06.762 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:15:06.766 | + functions-common:time_stop:2432          :   start_time=1644880505178
2022-02-14 23:15:06.768 | + functions-common:time_stop:2434          :   [[ -z 1644880505178 ]]
2022-02-14 23:15:06.772 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:15:06.777 | + functions-common:time_stop:2437          :   end_time=1644880506774
2022-02-14 23:15:06.780 | + functions-common:time_stop:2438          :   elapsed_time=1596
2022-02-14 23:15:06.783 | + functions-common:time_stop:2439          :   total=24673
2022-02-14 23:15:06.787 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:15:06.795 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=26269
2022-02-14 23:15:06.798 | + lib/cinder:start_cinder:555              :   run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:06.801 | + functions-common:run_process:1680        :   local service=c-bak
2022-02-14 23:15:06.803 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:06.807 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:15:06.809 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:15:06.813 | + functions-common:run_process:1685        :   local name=c-bak
2022-02-14 23:15:06.816 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:15:06.819 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:15:06.822 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:15:06.825 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:15:06.829 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:15:06.835 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880506832
2022-02-14 23:15:06.837 | + functions-common:run_process:1688        :   is_service_enabled c-bak
2022-02-14 23:15:06.865 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:15:06.868 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:15:06.871 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:15:06.877 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:15:06.884 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:15:06.887 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:15:06.891 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:15:06.893 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:15:06.896 | + functions-common:time_stop:2432          :   start_time=1644880506832
2022-02-14 23:15:06.899 | + functions-common:time_stop:2434          :   [[ -z 1644880506832 ]]
2022-02-14 23:15:06.902 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:15:06.908 | + functions-common:time_stop:2437          :   end_time=1644880506904
2022-02-14 23:15:06.911 | + functions-common:time_stop:2438          :   elapsed_time=72
2022-02-14 23:15:06.914 | + functions-common:time_stop:2439          :   total=26269
2022-02-14 23:15:06.916 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:15:06.919 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=26341
2022-02-14 23:15:06.923 | + lib/cinder:start_cinder:556              :   run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:06.926 | + functions-common:run_process:1680        :   local service=c-vol
2022-02-14 23:15:06.929 | + functions-common:run_process:1681        :   local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:06.931 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:15:06.934 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:15:06.938 | + functions-common:run_process:1685        :   local name=c-vol
2022-02-14 23:15:06.941 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:15:06.945 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:15:06.947 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:15:06.950 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:15:06.958 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:15:06.962 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880506958
2022-02-14 23:15:06.966 | + functions-common:run_process:1688        :   is_service_enabled c-vol
2022-02-14 23:15:06.988 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:06.992 | + functions-common:run_process:1689        :   _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ''
2022-02-14 23:15:06.996 | + functions-common:_run_under_systemd:1645 :   local service=c-vol
2022-02-14 23:15:06.999 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:07.003 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:07.006 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:07.010 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:07.016 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]]
2022-02-14 23:15:07.022 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]]
2022-02-14 23:15:07.025 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@c-vol.service
2022-02-14 23:15:07.028 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:15:07.031 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:15:07.035 | + functions-common:_run_under_systemd:1654 :   [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]]
2022-02-14 23:15:07.038 | + functions-common:_run_under_systemd:1657 :   write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ubuntu
2022-02-14 23:15:07.041 | + functions-common:write_user_unit_file:1562 :   local service=devstack@c-vol.service
2022-02-14 23:15:07.043 | + functions-common:write_user_unit_file:1563 :   local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:07.046 | + functions-common:write_user_unit_file:1564 :   local group=
2022-02-14 23:15:07.049 | + functions-common:write_user_unit_file:1565 :   local user=ubuntu
2022-02-14 23:15:07.054 | + functions-common:write_user_unit_file:1566 :   local extra=
2022-02-14 23:15:07.056 | + functions-common:write_user_unit_file:1567 :   [[ -n '' ]]
2022-02-14 23:15:07.059 | + functions-common:write_user_unit_file:1570 :   local unitfile=/etc/systemd/system/devstack@c-vol.service
2022-02-14 23:15:07.062 | + functions-common:write_user_unit_file:1571 :   mkdir -p /etc/systemd/system
2022-02-14 23:15:07.067 | + functions-common:write_user_unit_file:1573 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service'
2022-02-14 23:15:07.160 | + functions-common:write_user_unit_file:1574 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu
2022-02-14 23:15:07.243 | + functions-common:write_user_unit_file:1575 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2022-02-14 23:15:07.319 | + functions-common:write_user_unit_file:1576 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process
2022-02-14 23:15:07.402 | + functions-common:write_user_unit_file:1577 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300
2022-02-14 23:15:07.476 | + functions-common:write_user_unit_file:1578 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:15:07.550 | + functions-common:write_user_unit_file:1579 :   [[ -n '' ]]
2022-02-14 23:15:07.553 | + functions-common:write_user_unit_file:1582 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target
2022-02-14 23:15:07.650 | + functions-common:write_user_unit_file:1585 :   sudo systemctl daemon-reload
2022-02-14 23:15:08.159 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@c-vol.service
2022-02-14 23:15:08.182 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service.
2022-02-14 23:15:08.711 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@c-vol.service
2022-02-14 23:15:08.743 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:15:08.746 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:15:08.748 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:15:08.754 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:15:08.757 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:15:08.759 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:15:08.762 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:15:08.765 | + functions-common:time_stop:2432          :   start_time=1644880506958
2022-02-14 23:15:08.768 | + functions-common:time_stop:2434          :   [[ -z 1644880506958 ]]
2022-02-14 23:15:08.771 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:15:08.777 | + functions-common:time_stop:2437          :   end_time=1644880508774
2022-02-14 23:15:08.781 | + functions-common:time_stop:2438          :   elapsed_time=1816
2022-02-14 23:15:08.783 | + functions-common:time_stop:2439          :   total=26341
2022-02-14 23:15:08.786 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:15:08.789 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=28157
2022-02-14 23:15:08.792 | + ./stack.sh:main:1325                     :   create_volume_types
2022-02-14 23:15:08.794 | + lib/cinder:create_volume_types:574       :   is_service_enabled c-api
2022-02-14 23:15:08.817 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:08.820 | + lib/cinder:create_volume_types:574       :   [[ -n ceph ]]
2022-02-14 23:15:08.823 | + lib/cinder:create_volume_types:575       :   local be be_name
2022-02-14 23:15:08.825 | + lib/cinder:create_volume_types:576       :   for be in ${CINDER_ENABLED_BACKENDS//,/ }
2022-02-14 23:15:08.828 | + lib/cinder:create_volume_types:577       :   be_name=ceph
2022-02-14 23:15:08.830 | + lib/cinder:create_volume_types:579       :   is_service_enabled keystone
2022-02-14 23:15:08.854 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:08.856 | + lib/cinder:create_volume_types:580       :   openstack --os-region-name=RegionOne volume type create --property volume_backend_name=ceph ceph
2022-02-14 23:15:13.239 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:13.239 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:13.239 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:13.239 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:13.239 | +-------------+--------------------------------------+
2022-02-14 23:15:13.239 | | Field       | Value                                |
2022-02-14 23:15:13.239 | +-------------+--------------------------------------+
2022-02-14 23:15:13.239 | | description | None                                 |
2022-02-14 23:15:13.239 | | id          | 798478d5-eece-4179-a433-083517717311 |
2022-02-14 23:15:13.239 | | is_public   | True                                 |
2022-02-14 23:15:13.239 | | name        | ceph                                 |
2022-02-14 23:15:13.239 | | properties  | volume_backend_name='ceph'           |
2022-02-14 23:15:13.239 | +-------------+--------------------------------------+
2022-02-14 23:15:13.499 | + lib/cinder:create_volume_types:594       :   [[ False == \T\r\u\e ]]
2022-02-14 23:15:13.503 | + ./stack.sh:main:1330                     :   [[ False == \T\r\u\e ]]
2022-02-14 23:15:13.507 | + ./stack.sh:main:1338                     :   is_service_enabled glance
2022-02-14 23:15:13.540 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:13.546 | + ./stack.sh:main:1339                     :   echo_summary 'Starting Glance'
2022-02-14 23:15:13.552 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:15:13.555 | + ./stack.sh:echo_summary:446              :   echo -e Starting Glance
2022-02-14 23:15:13.566 | + ./stack.sh:main:1340                     :   start_glance
2022-02-14 23:15:13.572 | + lib/glance:start_glance:602              :   local service_protocol=http
2022-02-14 23:15:13.577 | + lib/glance:start_glance:603              :   is_service_enabled tls-proxy
2022-02-14 23:15:13.611 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:15:13.615 | + lib/glance:start_glance:609              :   [[ False == False ]]
2022-02-14 23:15:13.619 | ++ lib/glance:start_glance:610              :   which uwsgi
2022-02-14 23:15:13.626 | + lib/glance:start_glance:610              :   run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2022-02-14 23:15:13.630 | + functions-common:run_process:1680        :   local service=g-api
2022-02-14 23:15:13.634 | + functions-common:run_process:1681        :   local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2022-02-14 23:15:13.636 | + functions-common:run_process:1682        :   local group=
2022-02-14 23:15:13.640 | + functions-common:run_process:1683        :   local user=
2022-02-14 23:15:13.645 | + functions-common:run_process:1685        :   local name=g-api
2022-02-14 23:15:13.649 | + functions-common:run_process:1687        :   time_start run_process
2022-02-14 23:15:13.653 | + functions-common:time_start:2411         :   local name=run_process
2022-02-14 23:15:13.659 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:15:13.663 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:15:13.668 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:15:13.674 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880513670
2022-02-14 23:15:13.677 | + functions-common:run_process:1688        :   is_service_enabled g-api
2022-02-14 23:15:13.703 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:13.706 | + functions-common:run_process:1689        :   _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ''
2022-02-14 23:15:13.710 | + functions-common:_run_under_systemd:1645 :   local service=g-api
2022-02-14 23:15:13.713 | + functions-common:_run_under_systemd:1646 :   local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2022-02-14 23:15:13.717 | + functions-common:_run_under_systemd:1647 :   local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2022-02-14 23:15:13.720 | + functions-common:_run_under_systemd:1649 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2022-02-14 23:15:13.722 | + functions-common:_common_systemd_pitfalls:1617 :   local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2022-02-14 23:15:13.726 | + functions-common:_common_systemd_pitfalls:1620 :   [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]]
2022-02-14 23:15:13.729 | + functions-common:_common_systemd_pitfalls:1631 :   [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]]
2022-02-14 23:15:13.733 | + functions-common:_run_under_systemd:1651 :   local systemd_service=devstack@g-api.service
2022-02-14 23:15:13.736 | + functions-common:_run_under_systemd:1652 :   local group=
2022-02-14 23:15:13.738 | + functions-common:_run_under_systemd:1653 :   local user=ubuntu
2022-02-14 23:15:13.744 | + functions-common:_run_under_systemd:1654 :   [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]]
2022-02-14 23:15:13.749 | + functions-common:_run_under_systemd:1655 :   write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu
2022-02-14 23:15:13.752 | + functions-common:write_uwsgi_user_unit_file:1589 :   local service=devstack@g-api.service
2022-02-14 23:15:13.755 | + functions-common:write_uwsgi_user_unit_file:1590 :   local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2022-02-14 23:15:13.758 | + functions-common:write_uwsgi_user_unit_file:1591 :   local group=
2022-02-14 23:15:13.760 | + functions-common:write_uwsgi_user_unit_file:1592 :   local user=ubuntu
2022-02-14 23:15:13.764 | + functions-common:write_uwsgi_user_unit_file:1593 :   local unitfile=/etc/systemd/system/devstack@g-api.service
2022-02-14 23:15:13.766 | + functions-common:write_uwsgi_user_unit_file:1594 :   mkdir -p /etc/systemd/system
2022-02-14 23:15:13.770 | + functions-common:write_uwsgi_user_unit_file:1596 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service'
2022-02-14 23:15:13.845 | + functions-common:write_uwsgi_user_unit_file:1597 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service
2022-02-14 23:15:13.922 | + functions-common:write_uwsgi_user_unit_file:1598 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu
2022-02-14 23:15:13.985 | + functions-common:write_uwsgi_user_unit_file:1599 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2022-02-14 23:15:14.051 | + functions-common:write_uwsgi_user_unit_file:1600 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2022-02-14 23:15:14.123 | + functions-common:write_uwsgi_user_unit_file:1601 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify
2022-02-14 23:15:14.186 | + functions-common:write_uwsgi_user_unit_file:1602 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process
2022-02-14 23:15:14.250 | + functions-common:write_uwsgi_user_unit_file:1603 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always
2022-02-14 23:15:14.313 | + functions-common:write_uwsgi_user_unit_file:1604 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all
2022-02-14 23:15:14.376 | + functions-common:write_uwsgi_user_unit_file:1605 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100
2022-02-14 23:15:14.440 | + functions-common:write_uwsgi_user_unit_file:1607 :   [[ -n '' ]]
2022-02-14 23:15:14.442 | + functions-common:write_uwsgi_user_unit_file:1610 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target
2022-02-14 23:15:14.517 | + functions-common:write_uwsgi_user_unit_file:1613 :   sudo systemctl daemon-reload
2022-02-14 23:15:14.990 | + functions-common:_run_under_systemd:1660 :   sudo systemctl enable devstack@g-api.service
2022-02-14 23:15:15.007 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service.
2022-02-14 23:15:15.463 | + functions-common:_run_under_systemd:1661 :   sudo systemctl start devstack@g-api.service
2022-02-14 23:15:15.557 | + functions-common:run_process:1691        :   time_stop run_process
2022-02-14 23:15:15.561 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:15:15.563 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:15:15.569 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:15:15.572 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:15:15.575 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:15:15.578 | + functions-common:time_stop:2431          :   name=run_process
2022-02-14 23:15:15.581 | + functions-common:time_stop:2432          :   start_time=1644880513670
2022-02-14 23:15:15.584 | + functions-common:time_stop:2434          :   [[ -z 1644880513670 ]]
2022-02-14 23:15:15.589 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:15:15.594 | + functions-common:time_stop:2437          :   end_time=1644880515590
2022-02-14 23:15:15.597 | + functions-common:time_stop:2438          :   elapsed_time=1920
2022-02-14 23:15:15.600 | + functions-common:time_stop:2439          :   total=28157
2022-02-14 23:15:15.603 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:15:15.607 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=30077
2022-02-14 23:15:15.614 | + lib/glance:start_glance:615              :   is_service_enabled g-api-r
2022-02-14 23:15:15.636 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:15:15.639 | + lib/glance:start_glance:620              :   echo 'Waiting for g-api (10.222.0.47) to start...'
2022-02-14 23:15:15.639 | Waiting for g-api (10.222.0.47) to start...
2022-02-14 23:15:15.642 | + lib/glance:start_glance:621              :   wait_for_service 60 http://10.222.0.47/image
2022-02-14 23:15:15.645 | + functions:wait_for_service:457           :   local timeout=60
2022-02-14 23:15:15.648 | + functions:wait_for_service:458           :   local url=http://10.222.0.47/image
2022-02-14 23:15:15.650 | + functions:wait_for_service:459           :   local rval=0
2022-02-14 23:15:15.654 | + functions:wait_for_service:460           :   time_start wait_for_service
2022-02-14 23:15:15.657 | + functions-common:time_start:2411         :   local name=wait_for_service
2022-02-14 23:15:15.659 | + functions-common:time_start:2412         :   local start_time=
2022-02-14 23:15:15.662 | + functions-common:time_start:2413         :   [[ -n '' ]]
2022-02-14 23:15:15.667 | ++ functions-common:time_start:2416         :   date +%s%3N
2022-02-14 23:15:15.671 | + functions-common:time_start:2416         :   _TIME_START[$name]=1644880515667
2022-02-14 23:15:15.674 | + functions:wait_for_service:461           :   timeout 60 bash -x
2022-02-14 23:15:15.689 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.47/image
2022-02-14 23:15:20.341 | + ::                                       :   [[ 300 == 503 ]]
2022-02-14 23:15:20.344 | + ::                                       :   [[ 0 -eq 7 ]]
2022-02-14 23:15:20.347 | + functions:wait_for_service:466           :   time_stop wait_for_service
2022-02-14 23:15:20.351 | + functions-common:time_stop:2425          :   local name
2022-02-14 23:15:20.354 | + functions-common:time_stop:2426          :   local end_time
2022-02-14 23:15:20.359 | + functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:15:20.363 | + functions-common:time_stop:2428          :   local total
2022-02-14 23:15:20.366 | + functions-common:time_stop:2429          :   local start_time
2022-02-14 23:15:20.369 | + functions-common:time_stop:2431          :   name=wait_for_service
2022-02-14 23:15:20.375 | + functions-common:time_stop:2432          :   start_time=1644880515667
2022-02-14 23:15:20.379 | + functions-common:time_stop:2434          :   [[ -z 1644880515667 ]]
2022-02-14 23:15:20.381 | ++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:15:20.388 | + functions-common:time_stop:2437          :   end_time=1644880520383
2022-02-14 23:15:20.391 | + functions-common:time_stop:2438          :   elapsed_time=4716
2022-02-14 23:15:20.397 | + functions-common:time_stop:2439          :   total=20322
2022-02-14 23:15:20.400 | + functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:15:20.404 | + functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=25038
2022-02-14 23:15:20.407 | + functions:wait_for_service:467           :   return 0
2022-02-14 23:15:20.419 | + ./stack.sh:main:1354                     :   is_service_enabled mysql postgresql
2022-02-14 23:15:20.450 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:20.454 | + ./stack.sh:main:1354                     :   is_service_enabled glance
2022-02-14 23:15:20.492 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:20.494 | + ./stack.sh:main:1355                     :   echo_summary 'Uploading images'
2022-02-14 23:15:20.498 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:15:20.504 | + ./stack.sh:echo_summary:446              :   echo -e Uploading images
2022-02-14 23:15:20.509 | + ./stack.sh:main:1357                     :   for image_url in ${IMAGE_URLS//,/ }
2022-02-14 23:15:20.515 | + ./stack.sh:main:1358                     :   upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:20.519 | + functions:upload_image:132               :   local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:20.523 | + functions:upload_image:134               :   local image image_fname image_name
2022-02-14 23:15:20.526 | + functions:upload_image:137               :   mkdir -p /home/ubuntu/devstack/files/images
2022-02-14 23:15:20.540 | ++ functions:upload_image:138               :   basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:20.545 | + functions:upload_image:138               :   image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:20.548 | + functions:upload_image:139               :   [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]]
2022-02-14 23:15:20.550 | + functions:upload_image:141               :   [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]]
2022-02-14 23:15:20.555 | + 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
2022-02-14 23:15:20.559 | --2022-02-14 23:15:20--  http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:20.560 | Connecting to 10.100.0.9:80... connected.
2022-02-14 23:15:20.562 | HTTP request sent, awaiting response... 200 OK
2022-02-14 23:15:20.562 | Length: 645922816 (616M)
2022-02-14 23:15:20.562 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’
2022-02-14 23:15:20.588 | 
2022-02-14 23:15:20.881 |      0K ........ ........ ........ ........  5%  103M 6s
2022-02-14 23:15:21.167 |  32768K ........ ........ ........ ........ 10%  112M 5s
2022-02-14 23:15:21.457 |  65536K ........ ........ ........ ........ 15%  110M 5s
2022-02-14 23:15:21.746 |  98304K ........ ........ ........ ........ 20%  111M 4s
2022-02-14 23:15:22.032 | 131072K ........ ........ ........ ........ 25%  112M 4s
2022-02-14 23:15:22.318 | 163840K ........ ........ ........ ........ 31%  112M 4s
2022-02-14 23:15:22.603 | 196608K ........ ........ ........ ........ 36%  112M 4s
2022-02-14 23:15:22.890 | 229376K ........ ........ ........ ........ 41%  112M 3s
2022-02-14 23:15:23.175 | 262144K ........ ........ ........ ........ 46%  112M 3s
2022-02-14 23:15:23.461 | 294912K ........ ........ ........ ........ 51%  112M 3s
2022-02-14 23:15:23.751 | 327680K ........ ........ ........ ........ 57%  110M 2s
2022-02-14 23:15:24.037 | 360448K ........ ........ ........ ........ 62%  112M 2s
2022-02-14 23:15:24.324 | 393216K ........ ........ ........ ........ 67%  110M 2s
2022-02-14 23:15:24.609 | 425984K ........ ........ ........ ........ 72%  113M 2s
2022-02-14 23:15:24.905 | 458752K ........ ........ ........ ........ 77%  108M 1s
2022-02-14 23:15:25.202 | 491520K ........ ........ ........ ........ 83%  108M 1s
2022-02-14 23:15:25.488 | 524288K ........ ........ ........ ........ 88%  111M 1s
2022-02-14 23:15:25.773 | 557056K ........ ........ ........ ........ 93%  113M 0s
2022-02-14 23:15:26.059 | 589824K ........ ........ ........ ........ 98%  112M 0s
2022-02-14 23:15:26.121 | 622592K ........                           100%  112M=5.6s
2022-02-14 23:15:26.121 | 
2022-02-14 23:15:26.122 | 2022-02-14 23:15:26 (111 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816]
2022-02-14 23:15:26.122 | 
2022-02-14 23:15:26.208 | + functions:upload_image:143               :   [[ 0 -ne 0 ]]
2022-02-14 23:15:26.210 | + functions:upload_image:148               :   image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:26.212 | + functions:upload_image:162               :   [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]]
2022-02-14 23:15:26.215 | + functions:upload_image:169               :   [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]]
2022-02-14 23:15:26.218 | + functions:upload_image:283               :   [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]]
2022-02-14 23:15:26.220 | + functions:upload_image:294               :   local kernel=
2022-02-14 23:15:26.223 | + functions:upload_image:295               :   local ramdisk=
2022-02-14 23:15:26.225 | + functions:upload_image:296               :   local disk_format=
2022-02-14 23:15:26.229 | + functions:upload_image:297               :   local container_format=
2022-02-14 23:15:26.232 | + functions:upload_image:298               :   local unpack=
2022-02-14 23:15:26.234 | + functions:upload_image:299               :   local img_property=
2022-02-14 23:15:26.236 | + functions:upload_image:303               :   [[ libvirt == \l\i\b\v\i\r\t ]]
2022-02-14 23:15:26.239 | + functions:upload_image:304               :   [[ kvm == \q\e\m\u ]]
2022-02-14 23:15:26.241 | + functions:upload_image:304               :   [[ kvm == \k\v\m ]]
2022-02-14 23:15:26.243 | + functions:upload_image:305               :   img_property=hw_rng_model=virtio
2022-02-14 23:15:26.246 | + functions:upload_image:309               :   case "$image_fname" in
2022-02-14 23:15:26.249 | + functions:upload_image:374               :   local extension=04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:26.252 | ++ functions:upload_image:375               :   basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:26.262 | + functions:upload_image:375               :   image_name=ubuntu-16
2022-02-14 23:15:26.267 | ++ functions:upload_image:376               :   grep -oP '(?<=\.)vhdx?(?=\.|$)'
2022-02-14 23:15:26.270 | ++ functions:upload_image:376               :   echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:26.280 | + functions:upload_image:376               :   disk_format=vhdx
2022-02-14 23:15:26.282 | + functions:upload_image:377               :   container_format=bare
2022-02-14 23:15:26.284 | + functions:upload_image:378               :   '[' vhdx == gz ']'
2022-02-14 23:15:26.290 | + functions:upload_image:385               :   is_arch ppc64le
2022-02-14 23:15:26.294 | ++ functions-common:is_arch:506             :   uname -m
2022-02-14 23:15:26.304 | + functions-common:is_arch:506             :   [[ x86_64 == \p\p\c\6\4\l\e ]]
2022-02-14 23:15:26.307 | + functions:upload_image:385               :   is_arch ppc64
2022-02-14 23:15:26.310 | ++ functions-common:is_arch:506             :   uname -m
2022-02-14 23:15:26.315 | + functions-common:is_arch:506             :   [[ x86_64 == \p\p\c\6\4 ]]
2022-02-14 23:15:26.317 | + functions:upload_image:385               :   is_arch ppc
2022-02-14 23:15:26.320 | ++ functions-common:is_arch:506             :   uname -m
2022-02-14 23:15:26.326 | + functions-common:is_arch:506             :   [[ x86_64 == \p\p\c ]]
2022-02-14 23:15:26.328 | + functions:upload_image:389               :   is_arch aarch64
2022-02-14 23:15:26.332 | ++ functions-common:is_arch:506             :   uname -m
2022-02-14 23:15:26.336 | + functions-common:is_arch:506             :   [[ x86_64 == \a\a\r\c\h\6\4 ]]
2022-02-14 23:15:26.340 | + functions:upload_image:393               :   '[' bare = bare ']'
2022-02-14 23:15:26.342 | + functions:upload_image:394               :   '[' '' = zcat ']'
2022-02-14 23:15:26.345 | + functions:upload_image:396               :   '[' '' = bunzip2 ']'
2022-02-14 23:15:26.347 | + functions:upload_image:398               :   '[' '' = unxz ']'
2022-02-14 23:15:26.349 | + 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
2022-02-14 23:15:26.352 | + functions:_upload_image:104              :   local image_name=ubuntu-16
2022-02-14 23:15:26.354 | + functions:_upload_image:105              :   shift
2022-02-14 23:15:26.356 | + functions:_upload_image:106              :   local container=bare
2022-02-14 23:15:26.358 | + functions:_upload_image:107              :   shift
2022-02-14 23:15:26.360 | + functions:_upload_image:108              :   local disk=vhdx
2022-02-14 23:15:26.363 | + functions:_upload_image:109              :   shift
2022-02-14 23:15:26.365 | + functions:_upload_image:110              :   local image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2022-02-14 23:15:26.367 | + functions:_upload_image:111              :   shift
2022-02-14 23:15:26.370 | + functions:_upload_image:112              :   local properties
2022-02-14 23:15:26.372 | + functions:_upload_image:113              :   local useimport
2022-02-14 23:15:26.375 | ++ functions:_upload_image:115              :   _image_properties_to_arg hw_rng_model=virtio
2022-02-14 23:15:26.377 | ++ functions:_image_properties_to_arg:87    :   local result=
2022-02-14 23:15:26.380 | ++ functions:_image_properties_to_arg:88    :   for property in $*
2022-02-14 23:15:26.382 | ++ functions:_image_properties_to_arg:89    :   result+=' --property hw_rng_model=virtio'
2022-02-14 23:15:26.384 | ++ functions:_image_properties_to_arg:91    :   echo --property hw_rng_model=virtio
2022-02-14 23:15:26.388 | + functions:_upload_image:115              :   properties='--property hw_rng_model=virtio'
2022-02-14 23:15:26.390 | + functions:_upload_image:117              :   [[ False == \T\r\u\e ]]
2022-02-14 23:15:26.393 | + 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
2022-02-14 23:15:32.028 | + inc/async:async_inner:64                 :   rc=0
2022-02-14 23:15:32.067 | [112143 Async create_flavors:112143]: finished successfully
2022-02-14 23:15:36.610 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.610 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.610 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.610 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.610 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:15:36.610 | | Field            | Value                                                                                                                                                                |
2022-02-14 23:15:36.610 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:15:36.610 | | container_format | bare                                                                                                                                                                 |
2022-02-14 23:15:36.611 | | created_at       | 2022-02-14T23:15:29Z                                                                                                                                                 |
2022-02-14 23:15:36.611 | | disk_format      | vhdx                                                                                                                                                                 |
2022-02-14 23:15:36.611 | | file             | /v2/images/275b7a69-4ac3-4a5f-be71-d03f420f09a3/file                                                                                                                 |
2022-02-14 23:15:36.611 | | id               | 275b7a69-4ac3-4a5f-be71-d03f420f09a3                                                                                                                                 |
2022-02-14 23:15:36.611 | | min_disk         | 0                                                                                                                                                                    |
2022-02-14 23:15:36.611 | | min_ram          | 0                                                                                                                                                                    |
2022-02-14 23:15:36.611 | | name             | ubuntu-16                                                                                                                                                            |
2022-02-14 23:15:36.611 | | owner            | f05d21ee04d5439d895c63b76d931c5f                                                                                                                                     |
2022-02-14 23:15:36.611 | | properties       | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='' |
2022-02-14 23:15:36.611 | | protected        | False                                                                                                                                                                |
2022-02-14 23:15:36.611 | | schema           | /v2/schemas/image                                                                                                                                                    |
2022-02-14 23:15:36.611 | | status           | queued                                                                                                                                                               |
2022-02-14 23:15:36.611 | | tags             |                                                                                                                                                                      |
2022-02-14 23:15:36.611 | | updated_at       | 2022-02-14T23:15:29Z                                                                                                                                                 |
2022-02-14 23:15:36.611 | | visibility       | public                                                                                                                                                               |
2022-02-14 23:15:36.611 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:15:36.784 | + ./stack.sh:main:1362                     :   async_wait create_flavors
2022-02-14 23:15:36.854 | [17669 Async create_flavors:112143]: Waiting for completion of create_flavors running on PID 112143 (2 other jobs running)
2022-02-14 23:15:36.886 | [17669 Async create_flavors:112143]: Signaling child to exit
2022-02-14 23:15:36.886 | WAKEUP
2022-02-14 23:15:36.913 | [17669 Async create_flavors:112143]: Signaled
2022-02-14 23:15:36.916 | + lib/nova:create_flavors:1151             :   is_service_enabled n-api
2022-02-14 23:15:36.916 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:36.916 | + lib/nova:create_flavors:1152             :   openstack --os-region-name=RegionOne flavor list
2022-02-14 23:15:36.916 | + lib/nova:create_flavors:1152             :   grep -q ds512M
2022-02-14 23:15:36.916 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.916 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.916 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.917 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.917 | + lib/nova:create_flavors:1154             :   openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256
2022-02-14 23:15:36.917 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.917 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.917 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.917 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.917 | +----------------------------+-----------------------+
2022-02-14 23:15:36.917 | | Field                      | Value                 |
2022-02-14 23:15:36.917 | +----------------------------+-----------------------+
2022-02-14 23:15:36.917 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.917 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.917 | | description                | None                  |
2022-02-14 23:15:36.917 | | disk                       | 1                     |
2022-02-14 23:15:36.917 | | id                         | c1                    |
2022-02-14 23:15:36.917 | | name                       | cirros256             |
2022-02-14 23:15:36.917 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.917 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.917 | | ram                        | 256                   |
2022-02-14 23:15:36.917 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.917 | | swap                       |                       |
2022-02-14 23:15:36.917 | | vcpus                      | 1                     |
2022-02-14 23:15:36.917 | +----------------------------+-----------------------+
2022-02-14 23:15:36.917 | + lib/nova:create_flavors:1155             :   openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M
2022-02-14 23:15:36.917 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.917 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.917 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.917 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.917 | +----------------------------+-----------------------+
2022-02-14 23:15:36.917 | | Field                      | Value                 |
2022-02-14 23:15:36.917 | +----------------------------+-----------------------+
2022-02-14 23:15:36.918 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.918 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.918 | | description                | None                  |
2022-02-14 23:15:36.918 | | disk                       | 5                     |
2022-02-14 23:15:36.918 | | id                         | d1                    |
2022-02-14 23:15:36.918 | | name                       | ds512M                |
2022-02-14 23:15:36.918 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.918 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.918 | | ram                        | 512                   |
2022-02-14 23:15:36.918 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.918 | | swap                       |                       |
2022-02-14 23:15:36.918 | | vcpus                      | 1                     |
2022-02-14 23:15:36.918 | +----------------------------+-----------------------+
2022-02-14 23:15:36.918 | + lib/nova:create_flavors:1156             :   openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G
2022-02-14 23:15:36.918 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.918 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.918 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.918 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.918 | +----------------------------+-----------------------+
2022-02-14 23:15:36.918 | | Field                      | Value                 |
2022-02-14 23:15:36.918 | +----------------------------+-----------------------+
2022-02-14 23:15:36.918 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.918 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.918 | | description                | None                  |
2022-02-14 23:15:36.918 | | disk                       | 10                    |
2022-02-14 23:15:36.918 | | id                         | d2                    |
2022-02-14 23:15:36.918 | | name                       | ds1G                  |
2022-02-14 23:15:36.918 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.918 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.918 | | ram                        | 1024                  |
2022-02-14 23:15:36.918 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.918 | | swap                       |                       |
2022-02-14 23:15:36.918 | | vcpus                      | 1                     |
2022-02-14 23:15:36.919 | +----------------------------+-----------------------+
2022-02-14 23:15:36.919 | + lib/nova:create_flavors:1157             :   openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G
2022-02-14 23:15:36.919 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.919 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.919 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.919 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.919 | +----------------------------+-----------------------+
2022-02-14 23:15:36.919 | | Field                      | Value                 |
2022-02-14 23:15:36.919 | +----------------------------+-----------------------+
2022-02-14 23:15:36.919 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.919 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.919 | | description                | None                  |
2022-02-14 23:15:36.919 | | disk                       | 10                    |
2022-02-14 23:15:36.919 | | id                         | d3                    |
2022-02-14 23:15:36.919 | | name                       | ds2G                  |
2022-02-14 23:15:36.919 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.919 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.919 | | ram                        | 2048                  |
2022-02-14 23:15:36.919 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.919 | | swap                       |                       |
2022-02-14 23:15:36.919 | | vcpus                      | 2                     |
2022-02-14 23:15:36.919 | +----------------------------+-----------------------+
2022-02-14 23:15:36.919 | + lib/nova:create_flavors:1158             :   openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G
2022-02-14 23:15:36.919 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.919 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.919 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.919 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.919 | +----------------------------+-----------------------+
2022-02-14 23:15:36.919 | | Field                      | Value                 |
2022-02-14 23:15:36.919 | +----------------------------+-----------------------+
2022-02-14 23:15:36.919 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.919 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.919 | | description                | None                  |
2022-02-14 23:15:36.919 | | disk                       | 20                    |
2022-02-14 23:15:36.919 | | id                         | d4                    |
2022-02-14 23:15:36.920 | | name                       | ds4G                  |
2022-02-14 23:15:36.920 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.920 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.920 | | ram                        | 4096                  |
2022-02-14 23:15:36.920 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.920 | | swap                       |                       |
2022-02-14 23:15:36.920 | | vcpus                      | 4                     |
2022-02-14 23:15:36.920 | +----------------------------+-----------------------+
2022-02-14 23:15:36.920 | + lib/nova:create_flavors:1161             :   openstack --os-region-name=RegionOne flavor list
2022-02-14 23:15:36.920 | + lib/nova:create_flavors:1161             :   grep -q m1.tiny
2022-02-14 23:15:36.920 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.920 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.920 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.920 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.920 | + lib/nova:create_flavors:1162             :   openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny
2022-02-14 23:15:36.920 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.920 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.920 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.920 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.920 | +----------------------------+-----------------------+
2022-02-14 23:15:36.920 | | Field                      | Value                 |
2022-02-14 23:15:36.920 | +----------------------------+-----------------------+
2022-02-14 23:15:36.920 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.920 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.920 | | description                | None                  |
2022-02-14 23:15:36.920 | | disk                       | 1                     |
2022-02-14 23:15:36.920 | | id                         | 1                     |
2022-02-14 23:15:36.920 | | name                       | m1.tiny               |
2022-02-14 23:15:36.920 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.920 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.920 | | ram                        | 512                   |
2022-02-14 23:15:36.920 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.920 | | swap                       |                       |
2022-02-14 23:15:36.920 | | vcpus                      | 1                     |
2022-02-14 23:15:36.921 | +----------------------------+-----------------------+
2022-02-14 23:15:36.921 | + lib/nova:create_flavors:1163             :   openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small
2022-02-14 23:15:36.921 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.921 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.921 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.921 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.921 | +----------------------------+-----------------------+
2022-02-14 23:15:36.921 | | Field                      | Value                 |
2022-02-14 23:15:36.921 | +----------------------------+-----------------------+
2022-02-14 23:15:36.921 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.921 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.921 | | description                | None                  |
2022-02-14 23:15:36.921 | | disk                       | 20                    |
2022-02-14 23:15:36.921 | | id                         | 2                     |
2022-02-14 23:15:36.921 | | name                       | m1.small              |
2022-02-14 23:15:36.921 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.921 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.921 | | ram                        | 2048                  |
2022-02-14 23:15:36.921 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.921 | | swap                       |                       |
2022-02-14 23:15:36.921 | | vcpus                      | 1                     |
2022-02-14 23:15:36.921 | +----------------------------+-----------------------+
2022-02-14 23:15:36.921 | + lib/nova:create_flavors:1164             :   openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium
2022-02-14 23:15:36.921 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.921 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.921 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.921 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.921 | +----------------------------+-----------------------+
2022-02-14 23:15:36.921 | | Field                      | Value                 |
2022-02-14 23:15:36.921 | +----------------------------+-----------------------+
2022-02-14 23:15:36.921 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.921 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.921 | | description                | None                  |
2022-02-14 23:15:36.922 | | disk                       | 40                    |
2022-02-14 23:15:36.922 | | id                         | 3                     |
2022-02-14 23:15:36.922 | | name                       | m1.medium             |
2022-02-14 23:15:36.922 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.922 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.922 | | ram                        | 4096                  |
2022-02-14 23:15:36.922 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.922 | | swap                       |                       |
2022-02-14 23:15:36.922 | | vcpus                      | 2                     |
2022-02-14 23:15:36.922 | +----------------------------+-----------------------+
2022-02-14 23:15:36.922 | + lib/nova:create_flavors:1165             :   openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large
2022-02-14 23:15:36.922 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.922 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.922 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.922 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.922 | +----------------------------+-----------------------+
2022-02-14 23:15:36.922 | | Field                      | Value                 |
2022-02-14 23:15:36.922 | +----------------------------+-----------------------+
2022-02-14 23:15:36.922 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.922 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.922 | | description                | None                  |
2022-02-14 23:15:36.922 | | disk                       | 80                    |
2022-02-14 23:15:36.922 | | id                         | 4                     |
2022-02-14 23:15:36.922 | | name                       | m1.large              |
2022-02-14 23:15:36.922 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.922 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.922 | | ram                        | 8192                  |
2022-02-14 23:15:36.922 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.922 | | swap                       |                       |
2022-02-14 23:15:36.922 | | vcpus                      | 4                     |
2022-02-14 23:15:36.922 | +----------------------------+-----------------------+
2022-02-14 23:15:36.922 | + lib/nova:create_flavors:1166             :   openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge
2022-02-14 23:15:36.922 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.923 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.923 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:36.923 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:36.923 | +----------------------------+-----------------------+
2022-02-14 23:15:36.923 | | Field                      | Value                 |
2022-02-14 23:15:36.923 | +----------------------------+-----------------------+
2022-02-14 23:15:36.923 | | OS-FLV-DISABLED:disabled   | False                 |
2022-02-14 23:15:36.923 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2022-02-14 23:15:36.923 | | description                | None                  |
2022-02-14 23:15:36.923 | | disk                       | 160                   |
2022-02-14 23:15:36.923 | | id                         | 5                     |
2022-02-14 23:15:36.923 | | name                       | m1.xlarge             |
2022-02-14 23:15:36.923 | | os-flavor-access:is_public | True                  |
2022-02-14 23:15:36.923 | | properties                 | hw_rng:allowed='True' |
2022-02-14 23:15:36.923 | | ram                        | 16384                 |
2022-02-14 23:15:36.923 | | rxtx_factor                | 1.0                   |
2022-02-14 23:15:36.923 | | swap                       |                       |
2022-02-14 23:15:36.923 | | vcpus                      | 8                     |
2022-02-14 23:15:36.923 | +----------------------------+-----------------------+
2022-02-14 23:15:36.978 | [17669 Async create_flavors:112143]: finished create_flavors with result 0 in 34 seconds
2022-02-14 23:15:36.983 | + inc/async:async_wait:197                 :   return 0
2022-02-14 23:15:36.986 | + ./stack.sh:main:1364                     :   is_service_enabled horizon
2022-02-14 23:15:37.006 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:15:37.009 | + ./stack.sh:main:1378                     :   is_service_enabled nova
2022-02-14 23:15:37.029 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:37.031 | + ./stack.sh:main:1378                     :   is_service_enabled keystone
2022-02-14 23:15:37.056 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:37.058 | + ./stack.sh:main:1379                     :   USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc --os-password Passw0rd'
2022-02-14 23:15:37.061 | + ./stack.sh:main:1381                     :   '[' -f /opt/stack/data/ca-bundle.pem ']'
2022-02-14 23:15:37.063 | + ./stack.sh:main:1385                     :   /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc --os-password Passw0rd
2022-02-14 23:15:37.083 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 :   ACCOUNT_DIR=./accrc
2022-02-14 23:15:37.085 | ++ 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 --os-password Passw0rd
2022-02-14 23:15:37.088 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 :   options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --os-password '\''Passw0rd'\'' --'
2022-02-14 23:15:37.089 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 :   eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' --os-password ''\''Passw0rd'\''' --
2022-02-14 23:15:37.091 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 :   set -- -P -A --target-dir /home/ubuntu/devstack/accrc --os-password Passw0rd --
2022-02-14 23:15:37.092 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 :   ADDPASS=
2022-02-14 23:15:37.094 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 :   HEAT_URL=
2022-02-14 23:15:37.096 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 :   SKIP_PROJECT=service
2022-02-14 23:15:37.097 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 :   MODE=
2022-02-14 23:15:37.099 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 :   ROLE=Member
2022-02-14 23:15:37.100 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 :   USER_NAME=
2022-02-14 23:15:37.103 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 :   USER_PASS=
2022-02-14 23:15:37.104 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 7 -gt 0 ']'
2022-02-14 23:15:37.106 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2022-02-14 23:15:37.107 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 :   ADDPASS=yes
2022-02-14 23:15:37.109 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 :   shift
2022-02-14 23:15:37.110 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 6 -gt 0 ']'
2022-02-14 23:15:37.112 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2022-02-14 23:15:37.113 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 :   MODE=all
2022-02-14 23:15:37.115 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 :   shift
2022-02-14 23:15:37.116 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 5 -gt 0 ']'
2022-02-14 23:15:37.119 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2022-02-14 23:15:37.120 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 :   ACCOUNT_DIR=/home/ubuntu/devstack/accrc
2022-02-14 23:15:37.122 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 :   shift
2022-02-14 23:15:37.123 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 :   shift
2022-02-14 23:15:37.125 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 3 -gt 0 ']'
2022-02-14 23:15:37.126 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2022-02-14 23:15:37.128 | + home/ubuntu/devstack/tools/create_userrc.sh:main:100 :   export OS_PASSWORD=Passw0rd
2022-02-14 23:15:37.129 | + home/ubuntu/devstack/tools/create_userrc.sh:main:100 :   OS_PASSWORD=Passw0rd
2022-02-14 23:15:37.131 | + home/ubuntu/devstack/tools/create_userrc.sh:main:100 :   shift
2022-02-14 23:15:37.132 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 :   shift
2022-02-14 23:15:37.134 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 1 -gt 0 ']'
2022-02-14 23:15:37.135 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2022-02-14 23:15:37.137 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 :   shift
2022-02-14 23:15:37.138 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 :   break
2022-02-14 23:15:37.140 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 :   '[' -z Passw0rd ']'
2022-02-14 23:15:37.142 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 :   '[' -z '' -a '' ']'
2022-02-14 23:15:37.143 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 :   '[' -z '' -a '' ']'
2022-02-14 23:15:37.145 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 :   '[' -z '' -a -z '' ']'
2022-02-14 23:15:37.146 | + home/ubuntu/devstack/tools/create_userrc.sh:main:147 :   export OS_PROJECT_NAME=admin
2022-02-14 23:15:37.148 | + home/ubuntu/devstack/tools/create_userrc.sh:main:147 :   OS_PROJECT_NAME=admin
2022-02-14 23:15:37.149 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 :   '[' -z '' ']'
2022-02-14 23:15:37.151 | + home/ubuntu/devstack/tools/create_userrc.sh:main:151 :   export OS_USERNAME=admin
2022-02-14 23:15:37.153 | + home/ubuntu/devstack/tools/create_userrc.sh:main:151 :   OS_USERNAME=admin
2022-02-14 23:15:37.155 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 :   '[' -z '' ']'
2022-02-14 23:15:37.156 | + home/ubuntu/devstack/tools/create_userrc.sh:main:155 :   export OS_AUTH_URL=http://localhost:5000/v3/
2022-02-14 23:15:37.158 | + home/ubuntu/devstack/tools/create_userrc.sh:main:155 :   OS_AUTH_URL=http://localhost:5000/v3/
2022-02-14 23:15:37.159 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 :   '[' -z '' -a -z '' ']'
2022-02-14 23:15:37.161 | + home/ubuntu/devstack/tools/create_userrc.sh:main:160 :   OS_USER_DOMAIN_ID=default
2022-02-14 23:15:37.162 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 :   '[' -z '' -a -z '' ']'
2022-02-14 23:15:37.164 | + home/ubuntu/devstack/tools/create_userrc.sh:main:165 :   OS_PROJECT_DOMAIN_ID=default
2022-02-14 23:15:37.166 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 :   USER_PASS=Passw0rd
2022-02-14 23:15:37.168 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 :   USER_NAME=admin
2022-02-14 23:15:37.170 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 :   '[' -z all ']'
2022-02-14 23:15:37.172 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 :   '[' all '!=' create ']'
2022-02-14 23:15:37.175 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   openstack project list --long --quote none -f csv
2022-02-14 23:15:37.175 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   grep ,True
2022-02-14 23:15:37.175 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   grep -v service
2022-02-14 23:15:37.175 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2022-02-14 23:15:37.177 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2022-02-14 23:15:39.428 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:39.428 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:39.428 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:39.428 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:39.428 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL.
2022-02-14 23:15:39.431 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5c39779c10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2022-02-14 23:15:39.599 | + ./stack.sh:main:1390                     :   save_stackenv
2022-02-14 23:15:39.603 | + functions-common:save_stackenv:60        :   local tag=
2022-02-14 23:15:39.606 | ++ functions-common:save_stackenv:62        :   date +%F-%H%M%S
2022-02-14 23:15:39.612 | + functions-common:save_stackenv:62        :   time_stamp=2022-02-14-231539
2022-02-14 23:15:39.614 | + functions-common:save_stackenv:63        :   echo '# 2022-02-14-231539 '
2022-02-14 23:15:39.618 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.621 | + functions-common:save_stackenv:65        :   echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2022-02-14 23:15:39.624 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.627 | + functions-common:save_stackenv:65        :   echo DATA_DIR=/opt/stack/data
2022-02-14 23:15:39.630 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.633 | + functions-common:save_stackenv:65        :   echo DEST=/opt/stack
2022-02-14 23:15:39.635 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.638 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,g-reg,cinder,n-super-cond,n-cond-cell1
2022-02-14 23:15:39.641 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.643 | + functions-common:save_stackenv:65        :   echo HOST_IP=10.222.0.47
2022-02-14 23:15:39.646 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.649 | + functions-common:save_stackenv:65        :   echo KEYSTONE_SERVICE_URI=http://10.222.0.47/identity
2022-02-14 23:15:39.651 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.654 | + functions-common:save_stackenv:65        :   echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-14-225329
2022-02-14 23:15:39.656 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.659 | + functions-common:save_stackenv:65        :   echo OS_CACERT=
2022-02-14 23:15:39.661 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.664 | + functions-common:save_stackenv:65        :   echo SERVICE_HOST=10.222.0.47
2022-02-14 23:15:39.667 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.669 | + functions-common:save_stackenv:65        :   echo STACK_USER=ubuntu
2022-02-14 23:15:39.672 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.674 | + functions-common:save_stackenv:65        :   echo TLS_IP=
2022-02-14 23:15:39.677 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.681 | + functions-common:save_stackenv:65        :   echo HOST_IPV6=::1
2022-02-14 23:15:39.683 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2022-02-14 23:15:39.686 | + functions-common:save_stackenv:65        :   echo SERVICE_IP_VERSION=4
2022-02-14 23:15:39.688 | + ./stack.sh:main:1401                     :   merge_config_group /home/ubuntu/devstack/local.conf extra
2022-02-14 23:15:39.691 | + inc/meta-config:merge_config_group:171   :   local localfile=/home/ubuntu/devstack/local.conf
2022-02-14 23:15:39.694 | + inc/meta-config:merge_config_group:171   :   shift
2022-02-14 23:15:39.697 | + inc/meta-config:merge_config_group:172   :   local matchgroups=extra
2022-02-14 23:15:39.700 | + inc/meta-config:merge_config_group:174   :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:15:39.702 | + inc/meta-config:merge_config_group:176   :   local configfile group
2022-02-14 23:15:39.705 | + inc/meta-config:merge_config_group:177   :   for group in $matchgroups
2022-02-14 23:15:39.708 | ++ inc/meta-config:merge_config_group:178   :   get_meta_section_files /home/ubuntu/devstack/local.conf extra
2022-02-14 23:15:39.711 | ++ inc/meta-config:get_meta_section_files:63 :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:15:39.714 | ++ inc/meta-config:get_meta_section_files:64 :   local matchgroup=extra
2022-02-14 23:15:39.716 | ++ inc/meta-config:get_meta_section_files:66 :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:15:39.719 | ++ inc/meta-config:get_meta_section_files:68 :   awk -v matchgroup=extra '
2022-02-14 23:15:39.719 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:15:39.719 |             gsub("[][]", "", $1);
2022-02-14 23:15:39.719 |             split($1, a, "|");
2022-02-14 23:15:39.719 |             if (a[1] == matchgroup)
2022-02-14 23:15:39.719 |                 print a[2]
2022-02-14 23:15:39.719 |         }
2022-02-14 23:15:39.719 |     ' /home/ubuntu/devstack/local.conf
2022-02-14 23:15:39.781 | + ./stack.sh:main:1408                     :   run_phase stack extra
2022-02-14 23:15:39.784 | + functions-common:run_phase:1853          :   local mode=stack
2022-02-14 23:15:39.786 | + functions-common:run_phase:1854          :   local phase=extra
2022-02-14 23:15:39.789 | + functions-common:run_phase:1855          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2022-02-14 23:15:39.792 | + functions-common:run_phase:1856          :   local extra_plugin_file_name
2022-02-14 23:15:39.794 | + functions-common:run_phase:1857          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2022-02-14 23:15:39.797 | + functions-common:run_phase:1862          :   local exceptions=80-tempest.sh
2022-02-14 23:15:39.800 | + functions-common:run_phase:1863          :   local extra
2022-02-14 23:15:39.803 | ++ functions-common:run_phase:1864          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2022-02-14 23:15:39.809 | + functions-common:run_phase:1864          :   extra=80-tempest.sh
2022-02-14 23:15:39.812 | + functions-common:run_phase:1865          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2022-02-14 23:15:39.814 | + functions-common:run_phase:1869          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2022-02-14 23:15:39.817 | + functions-common:run_phase:1869          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra
2022-02-14 23:15:39.821 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2022-02-14 23:15:39.839 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:39.842 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:15:39.844 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:15:39.847 | ++ extras.d/80-tempest.sh:source:7          :   [[ extra == \i\n\s\t\a\l\l ]]
2022-02-14 23:15:39.850 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:15:39.853 | ++ extras.d/80-tempest.sh:source:10         :   [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:15:39.855 | ++ extras.d/80-tempest.sh:source:13         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:15:39.858 | ++ extras.d/80-tempest.sh:source:13         :   [[ extra == \e\x\t\r\a ]]
2022-02-14 23:15:39.860 | ++ extras.d/80-tempest.sh:source:15         :   :
2022-02-14 23:15:39.863 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:15:39.866 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:15:39.869 | + functions-common:run_phase:1874          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:15:39.872 | + functions-common:run_phase:1877          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2022-02-14 23:15:39.875 | + functions-common:run_phase:1880          :   run_plugins stack extra
2022-02-14 23:15:39.878 | + functions-common:run_plugins:1839        :   local mode=stack
2022-02-14 23:15:39.881 | + functions-common:run_plugins:1840        :   local phase=extra
2022-02-14 23:15:39.884 | + functions-common:run_plugins:1842        :   local plugins=,devstack-plugin-ceph
2022-02-14 23:15:39.887 | + functions-common:run_plugins:1843        :   local plugin
2022-02-14 23:15:39.890 | + functions-common:run_plugins:1844        :   for plugin in ${plugins//,/ }
2022-02-14 23:15:39.893 | + functions-common:run_plugins:1845        :   local dir=/opt/stack/devstack-plugin-ceph
2022-02-14 23:15:39.896 | + functions-common:run_plugins:1846        :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/plugin.sh ]]
2022-02-14 23:15:39.899 | + functions-common:run_plugins:1847        :   source /opt/stack/devstack-plugin-ceph/devstack/plugin.sh stack extra
2022-02-14 23:15:39.903 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:3 :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:15:39.905 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:15:39.908 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ extra == \p\r\e\-\i\n\s\t\a\l\l ]]
2022-02-14 23:15:39.910 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:32 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:15:39.912 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:32 :   [[ extra == \i\n\s\t\a\l\l ]]
2022-02-14 23:15:39.915 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:44 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:15:39.918 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:44 :   [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:15:39.920 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:95 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:15:39.923 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:95 :   [[ extra == \t\e\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:15:39.926 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:125 :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:15:39.928 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:139 :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:15:39.932 | + ./stack.sh:main:1416                     :   merge_config_group /home/ubuntu/devstack/local.conf post-extra
2022-02-14 23:15:39.934 | + inc/meta-config:merge_config_group:171   :   local localfile=/home/ubuntu/devstack/local.conf
2022-02-14 23:15:39.937 | + inc/meta-config:merge_config_group:171   :   shift
2022-02-14 23:15:39.940 | + inc/meta-config:merge_config_group:172   :   local matchgroups=post-extra
2022-02-14 23:15:39.942 | + inc/meta-config:merge_config_group:174   :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:15:39.945 | + inc/meta-config:merge_config_group:176   :   local configfile group
2022-02-14 23:15:39.948 | + inc/meta-config:merge_config_group:177   :   for group in $matchgroups
2022-02-14 23:15:39.951 | ++ inc/meta-config:merge_config_group:178   :   get_meta_section_files /home/ubuntu/devstack/local.conf post-extra
2022-02-14 23:15:39.954 | ++ inc/meta-config:get_meta_section_files:63 :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:15:39.956 | ++ inc/meta-config:get_meta_section_files:64 :   local matchgroup=post-extra
2022-02-14 23:15:39.959 | ++ inc/meta-config:get_meta_section_files:66 :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:15:39.962 | ++ inc/meta-config:get_meta_section_files:68 :   awk -v matchgroup=post-extra '
2022-02-14 23:15:39.962 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:15:39.962 |             gsub("[][]", "", $1);
2022-02-14 23:15:39.962 |             split($1, a, "|");
2022-02-14 23:15:39.962 |             if (a[1] == matchgroup)
2022-02-14 23:15:39.962 |                 print a[2]
2022-02-14 23:15:39.962 |         }
2022-02-14 23:15:39.962 |     ' /home/ubuntu/devstack/local.conf
2022-02-14 23:15:39.969 | + ./stack.sh:main:1425                     :   is_service_enabled n-cpu
2022-02-14 23:15:39.990 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:15:39.993 | + ./stack.sh:main:1430                     :   service_check
2022-02-14 23:15:39.995 | + functions-common:service_check:1718      :   local service
2022-02-14 23:15:39.999 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.002 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@key.service
2022-02-14 23:15:40.136 | Failed to get unit file state for devstack@key.service: No such file or directory
2022-02-14 23:15:40.141 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.143 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@n-api.service
2022-02-14 23:15:40.159 | enabled
2022-02-14 23:15:40.164 | + functions-common:service_check:1725      :   sudo systemctl status devstack@n-api.service --no-pager
2022-02-14 23:15:40.201 | ● devstack@n-api.service - Devstack devstack@n-api.service
2022-02-14 23:15:40.201 |      Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.201 |      Active: active (running) since Mon 2022-02-14 23:13:31 UTC; 2min 8s ago
2022-02-14 23:15:40.201 |    Main PID: 105371 (uwsgi)
2022-02-14 23:15:40.201 |      Status: "uWSGI is ready"
2022-02-14 23:15:40.201 |       Tasks: 3 (limit: 14304)
2022-02-14 23:15:40.201 |      Memory: 241.8M
2022-02-14 23:15:40.201 |      CGroup: /system.slice/system-devstack.slice/devstack@n-api.service
2022-02-14 23:15:40.201 |              ├─105371 nova-apiuWSGI master
2022-02-14 23:15:40.201 |              ├─105385 nova-apiuWSGI worker 1
2022-02-14 23:15:40.201 |              └─105386 nova-apiuWSGI worker 2
2022-02-14 23:15:40.201 | 
2022-02-14 23:15:40.201 | Feb 14 23:15:29 dv-osbrick-823654-3-ceph devstack@n-api.service[105385]: [pid: 105385|app: 0|req: 17/32] 10.222.0.47 () {64 vars in 1332 bytes} [Mon Feb 14 23:15:29 2022] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 32 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0)
2022-02-14 23:15:40.201 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105386]: DEBUG nova.api.openstack.wsgi [None req-a50e6e6e-b9b5-40c6-9349-96fd19800c78 admin admin] Calling method '<bound method VersionsV2.index of <nova.api.openstack.compute.versions.VersionsV2 object at 0x7fa5fcd5a910>>' {{(pid=105386) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}}
2022-02-14 23:15:40.201 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105386]: INFO nova.api.openstack.requestlog [None req-a50e6e6e-b9b5-40c6-9349-96fd19800c78 admin admin] 10.222.0.47 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001496
2022-02-14 23:15:40.201 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105386]: [pid: 105386|app: 0|req: 16/33] 10.222.0.47 () {54 vars in 930 bytes} [Mon Feb 14 23:15:31 2022] GET /compute/v2.1 => generated 388 bytes in 2 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0)
2022-02-14 23:15:40.201 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105385]: DEBUG nova.api.openstack.wsgi [None req-085545a6-6d7d-4e43-a9db-0fabcc97f449 admin admin] Action: 'create', calling method: <bound method FlavorManageController._create of <nova.api.openstack.compute.flavor_manage.FlavorManageController object at 0x7fa5fcc7fa90>>, body: {"flavor": {"swap": 0, "ram": 16384, "rxtx_factor": 1.0, "id": "5", "OS-FLV-EXT-DATA:ephemeral": 0, "name": "m1.xlarge", "os-flavor-access:is_public": true, "vcpus": 8, "disk": 160}} {{(pid=105385) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}}
2022-02-14 23:15:40.201 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105385]: INFO nova.api.openstack.requestlog [None req-085545a6-6d7d-4e43-a9db-0fabcc97f449 admin admin] 10.222.0.47 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.080260
2022-02-14 23:15:40.201 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105385]: [pid: 105385|app: 0|req: 18/34] 10.222.0.47 () {64 vars in 1282 bytes} [Mon Feb 14 23:15:31 2022] POST /compute/v2.1/flavors => generated 408 bytes in 84 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0)
2022-02-14 23:15:40.201 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105386]: DEBUG nova.api.openstack.wsgi [None req-68a6a0d8-8a10-4c60-b2d9-819861a042ce admin admin] Action: 'create', calling method: <bound method FlavorExtraSpecsController.create of <nova.api.openstack.compute.flavors_extraspecs.FlavorExtraSpecsController object at 0x7fa5fc895eb0>>, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=105386) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}}
2022-02-14 23:15:40.201 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105386]: INFO nova.api.openstack.requestlog [None req-68a6a0d8-8a10-4c60-b2d9-819861a042ce admin admin] 10.222.0.47 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.037937
2022-02-14 23:15:40.202 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph devstack@n-api.service[105386]: [pid: 105386|app: 0|req: 17/35] 10.222.0.47 () {64 vars in 1332 bytes} [Mon Feb 14 23:15:31 2022] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 358 bytes (2 switches on core 0)
2022-02-14 23:15:40.205 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.208 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@n-cond.service
2022-02-14 23:15:40.222 | Failed to get unit file state for devstack@n-cond.service: No such file or directory
2022-02-14 23:15:40.227 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.230 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@n-sch.service
2022-02-14 23:15:40.245 | enabled
2022-02-14 23:15:40.249 | + functions-common:service_check:1725      :   sudo systemctl status devstack@n-sch.service --no-pager
2022-02-14 23:15:40.267 | ● devstack@n-sch.service - Devstack devstack@n-sch.service
2022-02-14 23:15:40.267 |      Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.267 |      Active: active (running) since Mon 2022-02-14 23:14:44 UTC; 55s ago
2022-02-14 23:15:40.267 |    Main PID: 109896 (nova-scheduler)
2022-02-14 23:15:40.267 |       Tasks: 3 (limit: 14304)
2022-02-14 23:15:40.268 |      Memory: 147.5M
2022-02-14 23:15:40.268 |      CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service
2022-02-14 23:15:40.268 |              ├─109896 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf
2022-02-14 23:15:40.268 |              ├─111180 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf
2022-02-14 23:15:40.268 |              └─111181 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf
2022-02-14 23:15:40.268 | 
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_messaging_rabbit.ssl_key_file =  {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_messaging_rabbit.ssl_version =  {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_messaging_notifications.retry = -1 {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_messaging_notifications.transport_url = **** {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_reports.file_event_handler = None {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] oslo_reports.log_dir           = None {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.268 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph nova-scheduler[109896]: DEBUG oslo_service.service [None req-d5b2e3ce-ccbc-45e7-be1c-8e0b21a25d31 None None] ******************************************************************************** {{(pid=109896) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2022-02-14 23:15:40.272 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.275 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@n-api-meta.service
2022-02-14 23:15:40.291 | enabled
2022-02-14 23:15:40.295 | + functions-common:service_check:1725      :   sudo systemctl status devstack@n-api-meta.service --no-pager
2022-02-14 23:15:40.313 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service
2022-02-14 23:15:40.313 |      Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.313 |      Active: active (running) since Mon 2022-02-14 23:14:47 UTC; 53s ago
2022-02-14 23:15:40.313 |    Main PID: 110411 (uwsgi)
2022-02-14 23:15:40.313 |      Status: "uWSGI is ready"
2022-02-14 23:15:40.314 |       Tasks: 4 (limit: 14304)
2022-02-14 23:15:40.314 |      Memory: 204.7M
2022-02-14 23:15:40.314 |      CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service
2022-02-14 23:15:40.314 |              ├─110411 nova-api-metauWSGI master
2022-02-14 23:15:40.314 |              ├─110413 nova-api-metauWSGI worker 1
2022-02-14 23:15:40.314 |              ├─110414 nova-api-metauWSGI worker 2
2022-02-14 23:15:40.314 |              └─110415 nova-api-metauWSGI http 1
2022-02-14 23:15:40.314 | 
2022-02-14 23:15:40.314 | Feb 14 23:14:52 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110413]: DEBUG oslo_concurrency.lockutils [None req-d380f9ac-7260-45cb-9fed-4869d4c37f17 None None] Lock "446f0302-3bcb-4c83-9fbc-6d0a7ed97f8d" acquired by "nova.context.set_target_cell.<locals>.get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=110413) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}}
2022-02-14 23:15:40.314 | Feb 14 23:14:52 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110413]: DEBUG oslo_concurrency.lockutils [None req-d380f9ac-7260-45cb-9fed-4869d4c37f17 None None] Lock "446f0302-3bcb-4c83-9fbc-6d0a7ed97f8d" "released" by "nova.context.set_target_cell.<locals>.get_or_set_cached_cell_and_set_connections" :: held 0.004s {{(pid=110413) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}}
2022-02-14 23:15:40.314 | Feb 14 23:14:52 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110413]: DEBUG oslo_db.sqlalchemy.engines [None req-d380f9ac-7260-45cb-9fed-4869d4c37f17 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=110413) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:15:40.314 | Feb 14 23:14:52 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110413]: DEBUG oslo_db.sqlalchemy.engines [None req-d380f9ac-7260-45cb-9fed-4869d4c37f17 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=110413) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:15:40.314 | Feb 14 23:14:53 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110414]: DEBUG oslo_db.sqlalchemy.engines [None req-62319b41-c8ba-4013-a35c-085f4b125f1b 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=110414) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:15:40.314 | Feb 14 23:14:53 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110413]: DEBUG oslo_db.sqlalchemy.engines [None req-d380f9ac-7260-45cb-9fed-4869d4c37f17 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=110413) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:15:40.314 | Feb 14 23:14:53 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110414]: WARNING nova.api.metadata.handler [None req-62319b41-c8ba-4013-a35c-085f4b125f1b None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted
2022-02-14 23:15:40.314 | Feb 14 23:14:53 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110414]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x563f592629a0 pid: 110414 (default app)
2022-02-14 23:15:40.314 | Feb 14 23:14:53 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110413]: WARNING nova.api.metadata.handler [None req-d380f9ac-7260-45cb-9fed-4869d4c37f17 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted
2022-02-14 23:15:40.314 | Feb 14 23:14:53 dv-osbrick-823654-3-ceph devstack@n-api-meta.service[110413]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x563f592629a0 pid: 110413 (default app)
2022-02-14 23:15:40.318 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.321 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@placement-api.service
2022-02-14 23:15:40.337 | enabled
2022-02-14 23:15:40.341 | + functions-common:service_check:1725      :   sudo systemctl status devstack@placement-api.service --no-pager
2022-02-14 23:15:40.359 | ● devstack@placement-api.service - Devstack devstack@placement-api.service
2022-02-14 23:15:40.359 |      Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.360 |      Active: active (running) since Mon 2022-02-14 23:13:47 UTC; 1min 52s ago
2022-02-14 23:15:40.360 |    Main PID: 106606 (uwsgi)
2022-02-14 23:15:40.360 |      Status: "uWSGI is ready"
2022-02-14 23:15:40.360 |       Tasks: 3 (limit: 14304)
2022-02-14 23:15:40.360 |      Memory: 138.3M
2022-02-14 23:15:40.360 |      CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service
2022-02-14 23:15:40.360 |              ├─106606 placementuWSGI master
2022-02-14 23:15:40.360 |              ├─106607 placementuWSGI worker 1
2022-02-14 23:15:40.360 |              └─106608 placementuWSGI worker 2
2022-02-14 23:15:40.360 | 
2022-02-14 23:15:40.360 | Feb 14 23:13:50 dv-osbrick-823654-3-ceph devstack@placement-api.service[106608]: [pid: 106608|app: 0|req: 1/1] 10.222.0.47 () {50 vars in 776 bytes} [Mon Feb 14 23:13:50 2022] GET /placement => generated 136 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0)
2022-02-14 23:15:40.360 | Feb 14 23:14:49 dv-osbrick-823654-3-ceph devstack@placement-api.service[106607]: DEBUG placement.requestlog [None req-1e6c6f72-7e94-4096-a081-2a83f59f08ee None None] Starting request: 10.222.0.47 "GET /placement/" {{(pid=106607) __call__ /opt/stack/placement/placement/requestlog.py:55}}
2022-02-14 23:15:40.360 | Feb 14 23:14:49 dv-osbrick-823654-3-ceph devstack@placement-api.service[106607]: INFO placement.requestlog [None req-1e6c6f72-7e94-4096-a081-2a83f59f08ee None None] 10.222.0.47 "GET /placement/" status: 200 len: 136 microversion: 1.0
2022-02-14 23:15:40.360 | Feb 14 23:14:49 dv-osbrick-823654-3-ceph devstack@placement-api.service[106607]: [pid: 106607|app: 0|req: 1/2] 10.222.0.47 () {54 vars in 916 bytes} [Mon Feb 14 23:14:49 2022] GET /placement => generated 136 bytes in 28 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0)
2022-02-14 23:15:40.360 | Feb 14 23:14:54 dv-osbrick-823654-3-ceph devstack@placement-api.service[106608]: DEBUG placement.requestlog [None req-f9e9645e-dc6c-42f3-8421-95b7a9c9e288 None None] Starting request: 10.222.0.47 "GET /placement/" {{(pid=106608) __call__ /opt/stack/placement/placement/requestlog.py:55}}
2022-02-14 23:15:40.360 | Feb 14 23:14:54 dv-osbrick-823654-3-ceph devstack@placement-api.service[106608]: INFO placement.requestlog [None req-f9e9645e-dc6c-42f3-8421-95b7a9c9e288 None None] 10.222.0.47 "GET /placement/" status: 200 len: 136 microversion: 1.0
2022-02-14 23:15:40.360 | Feb 14 23:14:54 dv-osbrick-823654-3-ceph devstack@placement-api.service[106608]: [pid: 106608|app: 0|req: 2/3] 10.222.0.47 () {54 vars in 916 bytes} [Mon Feb 14 23:14:54 2022] GET /placement => generated 136 bytes in 6 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0)
2022-02-14 23:15:40.360 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph devstack@placement-api.service[106607]: DEBUG placement.requestlog [None req-da6aa582-7129-41df-9a4f-9a2b367dfcde None None] Starting request: 10.222.0.47 "GET /placement/" {{(pid=106607) __call__ /opt/stack/placement/placement/requestlog.py:55}}
2022-02-14 23:15:40.360 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph devstack@placement-api.service[106607]: INFO placement.requestlog [None req-da6aa582-7129-41df-9a4f-9a2b367dfcde None None] 10.222.0.47 "GET /placement/" status: 200 len: 136 microversion: 1.0
2022-02-14 23:15:40.360 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph devstack@placement-api.service[106607]: [pid: 106607|app: 0|req: 2/4] 10.222.0.47 () {54 vars in 916 bytes} [Mon Feb 14 23:14:55 2022] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0)
2022-02-14 23:15:40.364 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.367 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@placement-client.service
2022-02-14 23:15:40.380 | Failed to get unit file state for devstack@placement-client.service: No such file or directory
2022-02-14 23:15:40.385 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.387 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@g-api.service
2022-02-14 23:15:40.406 | enabled
2022-02-14 23:15:40.410 | + functions-common:service_check:1725      :   sudo systemctl status devstack@g-api.service --no-pager
2022-02-14 23:15:40.428 | ● devstack@g-api.service - Devstack devstack@g-api.service
2022-02-14 23:15:40.428 |      Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.429 |      Active: active (running) since Mon 2022-02-14 23:15:15 UTC; 24s ago
2022-02-14 23:15:40.429 |    Main PID: 114230 (uwsgi)
2022-02-14 23:15:40.429 |      Status: "uWSGI is ready"
2022-02-14 23:15:40.429 |       Tasks: 7 (limit: 14304)
2022-02-14 23:15:40.429 |      Memory: 825.9M
2022-02-14 23:15:40.429 |      CGroup: /system.slice/system-devstack.slice/devstack@g-api.service
2022-02-14 23:15:40.429 |              ├─114230 glance-apiuWSGI master
2022-02-14 23:15:40.430 |              ├─114231 glance-apiuWSGI worker 1
2022-02-14 23:15:40.430 |              └─114232 glance-apiuWSGI worker 2
2022-02-14 23:15:40.430 | 
2022-02-14 23:15:40.430 | Feb 14 23:15:29 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: DEBUG glance.api.middleware.version_negotiation [None req-fcbd34bd-5b40-4c18-9fef-751cacdd84ef None None] Using url versioning {{(pid=114231) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}}
2022-02-14 23:15:40.430 | Feb 14 23:15:29 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: DEBUG glance.api.middleware.version_negotiation [None req-fcbd34bd-5b40-4c18-9fef-751cacdd84ef None None] Matched version: v2 {{(pid=114231) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}}
2022-02-14 23:15:40.430 | Feb 14 23:15:29 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: DEBUG glance.api.middleware.version_negotiation [None req-fcbd34bd-5b40-4c18-9fef-751cacdd84ef None None] new path /v2/images/275b7a69-4ac3-4a5f-be71-d03f420f09a3/file {{(pid=114231) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}}
2022-02-14 23:15:40.430 | Feb 14 23:15:29 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: DEBUG oslo_db.sqlalchemy.engines [None req-a3825c86-5327-4347-9ef1-7d809b810229 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=114231) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:15:40.430 | Feb 14 23:15:29 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: INFO glance.api.v2.image_data [None req-a3825c86-5327-4347-9ef1-7d809b810229 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token.
2022-02-14 23:15:40.430 | Feb 14 23:15:29 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: DEBUG glance.location [None req-a3825c86-5327-4347-9ef1-7d809b810229 admin admin] Enabling in-flight format inspection for vhdx {{(pid=114231) set_data /opt/stack/glance/glance/location.py:581}}
2022-02-14 23:15:40.430 | Feb 14 23:15:36 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: DEBUG glance_store._drivers.filesystem [None req-a3825c86-5327-4347-9ef1-7d809b810229 admin admin] Wrote 645922816 bytes to /opt/stack/data/glance/images/275b7a69-4ac3-4a5f-be71-d03f420f09a3 with checksum 318f990048c8a194829e52141534610d and multihash 1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53 {{(pid=114231) add /usr/local/lib/python3.8/dist-packages/glance_store/_drivers/filesystem.py:773}}
2022-02-14 23:15:40.430 | Feb 14 23:15:36 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: INFO glance.location [None req-a3825c86-5327-4347-9ef1-7d809b810229 admin admin] Image format matched and virtual size computed: 734003200
2022-02-14 23:15:40.430 | Feb 14 23:15:36 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: DEBUG glance_store.backend [None req-a3825c86-5327-4347-9ef1-7d809b810229 admin admin] Skipping store.set_acls... not implemented. {{(pid=114231) set_acls /usr/local/lib/python3.8/dist-packages/glance_store/backend.py:509}}
2022-02-14 23:15:40.430 | Feb 14 23:15:36 dv-osbrick-823654-3-ceph devstack@g-api.service[114231]: [pid: 114231|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 877 bytes} [Mon Feb 14 23:15:29 2022] PUT /v2/images/275b7a69-4ac3-4a5f-be71-d03f420f09a3/file => generated 0 bytes in 7201 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0)
2022-02-14 23:15:40.433 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.435 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@c-sch.service
2022-02-14 23:15:40.450 | enabled
2022-02-14 23:15:40.454 | + functions-common:service_check:1725      :   sudo systemctl status devstack@c-sch.service --no-pager
2022-02-14 23:15:40.479 | ● devstack@c-sch.service - Devstack devstack@c-sch.service
2022-02-14 23:15:40.479 |      Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.479 |      Active: active (running) since Mon 2022-02-14 23:15:06 UTC; 33s ago
2022-02-14 23:15:40.479 |    Main PID: 113121 (cinder-schedule)
2022-02-14 23:15:40.479 |       Tasks: 2 (limit: 14304)
2022-02-14 23:15:40.479 |      Memory: 109.0M
2022-02-14 23:15:40.479 |      CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service
2022-02-14 23:15:40.479 |              └─113121 /usr/bin/python3.8 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
2022-02-14 23:15:40.479 | 
2022-02-14 23:15:40.479 | Feb 14 23:15:11 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: DEBUG oslo_service.service [None req-f707e353-1133-4910-89e7-3b7acd550691 None None] nova.timeout                   = None {{(pid=113121) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.479 | Feb 14 23:15:11 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: DEBUG oslo_service.service [None req-f707e353-1133-4910-89e7-3b7acd550691 None None] nova.token_auth_url            = None {{(pid=113121) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:40.479 | Feb 14 23:15:11 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: DEBUG oslo_service.service [None req-f707e353-1133-4910-89e7-3b7acd550691 None None] ******************************************************************************** {{(pid=113121) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2022-02-14 23:15:40.479 | Feb 14 23:15:11 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: INFO cinder.service [-] Starting cinder-scheduler node (version 19.1.0)
2022-02-14 23:15:40.479 | Feb 14 23:15:11 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: INFO cinder.manager [None req-b421d0db-4a72-4794-8d3d-2295bdb26475 None None] Initiating service 1 cleanup
2022-02-14 23:15:40.479 | Feb 14 23:15:11 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: INFO cinder.manager [None req-b421d0db-4a72-4794-8d3d-2295bdb26475 None None] Service 1 cleanup completed.
2022-02-14 23:15:40.479 | Feb 14 23:15:11 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: DEBUG cinder.service [None req-b421d0db-4a72-4794-8d3d-2295bdb26475 None None] Creating RPC server for service cinder-scheduler {{(pid=113121) start /opt/stack/cinder/cinder/service.py:231}}
2022-02-14 23:15:40.479 | Feb 14 23:15:11 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: DEBUG cinder.service [None req-b421d0db-4a72-4794-8d3d-2295bdb26475 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=113121) start /opt/stack/cinder/cinder/service.py:237}}
2022-02-14 23:15:40.480 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: DEBUG cinder.scheduler.host_manager [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Received volume service update from  dv-osbrick-823654-3-ceph@ceph: {'vendor_name': 'Open Source', 'driver_version': '1.2.0', 'storage_protocol': 'ceph', 'total_capacity_gb': 19.94, 'free_capacity_gb': 19.94, 'reserved_percentage': 0, 'multiattach': True, 'thin_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'location_info': 'ceph:/etc/ceph/ceph.conf:1d21f74c-bb08-47ea-960c-0b958ffddb90:cinder:volumes', 'backend_state': 'up', 'volume_backend_name': 'ceph', 'replication_enabled': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None} {{(pid=113121) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:605}}
2022-02-14 23:15:40.480 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-scheduler[113121]: DEBUG cinder.scheduler.host_manager [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Updating capabilities for dv-osbrick-823654-3-ceph@ceph#ceph: {'vendor_name': 'Open Source', 'driver_version': '1.2.0', 'storage_protocol': 'ceph', 'total_capacity_gb': 19.94, 'free_capacity_gb': 19.94, 'reserved_percentage': 0, 'multiattach': True, 'thin_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'location_info': 'ceph:/etc/ceph/ceph.conf:1d21f74c-bb08-47ea-960c-0b958ffddb90:cinder:volumes', 'backend_state': 'up', 'volume_backend_name': 'ceph', 'replication_enabled': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2022, 2, 14, 23, 15, 13, 533240)} {{(pid=113121) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:392}}
2022-02-14 23:15:40.483 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.486 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@c-api.service
2022-02-14 23:15:40.501 | enabled
2022-02-14 23:15:40.505 | + functions-common:service_check:1725      :   sudo systemctl status devstack@c-api.service --no-pager
2022-02-14 23:15:40.524 | ● devstack@c-api.service - Devstack devstack@c-api.service
2022-02-14 23:15:40.524 |      Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.524 |      Active: active (running) since Mon 2022-02-14 23:15:00 UTC; 40s ago
2022-02-14 23:15:40.524 |    Main PID: 112666 (uwsgi)
2022-02-14 23:15:40.524 |      Status: "uWSGI is ready"
2022-02-14 23:15:40.524 |       Tasks: 5 (limit: 14304)
2022-02-14 23:15:40.524 |      Memory: 237.1M
2022-02-14 23:15:40.524 |      CGroup: /system.slice/system-devstack.slice/devstack@c-api.service
2022-02-14 23:15:40.524 |              ├─112666 cinder-apiuWSGI master
2022-02-14 23:15:40.524 |              ├─112683 cinder-apiuWSGI worker 1
2022-02-14 23:15:40.524 |              └─112684 cinder-apiuWSGI worker 2
2022-02-14 23:15:40.524 | 
2022-02-14 23:15:40.524 | Feb 14 23:15:12 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]:   warnings.warn(deprecated_msg)
2022-02-14 23:15:40.524 | Feb 14 23:15:12 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]: /usr/local/lib/python3.8/dist-packages/oslo_policy/policy.py:809: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas".  See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually.
2022-02-14 23:15:40.524 | Feb 14 23:15:12 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]:   warnings.warn(deprecated_msg)
2022-02-14 23:15:40.524 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]: INFO cinder.api.openstack.wsgi [req-b188d125-44b6-41ed-88ec-38156d0ad6f6 req-fe9cc1f3-5855-4801-bc5b-02701daade6c admin admin] POST http://10.222.0.47/volume/v3/f05d21ee04d5439d895c63b76d931c5f/types/798478d5-eece-4179-a433-083517717311/extra_specs
2022-02-14 23:15:40.524 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]: DEBUG cinder.api.openstack.wsgi [req-b188d125-44b6-41ed-88ec-38156d0ad6f6 req-fe9cc1f3-5855-4801-bc5b-02701daade6c admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "ceph"}} {{(pid=112683) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}}
2022-02-14 23:15:40.524 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]: /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.
2022-02-14 23:15:40.524 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]:   warnings.warn('Policy enforcement is depending on the value of '
2022-02-14 23:15:40.525 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]: DEBUG oslo_db.sqlalchemy.engines [req-b188d125-44b6-41ed-88ec-38156d0ad6f6 req-fe9cc1f3-5855-4801-bc5b-02701daade6c 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=112683) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2022-02-14 23:15:40.525 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]: INFO cinder.api.openstack.wsgi [req-b188d125-44b6-41ed-88ec-38156d0ad6f6 req-fe9cc1f3-5855-4801-bc5b-02701daade6c admin admin] http://10.222.0.47/volume/v3/f05d21ee04d5439d895c63b76d931c5f/types/798478d5-eece-4179-a433-083517717311/extra_specs returned with HTTP 200
2022-02-14 23:15:40.525 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph devstack@c-api.service[112683]: [pid: 112683|app: 0|req: 1/3] 10.222.0.47 () {62 vars in 1454 bytes} [Mon Feb 14 23:15:12 2022] POST /volume/v3/f05d21ee04d5439d895c63b76d931c5f/types/798478d5-eece-4179-a433-083517717311/extra_specs => generated 48 bytes in 540 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0)
2022-02-14 23:15:40.528 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.531 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@c-vol.service
2022-02-14 23:15:40.547 | enabled
2022-02-14 23:15:40.551 | + functions-common:service_check:1725      :   sudo systemctl status devstack@c-vol.service --no-pager
2022-02-14 23:15:40.569 | ● devstack@c-vol.service - Devstack devstack@c-vol.service
2022-02-14 23:15:40.569 |      Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.569 |      Active: active (running) since Mon 2022-02-14 23:15:08 UTC; 31s ago
2022-02-14 23:15:40.569 |    Main PID: 113552 (cinder-volume)
2022-02-14 23:15:40.569 |       Tasks: 3 (limit: 14304)
2022-02-14 23:15:40.569 |      Memory: 144.2M
2022-02-14 23:15:40.570 |      CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service
2022-02-14 23:15:40.570 |              ├─113552 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf
2022-02-14 23:15:40.570 |              └─113649 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf
2022-02-14 23:15:40.570 | 
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: DEBUG cinder.manager [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Notifying Schedulers of capabilities ... {{(pid=113649) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}}
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: INFO cinder.volume.manager [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Driver initialization completed successfully.
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: INFO cinder.manager [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Initiating service 2 cleanup
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: INFO cinder.manager [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Service 2 cleanup completed.
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: DEBUG cinder.service [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Creating RPC server for service cinder-volume {{(pid=113649) start /opt/stack/cinder/cinder/service.py:231}}
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: DEBUG cinder.service [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=113649) start /opt/stack/cinder/cinder/service.py:237}}
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: INFO cinder.volume.manager [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Initializing RPC dependent components of volume driver RBDDriver (1.2.0)
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: DEBUG cinder.volume.drivers.rbd [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] connecting to cinder@ceph (conf=/etc/ceph/ceph.conf, timeout=-1). {{(pid=113649) _do_conn /opt/stack/cinder/cinder/volume/drivers/rbd.py:481}}
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: DEBUG cinder.volume.drivers.rbd [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] connecting to cinder@ceph (conf=/etc/ceph/ceph.conf, timeout=-1). {{(pid=113649) _do_conn /opt/stack/cinder/cinder/volume/drivers/rbd.py:481}}
2022-02-14 23:15:40.570 | Feb 14 23:15:13 dv-osbrick-823654-3-ceph cinder-volume[113649]: INFO cinder.volume.manager [None req-d4ab2614-fd57-4f3c-8346-d5ab289414a1 None None] Driver post RPC initialization completed successfully.
2022-02-14 23:15:40.574 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.577 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@ovn-controller.service
2022-02-14 23:15:40.592 | Failed to get unit file state for devstack@ovn-controller.service: No such file or directory
2022-02-14 23:15:40.596 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.599 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@ovn-northd.service
2022-02-14 23:15:40.612 | Failed to get unit file state for devstack@ovn-northd.service: No such file or directory
2022-02-14 23:15:40.617 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.620 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@ovs-vswitchd.service
2022-02-14 23:15:40.634 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory
2022-02-14 23:15:40.638 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.641 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@ovsdb-server.service
2022-02-14 23:15:40.656 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory
2022-02-14 23:15:40.660 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.663 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@q-svc.service
2022-02-14 23:15:40.677 | enabled
2022-02-14 23:15:40.681 | + functions-common:service_check:1725      :   sudo systemctl status devstack@q-svc.service --no-pager
2022-02-14 23:15:40.699 | ● devstack@q-svc.service - Devstack devstack@q-svc.service
2022-02-14 23:15:40.699 |      Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.699 |      Active: active (running) since Mon 2022-02-14 23:13:39 UTC; 2min 1s ago
2022-02-14 23:15:40.699 |    Main PID: 106014 (/usr/bin/python)
2022-02-14 23:15:40.699 |       Tasks: 10 (limit: 14304)
2022-02-14 23:15:40.699 |      Memory: 391.8M
2022-02-14 23:15:40.700 |      CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service
2022-02-14 23:15:40.700 |              ├─106014 /usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini
2022-02-14 23:15:40.700 |              ├─106125 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)
2022-02-14 23:15:40.700 |              ├─106126 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)
2022-02-14 23:15:40.700 |              ├─106127 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)
2022-02-14 23:15:40.700 |              └─106128 neutron-server: periodic 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)
2022-02-14 23:15:40.700 | 
2022-02-14 23:15:40.700 | Feb 14 23:14:52 dv-osbrick-823654-3-ceph neutron-server[106128]: DEBUG neutron.db.agents_db [None req-fa3bd050-b51b-4151-bc35-96f7474c282c None None] Agent healthcheck: found 4 active agents {{(pid=106128) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}}
2022-02-14 23:15:40.700 | Feb 14 23:14:58 dv-osbrick-823654-3-ceph neutron-server[106127]: DEBUG neutron_lib.callbacks.manager [None req-a30a64e8-271d-4751-913e-cc14d8937755 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735696048568', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1382055'] for agent (95f09437-deb4-4d43-8f9a-97ac44a4027b), after_update {{(pid=106127) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}}
2022-02-14 23:15:40.700 | Feb 14 23:15:00 dv-osbrick-823654-3-ceph neutron-server[106127]: DEBUG neutron_lib.callbacks.manager [None req-12652e3f-c50f-44ee-9eb8-c815fe677a26 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735696048568', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1382055'] for agent (28db24c1-1148-4ad9-8b64-2dcf12d0776a), after_update {{(pid=106127) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}}
2022-02-14 23:15:40.700 | Feb 14 23:15:01 dv-osbrick-823654-3-ceph neutron-server[106127]: DEBUG neutron_lib.callbacks.manager [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735696048568', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1382055'] for agent (c8d03b4f-2910-4c42-b6e2-15505a271c94), after_update {{(pid=106127) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}}
2022-02-14 23:15:40.700 | Feb 14 23:15:04 dv-osbrick-823654-3-ceph neutron-server[106127]: DEBUG neutron_lib.callbacks.manager [None req-88d47004-6257-449f-be5d-1941decd6dcf None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735696048568', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1382055'] for agent (9421b74c-26e2-4f3e-b922-84bd813e70ef), after_update {{(pid=106127) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}}
2022-02-14 23:15:40.700 | Feb 14 23:15:28 dv-osbrick-823654-3-ceph neutron-server[106127]: DEBUG neutron_lib.callbacks.manager [None req-0df1e448-8f15-4b36-9411-6f1ff450cea2 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735696048568', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1382055'] for agent (95f09437-deb4-4d43-8f9a-97ac44a4027b), after_update {{(pid=106127) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}}
2022-02-14 23:15:40.700 | Feb 14 23:15:29 dv-osbrick-823654-3-ceph neutron-server[106128]: DEBUG neutron.db.agents_db [None req-fa3bd050-b51b-4151-bc35-96f7474c282c None None] Agent healthcheck: found 4 active agents {{(pid=106128) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}}
2022-02-14 23:15:40.700 | Feb 14 23:15:30 dv-osbrick-823654-3-ceph neutron-server[106127]: DEBUG neutron_lib.callbacks.manager [None req-42975c69-e2e7-4e82-a6f8-842a944895f3 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735696048568', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1382055'] for agent (28db24c1-1148-4ad9-8b64-2dcf12d0776a), after_update {{(pid=106127) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}}
2022-02-14 23:15:40.700 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph neutron-server[106127]: DEBUG neutron_lib.callbacks.manager [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735696048568', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1382055'] for agent (c8d03b4f-2910-4c42-b6e2-15505a271c94), after_update {{(pid=106127) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}}
2022-02-14 23:15:40.700 | Feb 14 23:15:34 dv-osbrick-823654-3-ceph neutron-server[106127]: DEBUG neutron_lib.callbacks.manager [None req-88d47004-6257-449f-be5d-1941decd6dcf None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735696048568', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1382055'] for agent (9421b74c-26e2-4f3e-b922-84bd813e70ef), after_update {{(pid=106127) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}}
2022-02-14 23:15:40.704 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.706 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@q-ovn-metadata-agent.service
2022-02-14 23:15:40.720 | Failed to get unit file state for devstack@q-ovn-metadata-agent.service: No such file or directory
2022-02-14 23:15:40.725 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.728 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@rabbit.service
2022-02-14 23:15:40.741 | Failed to get unit file state for devstack@rabbit.service: No such file or directory
2022-02-14 23:15:40.746 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.749 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@tempest.service
2022-02-14 23:15:40.765 | Failed to get unit file state for devstack@tempest.service: No such file or directory
2022-02-14 23:15:40.769 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.772 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@mysql.service
2022-02-14 23:15:40.785 | Failed to get unit file state for devstack@mysql.service: No such file or directory
2022-02-14 23:15:40.790 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.793 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@etcd3.service
2022-02-14 23:15:40.807 | Failed to get unit file state for devstack@etcd3.service: No such file or directory
2022-02-14 23:15:40.812 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.815 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@dstat.service
2022-02-14 23:15:40.831 | enabled
2022-02-14 23:15:40.836 | + functions-common:service_check:1725      :   sudo systemctl status devstack@dstat.service --no-pager
2022-02-14 23:15:40.853 | ● devstack@dstat.service - Devstack devstack@dstat.service
2022-02-14 23:15:40.853 |      Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.853 |      Active: active (running) since Mon 2022-02-14 23:08:10 UTC; 7min ago
2022-02-14 23:15:40.854 |    Main PID: 84814 (dstat.sh)
2022-02-14 23:15:40.854 |       Tasks: 3 (limit: 14304)
2022-02-14 23:15:40.854 |      Memory: 19.1M
2022-02-14 23:15:40.854 |      CGroup: /system.slice/system-devstack.slice/devstack@dstat.service
2022-02-14 23:15:40.854 |              ├─84814 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs
2022-02-14 23:15:40.854 |              ├─84948 python3 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log
2022-02-14 23:15:40.854 |              └─84950 python3 /usr/bin/dstat -tcmndrylpg --swap --tcp
2022-02-14 23:15:40.854 | 
2022-02-14 23:15:40.854 | Feb 14 23:15:30 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:30| 51  11  36   1   0|5272M  149M  174M 6050M| 152M  152M|  56k   79M|13.0   381 | 753  4043 |3.17 2.48 1.70|4.0   0 3.0|   0     0 |   0     0 | 28  214    0   66    0
2022-02-14 23:15:40.854 | Feb 14 23:15:31 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:31| 50  14  34   1   0|5295M  137M  170M 6043M| 194M  194M| 120k   68M|12.0   270 |1289  5597 |3.17 2.48 1.70|6.0   0   0|   0     0 |   0     0 | 28  214    0   66    0
2022-02-14 23:15:40.854 | Feb 14 23:15:32 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:32| 31  13  57   0   0|5238M  136M  168M 6101M| 197M  197M| 128k 1618k|8.01   102 | 842  3929 |3.17 2.48 1.70|2.0   0  30|   0     0 |   0     0 | 28  214    0   65    0
2022-02-14 23:15:40.854 | Feb 14 23:15:33 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:33| 29  10  60   0   0|5237M  145M  168M 6092M| 195M  195M|   0   448k|   0  46.0 | 878  4175 |3.17 2.48 1.70|2.0   0   0|   0     0 |   0     0 | 28  214    0   65    0
2022-02-14 23:15:40.854 | Feb 14 23:15:34 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:34| 29   9  60   0   0|5239M  138M  168M 6097M| 195M  195M|4094B 2563k|1.00   160 | 929  4509 |3.17 2.48 1.70|2.0   0   0|   0     0 |   0     0 | 28  214    0   65    0
2022-02-14 23:15:40.854 | Feb 14 23:15:35 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:35| 28   9  61   0   0|5239M  143M  168M 6089M| 199M  199M|4097B  352k|1.00  26.0 | 651  3806 |3.00 2.46 1.69|3.0   0 1.0|   0     0 |   0     0 | 28  214    0   65    0
2022-02-14 23:15:40.854 | Feb 14 23:15:36 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:36| 25   9  66   0   0|5165M  203M  168M 6102M| 113M  113M|  68k  324k|5.00  36.0 | 884  4005 |3.00 2.46 1.69|2.0   0  54|   0     0 |   0     0 | 28  211    0   66    0
2022-02-14 23:15:40.854 | Feb 14 23:15:37 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:37| 21   9  67   1   0|5182M  185M  168M 6103M|  26k   25k| 892k  692k|59.0  53.0 |1450  5002 |3.00 2.46 1.69|1.0   0 229|   0     0 |   0     0 | 28  211    0   66    0
2022-02-14 23:15:40.854 | Feb 14 23:15:38 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:38| 24   4  71   0   0|5200M  166M  168M 6104M|  33k   31k| 244k  168k|6.00  19.0 | 492  3103 |3.00 2.46 1.69|2.0   0 1.0|   0     0 |   0     0 | 28  211    0   66    0
2022-02-14 23:15:40.855 | Feb 14 23:15:39 dv-osbrick-823654-3-ceph dstat.sh[84950]: 14-02 23:15:39| 21   6  70   2   0|5158M  207M  168M 6105M|2082  1296 |1568k  276k|25.0  27.0 |1261  4565 |3.00 2.46 1.69|2.0   0 164|   0     0 |   0     0 | 28  211    0   66    0
2022-02-14 23:15:40.857 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.860 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@n-crt.service
2022-02-14 23:15:40.874 | Failed to get unit file state for devstack@n-crt.service: No such file or directory
2022-02-14 23:15:40.878 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.881 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@n-cauth.service
2022-02-14 23:15:40.894 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory
2022-02-14 23:15:40.899 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.902 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@q-agt.service
2022-02-14 23:15:40.916 | enabled
2022-02-14 23:15:40.921 | + functions-common:service_check:1725      :   sudo systemctl status devstack@q-agt.service --no-pager
2022-02-14 23:15:40.939 | ● devstack@q-agt.service - Devstack devstack@q-agt.service
2022-02-14 23:15:40.939 |      Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.939 |      Active: active (running) since Mon 2022-02-14 23:13:51 UTC; 1min 49s ago
2022-02-14 23:15:40.939 |    Main PID: 107071 (neutron-openvsw)
2022-02-14 23:15:40.939 |       Tasks: 7 (limit: 14304)
2022-02-14 23:15:40.939 |      Memory: 240.7M
2022-02-14 23:15:40.939 |      CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service
2022-02-14 23:15:40.939 |              ├─107071 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)
2022-02-14 23:15:40.939 |              ├─108436 /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/tmpc5b2grq9/privsep.sock
2022-02-14 23:15:40.939 |              ├─108495 /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/tmp7eub7mbi/privsep.sock
2022-02-14 23:15:40.939 |              └─108541 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json
2022-02-14 23:15:40.939 | 
2022-02-14 23:15:40.940 | Feb 14 23:15:35 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: DEBUG neutron.agent.linux.utils [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 108541. {{(pid=107071) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}}
2022-02-14 23:15:40.940 | Feb 14 23:15:35 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] Agent rpc_loop - iteration:44 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.006
2022-02-14 23:15:40.940 | Feb 14 23:15:37 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] Agent rpc_loop - iteration:45 started
2022-02-14 23:15:40.940 | Feb 14 23:15:37 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x4f6b5614,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=11111183291543051737,duration_nsec=274000000,duration_sec=99,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=107071) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}}
2022-02-14 23:15:40.940 | Feb 14 23:15:37 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: DEBUG neutron.agent.linux.utils [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 108541. {{(pid=107071) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}}
2022-02-14 23:15:40.940 | Feb 14 23:15:37 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] Agent rpc_loop - iteration:45 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.005
2022-02-14 23:15:40.940 | Feb 14 23:15:39 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] Agent rpc_loop - iteration:46 started
2022-02-14 23:15:40.940 | Feb 14 23:15:39 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x4f6b5616,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=11111183291543051737,duration_nsec=275000000,duration_sec=101,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=107071) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}}
2022-02-14 23:15:40.940 | Feb 14 23:15:39 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: DEBUG neutron.agent.linux.utils [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 108541. {{(pid=107071) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}}
2022-02-14 23:15:40.940 | Feb 14 23:15:39 dv-osbrick-823654-3-ceph neutron-openvswitch-agent[107071]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-466602ee-8c44-46df-8886-c4748f5d9aeb None None] Agent rpc_loop - iteration:46 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004
2022-02-14 23:15:40.944 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.947 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@q-dhcp.service
2022-02-14 23:15:40.962 | enabled
2022-02-14 23:15:40.967 | + functions-common:service_check:1725      :   sudo systemctl status devstack@q-dhcp.service --no-pager
2022-02-14 23:15:40.986 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service
2022-02-14 23:15:40.986 |      Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled)
2022-02-14 23:15:40.986 |      Active: active (running) since Mon 2022-02-14 23:13:53 UTC; 1min 47s ago
2022-02-14 23:15:40.986 |    Main PID: 107434 (neutron-dhcp-ag)
2022-02-14 23:15:40.986 |       Tasks: 15 (limit: 14304)
2022-02-14 23:15:40.986 |      Memory: 361.8M
2022-02-14 23:15:40.986 |      CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service
2022-02-14 23:15:40.986 |              ├─107434 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)
2022-02-14 23:15:40.986 |              ├─108739 /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/tmpjfoyb3zx/privsep.sock
2022-02-14 23:15:40.986 |              ├─108789 /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/tmpxt_yyfeq/privsep.sock
2022-02-14 23:15:40.986 |              ├─108867 /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.link_cmd --privsep_sock_path /tmp/tmpu6xwyq8r/privsep.sock
2022-02-14 23:15:40.986 |              ├─109005 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
2022-02-14 23:15:40.986 |              ├─109006 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
2022-02-14 23:15:40.986 |              └─109018 dnsmasq --no-hosts  --pid-file=/opt/stack/data/neutron/dhcp/6e61c11f-6f05-4977-88e4-5f84b059dcb0/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/6e61c11f-6f05-4977-88e4-5f84b059dcb0/host --addn-hosts=/opt/stack/data/neutron/dhcp/6e61c11f-6f05-4977-88e4-5f84b059dcb0/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/6e61c11f-6f05-4977-88e4-5f84b059dcb0/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/6e61c11f-6f05-4977-88e4-5f84b059dcb0/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-4ef239a8-6a70-4950-8f8e-b66bddd1fe01,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
2022-02-14 23:15:40.986 | 
2022-02-14 23:15:40.986 | Feb 14 23:14:35 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG oslo_concurrency.lockutils [None req-adf7390e-68bc-45d9-adc1-5c40d79decee None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=107434) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}}
2022-02-14 23:15:40.986 | Feb 14 23:14:35 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG oslo_concurrency.lockutils [None req-adf7390e-68bc-45d9-adc1-5c40d79decee None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=107434) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}}
2022-02-14 23:15:40.986 | Feb 14 23:14:35 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG neutron.agent.dhcp.agent [None req-adf7390e-68bc-45d9-adc1-5c40d79decee None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '7cca3377-8586-4cfa-8f1c-ce702bd920a1', 'name': 'public-subnet', 'tenant_id': 'f05d21ee04d5439d895c63b76d931c5f', 'network_id': '080a7a38-fa59-4fc3-87f3-bbfde91209d6', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '172.31.1.1', 'cidr': '172.31.1.0/24', 'allocation_pools': [{'start': '172.31.1.2', 'end': '172.31.1.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2022-02-14T23:14:35Z', 'updated_at': '2022-02-14T23:14:35Z', 'revision_number': 0, 'project_id': 'f05d21ee04d5439d895c63b76d931c5f', 'network': {'id': '080a7a38-fa59-4fc3-87f3-bbfde91209d6', 'name': 'public', 'tenant_id': 'f05d21ee04d5439d895c63b76d931c5f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['7cca3377-8586-4cfa-8f1c-ce702bd920a1'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2022-02-14T23:14:26Z', 'updated_at': '2022-02-14T23:14:35Z', 'revision_number': 2, 'project_id': 'f05d21ee04d5439d895c63b76d931c5f', 'provider:network_type': 'flat', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': None}}, 'priority': 3},) {} {{(pid=107434) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}}
2022-02-14 23:15:40.986 | Feb 14 23:14:35 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG oslo_concurrency.lockutils [None req-c485da86-cd9c-4731-92a5-3c2043c5eab6 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=107434) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}}
2022-02-14 23:15:40.986 | Feb 14 23:14:35 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG oslo_concurrency.lockutils [None req-c485da86-cd9c-4731-92a5-3c2043c5eab6 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=107434) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}}
2022-02-14 23:15:40.987 | Feb 14 23:14:39 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (<neutron.agent.linux.dhcp.DictModel object at 0x7ffabd9c7880>,) {} {{(pid=107434) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}}
2022-02-14 23:15:40.987 | Feb 14 23:14:44 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (<neutron.agent.linux.dhcp.DictModel object at 0x7ffabd93bbe0>,) {} {{(pid=107434) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}}
2022-02-14 23:15:40.987 | Feb 14 23:14:44 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (<neutron.agent.linux.dhcp.DictModel object at 0x7ffabd93b940>,) {} {{(pid=107434) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}}
2022-02-14 23:15:40.987 | Feb 14 23:14:58 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=107434) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}}
2022-02-14 23:15:40.987 | Feb 14 23:14:58 dv-osbrick-823654-3-ceph neutron-dhcp-agent[107434]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=107434) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}}
2022-02-14 23:15:40.990 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:40.993 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@q-l3.service
2022-02-14 23:15:41.008 | enabled
2022-02-14 23:15:41.013 | + functions-common:service_check:1725      :   sudo systemctl status devstack@q-l3.service --no-pager
2022-02-14 23:15:41.031 | ● devstack@q-l3.service - Devstack devstack@q-l3.service
2022-02-14 23:15:41.031 |      Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled)
2022-02-14 23:15:41.031 |      Active: active (running) since Mon 2022-02-14 23:13:55 UTC; 1min 45s ago
2022-02-14 23:15:41.031 |    Main PID: 107809 (neutron-l3-agen)
2022-02-14 23:15:41.031 |       Tasks: 20 (limit: 14304)
2022-02-14 23:15:41.031 |      Memory: 365.1M
2022-02-14 23:15:41.031 |      CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service
2022-02-14 23:15:41.031 |              ├─107809 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)
2022-02-14 23:15:41.031 |              ├─108488 /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/tmpi3uaq0lm/privsep.sock
2022-02-14 23:15:41.031 |              ├─109172 /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/tmpm0yd6b85/privsep.sock
2022-02-14 23:15:41.031 |              ├─109260 /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.link_cmd --privsep_sock_path /tmp/tmp2v313x2d/privsep.sock
2022-02-14 23:15:41.031 |              ├─109486 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
2022-02-14 23:15:41.031 |              ├─109487 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
2022-02-14 23:15:41.031 |              └─109498 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/3d204574-2623-4845-b3aa-a486b54d650d.conf
2022-02-14 23:15:41.031 | 
2022-02-14 23:15:41.031 | Feb 14 23:14:50 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo.privsep.daemon [-] privsep: reply[6383faf7-50c5-4bfb-943d-0368f6aa6ccf]: (4, ('ARPING 172.31.1.100 from 172.31.1.100 qg-c755eaaf-3e\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=109172) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}}
2022-02-14 23:15:41.031 | Feb 14 23:14:51 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo.privsep.daemon [-] privsep: reply[72b0b6de-6985-46c7-984a-77d900ca94da]: (4, ('ARPING 172.20.0.1 from 172.20.0.1 qr-bb381848-ec\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=109172) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}}
2022-02-14 23:15:41.031 | Feb 14 23:14:51 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo.privsep.daemon [-] privsep: reply[f11a3963-e3ba-4438-9c19-1e52b369761c]: (4, ('ARPING 172.31.1.100 from 172.31.1.100 qg-c755eaaf-3e\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=109172) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}}
2022-02-14 23:15:41.031 | Feb 14 23:14:54 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo.privsep.daemon [-] privsep: reply[335f4ebd-4269-4bb6-bff7-c7d42fdf211c]: (4, ('ARPING 172.31.1.100 from 172.31.1.100 qg-c755eaaf-3e\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=109172) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}}
2022-02-14 23:15:41.031 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo.privsep.daemon [-] privsep: reply[b2ffc928-f655-448c-b80a-ba35ea9e87fc]: (4, ('ARPING 172.31.1.100 from 172.31.1.100 qg-c755eaaf-3e\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=109172) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}}
2022-02-14 23:15:41.031 | Feb 14 23:14:59 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=107809) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}}
2022-02-14 23:15:41.031 | Feb 14 23:14:59 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=107809) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}}
2022-02-14 23:15:41.032 | Feb 14 23:14:59 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=107809) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}}
2022-02-14 23:15:41.032 | Feb 14 23:14:59 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=107809) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}}
2022-02-14 23:15:41.032 | Feb 14 23:15:22 dv-osbrick-823654-3-ceph neutron-l3-agent[107809]: DEBUG oslo_service.periodic_task [None req-3dbfd73a-904c-4d06-b476-6140419564fe None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=107809) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}}
2022-02-14 23:15:41.036 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:41.040 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@q-meta.service
2022-02-14 23:15:41.055 | enabled
2022-02-14 23:15:41.059 | + functions-common:service_check:1725      :   sudo systemctl status devstack@q-meta.service --no-pager
2022-02-14 23:15:41.077 | ● devstack@q-meta.service - Devstack devstack@q-meta.service
2022-02-14 23:15:41.077 |      Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled)
2022-02-14 23:15:41.077 |      Active: active (running) since Mon 2022-02-14 23:13:57 UTC; 1min 43s ago
2022-02-14 23:15:41.077 |    Main PID: 108173 (neutron-metadat)
2022-02-14 23:15:41.078 |       Tasks: 4 (limit: 14304)
2022-02-14 23:15:41.078 |      Memory: 126.2M
2022-02-14 23:15:41.078 |      CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service
2022-02-14 23:15:41.078 |              ├─108173 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)
2022-02-14 23:15:41.078 |              ├─108428 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)
2022-02-14 23:15:41.078 |              └─108429 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)
2022-02-14 23:15:41.078 | 
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_rabbit.ssl      = False {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_rabbit.ssl_ca_file =  {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_rabbit.ssl_cert_file =  {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_rabbit.ssl_key_file =  {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_rabbit.ssl_version =  {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_notifications.driver = [] {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_notifications.retry = -1 {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] oslo_messaging_notifications.transport_url = **** {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.078 | Feb 14 23:14:01 dv-osbrick-823654-3-ceph neutron-metadata-agent[108173]: DEBUG oslo_service.service [None req-0c573c03-2ca3-41c8-837a-6ca61a5f1d4e None None] ******************************************************************************** {{(pid=108173) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2022-02-14 23:15:41.082 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:41.084 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@g-reg.service
2022-02-14 23:15:41.098 | Failed to get unit file state for devstack@g-reg.service: No such file or directory
2022-02-14 23:15:41.102 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:41.105 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@cinder.service
2022-02-14 23:15:41.118 | Failed to get unit file state for devstack@cinder.service: No such file or directory
2022-02-14 23:15:41.122 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:41.125 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@n-super-cond.service
2022-02-14 23:15:41.140 | enabled
2022-02-14 23:15:41.145 | + functions-common:service_check:1725      :   sudo systemctl status devstack@n-super-cond.service --no-pager
2022-02-14 23:15:41.162 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service
2022-02-14 23:15:41.162 |      Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled)
2022-02-14 23:15:41.162 |      Active: active (running) since Mon 2022-02-14 23:14:49 UTC; 51s ago
2022-02-14 23:15:41.162 |    Main PID: 111219 (nova-conductor)
2022-02-14 23:15:41.162 |       Tasks: 3 (limit: 14304)
2022-02-14 23:15:41.162 |      Memory: 147.6M
2022-02-14 23:15:41.162 |      CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service
2022-02-14 23:15:41.163 |              ├─111219 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf
2022-02-14 23:15:41.163 |              ├─112092 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf
2022-02-14 23:15:41.163 |              └─112093 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf
2022-02-14 23:15:41.163 | 
2022-02-14 23:15:41.163 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_messaging_rabbit.ssl_key_file =  {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.163 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_messaging_rabbit.ssl_version =  {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.163 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.163 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_messaging_notifications.retry = -1 {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.163 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.163 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_messaging_notifications.transport_url = **** {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.163 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_reports.file_event_handler = None {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.164 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_reports.file_event_handler_interval = 1 {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.164 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] oslo_reports.log_dir           = None {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.164 | Feb 14 23:14:55 dv-osbrick-823654-3-ceph nova-conductor[111219]: DEBUG oslo_service.service [None req-e70ce71c-acd6-4496-a633-d47099fbf5ac None None] ******************************************************************************** {{(pid=111219) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2022-02-14 23:15:41.168 | + functions-common:service_check:1719      :   for service in ${ENABLED_SERVICES//,/ }
2022-02-14 23:15:41.170 | + functions-common:service_check:1721      :   sudo systemctl is-enabled devstack@n-cond-cell1.service
2022-02-14 23:15:41.186 | enabled
2022-02-14 23:15:41.190 | + functions-common:service_check:1725      :   sudo systemctl status devstack@n-cond-cell1.service --no-pager
2022-02-14 23:15:41.208 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service
2022-02-14 23:15:41.208 |      Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled)
2022-02-14 23:15:41.208 |      Active: active (running) since Mon 2022-02-14 23:14:51 UTC; 49s ago
2022-02-14 23:15:41.208 |    Main PID: 111608 (nova-conductor)
2022-02-14 23:15:41.208 |       Tasks: 3 (limit: 14304)
2022-02-14 23:15:41.208 |      Memory: 141.7M
2022-02-14 23:15:41.208 |      CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service
2022-02-14 23:15:41.208 |              ├─111608 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf
2022-02-14 23:15:41.208 |              ├─112098 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf
2022-02-14 23:15:41.208 |              └─112099 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf
2022-02-14 23:15:41.208 | 
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_messaging_rabbit.ssl_key_file =  {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_messaging_rabbit.ssl_version =  {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_messaging_notifications.driver = [] {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_messaging_notifications.retry = -1 {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_messaging_notifications.transport_url = **** {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_reports.file_event_handler = None {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] oslo_reports.log_dir           = None {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2022-02-14 23:15:41.209 | Feb 14 23:14:56 dv-osbrick-823654-3-ceph nova-conductor[111608]: DEBUG oslo_service.service [None req-1e4951e0-5673-4477-8187-c7c8059a5625 None None] ******************************************************************************** {{(pid=111608) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2022-02-14 23:15:41.213 | + ./stack.sh:main:1436                     :   is_service_enabled n-api
2022-02-14 23:15:41.233 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:15:41.236 | + ./stack.sh:main:1437                     :   is_service_enabled n-cpu
2022-02-14 23:15:41.255 | + functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:15:41.258 | + ./stack.sh:main:1444                     :   echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.'
2022-02-14 23:15:41.261 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:15:41.263 | + ./stack.sh:echo_summary:446              :   echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.
2022-02-14 23:15:41.266 | + ./stack.sh:main:1451                     :   /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check
2022-02-14 23:15:45.295 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:45.295 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:45.295 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:45.295 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:45.295 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.295 | | Upgrade Check Results                                              |
2022-02-14 23:15:45.295 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.295 | | Check: Cells v2                                                    |
2022-02-14 23:15:45.295 | | Result: Success                                                    |
2022-02-14 23:15:45.295 | | Details: No host mappings or compute nodes were found. Remember to |
2022-02-14 23:15:45.295 | |   run command 'nova-manage cell_v2 discover_hosts' when new        |
2022-02-14 23:15:45.295 | |   compute hosts are deployed.                                      |
2022-02-14 23:15:45.295 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.295 | | Check: Placement API                                               |
2022-02-14 23:15:45.295 | | Result: Success                                                    |
2022-02-14 23:15:45.295 | | Details: None                                                      |
2022-02-14 23:15:45.295 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.295 | | Check: Cinder API                                                  |
2022-02-14 23:15:45.295 | | Result: Success                                                    |
2022-02-14 23:15:45.295 | | Details: None                                                      |
2022-02-14 23:15:45.295 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.295 | | Check: Policy Scope-based Defaults                                 |
2022-02-14 23:15:45.295 | | Result: Success                                                    |
2022-02-14 23:15:45.296 | | Details: None                                                      |
2022-02-14 23:15:45.296 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.296 | | Check: Policy File JSON to YAML Migration                          |
2022-02-14 23:15:45.296 | | Result: Success                                                    |
2022-02-14 23:15:45.296 | | Details: None                                                      |
2022-02-14 23:15:45.296 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.296 | | Check: Older than N-1 computes                                     |
2022-02-14 23:15:45.296 | | Result: Success                                                    |
2022-02-14 23:15:45.296 | | Details: None                                                      |
2022-02-14 23:15:45.296 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.296 | | Check: hw_machine_type unset                                       |
2022-02-14 23:15:45.296 | | Result: Success                                                    |
2022-02-14 23:15:45.296 | | Details: None                                                      |
2022-02-14 23:15:45.296 | +--------------------------------------------------------------------+
2022-02-14 23:15:45.769 | + ./stack.sh:main:1458                     :   [[ -x /home/ubuntu/devstack/local.sh ]]
2022-02-14 23:15:45.772 | + ./stack.sh:main:1459                     :   echo 'Running user script /home/ubuntu/devstack/local.sh'
2022-02-14 23:15:45.772 | Running user script /home/ubuntu/devstack/local.sh
2022-02-14 23:15:45.775 | + ./stack.sh:main:1460                     :   /home/ubuntu/devstack/local.sh
2022-02-14 23:15:45.779 | Before updating nova flavors:
2022-02-14 23:15:48.098 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:48.098 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:48.098 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:15:48.098 |   from cryptography.utils import int_from_bytes
2022-02-14 23:15:48.098 | +----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:15:48.098 | | ID | Name      |   RAM | Disk | Ephemeral | VCPUs | Is Public |
2022-02-14 23:15:48.098 | +----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:15:48.098 | | 1  | m1.tiny   |   512 |    1 |         0 |     1 | True      |
2022-02-14 23:15:48.098 | | 2  | m1.small  |  2048 |   20 |         0 |     1 | True      |
2022-02-14 23:15:48.098 | | 3  | m1.medium |  4096 |   40 |         0 |     2 | True      |
2022-02-14 23:15:48.098 | | 4  | m1.large  |  8192 |   80 |         0 |     4 | True      |
2022-02-14 23:15:48.098 | | 5  | m1.xlarge | 16384 |  160 |         0 |     8 | True      |
2022-02-14 23:15:48.099 | | c1 | cirros256 |   256 |    1 |         0 |     1 | True      |
2022-02-14 23:15:48.099 | | d1 | ds512M    |   512 |    5 |         0 |     1 | True      |
2022-02-14 23:15:48.099 | | d2 | ds1G      |  1024 |   10 |         0 |     1 | True      |
2022-02-14 23:15:48.099 | | d3 | ds2G      |  2048 |   10 |         0 |     2 | True      |
2022-02-14 23:15:48.099 | | d4 | ds4G      |  4096 |   20 |         0 |     4 | True      |
2022-02-14 23:15:48.099 | +----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:15:49.936 | ERROR (CommandError): No flavor with a name or ID of '42' exists.
2022-02-14 23:15:50.002 | Flavor 42 not found
2022-02-14 23:15:51.569 | ERROR (CommandError): No flavor with a name or ID of '84' exists.
2022-02-14 23:15:51.644 | Flavor 84 not found
2022-02-14 23:15:53.213 | ERROR (CommandError): No flavor with a name or ID of '451' exists.
2022-02-14 23:15:53.281 | Flavor 451 not found
2022-02-14 23:15:54.830 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:54.830 | | ID | Name    | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2022-02-14 23:15:54.830 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:54.830 | | 42 | m1.nano | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:15:54.830 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:56.470 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:56.470 | | ID | Name     | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2022-02-14 23:15:56.470 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:56.470 | | 84 | m1.micro | 256        | 2    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:15:56.470 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:58.081 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:58.081 | | ID  | Name    | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2022-02-14 23:15:58.081 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:58.081 | | 451 | m1.heat | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:15:58.081 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:59.688 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:59.688 | | ID  | Name     | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2022-02-14 23:15:59.688 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:59.688 | | 452 | m1.heat2 | 1024       | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:15:59.688 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:15:59.758 | After updating nova flavors:
2022-02-14 23:16:01.298 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:16:01.298 | | ID  | Name      | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2022-02-14 23:16:01.298 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:16:01.299 | | 1   | m1.tiny   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | 2   | m1.small  | 2048       | 20   | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | 3   | m1.medium | 4096       | 40   | 0         | 0    | 2     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | 4   | m1.large  | 8192       | 80   | 0         | 0    | 4     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | 42  | m1.nano   | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | 451 | m1.heat   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | 452 | m1.heat2  | 1024       | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | 5   | m1.xlarge | 16384      | 160  | 0         | 0    | 8     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | 84  | m1.micro  | 256        | 2    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | c1  | cirros256 | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | d1  | ds512M    | 512        | 5    | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | d2  | ds1G      | 1024       | 10   | 0         | 0    | 1     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | d3  | ds2G      | 2048       | 10   | 0         | 0    | 2     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | | d4  | ds4G      | 4096       | 20   | 0         | 0    | 4     | 1.0         | True      | -           |
2022-02-14 23:16:01.299 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2022-02-14 23:16:03.867 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:03.867 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:03.867 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:03.867 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:06.638 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:06.638 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:06.638 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:06.638 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:06.806 | Neutron networks:
2022-02-14 23:16:09.230 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:09.230 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:09.230 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:09.231 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:09.231 | +--------------------------------------+---------+--------------------------------------+
2022-02-14 23:16:09.231 | | ID                                   | Name    | Subnets                              |
2022-02-14 23:16:09.231 | +--------------------------------------+---------+--------------------------------------+
2022-02-14 23:16:09.231 | | 080a7a38-fa59-4fc3-87f3-bbfde91209d6 | public  | 7cca3377-8586-4cfa-8f1c-ce702bd920a1 |
2022-02-14 23:16:09.231 | | 6e61c11f-6f05-4977-88e4-5f84b059dcb0 | private | 4ef239a8-6a70-4950-8f8e-b66bddd1fe01 |
2022-02-14 23:16:09.231 | +--------------------------------------+---------+--------------------------------------+
2022-02-14 23:16:11.762 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:11.762 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:11.762 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:11.762 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:14.299 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:14.299 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:14.299 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:14.299 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:14.300 | +---------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:14.300 | | Field                     | Value                                                                                                                                                                                                         |
2022-02-14 23:16:14.300 | +---------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:14.300 | | admin_state_up            | UP                                                                                                                                                                                                            |
2022-02-14 23:16:14.300 | | availability_zone_hints   |                                                                                                                                                                                                               |
2022-02-14 23:16:14.300 | | availability_zones        | nova                                                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | created_at                | 2022-02-14T23:14:26Z                                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | description               |                                                                                                                                                                                                               |
2022-02-14 23:16:14.300 | | dns_domain                | None                                                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | id                        | 080a7a38-fa59-4fc3-87f3-bbfde91209d6                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | ipv4_address_scope        | None                                                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | ipv6_address_scope        | None                                                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | is_default                | True                                                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | is_vlan_transparent       | None                                                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | location                  | Munch({'cloud': 'devstack-admin', 'region_name': 'RegionOne', 'zone': None, 'project': Munch({'id': 'f05d21ee04d5439d895c63b76d931c5f', 'name': 'admin', 'domain_id': 'default', 'domain_name': 'Default'})}) |
2022-02-14 23:16:14.300 | | mtu                       | 1500                                                                                                                                                                                                          |
2022-02-14 23:16:14.300 | | name                      | public                                                                                                                                                                                                        |
2022-02-14 23:16:14.301 | | port_security_enabled     | True                                                                                                                                                                                                          |
2022-02-14 23:16:14.301 | | project_id                | f05d21ee04d5439d895c63b76d931c5f                                                                                                                                                                              |
2022-02-14 23:16:14.301 | | provider:network_type     | flat                                                                                                                                                                                                          |
2022-02-14 23:16:14.301 | | provider:physical_network | physnet1                                                                                                                                                                                                      |
2022-02-14 23:16:14.301 | | provider:segmentation_id  | None                                                                                                                                                                                                          |
2022-02-14 23:16:14.301 | | qos_policy_id             | None                                                                                                                                                                                                          |
2022-02-14 23:16:14.301 | | revision_number           | 2                                                                                                                                                                                                             |
2022-02-14 23:16:14.301 | | router:external           | External                                                                                                                                                                                                      |
2022-02-14 23:16:14.301 | | segments                  | None                                                                                                                                                                                                          |
2022-02-14 23:16:14.301 | | shared                    | False                                                                                                                                                                                                         |
2022-02-14 23:16:14.301 | | status                    | ACTIVE                                                                                                                                                                                                        |
2022-02-14 23:16:14.301 | | subnets                   | 7cca3377-8586-4cfa-8f1c-ce702bd920a1                                                                                                                                                                          |
2022-02-14 23:16:14.301 | | tags                      |                                                                                                                                                                                                               |
2022-02-14 23:16:14.301 | | updated_at                | 2022-02-14T23:14:35Z                                                                                                                                                                                          |
2022-02-14 23:16:14.301 | +---------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:16.823 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:16.823 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:16.823 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:16.823 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:16.823 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:16.823 | | Field                     | Value                                                                                                                                                                                            |
2022-02-14 23:16:16.823 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:16.823 | | admin_state_up            | UP                                                                                                                                                                                               |
2022-02-14 23:16:16.823 | | availability_zone_hints   |                                                                                                                                                                                                  |
2022-02-14 23:16:16.823 | | availability_zones        | nova                                                                                                                                                                                             |
2022-02-14 23:16:16.823 | | created_at                | 2022-02-14T23:14:09Z                                                                                                                                                                             |
2022-02-14 23:16:16.823 | | description               |                                                                                                                                                                                                  |
2022-02-14 23:16:16.823 | | dns_domain                | None                                                                                                                                                                                             |
2022-02-14 23:16:16.823 | | id                        | 6e61c11f-6f05-4977-88e4-5f84b059dcb0                                                                                                                                                             |
2022-02-14 23:16:16.823 | | ipv4_address_scope        | None                                                                                                                                                                                             |
2022-02-14 23:16:16.823 | | ipv6_address_scope        | None                                                                                                                                                                                             |
2022-02-14 23:16:16.823 | | is_default                | None                                                                                                                                                                                             |
2022-02-14 23:16:16.823 | | is_vlan_transparent       | None                                                                                                                                                                                             |
2022-02-14 23:16:16.823 | | location                  | Munch({'cloud': 'devstack-admin', 'region_name': 'RegionOne', 'zone': None, 'project': Munch({'id': 'b88c8e918ec14e0f8bd08b4d5d84112b', 'name': None, 'domain_id': None, 'domain_name': None})}) |
2022-02-14 23:16:16.824 | | mtu                       | 1500                                                                                                                                                                                             |
2022-02-14 23:16:16.824 | | name                      | private                                                                                                                                                                                          |
2022-02-14 23:16:16.824 | | port_security_enabled     | True                                                                                                                                                                                             |
2022-02-14 23:16:16.824 | | project_id                | b88c8e918ec14e0f8bd08b4d5d84112b                                                                                                                                                                 |
2022-02-14 23:16:16.824 | | provider:network_type     | vlan                                                                                                                                                                                             |
2022-02-14 23:16:16.824 | | provider:physical_network | physnet1                                                                                                                                                                                         |
2022-02-14 23:16:16.824 | | provider:segmentation_id  | 382                                                                                                                                                                                              |
2022-02-14 23:16:16.824 | | qos_policy_id             | None                                                                                                                                                                                             |
2022-02-14 23:16:16.824 | | revision_number           | 3                                                                                                                                                                                                |
2022-02-14 23:16:16.824 | | router:external           | Internal                                                                                                                                                                                         |
2022-02-14 23:16:16.824 | | segments                  | None                                                                                                                                                                                             |
2022-02-14 23:16:16.824 | | shared                    | False                                                                                                                                                                                            |
2022-02-14 23:16:16.824 | | status                    | ACTIVE                                                                                                                                                                                           |
2022-02-14 23:16:16.824 | | subnets                   | 4ef239a8-6a70-4950-8f8e-b66bddd1fe01                                                                                                                                                             |
2022-02-14 23:16:16.824 | | tags                      |                                                                                                                                                                                                  |
2022-02-14 23:16:16.824 | | updated_at                | 2022-02-14T23:16:06Z                                                                                                                                                                             |
2022-02-14 23:16:16.824 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:16.977 | Neutron subnetworks:
2022-02-14 23:16:19.285 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:19.285 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:19.285 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:19.285 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:19.286 | +--------------------------------------+----------------+--------------------------------------+---------------+
2022-02-14 23:16:19.286 | | ID                                   | Name           | Network                              | Subnet        |
2022-02-14 23:16:19.286 | +--------------------------------------+----------------+--------------------------------------+---------------+
2022-02-14 23:16:19.286 | | 4ef239a8-6a70-4950-8f8e-b66bddd1fe01 | private-subnet | 6e61c11f-6f05-4977-88e4-5f84b059dcb0 | 172.20.0.0/26 |
2022-02-14 23:16:19.286 | | 7cca3377-8586-4cfa-8f1c-ce702bd920a1 | public-subnet  | 080a7a38-fa59-4fc3-87f3-bbfde91209d6 | 172.31.1.0/24 |
2022-02-14 23:16:19.286 | +--------------------------------------+----------------+--------------------------------------+---------------+
2022-02-14 23:16:21.707 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:21.707 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:21.707 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:21.707 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:24.149 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:24.149 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:24.150 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:24.150 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:24.150 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:24.150 | | Field                | Value                                                                                                                                                                                            |
2022-02-14 23:16:24.150 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:24.150 | | allocation_pools     | 172.20.0.2-172.20.0.62                                                                                                                                                                           |
2022-02-14 23:16:24.150 | | cidr                 | 172.20.0.0/26                                                                                                                                                                                    |
2022-02-14 23:16:24.150 | | created_at           | 2022-02-14T23:14:12Z                                                                                                                                                                             |
2022-02-14 23:16:24.150 | | description          |                                                                                                                                                                                                  |
2022-02-14 23:16:24.150 | | dns_nameservers      | 8.8.4.4, 8.8.8.8                                                                                                                                                                                 |
2022-02-14 23:16:24.150 | | dns_publish_fixed_ip | None                                                                                                                                                                                             |
2022-02-14 23:16:24.150 | | enable_dhcp          | True                                                                                                                                                                                             |
2022-02-14 23:16:24.150 | | gateway_ip           | 172.20.0.1                                                                                                                                                                                       |
2022-02-14 23:16:24.150 | | host_routes          |                                                                                                                                                                                                  |
2022-02-14 23:16:24.150 | | id                   | 4ef239a8-6a70-4950-8f8e-b66bddd1fe01                                                                                                                                                             |
2022-02-14 23:16:24.150 | | ip_version           | 4                                                                                                                                                                                                |
2022-02-14 23:16:24.150 | | ipv6_address_mode    | None                                                                                                                                                                                             |
2022-02-14 23:16:24.150 | | ipv6_ra_mode         | None                                                                                                                                                                                             |
2022-02-14 23:16:24.150 | | location             | Munch({'cloud': 'devstack-admin', 'region_name': 'RegionOne', 'zone': None, 'project': Munch({'id': 'b88c8e918ec14e0f8bd08b4d5d84112b', 'name': None, 'domain_id': None, 'domain_name': None})}) |
2022-02-14 23:16:24.150 | | name                 | private-subnet                                                                                                                                                                                   |
2022-02-14 23:16:24.150 | | network_id           | 6e61c11f-6f05-4977-88e4-5f84b059dcb0                                                                                                                                                             |
2022-02-14 23:16:24.150 | | project_id           | b88c8e918ec14e0f8bd08b4d5d84112b                                                                                                                                                                 |
2022-02-14 23:16:24.150 | | revision_number      | 1                                                                                                                                                                                                |
2022-02-14 23:16:24.150 | | segment_id           | None                                                                                                                                                                                             |
2022-02-14 23:16:24.150 | | service_types        |                                                                                                                                                                                                  |
2022-02-14 23:16:24.150 | | subnetpool_id        | d881ad36-5755-43f6-9561-9caebf2f9b83                                                                                                                                                             |
2022-02-14 23:16:24.150 | | tags                 |                                                                                                                                                                                                  |
2022-02-14 23:16:24.150 | | updated_at           | 2022-02-14T23:16:06Z                                                                                                                                                                             |
2022-02-14 23:16:24.151 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:26.591 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:26.591 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:26.591 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:26.591 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:26.591 | +----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:26.591 | | Field                | Value                                                                                                                                                                                                         |
2022-02-14 23:16:26.591 | +----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:26.591 | | allocation_pools     | 172.31.1.2-172.31.1.254                                                                                                                                                                                       |
2022-02-14 23:16:26.591 | | cidr                 | 172.31.1.0/24                                                                                                                                                                                                 |
2022-02-14 23:16:26.591 | | created_at           | 2022-02-14T23:14:35Z                                                                                                                                                                                          |
2022-02-14 23:16:26.591 | | description          |                                                                                                                                                                                                               |
2022-02-14 23:16:26.591 | | dns_nameservers      |                                                                                                                                                                                                               |
2022-02-14 23:16:26.591 | | dns_publish_fixed_ip | None                                                                                                                                                                                                          |
2022-02-14 23:16:26.591 | | enable_dhcp          | False                                                                                                                                                                                                         |
2022-02-14 23:16:26.591 | | gateway_ip           | 172.31.1.1                                                                                                                                                                                                    |
2022-02-14 23:16:26.591 | | host_routes          |                                                                                                                                                                                                               |
2022-02-14 23:16:26.591 | | id                   | 7cca3377-8586-4cfa-8f1c-ce702bd920a1                                                                                                                                                                          |
2022-02-14 23:16:26.591 | | ip_version           | 4                                                                                                                                                                                                             |
2022-02-14 23:16:26.591 | | ipv6_address_mode    | None                                                                                                                                                                                                          |
2022-02-14 23:16:26.591 | | ipv6_ra_mode         | None                                                                                                                                                                                                          |
2022-02-14 23:16:26.591 | | location             | Munch({'cloud': 'devstack-admin', 'region_name': 'RegionOne', 'zone': None, 'project': Munch({'id': 'f05d21ee04d5439d895c63b76d931c5f', 'name': 'admin', 'domain_id': 'default', 'domain_name': 'Default'})}) |
2022-02-14 23:16:26.591 | | name                 | public-subnet                                                                                                                                                                                                 |
2022-02-14 23:16:26.591 | | network_id           | 080a7a38-fa59-4fc3-87f3-bbfde91209d6                                                                                                                                                                          |
2022-02-14 23:16:26.591 | | project_id           | f05d21ee04d5439d895c63b76d931c5f                                                                                                                                                                              |
2022-02-14 23:16:26.592 | | revision_number      | 0                                                                                                                                                                                                             |
2022-02-14 23:16:26.592 | | segment_id           | None                                                                                                                                                                                                          |
2022-02-14 23:16:26.592 | | service_types        |                                                                                                                                                                                                               |
2022-02-14 23:16:26.592 | | subnetpool_id        | None                                                                                                                                                                                                          |
2022-02-14 23:16:26.592 | | tags                 |                                                                                                                                                                                                               |
2022-02-14 23:16:26.592 | | updated_at           | 2022-02-14T23:14:35Z                                                                                                                                                                                          |
2022-02-14 23:16:26.592 | +----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:26.807 | + ./stack.sh:main:1469                     :   command openstack complete
2022-02-14 23:16:26.807 | + ./stack.sh:main:1470                     :   sudo tee /etc/bash_completion.d/osc.bash_completion
2022-02-14 23:16:26.809 | + ./stack.sh:main:1469                     :   openstack complete
2022-02-14 23:16:29.571 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:29.571 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:29.572 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:29.572 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:29.572 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead.
2022-02-14 23:16:29.936 | + ./stack.sh:main:1473                     :   is_service_enabled cinder
2022-02-14 23:16:29.956 | + functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:16:29.959 | + ./stack.sh:main:1474                     :   is_ubuntu
2022-02-14 23:16:29.961 | + functions-common:is_ubuntu:573           :   [[ -z deb ]]
2022-02-14 23:16:29.964 | + functions-common:is_ubuntu:576           :   '[' deb = deb ']'
2022-02-14 23:16:29.966 | + ./stack.sh:main:1475                     :   echo_summary 'Configuring lvm.conf global device filter'
2022-02-14 23:16:29.969 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:16:29.972 | + ./stack.sh:echo_summary:446              :   echo -e Configuring lvm.conf global device filter
2022-02-14 23:16:29.974 | + ./stack.sh:main:1476                     :   set_lvm_filter
2022-02-14 23:16:29.977 | + lib/lvm:set_lvm_filter:178               :   local 'filter_suffix="r|.*|" ]  # from devstack'
2022-02-14 23:16:29.980 | + lib/lvm:set_lvm_filter:179               :   local 'filter_string=global_filter = [ '
2022-02-14 23:16:29.982 | + lib/lvm:set_lvm_filter:180               :   local pv
2022-02-14 23:16:29.985 | + lib/lvm:set_lvm_filter:181               :   local vg
2022-02-14 23:16:29.988 | + lib/lvm:set_lvm_filter:182               :   local line
2022-02-14 23:16:29.991 | ++ lib/lvm:set_lvm_filter:184               :   sudo pvs --noheadings -o name
2022-02-14 23:16:30.115 | + lib/lvm:set_lvm_filter:189               :   filter_string='global_filter = [ "r|.*|" ]  # from devstack'
2022-02-14 23:16:30.117 | + lib/lvm:set_lvm_filter:191               :   clean_lvm_filter
2022-02-14 23:16:30.120 | + lib/lvm:clean_lvm_filter:166             :   sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf
2022-02-14 23:16:30.142 | + lib/lvm:set_lvm_filter:192               :   sudo sed -i '/# global_filter = \[*\]/a\    global_filter = [ "r|.*|" ]  # from devstack' /etc/lvm/lvm.conf
2022-02-14 23:16:30.157 | + lib/lvm:set_lvm_filter:193               :   echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ]  # from devstack'
2022-02-14 23:16:30.160 | + ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:16:30.163 | + ./stack.sh:echo_summary:446              :   echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack
2022-02-14 23:16:30.165 | + ./stack.sh:main:1486                     :   run_phase stack test-config
2022-02-14 23:16:30.168 | + functions-common:run_phase:1853          :   local mode=stack
2022-02-14 23:16:30.171 | + functions-common:run_phase:1854          :   local phase=test-config
2022-02-14 23:16:30.174 | + functions-common:run_phase:1855          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2022-02-14 23:16:30.176 | + functions-common:run_phase:1856          :   local extra_plugin_file_name
2022-02-14 23:16:30.179 | + functions-common:run_phase:1857          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2022-02-14 23:16:30.182 | + functions-common:run_phase:1862          :   local exceptions=80-tempest.sh
2022-02-14 23:16:30.185 | + functions-common:run_phase:1863          :   local extra
2022-02-14 23:16:30.189 | ++ functions-common:run_phase:1864          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2022-02-14 23:16:30.194 | + functions-common:run_phase:1864          :   extra=80-tempest.sh
2022-02-14 23:16:30.197 | + functions-common:run_phase:1865          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2022-02-14 23:16:30.199 | + functions-common:run_phase:1869          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2022-02-14 23:16:30.202 | + functions-common:run_phase:1869          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config
2022-02-14 23:16:30.205 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2022-02-14 23:16:30.223 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:16:30.225 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:16:30.228 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:16:30.231 | ++ extras.d/80-tempest.sh:source:7          :   [[ test-config == \i\n\s\t\a\l\l ]]
2022-02-14 23:16:30.235 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:16:30.238 | ++ extras.d/80-tempest.sh:source:10         :   [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:16:30.240 | ++ extras.d/80-tempest.sh:source:13         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:16:30.243 | ++ extras.d/80-tempest.sh:source:13         :   [[ test-config == \e\x\t\r\a ]]
2022-02-14 23:16:30.246 | ++ extras.d/80-tempest.sh:source:16         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:16:30.248 | ++ extras.d/80-tempest.sh:source:16         :   [[ test-config == \p\o\s\t\-\e\x\t\r\a ]]
2022-02-14 23:16:30.251 | ++ extras.d/80-tempest.sh:source:19         :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:16:30.254 | ++ extras.d/80-tempest.sh:source:19         :   [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:16:30.256 | ++ extras.d/80-tempest.sh:source:20         :   async_wait install_tempest
2022-02-14 23:16:30.307 | [17669 Async install_tempest:83603]: Waiting for completion of install_tempest running on PID 83603 (1 other jobs running)
2022-02-14 23:16:30.337 | [17669 Async install_tempest:83603]: Signaling child to exit
2022-02-14 23:16:30.337 | WAKEUP
2022-02-14 23:16:30.364 | [17669 Async install_tempest:83603]: Signaled
2022-02-14 23:16:30.366 | ++ lib/tempest:install_tempest:702          :   git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:608           :   local git_remote=https://opendev.org/openstack/tempest.git
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:609           :   local git_dest=/opt/stack/tempest
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:610           :   local git_ref=master
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:611           :   local orig_dir
2022-02-14 23:16:30.366 | +++ functions-common:git_clone:612           :   pwd
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:612           :   orig_dir=/home/ubuntu/devstack
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:613           :   local git_clone_flags=
2022-02-14 23:16:30.366 | +++ functions-common:git_clone:615           :   trueorfalse False RECLONE
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:615           :   RECLONE=False
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:616           :   [[ 0 -gt 0 ]]
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:620           :   [[ False = \T\r\u\e ]]
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:629           :   echo master
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:629           :   egrep -q '^refs'
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:643           :   [[ ! -d /opt/stack/tempest ]]
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:651           :   [[ False = \T\r\u\e ]]
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:677           :   cd /opt/stack/tempest
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:678           :   git show --oneline
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:678           :   head -1
2022-02-14 23:16:30.366 | 42f6cb522 Merge "Add logging to metadata parsing"
2022-02-14 23:16:30.366 | ++ functions-common:git_clone:679           :   cd /home/ubuntu/devstack
2022-02-14 23:16:30.366 | ++ lib/tempest:install_tempest:703          :   pip_install 'tox!=2.8.0'
2022-02-14 23:16:30.366 | Using python 3.8 to install tox!=2.8.0
2022-02-14 23:16:30.366 | ++ 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'
2022-02-14 23:16:30.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:30.366 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:30.366 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:30.367 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:30.367 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:16:30.367 | Collecting tox!=2.8.0
2022-02-14 23:16:30.367 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be3/362472a33094b/tox-3.24.5-py2.py3-none-any.whl (85 kB)
2022-02-14 23:16:30.367 | Collecting py>=1.4.17
2022-02-14 23:16:30.367 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/607/c53218732647d/py-1.11.0-py2.py3-none-any.whl (98 kB)
2022-02-14 23:16:30.367 | Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (20.13.1)
2022-02-14 23:16:30.367 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (21.3)
2022-02-14 23:16:30.367 | Collecting toml>=0.9.4
2022-02-14 23:16:30.367 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB)
2022-02-14 23:16:30.367 | Requirement already satisfied: filelock>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (3.4.2)
2022-02-14 23:16:30.367 | Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (1.16.0)
2022-02-14 23:16:30.367 | Collecting pluggy>=0.12.0
2022-02-14 23:16:30.367 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/741/34bbf457f031a/pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
2022-02-14 23:16:30.367 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=14->tox!=2.8.0) (3.0.7)
2022-02-14 23:16:30.367 | Requirement already satisfied: platformdirs<3,>=2 in /usr/local/lib/python3.8/dist-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0) (2.5.0)
2022-02-14 23:16:30.367 | Requirement already satisfied: distlib<1,>=0.3.1 in /usr/local/lib/python3.8/dist-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0) (0.3.4)
2022-02-14 23:16:30.367 | Installing collected packages: toml, py, pluggy, tox
2022-02-14 23:16:30.367 |   Attempting uninstall: py
2022-02-14 23:16:30.367 |     Found existing installation: py 1.8.1
2022-02-14 23:16:30.367 |     Uninstalling py-1.8.1:
2022-02-14 23:16:30.367 |       Successfully uninstalled py-1.8.1
2022-02-14 23:16:30.367 |   Attempting uninstall: pluggy
2022-02-14 23:16:30.367 |     Found existing installation: pluggy 0.13.0
2022-02-14 23:16:30.367 |     Uninstalling pluggy-0.13.0:
2022-02-14 23:16:30.367 |       Successfully uninstalled pluggy-0.13.0
2022-02-14 23:16:30.367 | Successfully installed pluggy-1.0.0 py-1.11.0 toml-0.10.2 tox-3.24.5
2022-02-14 23:16:30.367 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:16:30.367 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:16:30.367 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:16:30.367 | ++ inc/python:pip_install:200               :   result=0
2022-02-14 23:16:30.368 | ++ inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2425          :   local name
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2426          :   local end_time
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2428          :   local total
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2429          :   local start_time
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2432          :   start_time=1644880069957
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2434          :   [[ -z 1644880069957 ]]
2022-02-14 23:16:30.368 | +++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2437          :   end_time=1644880076396
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2438          :   elapsed_time=6439
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2439          :   total=257386
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:16:30.368 | ++ functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=263825
2022-02-14 23:16:30.368 | ++ inc/python:pip_install:203               :   return 0
2022-02-14 23:16:30.368 | ++ lib/tempest:install_tempest:704          :   pushd /opt/stack/tempest
2022-02-14 23:16:30.368 | /opt/stack/tempest ~/devstack
2022-02-14 23:16:30.368 | ++ lib/tempest:install_tempest:708          :   git checkout master
2022-02-14 23:16:30.368 | M	.coveragerc
2022-02-14 23:16:30.368 | M	.gitignore
2022-02-14 23:16:30.368 | M	.gitreview
2022-02-14 23:16:30.368 | M	.mailmap
2022-02-14 23:16:30.368 | M	.stestr.conf
2022-02-14 23:16:30.368 | M	CONTRIBUTING.rst
2022-02-14 23:16:30.368 | M	HACKING.rst
2022-02-14 23:16:30.368 | M	LICENSE
2022-02-14 23:16:30.368 | M	README.rst
2022-02-14 23:16:30.368 | M	REVIEWING.rst
2022-02-14 23:16:30.368 | M	bindep.txt
2022-02-14 23:16:30.368 | M	doc/requirements.txt
2022-02-14 23:16:30.368 | M	doc/source/_extra/.htaccess
2022-02-14 23:16:30.368 | M	doc/source/_static/.keep
2022-02-14 23:16:30.368 | M	doc/source/account_generator.rst
2022-02-14 23:16:30.369 | M	doc/source/cleanup.rst
2022-02-14 23:16:30.369 | M	doc/source/conf.py
2022-02-14 23:16:30.369 | M	doc/source/configuration.rst
2022-02-14 23:16:30.369 | M	doc/source/contributor/contributing.rst
2022-02-14 23:16:30.369 | M	doc/source/data/tempest-non-active-plugins-registry.header
2022-02-14 23:16:30.369 | M	doc/source/data/tempest-plugins-registry.header
2022-02-14 23:16:30.369 | M	doc/source/index.rst
2022-02-14 23:16:30.369 | M	doc/source/keystone_scopes_and_roles_support.rst
2022-02-14 23:16:30.369 | M	doc/source/library.rst
2022-02-14 23:16:30.369 | M	doc/source/library/api_microversion_testing.rst
2022-02-14 23:16:30.369 | M	doc/source/library/auth.rst
2022-02-14 23:16:30.369 | M	doc/source/library/cli.rst
2022-02-14 23:16:30.369 | M	doc/source/library/clients.rst
2022-02-14 23:16:30.369 | M	doc/source/library/credential_providers.rst
2022-02-14 23:16:30.369 | M	doc/source/library/decorators.rst
2022-02-14 23:16:30.369 | M	doc/source/library/rest_client.rst
2022-02-14 23:16:30.369 | M	doc/source/library/service_clients/compute_clients.rst
2022-02-14 23:16:30.369 | M	doc/source/library/utils.rst
2022-02-14 23:16:30.369 | M	doc/source/library/validation_resources.rst
2022-02-14 23:16:30.369 | M	doc/source/microversion_testing.rst
2022-02-14 23:16:30.369 | M	doc/source/overview.rst
2022-02-14 23:16:30.369 | M	doc/source/plugins/index.rst
2022-02-14 23:16:30.369 | M	doc/source/plugins/plugin.rst
2022-02-14 23:16:30.369 | M	doc/source/requirement_upper_constraint_for_tempest.rst
2022-02-14 23:16:30.369 | M	doc/source/run.rst
2022-02-14 23:16:30.369 | M	doc/source/sampleconf.rst
2022-02-14 23:16:30.369 | M	doc/source/stable_branch_support_policy.rst
2022-02-14 23:16:30.369 | M	doc/source/stable_branch_testing_policy.rst
2022-02-14 23:16:30.369 | M	doc/source/subunit_describe_calls.rst
2022-02-14 23:16:30.369 | M	doc/source/supported_version.rst
2022-02-14 23:16:30.369 | M	doc/source/tempest_and_plugins_compatible_version_policy.rst
2022-02-14 23:16:30.369 | M	doc/source/test_removal.rst
2022-02-14 23:16:30.370 | M	doc/source/tests/modules.rst
2022-02-14 23:16:30.370 | M	doc/source/workspace.rst
2022-02-14 23:16:30.370 | M	doc/source/write_tests.rst
2022-02-14 23:16:30.370 | M	etc/accounts.yaml.sample
2022-02-14 23:16:30.370 | M	etc/allow-list.yaml
2022-02-14 23:16:30.370 | M	etc/logging.conf.sample
2022-02-14 23:16:30.370 | M	etc/rbac-persona-accounts.yaml.sample
2022-02-14 23:16:30.370 | M	playbooks/devstack-tempest-ipv6.yaml
2022-02-14 23:16:30.370 | M	playbooks/devstack-tempest.yaml
2022-02-14 23:16:30.370 | M	playbooks/enable-fips.yaml
2022-02-14 23:16:30.370 | M	playbooks/post-tempest.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml
2022-02-14 23:16:30.370 | M	releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml
2022-02-14 23:16:30.371 | M	releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml
2022-02-14 23:16:30.372 | M	releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/account_generator-6eb03f664a448c35.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml
2022-02-14 23:16:30.373 | M	releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml
2022-02-14 23:16:30.374 | M	releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-qos-minimum-packet-rule-client-c8bfe09873032d4a.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml
2022-02-14 23:16:30.375 | M	releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add-worker-file-option-d949121a61156968.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml
2022-02-14 23:16:30.376 | M	releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-old-api-microversion-fixture-a471aac985c0f3fb.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml
2022-02-14 23:16:30.377 | M	releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/fix-credential-logging-98089c897d801355.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/floating-ips-port-forwarding-client-cf8820b910bd7f4d.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/identity_client-635275d43abbb807.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/log-resource-client-20e58a295f729902.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml
2022-02-14 23:16:30.378 | M	releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/network-tag-client-f4614029af7927f0.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml
2022-02-14 23:16:30.379 | M	releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/segments-client-866f02948f40d4ff.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/set-default-value-of-concurrency-to-2-d916d5c31e3725d5.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/system-scope-44244cc955a7825f.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml
2022-02-14 23:16:30.380 | M	releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml
2022-02-14 23:16:30.381 | M	releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml
2022-02-14 23:16:30.381 | M	releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml
2022-02-14 23:16:30.381 | M	releasenotes/source/_static/.placeholder
2022-02-14 23:16:30.381 | M	releasenotes/source/_templates/.placeholder
2022-02-14 23:16:30.381 | M	releasenotes/source/conf.py
2022-02-14 23:16:30.381 | M	releasenotes/source/index.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/unreleased.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v10.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v11.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v12.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v13.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v14.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v15.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v16.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v16.1.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v17.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v17.1.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v17.2.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v18.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v19.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v20.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v21.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v22.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v22.1.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v23.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v24.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v26.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v26.1.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v27.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v28.0.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v28.1.0.rst
2022-02-14 23:16:30.381 | M	releasenotes/source/v29.0.0.rst
2022-02-14 23:16:30.381 | M	requirements.txt
2022-02-14 23:16:30.381 | M	roles/acl-devstack-files/README.rst
2022-02-14 23:16:30.382 | M	roles/acl-devstack-files/defaults/main.yaml
2022-02-14 23:16:30.382 | M	roles/acl-devstack-files/tasks/main.yaml
2022-02-14 23:16:30.382 | M	roles/run-tempest-26/README.rst
2022-02-14 23:16:30.382 | M	roles/run-tempest-26/defaults/main.yaml
2022-02-14 23:16:30.382 | M	roles/run-tempest-26/tasks/main.yaml
2022-02-14 23:16:30.382 | M	roles/run-tempest/README.rst
2022-02-14 23:16:30.382 | M	roles/run-tempest/defaults/main.yaml
2022-02-14 23:16:30.382 | M	roles/run-tempest/tasks/main.yaml
2022-02-14 23:16:30.382 | M	roles/setup-tempest-data-dir/README.rst
2022-02-14 23:16:30.382 | M	roles/setup-tempest-data-dir/defaults/main.yaml
2022-02-14 23:16:30.382 | M	roles/setup-tempest-data-dir/tasks/main.yaml
2022-02-14 23:16:30.382 | M	roles/setup-tempest-run-dir/README.rst
2022-02-14 23:16:30.382 | M	roles/setup-tempest-run-dir/defaults/main.yaml
2022-02-14 23:16:30.382 | M	roles/setup-tempest-run-dir/tasks/main.yaml
2022-02-14 23:16:30.382 | M	roles/tempest-cleanup/README.rst
2022-02-14 23:16:30.382 | M	roles/tempest-cleanup/defaults/main.yaml
2022-02-14 23:16:30.382 | M	roles/tempest-cleanup/tasks/dry_run.yaml
2022-02-14 23:16:30.382 | M	roles/tempest-cleanup/tasks/dry_run_checker.py
2022-02-14 23:16:30.382 | M	roles/tempest-cleanup/tasks/main.yaml
2022-02-14 23:16:30.382 | M	setup.cfg
2022-02-14 23:16:30.382 | M	setup.py
2022-02-14 23:16:30.382 | M	tempest/README.rst
2022-02-14 23:16:30.382 | M	tempest/__init__.py
2022-02-14 23:16:30.382 | M	tempest/api/README.rst
2022-02-14 23:16:30.382 | M	tempest/api/__init__.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/__init__.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/__init__.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_agents.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_aggregates.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_aggregates_negative.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_auto_allocate_network.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_availability_zone.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_availability_zone_negative.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_create_server.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_delete_server.py
2022-02-14 23:16:30.382 | M	tempest/api/compute/admin/test_fixed_ips.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_fixed_ips_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_flavors.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_flavors_access.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_flavors_access_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_flavors_extra_specs.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_flavors_extra_specs_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_flavors_microversions.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_floating_ips_bulk.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_hosts.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_hosts_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_hypervisor.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_hypervisor_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_instance_usage_audit_log.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_instance_usage_audit_log_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_keypairs_v210.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_live_migration.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_live_migration_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_migrations.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_networks.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_quotas.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_quotas_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_security_groups.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_server_diagnostics.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_server_diagnostics_negative.py
2022-02-14 23:16:30.383 | M	tempest/api/compute/admin/test_servers.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_servers_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_servers_on_multinodes.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_services.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_services_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_simple_tenant_usage.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_simple_tenant_usage_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_volume.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_volume_swap.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/admin/test_volumes_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/api_microversion_fixture.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/base.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/certificates/__init__.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/certificates/test_certificates.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/flavors/__init__.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/flavors/test_flavors.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/flavors/test_flavors_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/floating_ips/__init__.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/floating_ips/base.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/floating_ips/test_floating_ips_actions.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/floating_ips/test_list_floating_ips.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/floating_ips/test_list_floating_ips_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/__init__.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_image_metadata.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_image_metadata_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_images.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_images_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_images_oneserver.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_images_oneserver_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_list_image_filters.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_list_image_filters_negative.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/images/test_list_images.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/keypairs/__init__.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/keypairs/base.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/keypairs/test_keypairs.py
2022-02-14 23:16:30.384 | M	tempest/api/compute/keypairs/test_keypairs_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/keypairs/test_keypairs_v22.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/limits/__init__.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/limits/test_absolute_limits.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/limits/test_absolute_limits_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/security_groups/__init__.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/security_groups/base.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/security_groups/test_security_group_rules.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/security_groups/test_security_group_rules_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/security_groups/test_security_groups.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/security_groups/test_security_groups_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/__init__.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_attach_interfaces.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_availability_zone.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_create_server.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_create_server_multi_nic.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_delete_server.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_device_tagging.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_disk_config.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_instance_actions.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_instance_actions_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_list_server_filters.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_list_servers_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_multiple_create.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_multiple_create_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_novnc.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_server_actions.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_server_addresses.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_server_addresses_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_server_group.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_server_metadata.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_server_metadata_negative.py
2022-02-14 23:16:30.385 | M	tempest/api/compute/servers/test_server_password.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_server_personality.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_server_rescue.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_server_rescue_negative.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_server_tags.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_servers.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_servers_microversions.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_servers_negative.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_virtual_interfaces.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/servers/test_virtual_interfaces_negative.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/test_extensions.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/test_networks.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/test_quotas.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/test_tenant_networks.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/test_versions.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/volumes/__init__.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/volumes/test_attach_volume.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/volumes/test_attach_volume_negative.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/volumes/test_volume_snapshots.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/volumes/test_volumes_get.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/volumes/test_volumes_list.py
2022-02-14 23:16:30.386 | M	tempest/api/compute/volumes/test_volumes_negative.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/__init__.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/__init__.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/__init__.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_endpoints.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_roles.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_roles_negative.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_services.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_tenant_negative.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_tenants.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_tokens.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_tokens_negative.py
2022-02-14 23:16:30.386 | M	tempest/api/identity/admin/v2/test_users.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v2/test_users_negative.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/__init__.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_application_credentials.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_credentials.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_default_project_id.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_domain_configuration.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_domains.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_domains_negative.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_endpoint_groups.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_endpoints.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_endpoints_negative.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_groups.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_inherits.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_list_projects.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_list_users.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_oauth_consumers.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_policies.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_project_tags.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_projects.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_projects_negative.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_regions.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_roles.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_services.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_tokens.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_trusts.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_users.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/admin/v3/test_users_negative.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/base.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/v2/__init__.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/v2/test_api_discovery.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/v2/test_ec2_credentials.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/v2/test_extension.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/v2/test_tenants.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/v2/test_tokens.py
2022-02-14 23:16:30.387 | M	tempest/api/identity/v2/test_users.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/__init__.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_access_rules.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_api_discovery.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_application_credentials.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_catalog.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_domains.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_ec2_credentials.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_projects.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_tokens.py
2022-02-14 23:16:30.388 | M	tempest/api/identity/v3/test_users.py
2022-02-14 23:16:30.388 | M	tempest/api/image/__init__.py
2022-02-14 23:16:30.388 | M	tempest/api/image/base.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v1/__init__.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v1/test_image_members.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v1/test_image_members_negative.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v1/test_images.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v1/test_images_negative.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/__init__.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/admin/__init__.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/admin/test_images.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/admin/test_images_metadefs_namespaces.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/admin/test_images_metadefs_resource_types.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/test_images.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/test_images_member.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/test_images_member_negative.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/test_images_metadefs_schema.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/test_images_negative.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/test_images_tags.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/test_images_tags_negative.py
2022-02-14 23:16:30.388 | M	tempest/api/image/v2/test_versions.py
2022-02-14 23:16:30.388 | M	tempest/api/network/__init__.py
2022-02-14 23:16:30.388 | M	tempest/api/network/admin/__init__.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_dhcp_agent_scheduler.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_external_network_extension.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_external_networks_negative.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_floating_ips_admin_actions.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_metering_extensions.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_negative_quotas.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_ports.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_quotas.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_routers.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_routers_dvr.py
2022-02-14 23:16:30.389 | M	tempest/api/network/admin/test_routers_negative.py
2022-02-14 23:16:30.389 | M	tempest/api/network/base.py
2022-02-14 23:16:30.389 | M	tempest/api/network/base_security_groups.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_agent_management_negative.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_allowed_address_pair.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_dhcp_ipv6.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_extensions.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_extra_dhcp_options.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_floating_ips.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_floating_ips_negative.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_networks.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_networks_negative.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_ports.py
2022-02-14 23:16:30.389 | M	tempest/api/network/test_routers.py
2022-02-14 23:16:30.390 | M	tempest/api/network/test_routers_negative.py
2022-02-14 23:16:30.390 | M	tempest/api/network/test_security_groups.py
2022-02-14 23:16:30.390 | M	tempest/api/network/test_security_groups_negative.py
2022-02-14 23:16:30.390 | M	tempest/api/network/test_service_providers.py
2022-02-14 23:16:30.390 | M	tempest/api/network/test_subnetpools_extensions.py
2022-02-14 23:16:30.390 | M	tempest/api/network/test_tags.py
2022-02-14 23:16:30.390 | M	tempest/api/network/test_versions.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/__init__.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/base.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_account_bulk.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_account_quotas.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_account_quotas_negative.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_account_services.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_account_services_negative.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_container_acl.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_container_acl_negative.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_container_quotas.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_container_services.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_container_services_negative.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_container_staticweb.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_container_sync.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_container_sync_middleware.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_crossdomain.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_healthcheck.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_object_expiry.py
2022-02-14 23:16:30.390 | M	tempest/api/object_storage/test_object_formpost.py
2022-02-14 23:16:30.391 | M	tempest/api/object_storage/test_object_formpost_negative.py
2022-02-14 23:16:30.391 | M	tempest/api/object_storage/test_object_services.py
2022-02-14 23:16:30.391 | M	tempest/api/object_storage/test_object_slo.py
2022-02-14 23:16:30.391 | M	tempest/api/object_storage/test_object_temp_url.py
2022-02-14 23:16:30.391 | M	tempest/api/object_storage/test_object_temp_url_negative.py
2022-02-14 23:16:30.391 | M	tempest/api/object_storage/test_object_version.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/__init__.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/__init__.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_backends_capabilities.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_encrypted_volumes_extend.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_group_snapshots.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_group_type_specs.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_group_types.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_groups.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_multi_backend.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_qos.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_snapshot_manage.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_snapshots_actions.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_user_messages.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_hosts.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_manage.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_pools.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_quota_classes.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_quotas.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_quotas_negative.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_retype.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_services.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_services_negative.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_type_access.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_types.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_types_extra_specs.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_types_extra_specs_negative.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volume_types_negative.py
2022-02-14 23:16:30.391 | M	tempest/api/volume/admin/test_volumes_actions.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/admin/test_volumes_backup.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/admin/test_volumes_list.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/api_microversion_fixture.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/base.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_availability_zone.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_extensions.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_image_metadata.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_snapshot_metadata.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_versions.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volume_absolute_limits.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volume_delete_cascade.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volume_metadata.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volume_transfers.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_actions.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_backup.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_clone.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_clone_negative.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_extend.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_get.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_list.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_negative.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_snapshots.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_snapshots_list.py
2022-02-14 23:16:30.392 | M	tempest/api/volume/test_volumes_snapshots_negative.py
2022-02-14 23:16:30.392 | M	tempest/clients.py
2022-02-14 23:16:30.392 | M	tempest/cmd/__init__.py
2022-02-14 23:16:30.392 | M	tempest/cmd/cleanup.py
2022-02-14 23:16:30.392 | M	tempest/cmd/cleanup_service.py
2022-02-14 23:16:30.392 | M	tempest/cmd/config-generator.tempest.conf
2022-02-14 23:16:30.392 | M	tempest/cmd/init.py
2022-02-14 23:16:30.392 | M	tempest/cmd/list_plugins.py
2022-02-14 23:16:30.392 | M	tempest/cmd/main.py
2022-02-14 23:16:30.392 | M	tempest/cmd/run.py
2022-02-14 23:16:30.392 | M	tempest/cmd/subunit_describe_calls.py
2022-02-14 23:16:30.393 | M	tempest/cmd/verify_tempest_config.py
2022-02-14 23:16:30.393 | M	tempest/cmd/workspace.py
2022-02-14 23:16:30.393 | M	tempest/common/__init__.py
2022-02-14 23:16:30.393 | M	tempest/common/compute.py
2022-02-14 23:16:30.393 | M	tempest/common/credentials_factory.py
2022-02-14 23:16:30.393 | M	tempest/common/custom_matchers.py
2022-02-14 23:16:30.393 | M	tempest/common/identity.py
2022-02-14 23:16:30.393 | M	tempest/common/image.py
2022-02-14 23:16:30.393 | M	tempest/common/tempest_fixtures.py
2022-02-14 23:16:30.393 | M	tempest/common/utils/__init__.py
2022-02-14 23:16:30.393 | M	tempest/common/utils/linux/__init__.py
2022-02-14 23:16:30.393 | M	tempest/common/utils/linux/remote_client.py
2022-02-14 23:16:30.393 | M	tempest/common/utils/net_info.py
2022-02-14 23:16:30.393 | M	tempest/common/utils/net_utils.py
2022-02-14 23:16:30.393 | M	tempest/common/waiters.py
2022-02-14 23:16:30.393 | M	tempest/config.py
2022-02-14 23:16:30.393 | M	tempest/hacking/__init__.py
2022-02-14 23:16:30.393 | M	tempest/hacking/checks.py
2022-02-14 23:16:30.394 | M	tempest/lib/__init__.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/__init__.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/__init__.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/__init__.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/__init__.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/agents.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/aggregates.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/availability_zone.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/certificates.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/extensions.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/flavors.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/flavors_access.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/floating_ips.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/hosts.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/hypervisors.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/images.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/interfaces.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/keypairs.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/limits.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/migrations.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/parameter_types.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/quota_classes.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/quotas.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py
2022-02-14 23:16:30.394 | M	tempest/lib/api_schema/response/compute/v2_1/security_groups.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_1/server_groups.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_1/servers.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_1/services.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_1/snapshots.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_1/versions.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_1/volumes.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_11/__init__.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_11/services.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_13/__init__.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_13/server_groups.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_16/__init__.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_16/servers.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_19/__init__.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_19/servers.py
2022-02-14 23:16:30.395 | M	tempest/lib/api_schema/response/compute/v2_2/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_2/keypairs.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_23/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_23/migrations.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_26/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_26/servers.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_28/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_28/hypervisors.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_3/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_3/servers.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_33/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_33/hypervisors.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_36/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_36/limits.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_36/quotas.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_39/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_39/limits.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_41/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_41/aggregates.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_45/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_45/images.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_47/__init__.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_47/servers.py
2022-02-14 23:16:30.396 | M	tempest/lib/api_schema/response/compute/v2_48/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_48/servers.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_51/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_51/servers.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_53/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_53/hypervisors.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_53/services.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_54/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_54/servers.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_55/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_55/flavors.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_57/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_57/limits.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_57/quotas.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_57/servers.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_58/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_58/servers.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_59/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_59/migrations.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_6/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_6/servers.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_61/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_61/flavors.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_62/__init__.py
2022-02-14 23:16:30.397 | M	tempest/lib/api_schema/response/compute/v2_62/servers.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_63/__init__.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_63/servers.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_70/__init__.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_70/interfaces.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_70/servers.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_71/__init__.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_71/servers.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_73/__init__.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_73/servers.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_79/__init__.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_79/servers.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_8/__init__.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_8/servers.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_9/__init__.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/compute/v2_9/servers.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/volume/__init__.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/volume/backups.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/volume/capabilities.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/volume/extensions.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/volume/group_snapshots.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/volume/group_types.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/volume/groups.py
2022-02-14 23:16:30.398 | M	tempest/lib/api_schema/response/volume/hosts.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/limits.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/manage_snapshot.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/manage_volume.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/messages.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/qos.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/quota_classes.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/quotas.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/scheduler_stats.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/services.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/snapshots.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/transfers.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/v3_7/__init__.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/v3_7/services.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/volume_types.py
2022-02-14 23:16:30.399 | M	tempest/lib/api_schema/response/volume/volumes.py
2022-02-14 23:16:30.399 | M	tempest/lib/auth.py
2022-02-14 23:16:30.399 | M	tempest/lib/base.py
2022-02-14 23:16:30.399 | M	tempest/lib/cli/__init__.py
2022-02-14 23:16:30.399 | M	tempest/lib/cli/base.py
2022-02-14 23:16:30.399 | M	tempest/lib/cli/output_parser.py
2022-02-14 23:16:30.399 | M	tempest/lib/cmd/__init__.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/__init__.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/api_microversion_fixture.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/api_version_request.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/api_version_utils.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/cred_client.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/cred_provider.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/dynamic_creds.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/fixed_network.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/http.py
2022-02-14 23:16:30.399 | M	tempest/lib/common/jsonschema_validator.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/preprov_creds.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/profiler.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/rest_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/ssh.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/thread.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/utils/__init__.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/utils/data_utils.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/utils/linux/__init__.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/utils/linux/remote_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/utils/misc.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/utils/test_utils.py
2022-02-14 23:16:30.400 | M	tempest/lib/common/validation_resources.py
2022-02-14 23:16:30.400 | M	tempest/lib/decorators.py
2022-02-14 23:16:30.400 | M	tempest/lib/exceptions.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/__init__.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/clients.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/__init__.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/agents_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/aggregates_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/assisted_volume_snapshots_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/availability_zone_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/baremetal_nodes_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/base_compute_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/certificates_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/extensions_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/fixed_ips_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/flavors_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/floating_ip_pools_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/floating_ips_bulk_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/floating_ips_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/hosts_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/hypervisor_client.py
2022-02-14 23:16:30.400 | M	tempest/lib/services/compute/images_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/instance_usage_audit_log_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/interfaces_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/keypairs_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/limits_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/migrations_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/networks_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/quota_classes_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/quotas_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/security_group_default_rules_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/security_group_rules_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/security_groups_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/server_groups_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/servers_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/services_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/snapshots_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/tenant_networks_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/tenant_usages_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/versions_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/compute/volumes_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/__init__.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v2/__init__.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v2/endpoints_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v2/identity_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v2/roles_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v2/services_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v2/tenants_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v2/token_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v2/users_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v3/__init__.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v3/access_rules_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v3/application_credentials_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v3/catalog_client.py
2022-02-14 23:16:30.401 | M	tempest/lib/services/identity/v3/credentials_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/domain_configuration_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/domains_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/endpoint_filter_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/endpoint_groups_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/endpoints_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/groups_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/identity_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/identity_providers_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/inherited_roles_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/limits_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/mappings_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/oauth_consumers_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/oauth_token_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/policies_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/project_tags_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/projects_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/protocols_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/regions_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/role_assignments_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/roles_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/service_providers_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/services_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/token_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/trusts_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/users_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/identity/v3/versions_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/image/__init__.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/image/v1/__init__.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/image/v1/image_members_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/image/v1/images_client.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/image/v2/__init__.py
2022-02-14 23:16:30.402 | M	tempest/lib/services/image/v2/image_members_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/image/v2/images_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/image/v2/namespace_objects_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/image/v2/namespace_properties_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/image/v2/namespace_tags_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/image/v2/namespaces_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/image/v2/resource_types_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/image/v2/schemas_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/image/v2/versions_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/__init__.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/agents_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/base.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/extensions_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/floating_ips_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/floating_ips_port_forwarding_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/log_resource_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/loggable_resource_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/metering_label_rules_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/metering_labels_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/networks_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/ports_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/qos_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/qos_limit_bandwidth_rules_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/qos_minimum_packet_rate_rules_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/quotas_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/routers_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/security_group_rules_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/security_groups_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/segments_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/service_providers_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/subnetpools_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/subnets_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/tags_client.py
2022-02-14 23:16:30.403 | M	tempest/lib/services/network/trunks_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/network/versions_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/object_storage/__init__.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/object_storage/account_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/object_storage/bulk_middleware_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/object_storage/capabilities_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/object_storage/container_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/object_storage/object_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/placement/__init__.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/placement/base_placement_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/placement/placement_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/placement/resource_providers_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/__init__.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/base_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/__init__.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/availability_zone_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/backups_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/capabilities_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/encryption_types_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/extensions_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/hosts_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/limits_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/qos_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/quota_classes_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/quotas_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/scheduler_stats_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/services_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/snapshot_manage_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/snapshots_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/transfers_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/types_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/volume_manage_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v2/volumes_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v3/__init__.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v3/attachments_client.py
2022-02-14 23:16:30.404 | M	tempest/lib/services/volume/v3/availability_zone_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/backups_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/base_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/capabilities_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/encryption_types_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/extensions_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/group_snapshots_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/group_types_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/groups_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/hosts_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/limits_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/messages_client.py
2022-02-14 23:16:30.405 | M	tempest/lib/services/volume/v3/qos_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/quota_classes_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/quotas_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/scheduler_stats_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/services_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/snapshot_manage_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/snapshots_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/transfers_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/types_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/versions_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/volume_manage_client.py
2022-02-14 23:16:30.406 | M	tempest/lib/services/volume/v3/volumes_client.py
2022-02-14 23:16:30.406 | M	tempest/scenario/README.rst
2022-02-14 23:16:30.406 | M	tempest/scenario/__init__.py
2022-02-14 23:16:30.406 | M	tempest/scenario/manager.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_aggregates_basic_ops.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_dashboard_basic_ops.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_encrypted_cinder_volumes.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_minimum_basic.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_network_advanced_server_ops.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_network_basic_ops.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_network_qos_placement.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_network_v6.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_object_storage_basic_ops.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_security_groups_basic_ops.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_server_advanced_ops.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_server_basic_ops.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_server_multinode.py
2022-02-14 23:16:30.406 | M	tempest/scenario/test_shelve_instance.py
2022-02-14 23:16:30.407 | M	tempest/scenario/test_snapshot_pattern.py
2022-02-14 23:16:30.407 | M	tempest/scenario/test_stamp_pattern.py
2022-02-14 23:16:30.407 | M	tempest/scenario/test_unified_limits.py
2022-02-14 23:16:30.407 | M	tempest/scenario/test_volume_backup_restore.py
2022-02-14 23:16:30.407 | M	tempest/scenario/test_volume_boot_pattern.py
2022-02-14 23:16:30.407 | M	tempest/scenario/test_volume_migrate_attached.py
2022-02-14 23:16:30.407 | M	tempest/services/__init__.py
2022-02-14 23:16:30.407 | M	tempest/services/orchestration/__init__.py
2022-02-14 23:16:30.407 | M	tempest/services/orchestration/json/__init__.py
2022-02-14 23:16:30.407 | M	tempest/services/orchestration/json/orchestration_client.py
2022-02-14 23:16:30.407 | M	tempest/test.py
2022-02-14 23:16:30.407 | M	tempest/test_discover/__init__.py
2022-02-14 23:16:30.407 | M	tempest/test_discover/plugins.py
2022-02-14 23:16:30.407 | M	tempest/test_discover/test_discover.py
2022-02-14 23:16:30.407 | M	tempest/tests/README.rst
2022-02-14 23:16:30.407 | M	tempest/tests/__init__.py
2022-02-14 23:16:30.407 | M	tempest/tests/api/__init__.py
2022-02-14 23:16:30.407 | M	tempest/tests/api/compute/__init__.py
2022-02-14 23:16:30.407 | M	tempest/tests/api/compute/test_base.py
2022-02-14 23:16:30.407 | M	tempest/tests/base.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/__init__.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/subunit_describe_calls_data/calls.subunit
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_account_generator.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_cleanup.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_cleanup_services.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_list_plugins.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_run.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_saved_state_json.json
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_subunit_describe_calls.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_tempest_init.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_verify_tempest_config.py
2022-02-14 23:16:30.407 | M	tempest/tests/cmd/test_workspace.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/__init__.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/test_admin_available.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/test_alt_available.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/test_compute.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/test_credentials_factory.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/test_custom_matchers.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/test_image.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/utils/__init__.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/utils/linux/__init__.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/utils/linux/test_remote_client.py
2022-02-14 23:16:30.408 | M	tempest/tests/common/utils/test_net_utils.py
2022-02-14 23:16:30.408 | M	tempest/tests/fake_config.py
2022-02-14 23:16:30.408 | M	tempest/tests/fake_tempest_plugin.py
2022-02-14 23:16:30.408 | M	tempest/tests/files/__init__.py
2022-02-14 23:16:30.408 | M	tempest/tests/files/failing-tests
2022-02-14 23:16:30.408 | M	tempest/tests/files/passing-tests
2022-02-14 23:16:30.408 | M	tempest/tests/files/setup.cfg
2022-02-14 23:16:30.408 | M	tempest/tests/files/testr-conf
2022-02-14 23:16:30.408 | M	tempest/tests/lib/__init__.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/cli/__init__.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/cli/test_command_failed.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/cli/test_execute.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/cli/test_output_parser.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/cmd/__init__.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/cmd/test_check_uuid.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/__init__.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_api_version_request.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_api_version_utils.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_cred_client.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_dynamic_creds.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_http.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_jsonschema_validator.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_preprov_creds.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_profiler.py
2022-02-14 23:16:30.408 | M	tempest/tests/lib/common/test_rest_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/common/test_validation_resources.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/common/utils/__init__.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/common/utils/linux/__init__.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/common/utils/linux/test_remote_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/common/utils/test_data_utils.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/common/utils/test_misc.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/common/utils/test_test_utils.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/fake_auth_provider.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/fake_credentials.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/fake_http.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/fake_identity.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/__init__.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/base.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/__init__.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_agents_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_aggregates_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_availability_zone_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_baremetal_nodes_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_base_compute_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_certificates_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_extensions_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_fixedIPs_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_flavors_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_floating_ip_pools_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_floating_ips_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_hosts_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_hypervisor_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_images_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py
2022-02-14 23:16:30.409 | M	tempest/tests/lib/services/compute/test_interfaces_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_keypairs_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_limits_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_migrations_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_networks_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_quota_classes_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_quotas_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_security_group_default_rules_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_security_group_rules_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_security_groups_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_server_groups_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_servers_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_services_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_snapshots_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_tenant_networks_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_tenant_usages_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_versions_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/compute/test_volumes_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/__init__.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v2/__init__.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v2/test_endpoints_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v2/test_identity_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v2/test_roles_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v2/test_services_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v2/test_tenants_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v2/test_token_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v2/test_users_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v3/__init__.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v3/test_access_rules_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v3/test_application_credentials_client.py
2022-02-14 23:16:30.410 | M	tempest/tests/lib/services/identity/v3/test_catalog_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_credentials_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_domains_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_endpoints_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_groups_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_identity_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_identity_providers_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_limit_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_mappings_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_oauth_token_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_policies_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_project_tags_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_projects_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_protocols_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_regions_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_role_assignments_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_roles_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_service_providers_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_services_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_token_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_trusts_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_users_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/identity/v3/test_versions_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/image/__init__.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/image/v1/__init__.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/image/v1/test_image_members_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/image/v2/__init__.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/image/v2/test_image_members_client.py
2022-02-14 23:16:30.411 | M	tempest/tests/lib/services/image/v2/test_images_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/image/v2/test_namespace_object_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/image/v2/test_namespace_properties_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/image/v2/test_namespace_tags_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/image/v2/test_namespaces_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/image/v2/test_resource_types_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/image/v2/test_schemas_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/image/v2/test_versions_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/__init__.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_agents_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_base_network_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_extensions_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_floating_ips_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_floating_ips_port_forwarding_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_log_resource_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_loggable_resource_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_metering_label_rules_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_metering_labels_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_networks_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_ports_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_qos_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_qos_minimum_packet_rate_rules_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_quotas_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_routers_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_security_group_rules_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_security_groups_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_segments_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_service_providers_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_subnetpools_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_subnets_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_tags_client.py
2022-02-14 23:16:30.412 | M	tempest/tests/lib/services/network/test_trunks_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/network/test_versions_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/object_storage/__init__.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/object_storage/test_capabilities_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/object_storage/test_object_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/placement/__init__.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/placement/test_placement_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/placement/test_resource_providers_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/registry_fixture.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/test_clients.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/__init__.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/__init__.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_attachments_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_availability_zone_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_backups_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_capabilities_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_encryption_types_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_extensions_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py
2022-02-14 23:16:30.413 | M	tempeSwitched to branch 'master'
2022-02-14 23:16:30.413 | st/tests/lib/services/volume/v3/test_group_types_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_groups_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_hosts_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_limits_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_quota_classes_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_quotas_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_services_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_snapshots_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_transfers_client.py
2022-02-14 23:16:30.413 | M	tempest/tests/lib/services/volume/v3/test_types_client.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/services/volume/v3/test_user_messages_client.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/services/volume/v3/test_versions_client.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/services/volume/v3/test_volume_manage_client.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/services/volume/v3/test_volumes_client.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/test_api_microversion_fixture.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/test_auth.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/test_base.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/test_credentials.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/test_decorators.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/test_ssh.py
2022-02-14 23:16:30.414 | M	tempest/tests/lib/test_tempest_lib.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_base_test.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_config.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_decorators.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_hacking.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_imports.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_list_tests.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_microversions.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_tempest_plugin.py
2022-02-14 23:16:30.414 | M	tempest/tests/test_test.py
2022-02-14 23:16:30.414 | M	tempest/tests/utils.py
2022-02-14 23:16:30.414 | M	tempest/version.py
2022-02-14 23:16:30.414 | M	test-requirements.txt
2022-02-14 23:16:30.414 | M	tools/generate-tempest-plugins-list.py
2022-02-14 23:16:30.414 | M	tools/tempest-integrated-gate-compute-exclude-list.txt
2022-02-14 23:16:30.414 | M	tools/tempest-integrated-gate-networking-exclude-list.txt
2022-02-14 23:16:30.414 | M	tools/tempest-integrated-gate-object-storage-exclude-list.txt
2022-02-14 23:16:30.414 | M	tools/tempest-integrated-gate-placement-exclude-list.txt
2022-02-14 23:16:30.414 | M	tools/tempest-integrated-gate-storage-exclude-list.txt
2022-02-14 23:16:30.414 | M	tools/tempest-plugin-sanity.sh
2022-02-14 23:16:30.414 | M	tox.ini
2022-02-14 23:16:30.414 | M	zuul.d/base.yaml
2022-02-14 23:16:30.414 | M	zuul.d/integrated-gate.yaml
2022-02-14 23:16:30.414 | M	zuul.d/project.yaml
2022-02-14 23:16:30.414 | M	zuul.d/stable-jobs.yaml
2022-02-14 23:16:30.415 | M	zuul.d/tempest-specific.yaml
2022-02-14 23:16:30.415 | Your branch is up to date with 'origin/master'.
2022-02-14 23:16:30.415 | ++ lib/tempest:install_tempest:710          :   local tmp_u_c_m
2022-02-14 23:16:30.415 | +++ lib/tempest:install_tempest:711          :   mktemp -t tempest_u_c_m.XXXXXXXXXX
2022-02-14 23:16:30.415 | ++ lib/tempest:install_tempest:711          :   tmp_u_c_m=/tmp/tempest_u_c_m.CvAyhS6YoM
2022-02-14 23:16:30.415 | ++ lib/tempest:install_tempest:712          :   set_tempest_venv_constraints /tmp/tempest_u_c_m.CvAyhS6YoM
2022-02-14 23:16:30.415 | ++ lib/tempest:set_tempest_venv_constraints:114 :   local tmp_c
2022-02-14 23:16:30.415 | ++ lib/tempest:set_tempest_venv_constraints:115 :   tmp_c=/tmp/tempest_u_c_m.CvAyhS6YoM
2022-02-14 23:16:30.415 | ++ lib/tempest:set_tempest_venv_constraints:116 :   [[ master == \m\a\s\t\e\r ]]
2022-02-14 23:16:30.415 | ++ lib/tempest:set_tempest_venv_constraints:117 :   cd /opt/stack/requirements
2022-02-14 23:16:30.415 | ++ lib/tempest:set_tempest_venv_constraints:118 :   git show master:upper-constraints.txt
2022-02-14 23:16:30.415 | ++ lib/tempest:install_tempest:714          :   tox -r --notest -efull
2022-02-14 23:16:30.415 | full create: /opt/stack/tempest/.tox/tempest
2022-02-14 23:16:30.415 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt
2022-02-14 23:16:30.415 | full develop-inst: /opt/stack/tempest
2022-02-14 23:16:30.415 | full installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.0.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@42f6cb522ecf513e05d39f958a01b326135def99#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3
2022-02-14 23:16:30.415 | ___________________________________ summary ____________________________________
2022-02-14 23:16:30.415 |   full: skipped tests
2022-02-14 23:16:30.415 |   congratulations :)
2022-02-14 23:16:30.415 | ++ lib/tempest:install_tempest:718          :   /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.CvAyhS6YoM -r requirements.txt
2022-02-14 23:16:30.415 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:16:30.415 | 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.8.1)
2022-02-14 23:16:30.415 | 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.10.0)
2022-02-14 23:16:30.415 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0)
2022-02-14 23:16:30.415 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0)
2022-02-14 23:16:30.415 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.1)
2022-02-14 23:16:30.415 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (36.0.1)
2022-02-14 23:16:30.415 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (0.8.0)
2022-02-14 23:16:30.415 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (4.5.0)
2022-02-14 23:16:30.415 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (8.7.1)
2022-02-14 23:16:30.416 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (4.6.1)
2022-02-14 23:16:30.416 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (3.2.1)
2022-02-14 23:16:30.416 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.2.0)
2022-02-14 23:16:30.416 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (4.12.1)
2022-02-14 23:16:30.416 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.0.0)
2022-02-14 23:16:30.416 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (6.0)
2022-02-14 23:16:30.416 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (1.4.0)
2022-02-14 23:16:30.416 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (3.5.0)
2022-02-14 23:16:30.416 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (3.0.0)
2022-02-14 23:16:30.416 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (1.26.8)
2022-02-14 23:16:30.416 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (2.4.0)
2022-02-14 23:16:30.416 | 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)) (2.3.3)
2022-02-14 23:16:30.416 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.0)
2022-02-14 23:16:30.416 | 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)) (3.0.7)
2022-02-14 23:16:30.416 | 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)) (21.4.0)
2022-02-14 23:16:30.416 | 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.18.1)
2022-02-14 23:16:30.416 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (60.8.2)
2022-02-14 23:16:30.416 | Requirement already satisfied: six>=1.11.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (1.16.0)
2022-02-14 23:16:30.416 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0)
2022-02-14 23:16:30.416 | 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.5.0)
2022-02-14 23:16:30.416 | 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)
2022-02-14 23:16:30.416 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.8/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.0)
2022-02-14 23:16:30.416 | 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 11)) (5.1.0)
2022-02-14 23:16:30.416 | 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 11)) (0.17.3)
2022-02-14 23:16:30.416 | 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 12)) (2.27.1)
2022-02-14 23:16:30.416 | 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 12)) (1.5.0)
2022-02-14 23:16:30.416 | 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 13)) (2.8.2)
2022-02-14 23:16:30.416 | 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 13)) (0.9.6)
2022-02-14 23:16:30.416 | 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 13)) (3.4.0)
2022-02-14 23:16:30.416 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.2)
2022-02-14 23:16:30.416 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.2)
2022-02-14 23:16:30.417 | 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 15)) (2021.3)
2022-02-14 23:16:30.417 | 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 15)) (1.0.3)
2022-02-14 23:16:30.417 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (21.3)
2022-02-14 23:16:30.417 | 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 16)) (0.11.0)
2022-02-14 23:16:30.417 | 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 16)) (1.0.2)
2022-02-14 23:16:30.417 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5)
2022-02-14 23:16:30.417 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.13.3)
2022-02-14 23:16:30.417 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21)
2022-02-14 23:16:30.417 | 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)
2022-02-14 23:16:30.417 | Requirement already satisfied: charset-normalizer~=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.12)
2022-02-14 23:16:30.417 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3)
2022-02-14 23:16:30.417 | 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 12)) (2021.10.8)
2022-02-14 23:16:30.417 | ++ lib/tempest:install_tempest:719          :   PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest
2022-02-14 23:16:30.417 | ++ lib/tempest:install_tempest:720          :   rm -f /tmp/tempest_u_c_m.CvAyhS6YoM
2022-02-14 23:16:30.417 | ++ lib/tempest:install_tempest:721          :   popd
2022-02-14 23:16:30.417 | ~/devstack
2022-02-14 23:16:30.427 | [17669 Async install_tempest:83603]: finished install_tempest with result 0 in 46 seconds
2022-02-14 23:16:30.431 | ++ inc/async:async_wait:197                 :   return 0
2022-02-14 23:16:30.434 | ++ extras.d/80-tempest.sh:source:21         :   echo_summary 'Initializing Tempest'
2022-02-14 23:16:30.438 | ++ ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:16:30.441 | ++ ./stack.sh:echo_summary:446              :   echo -e Initializing Tempest
2022-02-14 23:16:30.444 | ++ extras.d/80-tempest.sh:source:22         :   configure_tempest
2022-02-14 23:16:30.447 | ++ lib/tempest:configure_tempest:132        :   [[ True == \T\r\u\e ]]
2022-02-14 23:16:30.449 | ++ lib/tempest:configure_tempest:133        :   setup_develop /opt/stack/tempest
2022-02-14 23:16:30.451 | ++ inc/python:setup_develop:338             :   local bindep
2022-02-14 23:16:30.454 | ++ inc/python:setup_develop:339             :   [[ /opt/stack/tempest == -bindep* ]]
2022-02-14 23:16:30.457 | ++ inc/python:setup_develop:343             :   local project_dir=/opt/stack/tempest
2022-02-14 23:16:30.459 | ++ inc/python:setup_develop:344             :   local extras=
2022-02-14 23:16:30.461 | ++ inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/tempest -e
2022-02-14 23:16:30.464 | ++ inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2022-02-14 23:16:30.466 | ++ inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/tempest == -bindep* ]]
2022-02-14 23:16:30.468 | ++ inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/tempest
2022-02-14 23:16:30.471 | ++ inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2022-02-14 23:16:30.473 | ++ inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2022-02-14 23:16:30.476 | +++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/tempest
2022-02-14 23:16:30.479 | +++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2022-02-14 23:16:30.482 | ++ inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/tempest
2022-02-14 23:16:30.484 | ++ inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2022-02-14 23:16:30.486 | ++ inc/python:_setup_package_with_constraints_edit:384 :   local name
2022-02-14 23:16:30.489 | +++ inc/python:_setup_package_with_constraints_edit:385 :   awk '/^name.*=/ {print $3}' /opt/stack/tempest/setup.cfg
2022-02-14 23:16:30.495 | ++ inc/python:_setup_package_with_constraints_edit:385 :   name=tempest
2022-02-14 23:16:30.498 | ++ inc/python:_setup_package_with_constraints_edit:387 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- tempest
2022-02-14 23:16:31.268 | ++ inc/python:_setup_package_with_constraints_edit:390 :   setup_package /opt/stack/tempest -e
2022-02-14 23:16:31.271 | ++ inc/python:setup_package:418             :   local bindep=0
2022-02-14 23:16:31.273 | ++ inc/python:setup_package:419             :   local bindep_flag=
2022-02-14 23:16:31.275 | ++ inc/python:setup_package:420             :   local bindep_profiles=
2022-02-14 23:16:31.277 | ++ inc/python:setup_package:421             :   [[ /opt/stack/tempest == -bindep* ]]
2022-02-14 23:16:31.279 | ++ inc/python:setup_package:426             :   local project_dir=/opt/stack/tempest
2022-02-14 23:16:31.282 | ++ inc/python:setup_package:427             :   local flags=-e
2022-02-14 23:16:31.284 | ++ inc/python:setup_package:428             :   local extras=
2022-02-14 23:16:31.286 | ++ inc/python:setup_package:432             :   [[ -n -e ]]
2022-02-14 23:16:31.288 | ++ inc/python:setup_package:432             :   [[ -z '' ]]
2022-02-14 23:16:31.295 | ++ inc/python:setup_package:432             :   [[ ! -e =~ ^-.* ]]
2022-02-14 23:16:31.298 | ++ inc/python:setup_package:437             :   [[ ! -z '' ]]
2022-02-14 23:16:31.300 | ++ inc/python:setup_package:442             :   [[ 0 == 1 ]]
2022-02-14 23:16:31.303 | ++ inc/python:setup_package:446             :   pip_install -e /opt/stack/tempest
2022-02-14 23:16:31.324 | Using python 3.8 to install /opt/stack/tempest
2022-02-14 23:16:31.326 | ++ 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
2022-02-14 23:16:32.309 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:32.309 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:32.309 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:32.309 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:33.570 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:16:33.598 | Obtaining file:///opt/stack/tempest
2022-02-14 23:16:33.598 |   Preparing metadata (setup.py): started
2022-02-14 23:16:35.732 |   Preparing metadata (setup.py): finished with status 'done'
2022-02-14 23:16:35.882 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (5.8.1)
2022-02-14 23:16:35.883 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (3.10.0)
2022-02-14 23:16:35.884 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from tempest==29.2.1.dev79) (3.2.0)
2022-02-14 23:16:35.885 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (2.5.0)
2022-02-14 23:16:35.886 | Requirement already satisfied: paramiko>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (2.8.1)
2022-02-14 23:16:35.887 | Requirement already satisfied: cryptography>=2.1 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (36.0.1)
2022-02-14 23:16:35.888 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (0.8.0)
2022-02-14 23:16:35.890 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (4.5.0)
2022-02-14 23:16:35.891 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (8.7.1)
2022-02-14 23:16:35.892 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (4.6.1)
2022-02-14 23:16:35.893 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (3.2.1)
2022-02-14 23:16:35.894 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (4.2.0)
2022-02-14 23:16:35.895 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (4.12.1)
2022-02-14 23:16:35.896 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (3.0.0)
2022-02-14 23:16:35.898 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (6.0)
2022-02-14 23:16:35.899 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (1.4.0)
2022-02-14 23:16:35.899 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (3.5.0)
2022-02-14 23:16:35.900 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (3.0.0)
2022-02-14 23:16:35.902 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (1.26.8)
2022-02-14 23:16:35.903 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.2.1.dev79) (2.4.0)
2022-02-14 23:16:35.915 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->tempest==29.2.1.dev79) (2.3.3)
2022-02-14 23:16:35.916 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->tempest==29.2.1.dev79) (0.5.0)
2022-02-14 23:16:35.917 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->tempest==29.2.1.dev79) (3.0.7)
2022-02-14 23:16:35.958 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.1->tempest==29.2.1.dev79) (1.15.0)
2022-02-14 23:16:35.965 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->tempest==29.2.1.dev79) (1.13.3)
2022-02-14 23:16:35.975 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->tempest==29.2.1.dev79) (1.16.0)
2022-02-14 23:16:36.002 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->tempest==29.2.1.dev79) (5.1.0)
2022-02-14 23:16:36.003 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->tempest==29.2.1.dev79) (0.17.3)
2022-02-14 23:16:36.041 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->tempest==29.2.1.dev79) (1.5.0)
2022-02-14 23:16:36.043 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->tempest==29.2.1.dev79) (2.27.1)
2022-02-14 23:16:36.086 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->tempest==29.2.1.dev79) (2.8.2)
2022-02-14 23:16:36.089 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->tempest==29.2.1.dev79) (0.9.6)
2022-02-14 23:16:36.091 | Requirement already satisfied: oslo.context>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->tempest==29.2.1.dev79) (3.4.0)
2022-02-14 23:16:36.100 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==29.2.1.dev79) (1.0.3)
2022-02-14 23:16:36.102 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==29.2.1.dev79) (2021.3)
2022-02-14 23:16:36.116 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->tempest==29.2.1.dev79) (1.0.2)
2022-02-14 23:16:36.118 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->tempest==29.2.1.dev79) (0.11.0)
2022-02-14 23:16:36.120 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->tempest==29.2.1.dev79) (21.3)
2022-02-14 23:16:36.156 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.0->tempest==29.2.1.dev79) (1.5.0)
2022-02-14 23:16:36.157 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.0->tempest==29.2.1.dev79) (3.2.0)
2022-02-14 23:16:36.181 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->tempest==29.2.1.dev79) (0.2.5)
2022-02-14 23:16:36.201 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->tempest==29.2.1.dev79) (1.0.0)
2022-02-14 23:16:36.238 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->tempest==29.2.1.dev79) (0.18.2)
2022-02-14 23:16:36.239 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->tempest==29.2.1.dev79) (0.12.2)
2022-02-14 23:16:36.327 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.1->tempest==29.2.1.dev79) (2.21)
2022-02-14 23:16:36.386 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->tempest==29.2.1.dev79) (1.8.2)
2022-02-14 23:16:36.388 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->tempest==29.2.1.dev79) (21.4.0)
2022-02-14 23:16:36.601 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==29.2.1.dev79) (3.3)
2022-02-14 23:16:36.602 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==29.2.1.dev79) (2019.11.28)
2022-02-14 23:16:36.605 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==29.2.1.dev79) (2.0.12)
2022-02-14 23:16:38.899 | Installing collected packages: tempest
2022-02-14 23:16:38.901 |   Running setup.py develop for tempest
2022-02-14 23:16:41.726 | Successfully installed tempest
2022-02-14 23:16:41.726 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-02-14 23:16:41.735 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
2022-02-14 23:16:41.735 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2022-02-14 23:16:41.884 | ++ inc/python:pip_install:200               :   result=0
2022-02-14 23:16:41.886 | ++ inc/python:pip_install:202               :   time_stop pip_install
2022-02-14 23:16:41.889 | ++ functions-common:time_stop:2425          :   local name
2022-02-14 23:16:41.891 | ++ functions-common:time_stop:2426          :   local end_time
2022-02-14 23:16:41.894 | ++ functions-common:time_stop:2427          :   local elapsed_time
2022-02-14 23:16:41.896 | ++ functions-common:time_stop:2428          :   local total
2022-02-14 23:16:41.898 | ++ functions-common:time_stop:2429          :   local start_time
2022-02-14 23:16:41.900 | ++ functions-common:time_stop:2431          :   name=pip_install
2022-02-14 23:16:41.902 | ++ functions-common:time_stop:2432          :   start_time=1644880591318
2022-02-14 23:16:41.905 | ++ functions-common:time_stop:2434          :   [[ -z 1644880591318 ]]
2022-02-14 23:16:41.908 | +++ functions-common:time_stop:2437          :   date +%s%3N
2022-02-14 23:16:41.912 | ++ functions-common:time_stop:2437          :   end_time=1644880601910
2022-02-14 23:16:41.914 | ++ functions-common:time_stop:2438          :   elapsed_time=10592
2022-02-14 23:16:41.917 | ++ functions-common:time_stop:2439          :   total=273850
2022-02-14 23:16:41.919 | ++ functions-common:time_stop:2441          :   _TIME_START[$name]=
2022-02-14 23:16:41.922 | ++ functions-common:time_stop:2442          :   _TIME_TOTAL[$name]=284442
2022-02-14 23:16:41.924 | ++ inc/python:pip_install:203               :   return 0
2022-02-14 23:16:41.926 | ++ inc/python:setup_package:448             :   [[ -e == \-\e ]]
2022-02-14 23:16:41.928 | ++ inc/python:setup_package:449             :   safe_chown -R ubuntu /opt/stack/tempest/tempest.egg-info
2022-02-14 23:16:41.931 | ++ functions-common:safe_chown:2326         :   _safe_permission_operation chown -R ubuntu /opt/stack/tempest/tempest.egg-info
2022-02-14 23:16:41.959 | ++ functions-common:_safe_permission_operation:2174 :   sudo chown -R ubuntu /opt/stack/tempest/tempest.egg-info
2022-02-14 23:16:41.975 | ++ inc/python:_setup_package_with_constraints_edit:394 :   use_library_from_git /opt/stack/tempest
2022-02-14 23:16:41.978 | ++ inc/python:use_library_from_git:250      :   local name=/opt/stack/tempest
2022-02-14 23:16:41.980 | ++ inc/python:use_library_from_git:251      :   local enabled=1
2022-02-14 23:16:41.983 | ++ inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2022-02-14 23:16:41.985 | ++ inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/tempest, ]]
2022-02-14 23:16:41.988 | ++ inc/python:use_library_from_git:253      :   return 1
2022-02-14 23:16:41.990 | ++ lib/tempest:configure_tempest:139        :   local image_lines
2022-02-14 23:16:41.994 | ++ lib/tempest:configure_tempest:140        :   local images
2022-02-14 23:16:41.996 | ++ lib/tempest:configure_tempest:141        :   local num_images
2022-02-14 23:16:41.998 | ++ lib/tempest:configure_tempest:142        :   local image_uuid
2022-02-14 23:16:42.000 | ++ lib/tempest:configure_tempest:143        :   local image_uuid_alt
2022-02-14 23:16:42.003 | ++ lib/tempest:configure_tempest:144        :   local password
2022-02-14 23:16:42.005 | ++ lib/tempest:configure_tempest:145        :   local line
2022-02-14 23:16:42.007 | ++ lib/tempest:configure_tempest:146        :   local flavors
2022-02-14 23:16:42.010 | ++ lib/tempest:configure_tempest:147        :   local available_flavors
2022-02-14 23:16:42.012 | ++ lib/tempest:configure_tempest:148        :   local flavors_ref
2022-02-14 23:16:42.014 | ++ lib/tempest:configure_tempest:149        :   local flavor_lines
2022-02-14 23:16:42.016 | ++ lib/tempest:configure_tempest:150        :   local flavor_ref_size
2022-02-14 23:16:42.019 | ++ lib/tempest:configure_tempest:151        :   local flavor_ref_alt_size
2022-02-14 23:16:42.021 | ++ lib/tempest:configure_tempest:152        :   local public_network_id
2022-02-14 23:16:42.023 | ++ lib/tempest:configure_tempest:153        :   local public_router_id
2022-02-14 23:16:42.025 | ++ lib/tempest:configure_tempest:154        :   local ssh_connect_method=floating
2022-02-14 23:16:42.027 | ++ lib/tempest:configure_tempest:155        :   local disk
2022-02-14 23:16:42.030 | ++ lib/tempest:configure_tempest:158        :   ifs=' 	
2022-02-14 23:16:42.030 | '
2022-02-14 23:16:42.032 | ++ lib/tempest:configure_tempest:168        :   declare -a images
2022-02-14 23:16:42.034 | ++ lib/tempest:configure_tempest:170        :   is_service_enabled glance
2022-02-14 23:16:42.052 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:16:42.055 | ++ lib/tempest:configure_tempest:171        :   read -r IMAGE_NAME IMAGE_UUID
2022-02-14 23:16:42.056 | +++ lib/tempest:configure_tempest:131        :   awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }'
2022-02-14 23:16:42.056 | +++ lib/tempest:configure_tempest:131        :   oscwrap --os-cloud devstack-admin image list --property status=active
2022-02-14 23:16:44.557 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:44.557 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:44.557 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:44.557 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:44.728 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:16:44.732 | ++ lib/tempest:configure_tempest:172        :   '[' ubuntu-16 = '' ']'
2022-02-14 23:16:44.735 | ++ lib/tempest:configure_tempest:176        :   images+=($IMAGE_UUID)
2022-02-14 23:16:44.737 | ++ lib/tempest:configure_tempest:171        :   read -r IMAGE_NAME IMAGE_UUID
2022-02-14 23:16:44.740 | ++ lib/tempest:configure_tempest:179        :   case "${#images[*]}" in
2022-02-14 23:16:44.742 | ++ lib/tempest:configure_tempest:185        :   '[' -z '' ']'
2022-02-14 23:16:44.744 | ++ lib/tempest:configure_tempest:186        :   image_uuid=275b7a69-4ac3-4a5f-be71-d03f420f09a3
2022-02-14 23:16:44.746 | ++ lib/tempest:configure_tempest:187        :   image_uuid_alt=275b7a69-4ac3-4a5f-be71-d03f420f09a3
2022-02-14 23:16:44.749 | ++ lib/tempest:configure_tempest:201        :   sudo install -d -o ubuntu /opt/stack/tempest/etc
2022-02-14 23:16:44.776 | ++ lib/tempest:configure_tempest:202        :   rm -f /opt/stack/tempest/etc/tempest.conf
2022-02-14 23:16:44.781 | ++ lib/tempest:configure_tempest:204        :   local password=Passw0rd
2022-02-14 23:16:44.783 | ++ lib/tempest:configure_tempest:207        :   local admin_username=admin
2022-02-14 23:16:44.786 | ++ lib/tempest:configure_tempest:208        :   local admin_project_name=admin
2022-02-14 23:16:44.788 | ++ lib/tempest:configure_tempest:209        :   local admin_domain_name=Default
2022-02-14 23:16:44.790 | ++ lib/tempest:configure_tempest:210        :   local alt_username=alt_demo
2022-02-14 23:16:44.793 | ++ lib/tempest:configure_tempest:211        :   local alt_project_name=alt_demo
2022-02-14 23:16:44.796 | ++ lib/tempest:configure_tempest:212        :   local admin_project_id
2022-02-14 23:16:44.799 | +++ lib/tempest:configure_tempest:213        :   oscwrap --os-cloud devstack-admin project list
2022-02-14 23:16:44.800 | +++ lib/tempest:configure_tempest:213        :   awk '/ admin / { print $2 }'
2022-02-14 23:16:47.010 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:47.010 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:47.010 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:47.010 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:47.172 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:16:47.176 | ++ lib/tempest:configure_tempest:213        :   admin_project_id=f05d21ee04d5439d895c63b76d931c5f
2022-02-14 23:16:47.178 | ++ lib/tempest:configure_tempest:215        :   is_service_enabled nova
2022-02-14 23:16:47.196 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:16:47.199 | +++ lib/tempest:configure_tempest:218        :   oscwrap --os-cloud devstack-admin flavor list
2022-02-14 23:16:49.820 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:49.820 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:49.820 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:49.820 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:49.986 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:16:49.992 | ++ lib/tempest:configure_tempest:218        :   available_flavors='+-----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:16:49.993 | | ID  | Name      |   RAM | Disk | Ephemeral | VCPUs | Is Public |
2022-02-14 23:16:49.993 | +-----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:16:49.993 | | 1   | m1.tiny   |   512 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | 2   | m1.small  |  2048 |   20 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | 3   | m1.medium |  4096 |   40 |         0 |     2 | True      |
2022-02-14 23:16:49.993 | | 4   | m1.large  |  8192 |   80 |         0 |     4 | True      |
2022-02-14 23:16:49.993 | | 42  | m1.nano   |   256 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | 451 | m1.heat   |   512 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | 452 | m1.heat2  |  1024 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | 5   | m1.xlarge | 16384 |  160 |         0 |     8 | True      |
2022-02-14 23:16:49.993 | | 84  | m1.micro  |   256 |    2 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | c1  | cirros256 |   256 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | d1  | ds512M    |   512 |    5 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | d2  | ds1G      |  1024 |   10 |         0 |     1 | True      |
2022-02-14 23:16:49.993 | | d3  | ds2G      |  2048 |   10 |         0 |     2 | True      |
2022-02-14 23:16:49.993 | | d4  | ds4G      |  4096 |   20 |         0 |     4 | True      |
2022-02-14 23:16:49.993 | +-----+-----------+-------+------+-----------+-------+-----------+'
2022-02-14 23:16:49.995 | ++ lib/tempest:configure_tempest:219        :   [[ -z '' ]]
2022-02-14 23:16:49.998 | ++ lib/tempest:configure_tempest:220        :   [[ +-----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:16:49.998 | | ID  | Name      |   RAM | Disk | Ephemeral | VCPUs | Is Public |
2022-02-14 23:16:49.998 | +-----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:16:49.998 | | 1   | m1.tiny   |   512 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | 2   | m1.small  |  2048 |   20 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | 3   | m1.medium |  4096 |   40 |         0 |     2 | True      |
2022-02-14 23:16:49.998 | | 4   | m1.large  |  8192 |   80 |         0 |     4 | True      |
2022-02-14 23:16:49.998 | | 42  | m1.nano   |   256 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | 451 | m1.heat   |   512 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | 452 | m1.heat2  |  1024 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | 5   | m1.xlarge | 16384 |  160 |         0 |     8 | True      |
2022-02-14 23:16:49.998 | | 84  | m1.micro  |   256 |    2 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | c1  | cirros256 |   256 |    1 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | d1  | ds512M    |   512 |    5 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | d2  | ds1G      |  1024 |   10 |         0 |     1 | True      |
2022-02-14 23:16:49.998 | | d3  | ds2G      |  2048 |   10 |         0 |     2 | True      |
2022-02-14 23:16:49.998 | | d4  | ds4G      |  4096 |   20 |         0 |     4 | True      |
2022-02-14 23:16:49.998 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]]
2022-02-14 23:16:50.000 | ++ lib/tempest:configure_tempest:225        :   flavor_ref=42
2022-02-14 23:16:50.003 | ++ lib/tempest:configure_tempest:226        :   [[ +-----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:16:50.003 | | ID  | Name      |   RAM | Disk | Ephemeral | VCPUs | Is Public |
2022-02-14 23:16:50.003 | +-----+-----------+-------+------+-----------+-------+-----------+
2022-02-14 23:16:50.003 | | 1   | m1.tiny   |   512 |    1 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | 2   | m1.small  |  2048 |   20 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | 3   | m1.medium |  4096 |   40 |         0 |     2 | True      |
2022-02-14 23:16:50.003 | | 4   | m1.large  |  8192 |   80 |         0 |     4 | True      |
2022-02-14 23:16:50.003 | | 42  | m1.nano   |   256 |    1 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | 451 | m1.heat   |   512 |    1 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | 452 | m1.heat2  |  1024 |    1 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | 5   | m1.xlarge | 16384 |  160 |         0 |     8 | True      |
2022-02-14 23:16:50.003 | | 84  | m1.micro  |   256 |    2 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | c1  | cirros256 |   256 |    1 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | d1  | ds512M    |   512 |    5 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | d2  | ds1G      |  1024 |   10 |         0 |     1 | True      |
2022-02-14 23:16:50.003 | | d3  | ds2G      |  2048 |   10 |         0 |     2 | True      |
2022-02-14 23:16:50.003 | | d4  | ds4G      |  4096 |   20 |         0 |     4 | True      |
2022-02-14 23:16:50.004 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]]
2022-02-14 23:16:50.006 | ++ lib/tempest:configure_tempest:231        :   flavor_ref_alt=84
2022-02-14 23:16:50.008 | ++ lib/tempest:configure_tempest:280        :   iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16
2022-02-14 23:16:50.040 | ++ lib/tempest:configure_tempest:282        :   ssh_connect_method=floating
2022-02-14 23:16:50.042 | ++ lib/tempest:configure_tempest:288        :   [[ True == \T\r\u\e ]]
2022-02-14 23:16:50.046 | ++ lib/tempest:configure_tempest:288        :   is_networking_extension_supported external-net
2022-02-14 23:16:50.048 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 :   local extension=external-net
2022-02-14 23:16:50.051 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2022-02-14 23:16:52.440 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:52.440 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:52.440 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:52.440 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:52.658 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:16:52.661 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:432 :   EXT_LIST='address-group
2022-02-14 23:16:52.661 | address-scope
2022-02-14 23:16:52.661 | router-admin-state-down-before-update
2022-02-14 23:16:52.661 | agent
2022-02-14 23:16:52.661 | agent-resources-synced
2022-02-14 23:16:52.661 | allowed-address-pairs
2022-02-14 23:16:52.662 | auto-allocated-topology
2022-02-14 23:16:52.662 | availability_zone
2022-02-14 23:16:52.662 | availability_zone_filter
2022-02-14 23:16:52.662 | default-subnetpools
2022-02-14 23:16:52.662 | dhcp_agent_scheduler
2022-02-14 23:16:52.662 | dvr
2022-02-14 23:16:52.662 | empty-string-filtering
2022-02-14 23:16:52.662 | external-net
2022-02-14 23:16:52.662 | extra_dhcp_opt
2022-02-14 23:16:52.662 | extraroute
2022-02-14 23:16:52.662 | extraroute-atomic
2022-02-14 23:16:52.662 | filter-validation
2022-02-14 23:16:52.662 | fip-port-details
2022-02-14 23:16:52.662 | flavors
2022-02-14 23:16:52.662 | floatingip-pools
2022-02-14 23:16:52.662 | ip-substring-filtering
2022-02-14 23:16:52.662 | router
2022-02-14 23:16:52.662 | ext-gw-mode
2022-02-14 23:16:52.662 | l3-ha
2022-02-14 23:16:52.662 | l3-flavors
2022-02-14 23:16:52.662 | l3-port-ip-change-not-allowed
2022-02-14 23:16:52.662 | l3_agent_scheduler
2022-02-14 23:16:52.662 | multi-provider
2022-02-14 23:16:52.662 | net-mtu
2022-02-14 23:16:52.662 | net-mtu-writable
2022-02-14 23:16:52.662 | network_availability_zone
2022-02-14 23:16:52.662 | network-ip-availability
2022-02-14 23:16:52.662 | pagination
2022-02-14 23:16:52.662 | port-device-profile
2022-02-14 23:16:52.662 | port-mac-address-regenerate
2022-02-14 23:16:52.662 | port-numa-affinity-policy
2022-02-14 23:16:52.662 | binding
2022-02-14 23:16:52.662 | binding-extended
2022-02-14 23:16:52.662 | port-security
2022-02-14 23:16:52.662 | project-id
2022-02-14 23:16:52.662 | provider
2022-02-14 23:16:52.662 | quota-check-limit
2022-02-14 23:16:52.663 | quotas
2022-02-14 23:16:52.663 | quota_details
2022-02-14 23:16:52.663 | rbac-policies
2022-02-14 23:16:52.663 | rbac-address-group
2022-02-14 23:16:52.663 | rbac-address-scope
2022-02-14 23:16:52.663 | rbac-security-groups
2022-02-14 23:16:52.663 | rbac-subnetpool
2022-02-14 23:16:52.663 | revision-if-match
2022-02-14 23:16:52.663 | standard-attr-revisions
2022-02-14 23:16:52.663 | router_availability_zone
2022-02-14 23:16:52.663 | security-groups-normalized-cidr
2022-02-14 23:16:52.663 | port-security-groups-filtering
2022-02-14 23:16:52.663 | security-groups-remote-address-group
2022-02-14 23:16:52.663 | security-groups-shared-filtering
2022-02-14 23:16:52.663 | security-group
2022-02-14 23:16:52.663 | service-type
2022-02-14 23:16:52.663 | sorting
2022-02-14 23:16:52.663 | standard-attr-description
2022-02-14 23:16:52.663 | stateful-security-group
2022-02-14 23:16:52.663 | subnet_onboard
2022-02-14 23:16:52.663 | subnet-service-types
2022-02-14 23:16:52.663 | subnet_allocation
2022-02-14 23:16:52.663 | subnetpool-prefix-ops
2022-02-14 23:16:52.663 | standard-attr-tag
2022-02-14 23:16:52.663 | standard-attr-timestamp'
2022-02-14 23:16:52.665 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   [[ address-group
2022-02-14 23:16:52.665 | address-scope
2022-02-14 23:16:52.665 | router-admin-state-down-before-update
2022-02-14 23:16:52.665 | agent
2022-02-14 23:16:52.665 | agent-resources-synced
2022-02-14 23:16:52.665 | allowed-address-pairs
2022-02-14 23:16:52.666 | auto-allocated-topology
2022-02-14 23:16:52.666 | availability_zone
2022-02-14 23:16:52.666 | availability_zone_filter
2022-02-14 23:16:52.666 | default-subnetpools
2022-02-14 23:16:52.666 | dhcp_agent_scheduler
2022-02-14 23:16:52.666 | dvr
2022-02-14 23:16:52.666 | empty-string-filtering
2022-02-14 23:16:52.666 | external-net
2022-02-14 23:16:52.666 | extra_dhcp_opt
2022-02-14 23:16:52.666 | extraroute
2022-02-14 23:16:52.666 | extraroute-atomic
2022-02-14 23:16:52.666 | filter-validation
2022-02-14 23:16:52.666 | fip-port-details
2022-02-14 23:16:52.666 | flavors
2022-02-14 23:16:52.666 | floatingip-pools
2022-02-14 23:16:52.666 | ip-substring-filtering
2022-02-14 23:16:52.666 | router
2022-02-14 23:16:52.666 | ext-gw-mode
2022-02-14 23:16:52.666 | l3-ha
2022-02-14 23:16:52.666 | l3-flavors
2022-02-14 23:16:52.666 | l3-port-ip-change-not-allowed
2022-02-14 23:16:52.666 | l3_agent_scheduler
2022-02-14 23:16:52.666 | multi-provider
2022-02-14 23:16:52.666 | net-mtu
2022-02-14 23:16:52.666 | net-mtu-writable
2022-02-14 23:16:52.666 | network_availability_zone
2022-02-14 23:16:52.666 | network-ip-availability
2022-02-14 23:16:52.666 | pagination
2022-02-14 23:16:52.666 | port-device-profile
2022-02-14 23:16:52.666 | port-mac-address-regenerate
2022-02-14 23:16:52.666 | port-numa-affinity-policy
2022-02-14 23:16:52.666 | binding
2022-02-14 23:16:52.666 | binding-extended
2022-02-14 23:16:52.666 | port-security
2022-02-14 23:16:52.666 | project-id
2022-02-14 23:16:52.666 | provider
2022-02-14 23:16:52.666 | quota-check-limit
2022-02-14 23:16:52.667 | quotas
2022-02-14 23:16:52.667 | quota_details
2022-02-14 23:16:52.667 | rbac-policies
2022-02-14 23:16:52.667 | rbac-address-group
2022-02-14 23:16:52.667 | rbac-address-scope
2022-02-14 23:16:52.667 | rbac-security-groups
2022-02-14 23:16:52.667 | rbac-subnetpool
2022-02-14 23:16:52.667 | revision-if-match
2022-02-14 23:16:52.667 | standard-attr-revisions
2022-02-14 23:16:52.667 | router_availability_zone
2022-02-14 23:16:52.667 | security-groups-normalized-cidr
2022-02-14 23:16:52.667 | port-security-groups-filtering
2022-02-14 23:16:52.667 | security-groups-remote-address-group
2022-02-14 23:16:52.667 | security-groups-shared-filtering
2022-02-14 23:16:52.667 | security-group
2022-02-14 23:16:52.667 | service-type
2022-02-14 23:16:52.667 | sorting
2022-02-14 23:16:52.667 | standard-attr-description
2022-02-14 23:16:52.667 | stateful-security-group
2022-02-14 23:16:52.667 | subnet_onboard
2022-02-14 23:16:52.667 | subnet-service-types
2022-02-14 23:16:52.667 | subnet_allocation
2022-02-14 23:16:52.667 | subnetpool-prefix-ops
2022-02-14 23:16:52.667 | standard-attr-tag
2022-02-14 23:16:52.667 | standard-attr-timestamp =~ external-net ]]
2022-02-14 23:16:52.668 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 :   return 0
2022-02-14 23:16:52.672 | +++ lib/tempest:configure_tempest:289        :   oscwrap --os-cloud devstack-admin network show -f value -c id public
2022-02-14 23:16:55.145 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:55.145 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:55.145 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:55.145 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:55.308 | +++ functions-common:oscwrap:2465            :   return 0
2022-02-14 23:16:55.312 | ++ lib/tempest:configure_tempest:289        :   public_network_id=080a7a38-fa59-4fc3-87f3-bbfde91209d6
2022-02-14 23:16:55.317 | ++ lib/tempest:configure_tempest:291        :   openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared
2022-02-14 23:16:57.775 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:57.775 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:57.775 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:16:57.775 |   from cryptography.utils import int_from_bytes
2022-02-14 23:16:57.775 | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:57.776 | | Field                     | Value                                                                                                                                                                                                    |
2022-02-14 23:16:57.776 | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:57.776 | | admin_state_up            | UP                                                                                                                                                                                                       |
2022-02-14 23:16:57.776 | | availability_zone_hints   |                                                                                                                                                                                                          |
2022-02-14 23:16:57.776 | | availability_zones        |                                                                                                                                                                                                          |
2022-02-14 23:16:57.776 | | created_at                | 2022-02-14T23:16:57Z                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | description               |                                                                                                                                                                                                          |
2022-02-14 23:16:57.776 | | dns_domain                | None                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | id                        | e059d14b-531f-4a29-819b-1bf5a6711ce7                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | ipv4_address_scope        | None                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | ipv6_address_scope        | None                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | is_default                | False                                                                                                                                                                                                    |
2022-02-14 23:16:57.776 | | is_vlan_transparent       | None                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | location                  | Munch({'cloud': 'devstack-admin', 'region_name': 'RegionOne', 'zone': None, 'project': Munch({'id': 'f05d21ee04d5439d895c63b76d931c5f', 'name': 'admin', 'domain_id': 'default', 'domain_name': None})}) |
2022-02-14 23:16:57.776 | | mtu                       | 1500                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | name                      | shared                                                                                                                                                                                                   |
2022-02-14 23:16:57.776 | | port_security_enabled     | True                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | project_id                | f05d21ee04d5439d895c63b76d931c5f                                                                                                                                                                         |
2022-02-14 23:16:57.776 | | provider:network_type     | vlan                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | provider:physical_network | physnet1                                                                                                                                                                                                 |
2022-02-14 23:16:57.776 | | provider:segmentation_id  | 352                                                                                                                                                                                                      |
2022-02-14 23:16:57.776 | | qos_policy_id             | None                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | revision_number           | 1                                                                                                                                                                                                        |
2022-02-14 23:16:57.776 | | router:external           | Internal                                                                                                                                                                                                 |
2022-02-14 23:16:57.776 | | segments                  | None                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | shared                    | True                                                                                                                                                                                                     |
2022-02-14 23:16:57.776 | | status                    | ACTIVE                                                                                                                                                                                                   |
2022-02-14 23:16:57.776 | | subnets                   |                                                                                                                                                                                                          |
2022-02-14 23:16:57.777 | | tags                      |                                                                                                                                                                                                          |
2022-02-14 23:16:57.777 | | updated_at                | 2022-02-14T23:16:57Z                                                                                                                                                                                     |
2022-02-14 23:16:57.777 | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:16:57.943 | ++ lib/tempest:configure_tempest:292        :   openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet
2022-02-14 23:17:00.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:17:00.650 |   from cryptography.utils import int_from_bytes
2022-02-14 23:17:00.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-02-14 23:17:00.650 |   from cryptography.utils import int_from_bytes
2022-02-14 23:17:00.650 | +----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:17:00.650 | | Field                | Value                                                                                                                                                                                                    |
2022-02-14 23:17:00.650 | +----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:17:00.650 | | allocation_pools     | 192.168.233.2-192.168.233.254                                                                                                                                                                            |
2022-02-14 23:17:00.650 | | cidr                 | 192.168.233.0/24                                                                                                                                                                                         |
2022-02-14 23:17:00.650 | | created_at           | 2022-02-14T23:17:00Z                                                                                                                                                                                     |
2022-02-14 23:17:00.650 | | description          | shared-subnet                                                                                                                                                                                            |
2022-02-14 23:17:00.650 | | dns_nameservers      |                                                                                                                                                                                                          |
2022-02-14 23:17:00.650 | | dns_publish_fixed_ip | None                                                                                                                                                                                                     |
2022-02-14 23:17:00.650 | | enable_dhcp          | True                                                                                                                                                                                                     |
2022-02-14 23:17:00.650 | | gateway_ip           | 192.168.233.1                                                                                                                                                                                            |
2022-02-14 23:17:00.650 | | host_routes          |                                                                                                                                                                                                          |
2022-02-14 23:17:00.650 | | id                   | 39b17d2d-5fe9-47c0-b444-958e42e9fbb3                                                                                                                                                                     |
2022-02-14 23:17:00.650 | | ip_version           | 4                                                                                                                                                                                                        |
2022-02-14 23:17:00.650 | | ipv6_address_mode    | None                                                                                                                                                                                                     |
2022-02-14 23:17:00.650 | | ipv6_ra_mode         | None                                                                                                                                                                                                     |
2022-02-14 23:17:00.651 | | location             | Munch({'cloud': 'devstack-admin', 'region_name': 'RegionOne', 'zone': None, 'project': Munch({'id': 'f05d21ee04d5439d895c63b76d931c5f', 'name': 'admin', 'domain_id': 'default', 'domain_name': None})}) |
2022-02-14 23:17:00.651 | | name                 | shared-subnet                                                                                                                                                                                            |
2022-02-14 23:17:00.651 | | network_id           | e059d14b-531f-4a29-819b-1bf5a6711ce7                                                                                                                                                                     |
2022-02-14 23:17:00.651 | | project_id           | f05d21ee04d5439d895c63b76d931c5f                                                                                                                                                                         |
2022-02-14 23:17:00.651 | | revision_number      | 0                                                                                                                                                                                                        |
2022-02-14 23:17:00.651 | | segment_id           | None                                                                                                                                                                                                     |
2022-02-14 23:17:00.651 | | service_types        |                                                                                                                                                                                                          |
2022-02-14 23:17:00.651 | | subnetpool_id        | None                                                                                                                                                                                                     |
2022-02-14 23:17:00.651 | | tags                 |                                                                                                                                                                                                          |
2022-02-14 23:17:00.651 | | updated_at           | 2022-02-14T23:17:00Z                                                                                                                                                                                     |
2022-02-14 23:17:00.651 | +----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2022-02-14 23:17:00.821 | ++ lib/tempest:configure_tempest:295        :   iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False
2022-02-14 23:17:00.857 | ++ lib/tempest:configure_tempest:298        :   iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest
2022-02-14 23:17:00.895 | ++ lib/tempest:configure_tempest:299        :   mkdir -p /opt/stack/data/tempest
2022-02-14 23:17:00.908 | ++ lib/tempest:configure_tempest:300        :   iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False
2022-02-14 23:17:00.938 | ++ lib/tempest:configure_tempest:301        :   iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log
2022-02-14 23:17:00.970 | ++ lib/tempest:configure_tempest:302        :   iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True
2022-02-14 23:17:01.003 | ++ lib/tempest:configure_tempest:305        :   iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196
2022-02-14 23:17:01.035 | ++ lib/tempest:configure_tempest:306        :   iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196
2022-02-14 23:17:01.070 | ++ lib/tempest:configure_tempest:309        :   iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.47/identity/v2.0/
2022-02-14 23:17:01.107 | ++ lib/tempest:configure_tempest:310        :   iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.47/identity/v3
2022-02-14 23:17:01.141 | ++ lib/tempest:configure_tempest:311        :   iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2
2022-02-14 23:17:01.174 | ++ lib/tempest:configure_tempest:312        :   iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10
2022-02-14 23:17:01.208 | ++ lib/tempest:configure_tempest:313        :   iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2
2022-02-14 23:17:01.241 | ++ lib/tempest:configure_tempest:314        :   [[ True == \T\r\u\e ]]
2022-02-14 23:17:01.243 | ++ lib/tempest:configure_tempest:315        :   iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin
2022-02-14 23:17:01.280 | ++ lib/tempest:configure_tempest:316        :   iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd
2022-02-14 23:17:01.314 | ++ lib/tempest:configure_tempest:317        :   iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin
2022-02-14 23:17:01.347 | ++ lib/tempest:configure_tempest:318        :   iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default
2022-02-14 23:17:01.380 | ++ lib/tempest:configure_tempest:320        :   '[' '' == True ']'
2022-02-14 23:17:01.383 | ++ lib/tempest:configure_tempest:325        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False
2022-02-14 23:17:01.417 | ++ lib/tempest:configure_tempest:327        :   iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3
2022-02-14 23:17:01.460 | ++ lib/tempest:configure_tempest:328        :   [[ '' != \v\2 ]]
2022-02-14 23:17:01.462 | ++ lib/tempest:configure_tempest:330        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False
2022-02-14 23:17:01.494 | ++ lib/tempest:configure_tempest:333        :   is_service_enabled tls-proxy
2022-02-14 23:17:01.512 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:17:01.514 | ++ lib/tempest:configure_tempest:338        :   [[ True = True ]]
2022-02-14 23:17:01.517 | ++ lib/tempest:configure_tempest:339        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True
2022-02-14 23:17:01.556 | ++ lib/tempest:configure_tempest:344        :   is_service_enabled ldap
2022-02-14 23:17:01.574 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:17:01.576 | ++ lib/tempest:configure_tempest:350        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True
2022-02-14 23:17:01.615 | ++ lib/tempest:configure_tempest:354        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True
2022-02-14 23:17:01.651 | ++ lib/tempest:configure_tempest:358        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True
2022-02-14 23:17:01.686 | ++ lib/tempest:configure_tempest:363        :   [[ ! -z '' ]]
2022-02-14 23:17:01.689 | ++ lib/tempest:configure_tempest:366        :   iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled import_image False
2022-02-14 23:17:01.726 | ++ lib/tempest:configure_tempest:367        :   iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True
2022-02-14 23:17:01.757 | ++ lib/tempest:configure_tempest:368        :   is_service_enabled g-api-r
2022-02-14 23:17:01.774 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:17:01.776 | ++ lib/tempest:configure_tempest:373        :   iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 275b7a69-4ac3-4a5f-be71-d03f420f09a3
2022-02-14 23:17:01.806 | ++ lib/tempest:configure_tempest:374        :   iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 275b7a69-4ac3-4a5f-be71-d03f420f09a3
2022-02-14 23:17:01.838 | ++ lib/tempest:configure_tempest:375        :   iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42
2022-02-14 23:17:01.872 | ++ lib/tempest:configure_tempest:376        :   iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84
2022-02-14 23:17:01.903 | ++ lib/tempest:configure_tempest:377        :   iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating
2022-02-14 23:17:01.936 | ++ lib/tempest:configure_tempest:378        :   is_service_enabled neutron
2022-02-14 23:17:01.959 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:17:01.961 | ++ lib/tempest:configure_tempest:386        :   [[ -n '' ]]
2022-02-14 23:17:01.964 | ++ lib/tempest:configure_tempest:396        :   local tempest_compute_min_microversion=None
2022-02-14 23:17:01.967 | ++ lib/tempest:configure_tempest:397        :   local tempest_compute_max_microversion=latest
2022-02-14 23:17:01.969 | ++ lib/tempest:configure_tempest:400        :   [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]]
2022-02-14 23:17:01.972 | ++ lib/tempest:configure_tempest:404        :   '[' None == None ']'
2022-02-14 23:17:01.974 | ++ lib/tempest:configure_tempest:405        :   inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion
2022-02-14 23:17:01.996 | ++ lib/tempest:configure_tempest:409        :   '[' latest == None ']'
2022-02-14 23:17:01.999 | ++ lib/tempest:configure_tempest:412        :   iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion latest
2022-02-14 23:17:02.033 | ++ lib/tempest:configure_tempest:415        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False
2022-02-14 23:17:02.071 | ++ lib/tempest:configure_tempest:416        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True
2022-02-14 23:17:02.107 | ++ lib/tempest:configure_tempest:417        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration False
2022-02-14 23:17:02.143 | ++ lib/tempest:configure_tempest:418        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False
2022-02-14 23:17:02.180 | ++ lib/tempest:configure_tempest:419        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True
2022-02-14 23:17:02.211 | ++ lib/tempest:configure_tempest:420        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False
2022-02-14 23:17:02.242 | ++ lib/tempest:configure_tempest:421        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume False
2022-02-14 23:17:02.275 | ++ lib/tempest:configure_tempest:424        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True
2022-02-14 23:17:02.307 | ++ lib/tempest:configure_tempest:426        :   [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]]
2022-02-14 23:17:02.309 | ++ lib/tempest:configure_tempest:427        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
2022-02-14 23:17:02.341 | ++ lib/tempest:configure_tempest:430        :   [[ False == \T\r\u\e ]]
2022-02-14 23:17:02.344 | ++ lib/tempest:configure_tempest:434        :   is_service_enabled n-novnc
2022-02-14 23:17:02.361 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:17:02.364 | ++ lib/tempest:configure_tempest:439        :   iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false
2022-02-14 23:17:02.395 | ++ lib/tempest:configure_tempest:440        :   iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 080a7a38-fa59-4fc3-87f3-bbfde91209d6
2022-02-14 23:17:02.427 | ++ lib/tempest:configure_tempest:441        :   iniset /opt/stack/tempest/etc/tempest.conf network public_router_id ''
2022-02-14 23:17:02.461 | ++ lib/tempest:configure_tempest:442        :   iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16
2022-02-14 23:17:02.498 | ++ lib/tempest:configure_tempest:443        :   iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True
2022-02-14 23:17:02.536 | ++ lib/tempest:configure_tempest:444        :   iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True
2022-02-14 23:17:02.569 | ++ lib/tempest:configure_tempest:445        :   iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True
2022-02-14 23:17:02.602 | ++ lib/tempest:configure_tempest:447        :   iniset /opt/stack/tempest/etc/tempest.conf enforce_scope neutron False
2022-02-14 23:17:02.637 | ++ lib/tempest:configure_tempest:450        :   SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files
2022-02-14 23:17:02.639 | ++ lib/tempest:configure_tempest:451        :   SCENARIO_IMAGE_FILE=
2022-02-14 23:17:02.642 | ++ lib/tempest:configure_tempest:452        :   iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/
2022-02-14 23:17:02.674 | ++ lib/tempest:configure_tempest:455        :   TEMPEST_SSH_NETWORK_NAME=private
2022-02-14 23:17:02.677 | ++ lib/tempest:configure_tempest:456        :   is_provider_network
2022-02-14 23:17:02.679 | ++ functions-common:is_provider_network:2274 :   '[' '' == True ']'
2022-02-14 23:17:02.681 | ++ functions-common:is_provider_network:2277 :   return 1
2022-02-14 23:17:02.685 | ++ lib/tempest:configure_tempest:460        :   iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True
2022-02-14 23:17:02.715 | ++ lib/tempest:configure_tempest:461        :   iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4
2022-02-14 23:17:02.746 | ++ lib/tempest:configure_tempest:462        :   iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196
2022-02-14 23:17:02.777 | ++ lib/tempest:configure_tempest:463        :   iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros
2022-02-14 23:17:02.807 | ++ lib/tempest:configure_tempest:464        :   iniset /opt/stack/tempest/etc/tempest.conf validation image_alt_ssh_user cirros
2022-02-14 23:17:02.837 | ++ lib/tempest:configure_tempest:465        :   iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private
2022-02-14 23:17:02.867 | ++ lib/tempest:configure_tempest:469        :   [[ ceph == *\l\v\m* ]]
2022-02-14 23:17:02.870 | +++ lib/tempest:configure_tempest:472        :   trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT
2022-02-14 23:17:02.890 | ++ lib/tempest:configure_tempest:472        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False
2022-02-14 23:17:02.924 | ++ lib/tempest:configure_tempest:474        :   [[ ceph == *\l\v\m* ]]
2022-02-14 23:17:02.927 | +++ lib/tempest:configure_tempest:477        :   trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME
2022-02-14 23:17:02.945 | ++ lib/tempest:configure_tempest:477        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume False
2022-02-14 23:17:02.975 | ++ lib/tempest:configure_tempest:480        :   [[ ceph == *\l\v\m* ]]
2022-02-14 23:17:02.978 | +++ lib/tempest:configure_tempest:483        :   trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME
2022-02-14 23:17:02.996 | ++ lib/tempest:configure_tempest:483        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False
2022-02-14 23:17:03.026 | ++ lib/tempest:configure_tempest:485        :   [[ ceph == *\l\v\m* ]]
2022-02-14 23:17:03.029 | +++ lib/tempest:configure_tempest:488        :   trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT
2022-02-14 23:17:03.047 | ++ lib/tempest:configure_tempest:488        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert False
2022-02-14 23:17:03.078 | ++ lib/tempest:configure_tempest:489        :   local tempest_volume_min_microversion=None
2022-02-14 23:17:03.080 | ++ lib/tempest:configure_tempest:490        :   local tempest_volume_max_microversion=latest
2022-02-14 23:17:03.083 | ++ lib/tempest:configure_tempest:491        :   '[' None == None ']'
2022-02-14 23:17:03.085 | ++ lib/tempest:configure_tempest:492        :   inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion
2022-02-14 23:17:03.104 | ++ lib/tempest:configure_tempest:497        :   '[' latest == None ']'
2022-02-14 23:17:03.107 | ++ lib/tempest:configure_tempest:500        :   iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion latest
2022-02-14 23:17:03.139 | ++ lib/tempest:configure_tempest:503        :   is_service_enabled c-bak
2022-02-14 23:17:03.156 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:17:03.159 | ++ lib/tempest:configure_tempest:504        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled backup False
2022-02-14 23:17:03.191 | ++ lib/tempest:configure_tempest:510        :   [[ -n ceph ]]
2022-02-14 23:17:03.194 | ++ lib/tempest:configure_tempest:510        :   [[ ceph =~ .*,.* ]]
2022-02-14 23:17:03.196 | ++ lib/tempest:configure_tempest:530        :   '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']'
2022-02-14 23:17:03.199 | ++ lib/tempest:configure_tempest:534        :   '[' default '!=' default -o ceph '!=' iSCSI ']'
2022-02-14 23:17:03.202 | ++ lib/tempest:configure_tempest:536        :   iniset /opt/stack/tempest/etc/tempest.conf volume storage_protocol ceph
2022-02-14 23:17:03.230 | ++ lib/tempest:configure_tempest:544        :   local tempest_placement_min_microversion=None
2022-02-14 23:17:03.233 | ++ lib/tempest:configure_tempest:545        :   local tempest_placement_max_microversion=latest
2022-02-14 23:17:03.236 | ++ lib/tempest:configure_tempest:546        :   '[' None == None ']'
2022-02-14 23:17:03.238 | ++ lib/tempest:configure_tempest:547        :   inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion
2022-02-14 23:17:03.258 | ++ lib/tempest:configure_tempest:551        :   '[' latest == None ']'
2022-02-14 23:17:03.261 | ++ lib/tempest:configure_tempest:554        :   iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion latest
2022-02-14 23:17:03.293 | ++ lib/tempest:configure_tempest:558        :   '[' libvirt = ironic ']'
2022-02-14 23:17:03.295 | ++ lib/tempest:configure_tempest:572        :   '[' libvirt = libvirt ']'
2022-02-14 23:17:03.298 | ++ lib/tempest:configure_tempest:574        :   '[' kvm = lxc ']'
2022-02-14 23:17:03.300 | ++ lib/tempest:configure_tempest:581        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve_migrate True
2022-02-14 23:17:03.330 | ++ lib/tempest:configure_tempest:582        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True
2022-02-14 23:17:03.360 | ++ lib/tempest:configure_tempest:583        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True
2022-02-14 23:17:03.393 | ++ lib/tempest:configure_tempest:596        :   local service
2022-02-14 23:17:03.395 | ++ lib/tempest:configure_tempest:597        :   local tempest_services=key,glance,nova,neutron,cinder,swift,horizon
2022-02-14 23:17:03.398 | ++ lib/tempest:configure_tempest:598        :   for service in ${tempest_services//,/ }
2022-02-14 23:17:03.401 | ++ lib/tempest:configure_tempest:599        :   is_service_enabled key
2022-02-14 23:17:03.420 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:17:03.422 | ++ lib/tempest:configure_tempest:600        :   iniset /opt/stack/tempest/etc/tempest.conf service_available key True
2022-02-14 23:17:03.461 | ++ lib/tempest:configure_tempest:598        :   for service in ${tempest_services//,/ }
2022-02-14 23:17:03.463 | ++ lib/tempest:configure_tempest:599        :   is_service_enabled glance
2022-02-14 23:17:03.484 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:17:03.486 | ++ lib/tempest:configure_tempest:600        :   iniset /opt/stack/tempest/etc/tempest.conf service_available glance True
2022-02-14 23:17:03.518 | ++ lib/tempest:configure_tempest:598        :   for service in ${tempest_services//,/ }
2022-02-14 23:17:03.520 | ++ lib/tempest:configure_tempest:599        :   is_service_enabled nova
2022-02-14 23:17:03.547 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:17:03.550 | ++ lib/tempest:configure_tempest:600        :   iniset /opt/stack/tempest/etc/tempest.conf service_available nova True
2022-02-14 23:17:03.582 | ++ lib/tempest:configure_tempest:598        :   for service in ${tempest_services//,/ }
2022-02-14 23:17:03.584 | ++ lib/tempest:configure_tempest:599        :   is_service_enabled neutron
2022-02-14 23:17:03.603 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:17:03.607 | ++ lib/tempest:configure_tempest:600        :   iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True
2022-02-14 23:17:03.640 | ++ lib/tempest:configure_tempest:598        :   for service in ${tempest_services//,/ }
2022-02-14 23:17:03.643 | ++ lib/tempest:configure_tempest:599        :   is_service_enabled cinder
2022-02-14 23:17:03.662 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:17:03.664 | ++ lib/tempest:configure_tempest:600        :   iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True
2022-02-14 23:17:03.696 | ++ lib/tempest:configure_tempest:598        :   for service in ${tempest_services//,/ }
2022-02-14 23:17:03.699 | ++ lib/tempest:configure_tempest:599        :   is_service_enabled swift
2022-02-14 23:17:03.718 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:17:03.721 | ++ lib/tempest:configure_tempest:602        :   iniset /opt/stack/tempest/etc/tempest.conf service_available swift False
2022-02-14 23:17:03.752 | ++ lib/tempest:configure_tempest:598        :   for service in ${tempest_services//,/ }
2022-02-14 23:17:03.754 | ++ lib/tempest:configure_tempest:599        :   is_service_enabled horizon
2022-02-14 23:17:03.772 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:17:03.775 | ++ lib/tempest:configure_tempest:602        :   iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False
2022-02-14 23:17:03.808 | ++ lib/tempest:configure_tempest:606        :   iniset /opt/stack/tempest/etc/tempest.conf enforce_scope glance False
2022-02-14 23:17:03.838 | ++ lib/tempest:configure_tempest:608        :   iniset /opt/stack/tempest/etc/tempest.conf enforce_scope cinder False
2022-02-14 23:17:03.869 | ++ lib/tempest:configure_tempest:610        :   '[' libvirt = libvirt ']'
2022-02-14 23:17:03.872 | ++ lib/tempest:configure_tempest:610        :   '[' kvm = lxc ']'
2022-02-14 23:17:03.875 | ++ lib/tempest:configure_tempest:620        :   local tmp_cfg_file
2022-02-14 23:17:03.879 | +++ lib/tempest:configure_tempest:621        :   mktemp
2022-02-14 23:17:03.905 | ++ lib/tempest:configure_tempest:621        :   tmp_cfg_file=/tmp/tmp.zum0aO2kmF
2022-02-14 23:17:03.908 | ++ lib/tempest:configure_tempest:622        :   cd /opt/stack/tempest
2022-02-14 23:17:03.910 | ++ lib/tempest:configure_tempest:623        :   [[ False != \T\r\u\e ]]
2022-02-14 23:17:03.913 | ++ lib/tempest:configure_tempest:624        :   tox -revenv-tempest --notest
2022-02-14 23:17:04.632 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest
2022-02-14 23:17:06.211 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt
2022-02-14 23:17:24.065 | venv-tempest develop-inst: /opt/stack/tempest
2022-02-14 23:17:31.064 | venv-tempest installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.0.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@42f6cb522ecf513e05d39f958a01b326135def99#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3
2022-02-14 23:17:31.065 | ___________________________________ summary ____________________________________
2022-02-14 23:17:31.065 |   venv-tempest: skipped tests
2022-02-14 23:17:31.065 |   congratulations :)
2022-02-14 23:17:31.099 | ++ lib/tempest:configure_tempest:627        :   local tmp_u_c_m
2022-02-14 23:17:31.103 | +++ lib/tempest:configure_tempest:628        :   mktemp -t tempest_u_c_m.XXXXXXXXXX
2022-02-14 23:17:31.108 | ++ lib/tempest:configure_tempest:628        :   tmp_u_c_m=/tmp/tempest_u_c_m.wOINAK0jl2
2022-02-14 23:17:31.111 | ++ lib/tempest:configure_tempest:629        :   set_tempest_venv_constraints /tmp/tempest_u_c_m.wOINAK0jl2
2022-02-14 23:17:31.113 | ++ lib/tempest:set_tempest_venv_constraints:114 :   local tmp_c
2022-02-14 23:17:31.116 | ++ lib/tempest:set_tempest_venv_constraints:115 :   tmp_c=/tmp/tempest_u_c_m.wOINAK0jl2
2022-02-14 23:17:31.119 | ++ lib/tempest:set_tempest_venv_constraints:116 :   [[ master == \m\a\s\t\e\r ]]
2022-02-14 23:17:31.122 | ++ lib/tempest:set_tempest_venv_constraints:117 :   cd /opt/stack/requirements
2022-02-14 23:17:31.125 | ++ lib/tempest:set_tempest_venv_constraints:118 :   git show master:upper-constraints.txt
2022-02-14 23:17:31.132 | ++ lib/tempest:configure_tempest:630        :   tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.wOINAK0jl2 -r requirements.txt
2022-02-14 23:17:32.856 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/easy_install.py:158: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
2022-02-14 23:17:32.856 |   warnings.warn(
2022-02-14 23:17:32.856 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
2022-02-14 23:17:32.856 |   warnings.warn(
2022-02-14 23:17:32.948 | venv-tempest develop-inst-noop: /opt/stack/tempest
2022-02-14 23:17:33.897 | venv-tempest installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.0.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@42f6cb522ecf513e05d39f958a01b326135def99#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3
2022-02-14 23:17:33.898 | venv-tempest run-test-pre: PYTHONHASHSEED='1094467593'
2022-02-14 23:17:33.899 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.wOINAK0jl2 -r requirements.txt
2022-02-14 23:17:35.855 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2022-02-14 23:17:35.876 | 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.8.1)
2022-02-14 23:17:35.879 | 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.10.0)
2022-02-14 23:17:35.880 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0)
2022-02-14 23:17:35.881 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0)
2022-02-14 23:17:35.883 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.1)
2022-02-14 23:17:35.885 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (36.0.1)
2022-02-14 23:17:35.886 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (0.8.0)
2022-02-14 23:17:35.887 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (4.5.0)
2022-02-14 23:17:35.889 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (8.7.1)
2022-02-14 23:17:35.890 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (4.6.1)
2022-02-14 23:17:35.892 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (3.2.1)
2022-02-14 23:17:35.893 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.2.0)
2022-02-14 23:17:35.895 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (4.12.1)
2022-02-14 23:17:35.896 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.0.0)
2022-02-14 23:17:35.898 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (6.0)
2022-02-14 23:17:35.900 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (1.4.0)
2022-02-14 23:17:35.901 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (3.5.0)
2022-02-14 23:17:35.903 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (3.0.0)
2022-02-14 23:17:35.905 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (1.26.8)
2022-02-14 23:17:35.907 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (2.4.0)
2022-02-14 23:17:35.925 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.0)
2022-02-14 23:17:35.927 | 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)) (3.0.7)
2022-02-14 23:17:35.928 | 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)) (2.3.3)
2022-02-14 23:17:35.959 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (60.8.2)
2022-02-14 23:17:35.961 | 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)) (21.4.0)
2022-02-14 23:17:35.963 | 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.18.1)
2022-02-14 23:17:35.964 | Requirement already satisfied: six>=1.11.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (1.16.0)
2022-02-14 23:17:35.975 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0)
2022-02-14 23:17:36.012 | 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)
2022-02-14 23:17:36.014 | 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.5.0)
2022-02-14 23:17:36.056 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.8/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.0)
2022-02-14 23:17:36.071 | 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 11)) (5.1.0)
2022-02-14 23:17:36.073 | 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 11)) (0.17.3)
2022-02-14 23:17:36.115 | 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 12)) (1.5.0)
2022-02-14 23:17:36.117 | 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 12)) (2.27.1)
2022-02-14 23:17:36.161 | 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 13)) (3.4.0)
2022-02-14 23:17:36.164 | 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 13)) (2.8.2)
2022-02-14 23:17:36.168 | 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 13)) (0.9.6)
2022-02-14 23:17:36.201 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.2)
2022-02-14 23:17:36.203 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.2)
2022-02-14 23:17:36.214 | 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 15)) (1.0.3)
2022-02-14 23:17:36.216 | 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 15)) (2021.3)
2022-02-14 23:17:36.232 | 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 16)) (1.0.2)
2022-02-14 23:17:36.233 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (21.3)
2022-02-14 23:17:36.245 | 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 16)) (0.11.0)
2022-02-14 23:17:36.342 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5)
2022-02-14 23:17:36.379 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.13.3)
2022-02-14 23:17:36.488 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21)
2022-02-14 23:17:36.551 | 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)
2022-02-14 23:17:36.745 | 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 12)) (2021.10.8)
2022-02-14 23:17:36.748 | Requirement already satisfied: charset-normalizer~=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.12)
2022-02-14 23:17:36.750 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3)
2022-02-14 23:17:37.156 | ___________________________________ summary ____________________________________
2022-02-14 23:17:37.156 |   venv-tempest: commands succeeded
2022-02-14 23:17:37.156 |   congratulations :)
2022-02-14 23:17:37.192 | ++ lib/tempest:configure_tempest:631        :   rm -f /tmp/tempest_u_c_m.wOINAK0jl2
2022-02-14 23:17:37.196 | ++ lib/tempest:configure_tempest:634        :   [[ False == \T\r\u\e ]]
2022-02-14 23:17:37.199 | ++ lib/tempest:configure_tempest:642        :   [[ True == \F\a\l\s\e ]]
2022-02-14 23:17:37.202 | ++ lib/tempest:configure_tempest:646        :   iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True
2022-02-14 23:17:37.238 | ++ lib/tempest:configure_tempest:652        :   tox -evenv -- tempest verify-config -uro /tmp/tmp.zum0aO2kmF
2022-02-14 23:17:37.953 | venv create: /opt/stack/tempest/.tox/venv
2022-02-14 23:17:39.245 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt
2022-02-14 23:18:05.784 | venv develop-inst: /opt/stack/tempest
2022-02-14 23:18:14.874 | venv installed: alabaster==0.7.12,attrs==21.4.0,autopage==0.5.0,Babel==2.9.1,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,docutils==0.17.1,dulwich==0.20.32,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,imagesize==1.3.0,importlib-metadata==4.11.0,iso8601==1.0.2,Jinja2==3.0.3,jsonschema==3.2.0,MarkupSafe==2.0.1,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==2.3.1,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.0.0,pycparser==2.21,Pygments==2.11.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,reno==3.5.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==4.4.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-svg2pdfconverter==1.2.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@42f6cb522ecf513e05d39f958a01b326135def99#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.7.0
2022-02-14 23:18:14.875 | venv run-test-pre: PYTHONHASHSEED='1432544026'
2022-02-14 23:18:14.875 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.zum0aO2kmF
2022-02-14 23:18:17.877 | /opt/stack/tempest/tempest/lib/services/image/v1/__init__.py:24: DeprecationWarning: The tempest.lib.services.image.v1 module (Image v1 APIs service clients) is deprecated in favor of tempest.lib.services.image.v2 (Image v2 APIs service clients) and will be removed once Tempest stop supporting stable Ussuri.
2022-02-14 23:18:17.877 |   warnings.warn(
2022-02-14 23:18:17.877 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby.
2022-02-14 23:18:17.877 |   warnings.warn(
2022-02-14 23:18:17.877 | /opt/stack/tempest/tempest/lib/services/clients.py:210: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version
2022-02-14 23:18:17.877 |   _client = klass(auth_provider=auth_provider, **kwargs)
2022-02-14 23:18:17.877 | Config option api_v2 in group image-feature-enabled should be changed to: False
2022-02-14 23:18:17.996 | ___________________________________ summary ____________________________________
2022-02-14 23:18:17.996 |   venv: commands succeeded
2022-02-14 23:18:17.996 |   congratulations :)
2022-02-14 23:18:18.030 | ++ lib/tempest:configure_tempest:657        :   is_service_enabled q-metering
2022-02-14 23:18:18.049 | ++ functions-common:is_service_enabled:2081 :   return 1
2022-02-14 23:18:18.051 | ++ lib/tempest:configure_tempest:658        :   DISABLE_NETWORK_API_EXTENSIONS+=', metering'
2022-02-14 23:18:18.055 | ++ lib/tempest:configure_tempest:662        :   is_service_enabled q-l3
2022-02-14 23:18:18.072 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:18:18.075 | ++ lib/tempest:configure_tempest:666        :   local network_api_extensions=all
2022-02-14 23:18:18.077 | ++ lib/tempest:configure_tempest:667        :   [[ ! -z , metering ]]
2022-02-14 23:18:18.081 | +++ lib/tempest:configure_tempest:669        :   iniget /tmp/tmp.zum0aO2kmF network-feature-enabled api_extensions
2022-02-14 23:18:18.081 | +++ lib/tempest:configure_tempest:669        :   tr -d ' '
2022-02-14 23:18:18.106 | ++ lib/tempest:configure_tempest:669        :   network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-device-profile,port-mac-address-regenerate,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops
2022-02-14 23:18:18.109 | +++ lib/tempest:configure_tempest:671        :   remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-device-profile,port-mac-address-regenerate,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering
2022-02-14 23:18:18.112 | +++ lib/tempest:remove_disabled_extensions:99 :   local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-device-profile,port-mac-address-regenerate,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops
2022-02-14 23:18:18.115 | +++ lib/tempest:remove_disabled_extensions:100 :   shift
2022-02-14 23:18:18.118 | +++ lib/tempest:remove_disabled_extensions:101 :   local 'disabled_exts=, metering'
2022-02-14 23:18:18.120 | +++ lib/tempest:remove_disabled_extensions:102 :   remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-device-profile,port-mac-address-regenerate,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering'
2022-02-14 23:18:18.141 | +++ functions-common:remove_disabled_services:2112 :   _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-device-profile,port-mac-address-regenerate,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops
2022-02-14 23:18:18.161 | ++ lib/tempest:configure_tempest:671        :   network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-device-profile,port-mac-address-regenerate,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops
2022-02-14 23:18:18.165 | ++ lib/tempest:configure_tempest:673        :   [[ -n '' ]]
2022-02-14 23:18:18.167 | ++ lib/tempest:configure_tempest:676        :   iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-device-profile,port-mac-address-regenerate,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops
2022-02-14 23:18:18.198 | ++ lib/tempest:configure_tempest:678        :   local object_storage_api_extensions=all
2022-02-14 23:18:18.201 | ++ lib/tempest:configure_tempest:679        :   [[ ! -z '' ]]
2022-02-14 23:18:18.203 | ++ lib/tempest:configure_tempest:685        :   iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis all
2022-02-14 23:18:18.241 | ++ lib/tempest:configure_tempest:687        :   local volume_api_extensions=all
2022-02-14 23:18:18.244 | ++ lib/tempest:configure_tempest:688        :   [[ ! -z '' ]]
2022-02-14 23:18:18.246 | ++ lib/tempest:configure_tempest:694        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions all
2022-02-14 23:18:18.276 | ++ lib/tempest:configure_tempest:697        :   IFS=' 	
2022-02-14 23:18:18.276 | '
2022-02-14 23:18:18.278 | ++ extras.d/80-tempest.sh:source:23         :   echo_summary 'Installing Tempest Plugins'
2022-02-14 23:18:18.281 | ++ ./stack.sh:echo_summary:440              :   [[ -t 3 ]]
2022-02-14 23:18:18.283 | ++ ./stack.sh:echo_summary:446              :   echo -e Installing Tempest Plugins
2022-02-14 23:18:18.286 | ++ extras.d/80-tempest.sh:source:24         :   install_tempest_plugins
2022-02-14 23:18:18.289 | ++ lib/tempest:install_tempest_plugins:726  :   pushd /opt/stack/tempest
2022-02-14 23:18:18.289 | /opt/stack/tempest /opt/stack/tempest
2022-02-14 23:18:18.291 | ++ lib/tempest:install_tempest_plugins:727  :   [[ 0 != 0 ]]
2022-02-14 23:18:18.294 | ++ lib/tempest:install_tempest_plugins:736  :   popd
2022-02-14 23:18:18.294 | /opt/stack/tempest
2022-02-14 23:18:18.296 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:18:18.299 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:18:18.302 | + functions-common:run_phase:1874          :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:18:18.305 | + functions-common:run_phase:1877          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2022-02-14 23:18:18.308 | + functions-common:run_phase:1880          :   run_plugins stack test-config
2022-02-14 23:18:18.311 | + functions-common:run_plugins:1839        :   local mode=stack
2022-02-14 23:18:18.314 | + functions-common:run_plugins:1840        :   local phase=test-config
2022-02-14 23:18:18.317 | + functions-common:run_plugins:1842        :   local plugins=,devstack-plugin-ceph
2022-02-14 23:18:18.319 | + functions-common:run_plugins:1843        :   local plugin
2022-02-14 23:18:18.322 | + functions-common:run_plugins:1844        :   for plugin in ${plugins//,/ }
2022-02-14 23:18:18.325 | + functions-common:run_plugins:1845        :   local dir=/opt/stack/devstack-plugin-ceph
2022-02-14 23:18:18.328 | + functions-common:run_plugins:1846        :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/plugin.sh ]]
2022-02-14 23:18:18.331 | + functions-common:run_plugins:1847        :   source /opt/stack/devstack-plugin-ceph/devstack/plugin.sh stack test-config
2022-02-14 23:18:18.335 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:3 :   [[ stack == \s\o\u\r\c\e ]]
2022-02-14 23:18:18.337 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:18:18.340 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ test-config == \p\r\e\-\i\n\s\t\a\l\l ]]
2022-02-14 23:18:18.343 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:32 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:18:18.346 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:32 :   [[ test-config == \i\n\s\t\a\l\l ]]
2022-02-14 23:18:18.348 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:44 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:18:18.351 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:44 :   [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:18:18.354 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:95 :   [[ stack == \s\t\a\c\k ]]
2022-02-14 23:18:18.357 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:95 :   [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]]
2022-02-14 23:18:18.359 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:96 :   is_service_enabled tempest
2022-02-14 23:18:18.378 | ++ functions-common:is_service_enabled:2081 :   return 0
2022-02-14 23:18:18.380 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:97 :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume False
2022-02-14 23:18:18.415 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:101 :   [[ master =~ stable/(ocata|pike) ]]
2022-02-14 23:18:18.418 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:104 :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve True
2022-02-14 23:18:18.449 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:108 :   [[ master =~ stable/(ocata|pike|queens|rocky) ]]
2022-02-14 23:18:18.452 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:111 :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True
2022-02-14 23:18:18.485 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:115 :   [[ master =~ stable/(ocata|pike|queens|rocky|stein|train) ]]
2022-02-14 23:18:18.487 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:118 :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True
2022-02-14 23:18:18.520 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:125 :   [[ stack == \u\n\s\t\a\c\k ]]
2022-02-14 23:18:18.523 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:139 :   [[ stack == \c\l\e\a\n ]]
2022-02-14 23:18:18.530 | + ./stack.sh:main:1490                     :   merge_config_group /home/ubuntu/devstack/local.conf test-config
2022-02-14 23:18:18.532 | + inc/meta-config:merge_config_group:171   :   local localfile=/home/ubuntu/devstack/local.conf
2022-02-14 23:18:18.535 | + inc/meta-config:merge_config_group:171   :   shift
2022-02-14 23:18:18.538 | + inc/meta-config:merge_config_group:172   :   local matchgroups=test-config
2022-02-14 23:18:18.541 | + inc/meta-config:merge_config_group:174   :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:18:18.544 | + inc/meta-config:merge_config_group:176   :   local configfile group
2022-02-14 23:18:18.547 | + inc/meta-config:merge_config_group:177   :   for group in $matchgroups
2022-02-14 23:18:18.550 | ++ inc/meta-config:merge_config_group:178   :   get_meta_section_files /home/ubuntu/devstack/local.conf test-config
2022-02-14 23:18:18.554 | ++ inc/meta-config:get_meta_section_files:63 :   local file=/home/ubuntu/devstack/local.conf
2022-02-14 23:18:18.557 | ++ inc/meta-config:get_meta_section_files:64 :   local matchgroup=test-config
2022-02-14 23:18:18.560 | ++ inc/meta-config:get_meta_section_files:66 :   [[ -r /home/ubuntu/devstack/local.conf ]]
2022-02-14 23:18:18.563 | ++ inc/meta-config:get_meta_section_files:68 :   awk -v matchgroup=test-config '
2022-02-14 23:18:18.563 |         /^\[\[.+\|.*\]\]/ {
2022-02-14 23:18:18.563 |             gsub("[][]", "", $1);
2022-02-14 23:18:18.563 |             split($1, a, "|");
2022-02-14 23:18:18.563 |             if (a[1] == matchgroup)
2022-02-14 23:18:18.564 |                 print a[2]
2022-02-14 23:18:18.564 |         }
2022-02-14 23:18:18.564 |     ' /home/ubuntu/devstack/local.conf

=========================
DevStack Component Timing
 (times are in seconds)  
=========================
wait_for_service      25
pip_install          284
apt-get              493
run_process           30
dbsync                10
git_timed             12
apt-get-update         2
test_with_retry        6
async_wait           106
osc                  440
-------------------------
Unaccounted time      84
=========================
Total runtime        1492

=================
 Async summary
=================
 Time spent in the background minus waits: 531 sec
 Elapsed time: 1492 sec
 Time if we did everything serially: 2023 sec
 Speedup:  1.3559



This is your host IP address: 10.222.0.47
This is your host IPv6 address: ::1
Keystone is serving at http://10.222.0.47/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: yoga
Change: 1107a36c115f8ce902209c1779cd1aeb4dfb0727 Use ping instead of arping for br-data 2022-02-14 22:51:52 +0000
OS Version: Ubuntu 20.04 focal