2024-04-03 08:09:59.146 | + stack.sh:main:513 : exec 2024-04-03 08:09:59.146 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-04-03-080959' 2024-04-03 08:09:59.146 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-04-03-080959.summary.2024-04-03-080959 2024-04-03 08:09:59.146 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:09:59.146 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-04-03-080959 2024-04-03 08:09:59.146 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-04-03-080959 /opt/stack//logs/stack.sh.log 2024-04-03 08:09:59.146 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-04-03-080959.summary.2024-04-03-080959 /opt/stack//logs/stack.sh.log.summary 2024-04-03 08:09:59.146 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-04-03 08:09:59.146 | + functions:check_path_perm_sanity:607 : local real_path 2024-04-03 08:09:59.146 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-04-03 08:09:59.146 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-04-03 08:09:59.146 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-04-03 08:09:59.146 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-04-03 08:09:59.146 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-04-03 08:09:59.146 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-04-03 08:09:59.146 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-04-03 08:09:59.146 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-04-03 08:09:59.147 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-04-03 08:09:59.148 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-04-03 08:09:59.149 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-04-03 08:09:59.151 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-04-03 08:09:59.153 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-04-03 08:09:59.154 | + stack.sh:main:545 : trap exit_trap EXIT 2024-04-03 08:09:59.156 | + stack.sh:main:586 : trap err_trap ERR 2024-04-03 08:09:59.157 | + stack.sh:main:599 : set -o errexit 2024-04-03 08:09:59.158 | + stack.sh:main:602 : uname -a 2024-04-03 08:09:59.159 | Linux devstack 6.5.0-25-generic #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-04-03 08:09:59.161 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-04-03 08:09:59.162 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-04-03 08:09:59.164 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-04-03 08:09:59.187 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-04-03 08:09:59.198 | + stack.sh:main:616 : fetch_plugins 2024-04-03 08:09:59.199 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-04-03 08:09:59.200 | + functions-common:fetch_plugins:1782 : local plugin 2024-04-03 08:09:59.202 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-04-03 08:09:59.203 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-04-03 08:09:59.203 | Fetching DevStack plugins 2024-04-03 08:09:59.205 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-04-03 08:09:59.206 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-04-03 08:09:59.207 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-04-03 08:09:59.208 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-04-03 08:09:59.210 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-04-03 08:09:59.211 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-04-03 08:09:59.212 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-04-03 08:09:59.214 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-04-03 08:09:59.215 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-04-03 08:09:59.216 | + functions-common:git_clone:614 : local git_ref=devstack 2024-04-03 08:09:59.218 | + functions-common:git_clone:615 : local orig_dir 2024-04-03 08:09:59.219 | ++ functions-common:git_clone:616 : pwd 2024-04-03 08:09:59.221 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:09:59.222 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:09:59.224 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:09:59.233 | + functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:09:59.235 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-03 08:09:59.236 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-03 08:09:59.237 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:09:59.239 | + functions-common:git_clone:633 : echo devstack 2024-04-03 08:09:59.239 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:09:59.242 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-04-03 08:09:59.243 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-03 08:09:59.245 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-04-03 08:09:59.246 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:09:59.247 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:09:59.249 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:09:59.250 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:09:59.251 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:09:59.253 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:09:59.254 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:09:59.255 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:09:59.257 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:09:59.259 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131799258 2024-04-03 08:09:59.260 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-04-03 08:09:59.264 | Cloning into '/opt/stack/networking-nsx-t'... 2024-04-03 08:10:00.277 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:10:00.279 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:00.280 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:00.281 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:00.283 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:00.284 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:00.285 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:10:00.287 | + functions-common:time_stop:2442 : start_time=1712131799258 2024-04-03 08:10:00.288 | + functions-common:time_stop:2444 : [[ -z 1712131799258 ]] 2024-04-03 08:10:00.290 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:00.292 | + functions-common:time_stop:2447 : end_time=1712131800291 2024-04-03 08:10:00.293 | + functions-common:time_stop:2448 : elapsed_time=1033 2024-04-03 08:10:00.295 | + functions-common:time_stop:2449 : total=0 2024-04-03 08:10:00.296 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:00.297 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1033 2024-04-03 08:10:00.299 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-04-03 08:10:00.300 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-04-03 08:10:00.301 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:10:00.303 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:10:00.304 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:10:00.305 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:10:00.307 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:10:00.308 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:10:00.309 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:10:00.310 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:10:00.312 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:10:00.314 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131800313 2024-04-03 08:10:00.316 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-04-03 08:10:01.148 | From https://github.com/sapcc/networking-nsx-t 2024-04-03 08:10:01.148 | * branch devstack -> FETCH_HEAD 2024-04-03 08:10:01.152 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:10:01.153 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:01.155 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:01.156 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:01.157 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:01.158 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:01.160 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:10:01.161 | + functions-common:time_stop:2442 : start_time=1712131800313 2024-04-03 08:10:01.162 | + functions-common:time_stop:2444 : [[ -z 1712131800313 ]] 2024-04-03 08:10:01.164 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:01.166 | + functions-common:time_stop:2447 : end_time=1712131801165 2024-04-03 08:10:01.168 | + functions-common:time_stop:2448 : elapsed_time=852 2024-04-03 08:10:01.169 | + functions-common:time_stop:2449 : total=1033 2024-04-03 08:10:01.170 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:01.172 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1885 2024-04-03 08:10:01.173 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-03 08:10:01.174 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:10:01.176 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:10:01.177 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:10:01.178 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:10:01.179 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:10:01.181 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:10:01.182 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:10:01.183 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:10:01.185 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:10:01.188 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131801186 2024-04-03 08:10:01.189 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-03 08:10:01.199 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:10:01.199 | 2024-04-03 08:10:01.199 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:10:01.199 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:10:01.199 | state without impacting any branches by switching back to a branch. 2024-04-03 08:10:01.199 | 2024-04-03 08:10:01.199 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:10:01.199 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:10:01.199 | 2024-04-03 08:10:01.199 | git switch -c 2024-04-03 08:10:01.199 | 2024-04-03 08:10:01.199 | Or undo this operation with: 2024-04-03 08:10:01.199 | 2024-04-03 08:10:01.199 | git switch - 2024-04-03 08:10:01.199 | 2024-04-03 08:10:01.199 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:10:01.199 | 2024-04-03 08:10:01.199 | HEAD is now at 68e8db3 WIP: Add devstack plugin 2024-04-03 08:10:01.201 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:10:01.202 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:01.204 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:01.205 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:01.206 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:01.208 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:01.209 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:10:01.210 | + functions-common:time_stop:2442 : start_time=1712131801186 2024-04-03 08:10:01.212 | + functions-common:time_stop:2444 : [[ -z 1712131801186 ]] 2024-04-03 08:10:01.213 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:01.216 | + functions-common:time_stop:2447 : end_time=1712131801214 2024-04-03 08:10:01.217 | + functions-common:time_stop:2448 : elapsed_time=28 2024-04-03 08:10:01.218 | + functions-common:time_stop:2449 : total=1885 2024-04-03 08:10:01.220 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:01.221 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1913 2024-04-03 08:10:01.222 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-04-03 08:10:01.231 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-04-03 08:10:01.233 | + functions-common:git_clone:696 : git show --oneline 2024-04-03 08:10:01.233 | + functions-common:git_clone:696 : head -1 2024-04-03 08:10:01.235 | 68e8db3 WIP: Add devstack plugin 2024-04-03 08:10:01.236 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:10:01.238 | + stack.sh:main:620 : run_phase override_defaults 2024-04-03 08:10:01.239 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-04-03 08:10:01.241 | + functions-common:run_phase:1864 : local phase= 2024-04-03 08:10:01.242 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-03 08:10:01.243 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-03 08:10:01.245 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-03 08:10:01.246 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-03 08:10:01.248 | + functions-common:run_phase:1873 : local extra 2024-04-03 08:10:01.249 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-03 08:10:01.252 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-03 08:10:01.253 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-03 08:10:01.255 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-03 08:10:01.256 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-04-03 08:10:01.258 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-03 08:10:01.267 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:01.268 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-04-03 08:10:01.269 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-03 08:10:01.271 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-03 08:10:01.272 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-03 08:10:01.273 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-03 08:10:01.274 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-03 08:10:01.276 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-04-03 08:10:01.277 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-04-03 08:10:01.279 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-04-03 08:10:01.280 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-03 08:10:01.281 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-04-03 08:10:01.283 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-04-03 08:10:01.284 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-04-03 08:10:01.285 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-04-03 08:10:01.287 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-04-03 08:10:01.287 | Overriding Configuration Defaults 2024-04-03 08:10:01.288 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-04-03 08:10:01.289 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-04-03 08:10:01.291 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-04-03 08:10:01.292 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-04-03 08:10:01.303 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-04-03 08:10:01.304 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-04-03 08:10:01.313 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:10:01.315 | +++ lib/tls:source:43 : hostname -f 2024-04-03 08:10:01.317 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-04-03 08:10:01.319 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-04-03 08:10:01.320 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-04-03 08:10:01.321 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-04-03 08:10:01.323 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-04-03 08:10:01.324 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-04-03 08:10:01.325 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-04-03 08:10:01.327 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-04-03 08:10:01.328 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-04-03 08:10:01.329 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-04-03 08:10:01.332 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-04-03 08:10:01.340 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-04-03 08:10:01.352 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-04-03 08:10:01.361 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-04-03 08:10:01.369 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-04-03 08:10:01.391 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-04-03 08:10:01.430 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-04-03 08:10:01.475 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-04-03 08:10:01.493 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-04-03 08:10:01.526 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-04-03 08:10:01.557 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-04-03 08:10:01.559 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-04-03 08:10:01.569 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:10:01.571 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-04-03 08:10:01.572 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-04-03 08:10:01.574 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-04-03 08:10:01.576 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-04-03 08:10:01.578 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-04-03 08:10:01.588 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-04-03 08:10:01.590 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-04-03 08:10:01.591 | +++ functions-common:is_suse:544 : is_opensuse 2024-04-03 08:10:01.593 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-03 08:10:01.594 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-03 08:10:01.596 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-03 08:10:01.597 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-03 08:10:01.599 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-03 08:10:01.600 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-04-03 08:10:01.602 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-04-03 08:10:01.604 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-04-03 08:10:01.605 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-04-03 08:10:01.607 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-04-03 08:10:01.609 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-04-03 08:10:01.611 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-04-03 08:10:01.622 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-04-03 08:10:01.623 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-04-03 08:10:01.625 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-04-03 08:10:01.636 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-04-03 08:10:01.638 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-04-03 08:10:01.639 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-04-03 08:10:01.641 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-04-03 08:10:01.642 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-04-03 08:10:01.644 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-04-03 08:10:01.646 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-04-03 08:10:01.647 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-04-03 08:10:01.649 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-04-03 08:10:01.650 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-04-03 08:10:01.652 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-04-03 08:10:01.653 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-04-03 08:10:01.655 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-04-03 08:10:01.656 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-04-03 08:10:01.658 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-04-03 08:10:01.660 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-04-03 08:10:01.662 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-04-03 08:10:01.662 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-03 08:10:01.665 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-04-03 08:10:01.667 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-04-03 08:10:01.668 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-04-03 08:10:01.670 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-04-03 08:10:01.671 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-04-03 08:10:01.673 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-04-03 08:10:01.684 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-04-03 08:10:01.686 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-04-03 08:10:01.688 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-04-03 08:10:01.688 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-03 08:10:01.691 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-04-03 08:10:01.692 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-04-03 08:10:01.694 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-04-03 08:10:01.695 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-04-03 08:10:01.697 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-04-03 08:10:01.698 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-04-03 08:10:01.700 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-04-03 08:10:01.701 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-04-03 08:10:01.703 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-04-03 08:10:01.704 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-04-03 08:10:01.706 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-04-03 08:10:01.707 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-04-03 08:10:01.709 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-04-03 08:10:01.710 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-04-03 08:10:01.712 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-04-03 08:10:01.714 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-04-03 08:10:01.716 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-04-03 08:10:01.726 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-04-03 08:10:01.727 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-04-03 08:10:01.728 | ++++ functions-common:is_suse:544 : is_opensuse 2024-04-03 08:10:01.730 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-03 08:10:01.731 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-03 08:10:01.733 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-03 08:10:01.735 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-03 08:10:01.736 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-03 08:10:01.738 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-04-03 08:10:01.739 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-04-03 08:10:01.741 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-04-03 08:10:01.743 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-03 08:10:01.744 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-04-03 08:10:01.745 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-03 08:10:01.747 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-04-03 08:10:01.748 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-03 08:10:01.750 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-04-03 08:10:01.751 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-04-03 08:10:01.753 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-04-03 08:10:01.754 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-04-03 08:10:01.756 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-04-03 08:10:01.758 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-04-03 08:10:01.759 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-04-03 08:10:01.761 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-04-03 08:10:01.762 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-04-03 08:10:01.764 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-04-03 08:10:01.765 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-04-03 08:10:01.766 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-04-03 08:10:01.787 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-04-03 08:10:01.796 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-04-03 08:10:01.797 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-04-03 08:10:01.799 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-04-03 08:10:01.800 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-04-03 08:10:01.802 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-04-03 08:10:01.803 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-04-03 08:10:01.805 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-04-03 08:10:01.806 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-04-03 08:10:01.808 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-04-03 08:10:01.809 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-04-03 08:10:01.811 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-04-03 08:10:01.812 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-04-03 08:10:01.814 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-04-03 08:10:01.815 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-04-03 08:10:01.817 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-04-03 08:10:01.818 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-04-03 08:10:01.820 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-04-03 08:10:01.821 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-04-03 08:10:01.824 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-04-03 08:10:01.824 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-04-03 08:10:01.825 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-04-03 08:10:01.826 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-04-03 08:10:01.829 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=9a:b955:cc96 2024-04-03 08:10:01.830 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-04-03 08:10:01.832 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-04-03 08:10:01.834 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-04-03 08:10:01.835 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-04-03 08:10:01.837 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd9a:b955:cc96::/56 2024-04-03 08:10:01.839 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd9a:b955:cc96::/56 2024-04-03 08:10:01.840 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-04-03 08:10:01.844 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd9a:b955:cc96::/64 2024-04-03 08:10:01.845 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-04-03 08:10:01.847 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-04-03 08:10:01.848 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-04-03 08:10:01.850 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-04-03 08:10:01.852 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-04-03 08:10:01.853 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-04-03 08:10:01.855 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-04-03 08:10:01.856 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-04-03 08:10:01.858 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-04-03 08:10:01.859 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-04-03 08:10:01.861 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-04-03 08:10:01.862 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-04-03 08:10:01.864 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd9a:b955:cc96::/56 2024-04-03 08:10:01.865 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-04-03 08:10:01.867 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-04-03 08:10:01.869 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-04-03 08:10:01.869 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-04-03 08:10:01.870 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-04-03 08:10:01.873 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-04-03 08:10:01.876 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-04-03 08:10:01.876 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-04-03 08:10:01.877 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-04-03 08:10:01.880 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-04-03 08:10:01.883 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-04-03 08:10:01.885 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-04-03 08:10:01.886 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-04-03 08:10:01.888 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-04-03 08:10:01.889 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-04-03 08:10:01.891 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-04-03 08:10:01.902 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-04-03 08:10:01.912 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-04-03 08:10:01.921 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-04-03 08:10:01.930 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-04-03 08:10:01.976 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-04-03 08:10:01.978 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-04-03 08:10:01.980 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-04-03 08:10:01.981 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-04-03 08:10:01.983 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-04-03 08:10:01.985 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-04-03 08:10:01.985 | False' 2024-04-03 08:10:01.987 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-04-03 08:10:01.998 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-04-03 08:10:02.000 | + stack.sh:main:650 : run_phase source 2024-04-03 08:10:02.001 | + functions-common:run_phase:1863 : local mode=source 2024-04-03 08:10:02.003 | + functions-common:run_phase:1864 : local phase= 2024-04-03 08:10:02.004 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-03 08:10:02.006 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-03 08:10:02.007 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-03 08:10:02.009 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-03 08:10:02.010 | + functions-common:run_phase:1873 : local extra 2024-04-03 08:10:02.012 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-03 08:10:02.015 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-03 08:10:02.017 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-03 08:10:02.018 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-03 08:10:02.020 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-04-03 08:10:02.021 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-03 08:10:02.032 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:02.034 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-04-03 08:10:02.035 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-04-03 08:10:02.062 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-04-03 08:10:02.064 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-04-03 08:10:02.066 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-04-03 08:10:02.067 | + functions-common:run_phase:1885 : load_plugin_settings 2024-04-03 08:10:02.069 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-04-03 08:10:02.070 | + functions-common:load_plugin_settings:1800 : local plugin 2024-04-03 08:10:02.072 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-04-03 08:10:02.074 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-04-03 08:10:02.074 | Loading plugin settings 2024-04-03 08:10:02.075 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-04-03 08:10:02.077 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-04-03 08:10:02.079 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-04-03 08:10:02.080 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-04-03 08:10:02.082 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-04-03 08:10:02.083 | ++ functions-common:define_plugin:1907 : : 2024-04-03 08:10:02.085 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-04-03 08:10:02.087 | + functions-common:run_phase:1886 : verify_disabled_services 2024-04-03 08:10:02.088 | + functions-common:verify_disabled_services:2146 : local service 2024-04-03 08:10:02.090 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.092 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-04-03 08:10:02.094 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.095 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-04-03 08:10:02.097 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.099 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-04-03 08:10:02.100 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.102 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-04-03 08:10:02.104 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.106 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-04-03 08:10:02.107 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.109 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-04-03 08:10:02.111 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.112 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-04-03 08:10:02.114 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.116 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-04-03 08:10:02.117 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.119 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-04-03 08:10:02.121 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.123 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-04-03 08:10:02.124 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.126 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-04-03 08:10:02.128 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.129 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-04-03 08:10:02.131 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.133 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-04-03 08:10:02.135 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.136 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-04-03 08:10:02.138 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.140 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-04-03 08:10:02.141 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.143 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-04-03 08:10:02.145 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.146 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-04-03 08:10:02.148 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.150 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-04-03 08:10:02.152 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.153 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-04-03 08:10:02.155 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.157 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-04-03 08:10:02.159 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.160 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-04-03 08:10:02.162 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:10:02.164 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-04-03 08:10:02.166 | + stack.sh:main:721 : initialize_database_backends 2024-04-03 08:10:02.168 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-04-03 08:10:02.169 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-04-03 08:10:02.180 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:02.182 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-04-03 08:10:02.184 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-04-03 08:10:02.186 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-04-03 08:10:02.197 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:10:02.199 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-04-03 08:10:02.201 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-04-03 08:10:02.202 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-04-03 08:10:02.204 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-04-03 08:10:02.206 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-04-03 08:10:02.208 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-04-03 08:10:02.209 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-04-03 08:10:02.211 | + lib/database:initialize_database_backends:92 : return 0 2024-04-03 08:10:02.213 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-04-03 08:10:02.213 | Using mysql database backend 2024-04-03 08:10:02.215 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-04-03 08:10:02.227 | + stack.sh:main:727 : define_database_baseurl 2024-04-03 08:10:02.229 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-04-03 08:10:02.231 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-04-03 08:10:02.233 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-04-03 08:10:02.235 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-03 08:10:02.237 | + stack.sh:main:739 : is_service_enabled rabbit 2024-04-03 08:10:02.249 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:02.251 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-04-03 08:10:02.263 | + stack.sh:main:747 : is_service_enabled keystone 2024-04-03 08:10:02.275 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:02.277 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-04-03 08:10:02.289 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-04-03 08:10:02.301 | + stack.sh:main:762 : is_service_enabled ldap 2024-04-03 08:10:02.313 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:10:02.314 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-04-03 08:10:02.327 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:10:02.329 | + stack.sh:main:783 : save_stackenv 783 2024-04-03 08:10:02.330 | + functions-common:save_stackenv:60 : local tag=783 2024-04-03 08:10:02.333 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-03 08:10:02.336 | + functions-common:save_stackenv:62 : time_stamp=2024-04-03-081002 2024-04-03 08:10:02.338 | + functions-common:save_stackenv:63 : echo '# 2024-04-03-081002 783' 2024-04-03 08:10:02.339 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.341 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-03 08:10:02.343 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.345 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-03 08:10:02.347 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.348 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-03 08:10:02.350 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.352 | + 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,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-04-03 08:10:02.354 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.356 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-03 08:10:02.358 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.360 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-03 08:10:02.362 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.363 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-03-080959 2024-04-03 08:10:02.365 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.367 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-03 08:10:02.369 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.371 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-03 08:10:02.372 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.374 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-03 08:10:02.376 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.378 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-03 08:10:02.380 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.381 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-03 08:10:02.383 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.385 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-03 08:10:02.387 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.389 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-03 08:10:02.390 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:10:02.392 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-03 08:10:02.394 | + stack.sh:main:796 : GIT_DEPTH=0 2024-04-03 08:10:02.396 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-04-03 08:10:02.398 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-04-03 08:10:02.399 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-04-03 08:10:02.401 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-03 08:10:02.403 | + functions-common:git_clone:615 : local orig_dir 2024-04-03 08:10:02.405 | ++ functions-common:git_clone:616 : pwd 2024-04-03 08:10:02.407 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:10:02.409 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:10:02.411 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:10:02.422 | + functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:10:02.424 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-04-03 08:10:02.425 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:02.428 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-03 08:10:02.428 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:10:02.431 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-04-03 08:10:02.433 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:02.435 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-04-03 08:10:02.436 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:10:02.438 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:10:02.440 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:10:02.442 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:10:02.443 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:10:02.445 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:10:02.447 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:10:02.448 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:10:02.450 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:10:02.453 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131802451 2024-04-03 08:10:02.455 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-04-03 08:10:02.457 | Cloning into '/opt/stack//requirements'... 2024-04-03 08:10:05.623 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:10:05.625 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:05.627 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:05.629 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:05.630 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:05.632 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:05.634 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:10:05.638 | + functions-common:time_stop:2442 : start_time=1712131802451 2024-04-03 08:10:05.640 | + functions-common:time_stop:2444 : [[ -z 1712131802451 ]] 2024-04-03 08:10:05.642 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:05.645 | + functions-common:time_stop:2447 : end_time=1712131805643 2024-04-03 08:10:05.647 | + functions-common:time_stop:2448 : elapsed_time=3192 2024-04-03 08:10:05.648 | + functions-common:time_stop:2449 : total=1913 2024-04-03 08:10:05.650 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:05.651 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5105 2024-04-03 08:10:05.653 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-04-03 08:10:05.655 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-04-03 08:10:05.656 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:10:05.658 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:10:05.660 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:10:05.661 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:10:05.663 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:10:05.664 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:10:05.666 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:10:05.667 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:10:05.669 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:10:05.672 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131805670 2024-04-03 08:10:05.674 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-04-03 08:10:06.375 | From https://opendev.org/openstack/requirements 2024-04-03 08:10:06.375 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-03 08:10:06.383 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:10:06.385 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:06.387 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:06.389 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:06.390 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:06.392 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:06.394 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:10:06.395 | + functions-common:time_stop:2442 : start_time=1712131805670 2024-04-03 08:10:06.397 | + functions-common:time_stop:2444 : [[ -z 1712131805670 ]] 2024-04-03 08:10:06.399 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:06.402 | + functions-common:time_stop:2447 : end_time=1712131806400 2024-04-03 08:10:06.403 | + functions-common:time_stop:2448 : elapsed_time=730 2024-04-03 08:10:06.405 | + functions-common:time_stop:2449 : total=5105 2024-04-03 08:10:06.407 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:06.408 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5835 2024-04-03 08:10:06.410 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-03 08:10:06.412 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:10:06.414 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:10:06.415 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:10:06.417 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:10:06.419 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:10:06.420 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:10:06.422 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:10:06.423 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:10:06.425 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:10:06.429 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131806427 2024-04-03 08:10:06.430 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-03 08:10:06.439 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:10:06.439 | 2024-04-03 08:10:06.439 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:10:06.439 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:10:06.439 | state without impacting any branches by switching back to a branch. 2024-04-03 08:10:06.439 | 2024-04-03 08:10:06.439 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:10:06.439 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:10:06.439 | 2024-04-03 08:10:06.439 | git switch -c 2024-04-03 08:10:06.439 | 2024-04-03 08:10:06.439 | Or undo this operation with: 2024-04-03 08:10:06.439 | 2024-04-03 08:10:06.439 | git switch - 2024-04-03 08:10:06.439 | 2024-04-03 08:10:06.439 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:10:06.439 | 2024-04-03 08:10:06.439 | HEAD is now at f392b3a8 Merge "update constraint for python-glanceclient to new release 4.3.1" into stable/2023.1 2024-04-03 08:10:06.442 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:10:06.443 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:06.445 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:06.447 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:06.449 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:06.450 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:06.452 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:10:06.454 | + functions-common:time_stop:2442 : start_time=1712131806427 2024-04-03 08:10:06.455 | + functions-common:time_stop:2444 : [[ -z 1712131806427 ]] 2024-04-03 08:10:06.457 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:06.460 | + functions-common:time_stop:2447 : end_time=1712131806458 2024-04-03 08:10:06.462 | + functions-common:time_stop:2448 : elapsed_time=31 2024-04-03 08:10:06.464 | + functions-common:time_stop:2449 : total=5835 2024-04-03 08:10:06.465 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:06.467 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5866 2024-04-03 08:10:06.469 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-04-03 08:10:06.479 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-04-03 08:10:06.480 | + functions-common:git_clone:696 : git show --oneline 2024-04-03 08:10:06.481 | + functions-common:git_clone:696 : head -1 2024-04-03 08:10:06.483 | f392b3a8 Merge "update constraint for python-glanceclient to new release 4.3.1" into stable/2023.1 2024-04-03 08:10:06.486 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:10:06.488 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-04-03 08:10:06.489 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:10:06.491 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-04-03 08:10:06.493 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-04-03 08:10:06.495 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-04-03 08:10:06.497 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-04-03 08:10:06.499 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-04-03 08:10:06.501 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-04-03 08:10:06.503 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-04-03 08:10:06.505 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-04-03 08:10:06.507 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-04-03 08:10:06.510 | ++ tools/install_prereqs.sh:source:47 : NOW=1712131806 2024-04-03 08:10:06.512 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-04-03 08:10:06.516 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-04-03 08:10:06.518 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-04-03 08:10:06.520 | ++ tools/install_prereqs.sh:source:49 : DELTA=1712131806 2024-04-03 08:10:06.522 | ++ tools/install_prereqs.sh:source:50 : [[ 1712131806 -lt 7200 ]] 2024-04-03 08:10:06.524 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-04-03 08:10:06.526 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-04-03 08:10:06.528 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-04-03 08:10:06.529 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-04-03 08:10:06.531 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-04-03 08:10:06.533 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-04-03 08:10:06.535 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-04-03 08:10:06.537 | +++ 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,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-04-03 08:10:06.565 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-04-03 08:10:06.565 | apache2-dev 2024-04-03 08:10:06.565 | bc 2024-04-03 08:10:06.565 | bsdmainutils 2024-04-03 08:10:06.565 | curl 2024-04-03 08:10:06.565 | g++ 2024-04-03 08:10:06.565 | gawk 2024-04-03 08:10:06.565 | gcc 2024-04-03 08:10:06.565 | gettext 2024-04-03 08:10:06.565 | git 2024-04-03 08:10:06.565 | graphviz 2024-04-03 08:10:06.565 | iputils-ping 2024-04-03 08:10:06.566 | libapache2-mod-proxy-uwsgi 2024-04-03 08:10:06.566 | libffi-dev 2024-04-03 08:10:06.566 | libjpeg-dev 2024-04-03 08:10:06.566 | libpcre3-dev 2024-04-03 08:10:06.566 | libpq-dev 2024-04-03 08:10:06.566 | libssl-dev 2024-04-03 08:10:06.566 | libsystemd-dev 2024-04-03 08:10:06.566 | libxml2-dev 2024-04-03 08:10:06.566 | libxslt1-dev 2024-04-03 08:10:06.566 | libyaml-dev 2024-04-03 08:10:06.566 | lsof 2024-04-03 08:10:06.566 | openssh-server 2024-04-03 08:10:06.566 | openssl 2024-04-03 08:10:06.566 | pkg-config 2024-04-03 08:10:06.566 | psmisc 2024-04-03 08:10:06.566 | python3-dev 2024-04-03 08:10:06.566 | python3-pip 2024-04-03 08:10:06.566 | python3-systemd 2024-04-03 08:10:06.566 | python3-venv 2024-04-03 08:10:06.566 | tar 2024-04-03 08:10:06.566 | tcpdump 2024-04-03 08:10:06.566 | unzip 2024-04-03 08:10:06.566 | uuid-runtime 2024-04-03 08:10:06.566 | wget 2024-04-03 08:10:06.566 | wget 2024-04-03 08:10:06.566 | zlib1g-dev 2024-04-03 08:10:06.566 | libkrb5-dev 2024-04-03 08:10:06.566 | libldap2-dev 2024-04-03 08:10:06.566 | libsasl2-dev 2024-04-03 08:10:06.566 | memcached 2024-04-03 08:10:06.566 | python3-mysqldb 2024-04-03 08:10:06.566 | sqlite3 2024-04-03 08:10:06.566 | conntrack 2024-04-03 08:10:06.566 | curl 2024-04-03 08:10:06.566 | ebtables 2024-04-03 08:10:06.566 | genisoimage 2024-04-03 08:10:06.566 | iptables 2024-04-03 08:10:06.566 | iputils-arping 2024-04-03 08:10:06.566 | kpartx 2024-04-03 08:10:06.566 | libjs-jquery-tablesorter 2024-04-03 08:10:06.566 | parted 2024-04-03 08:10:06.567 | pm-utils 2024-04-03 08:10:06.567 | python3-mysqldb 2024-04-03 08:10:06.567 | socat 2024-04-03 08:10:06.567 | sqlite3 2024-04-03 08:10:06.567 | sudo 2024-04-03 08:10:06.567 | vlan 2024-04-03 08:10:06.567 | lsscsi 2024-04-03 08:10:06.567 | open-iscsi 2024-04-03 08:10:06.567 | lvm2 2024-04-03 08:10:06.567 | qemu-utils 2024-04-03 08:10:06.567 | thin-provisioning-tools 2024-04-03 08:10:06.567 | acl 2024-04-03 08:10:06.567 | dnsmasq-base 2024-04-03 08:10:06.567 | dnsmasq-utils 2024-04-03 08:10:06.567 | ebtables 2024-04-03 08:10:06.567 | haproxy 2024-04-03 08:10:06.567 | iptables 2024-04-03 08:10:06.567 | iputils-arping 2024-04-03 08:10:06.567 | iputils-ping 2024-04-03 08:10:06.567 | postgresql-server-dev-all 2024-04-03 08:10:06.567 | python3-mysqldb 2024-04-03 08:10:06.567 | sqlite3 2024-04-03 08:10:06.567 | sudo 2024-04-03 08:10:06.567 | vlan 2024-04-03 08:10:06.567 | ipset 2024-04-03 08:10:06.567 | conntrack 2024-04-03 08:10:06.567 | conntrackd 2024-04-03 08:10:06.567 | keepalived' 2024-04-03 08:10:06.568 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-04-03 08:10:06.582 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-04-03 08:10:06.582 | apache2-dev 2024-04-03 08:10:06.582 | bc 2024-04-03 08:10:06.582 | bsdmainutils 2024-04-03 08:10:06.582 | curl 2024-04-03 08:10:06.582 | g++ 2024-04-03 08:10:06.582 | gawk 2024-04-03 08:10:06.582 | gcc 2024-04-03 08:10:06.583 | gettext 2024-04-03 08:10:06.583 | git 2024-04-03 08:10:06.583 | graphviz 2024-04-03 08:10:06.583 | iputils-ping 2024-04-03 08:10:06.583 | libapache2-mod-proxy-uwsgi 2024-04-03 08:10:06.583 | libffi-dev 2024-04-03 08:10:06.583 | libjpeg-dev 2024-04-03 08:10:06.583 | libpcre3-dev 2024-04-03 08:10:06.583 | libpq-dev 2024-04-03 08:10:06.583 | libssl-dev 2024-04-03 08:10:06.583 | libsystemd-dev 2024-04-03 08:10:06.583 | libxml2-dev 2024-04-03 08:10:06.583 | libxslt1-dev 2024-04-03 08:10:06.583 | libyaml-dev 2024-04-03 08:10:06.583 | lsof 2024-04-03 08:10:06.583 | openssh-server 2024-04-03 08:10:06.583 | openssl 2024-04-03 08:10:06.583 | pkg-config 2024-04-03 08:10:06.583 | psmisc 2024-04-03 08:10:06.583 | python3-dev 2024-04-03 08:10:06.583 | python3-pip 2024-04-03 08:10:06.583 | python3-systemd 2024-04-03 08:10:06.583 | python3-venv 2024-04-03 08:10:06.583 | tar 2024-04-03 08:10:06.583 | tcpdump 2024-04-03 08:10:06.583 | unzip 2024-04-03 08:10:06.583 | uuid-runtime 2024-04-03 08:10:06.583 | wget 2024-04-03 08:10:06.584 | wget 2024-04-03 08:10:06.584 | zlib1g-dev 2024-04-03 08:10:06.584 | libkrb5-dev 2024-04-03 08:10:06.584 | libldap2-dev 2024-04-03 08:10:06.584 | libsasl2-dev 2024-04-03 08:10:06.584 | memcached 2024-04-03 08:10:06.584 | python3-mysqldb 2024-04-03 08:10:06.584 | sqlite3 2024-04-03 08:10:06.584 | conntrack 2024-04-03 08:10:06.584 | curl 2024-04-03 08:10:06.584 | ebtables 2024-04-03 08:10:06.584 | genisoimage 2024-04-03 08:10:06.584 | iptables 2024-04-03 08:10:06.584 | iputils-arping 2024-04-03 08:10:06.584 | kpartx 2024-04-03 08:10:06.584 | libjs-jquery-tablesorter 2024-04-03 08:10:06.584 | parted 2024-04-03 08:10:06.584 | pm-utils 2024-04-03 08:10:06.584 | python3-mysqldb 2024-04-03 08:10:06.584 | socat 2024-04-03 08:10:06.584 | sqlite3 2024-04-03 08:10:06.584 | sudo 2024-04-03 08:10:06.584 | vlan 2024-04-03 08:10:06.584 | lsscsi 2024-04-03 08:10:06.584 | open-iscsi 2024-04-03 08:10:06.584 | lvm2 2024-04-03 08:10:06.584 | qemu-utils 2024-04-03 08:10:06.584 | thin-provisioning-tools 2024-04-03 08:10:06.584 | acl 2024-04-03 08:10:06.584 | dnsmasq-base 2024-04-03 08:10:06.584 | dnsmasq-utils 2024-04-03 08:10:06.584 | ebtables 2024-04-03 08:10:06.584 | haproxy 2024-04-03 08:10:06.584 | iptables 2024-04-03 08:10:06.584 | iputils-arping 2024-04-03 08:10:06.584 | iputils-ping 2024-04-03 08:10:06.584 | postgresql-server-dev-all 2024-04-03 08:10:06.584 | python3-mysqldb 2024-04-03 08:10:06.584 | sqlite3 2024-04-03 08:10:06.584 | sudo 2024-04-03 08:10:06.584 | vlan 2024-04-03 08:10:06.584 | ipset 2024-04-03 08:10:06.584 | conntrack 2024-04-03 08:10:06.584 | conntrackd 2024-04-03 08:10:06.584 | keepalived ' 2024-04-03 08:10:06.585 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-04-03 08:10:06.586 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:06.588 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:06.590 | ++ 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 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 ipset conntrack conntrackd keepalived 2024-04-03 08:10:06.591 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-04-03 08:10:06.594 | ++ 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 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 ipset conntrack conntrackd keepalived 2024-04-03 08:10:06.596 | ++ functions-common:install_package:1459 : update_package_repo 2024-04-03 08:10:06.598 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-03 08:10:06.599 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-04-03 08:10:06.601 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-03 08:10:06.603 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:06.604 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-04-03 08:10:06.606 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:06.608 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:06.609 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-04-03 08:10:06.611 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-04-03 08:10:06.613 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:06.614 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-04-03 08:10:06.616 | +++ functions-common:apt_get_update:1193 : id -u 2024-04-03 08:10:06.619 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-04-03 08:10:06.621 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-04-03 08:10:06.623 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-04-03 08:10:06.624 | ++ functions-common:time_start:2422 : local start_time= 2024-04-03 08:10:06.626 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:10:06.628 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:10:06.631 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712131806629 2024-04-03 08:10:06.632 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-04-03 08:10:06.637 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-04-03 08:10:06.639 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-04-03 08:10:06.824 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-04-03 08:10:06.828 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [119 kB] 2024-04-03 08:10:06.848 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [109 kB] 2024-04-03 08:10:06.973 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-03 08:10:07.008 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-03 08:10:07.055 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-03 08:10:07.071 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-03 08:10:07.096 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-03 08:10:07.113 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-03 08:10:07.131 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-03 08:10:07.140 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-03 08:10:07.156 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-03 08:10:07.425 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-03 08:10:07.965 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-03 08:10:07.976 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-03 08:10:08.082 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-03 08:10:08.087 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-03 08:10:08.124 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-03 08:10:11.648 | Fetched 9,867 kB in 2s (5,435 kB/s) 2024-04-03 08:10:12.568 | Reading package lists... 2024-04-03 08:10:12.591 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-04-03 08:10:12.594 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-04-03 08:10:12.595 | ++ functions-common:time_stop:2435 : local name 2024-04-03 08:10:12.597 | ++ functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:12.599 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:12.600 | ++ functions-common:time_stop:2438 : local total 2024-04-03 08:10:12.602 | ++ functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:12.604 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-04-03 08:10:12.606 | ++ functions-common:time_stop:2442 : start_time=1712131806629 2024-04-03 08:10:12.608 | ++ functions-common:time_stop:2444 : [[ -z 1712131806629 ]] 2024-04-03 08:10:12.609 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:12.613 | ++ functions-common:time_stop:2447 : end_time=1712131812611 2024-04-03 08:10:12.614 | ++ functions-common:time_stop:2448 : elapsed_time=5982 2024-04-03 08:10:12.616 | ++ functions-common:time_stop:2449 : total=0 2024-04-03 08:10:12.618 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:12.619 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5982 2024-04-03 08:10:12.621 | ++ functions-common:install_package:1460 : 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 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 ipset conntrack conntrackd keepalived 2024-04-03 08:10:12.623 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-04-03 08:10:12.625 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:12.626 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:12.628 | ++ functions-common:real_install_package:1446 : 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 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 ipset conntrack conntrackd keepalived 2024-04-03 08:10:12.647 | ++ functions-common:apt_get:1226 : 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 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 ipset conntrack conntrackd keepalived 2024-04-03 08:10:12.702 | Reading package lists... 2024-04-03 08:10:12.881 | Building dependency tree... 2024-04-03 08:10:12.882 | Reading state information... 2024-04-03 08:10:12.887 | acl is already the newest version (2.3.1-1). 2024-04-03 08:10:12.888 | bc is already the newest version (1.07.1-3build1). 2024-04-03 08:10:12.888 | bc set to manually installed. 2024-04-03 08:10:12.888 | conntrack is already the newest version (1:1.4.6-2build2). 2024-04-03 08:10:12.888 | ebtables is already the newest version (2.0.11-4build2). 2024-04-03 08:10:12.888 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-04-03 08:10:12.888 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-04-03 08:10:12.888 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-04-03 08:10:12.888 | gettext is already the newest version (0.21-4ubuntu4). 2024-04-03 08:10:12.888 | ipset is already the newest version (7.15-1build1). 2024-04-03 08:10:12.888 | iputils-arping is already the newest version (3:20211215-1). 2024-04-03 08:10:12.888 | iputils-ping is already the newest version (3:20211215-1). 2024-04-03 08:10:12.888 | iputils-ping set to manually installed. 2024-04-03 08:10:12.888 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-04-03 08:10:12.888 | libffi-dev is already the newest version (3.4.2-4). 2024-04-03 08:10:12.888 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-04-03 08:10:12.888 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-04-03 08:10:12.888 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-04-03 08:10:12.888 | lsof set to manually installed. 2024-04-03 08:10:12.888 | lsscsi is already the newest version (0.31-1build2). 2024-04-03 08:10:12.888 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-04-03 08:10:12.888 | lvm2 set to manually installed. 2024-04-03 08:10:12.888 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-04-03 08:10:12.888 | open-iscsi set to manually installed. 2024-04-03 08:10:12.888 | parted is already the newest version (3.4-2build1). 2024-04-03 08:10:12.888 | parted set to manually installed. 2024-04-03 08:10:12.888 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-04-03 08:10:12.888 | psmisc is already the newest version (23.4-2build3). 2024-04-03 08:10:12.888 | psmisc set to manually installed. 2024-04-03 08:10:12.888 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-04-03 08:10:12.888 | python3-systemd is already the newest version (234-3ubuntu2). 2024-04-03 08:10:12.888 | python3-systemd set to manually installed. 2024-04-03 08:10:12.888 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-04-03 08:10:12.888 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-04-03 08:10:12.888 | thin-provisioning-tools set to manually installed. 2024-04-03 08:10:12.888 | wget is already the newest version (1.21.2-2ubuntu1). 2024-04-03 08:10:12.888 | wget set to manually installed. 2024-04-03 08:10:12.888 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-04-03 08:10:12.888 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-04-03 08:10:12.888 | graphviz is already the newest version (2.42.2-6). 2024-04-03 08:10:12.888 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-04-03 08:10:12.888 | pm-utils is already the newest version (1.4.1-19). 2024-04-03 08:10:12.888 | postgresql-server-dev-all is already the newest version (238). 2024-04-03 08:10:12.888 | vlan is already the newest version (2.0.5ubuntu5). 2024-04-03 08:10:12.888 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-04-03 08:10:12.888 | apache2-dev is already the newest version (2.4.52-1ubuntu4.8). 2024-04-03 08:10:12.888 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-04-03 08:10:12.888 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-04-03 08:10:12.888 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-04-03 08:10:12.888 | gawk set to manually installed. 2024-04-03 08:10:12.888 | git is already the newest version (1:2.34.1-1ubuntu1.10). 2024-04-03 08:10:12.888 | git set to manually installed. 2024-04-03 08:10:12.888 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-04-03 08:10:12.888 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-04-03 08:10:12.888 | iptables set to manually installed. 2024-04-03 08:10:12.888 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-04-03 08:10:12.888 | kpartx set to manually installed. 2024-04-03 08:10:12.888 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-04-03 08:10:12.888 | libldap2-dev is already the newest version (2.5.17+dfsg-0ubuntu0.22.04.1). 2024-04-03 08:10:12.888 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-04-03 08:10:12.888 | libpq-dev is already the newest version (14.11-0ubuntu0.22.04.1). 2024-04-03 08:10:12.888 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-04-03 08:10:12.888 | libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 2024-04-03 08:10:12.888 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-04-03 08:10:12.888 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-04-03 08:10:12.888 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-04-03 08:10:12.888 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-04-03 08:10:12.888 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.6). 2024-04-03 08:10:12.888 | openssl is already the newest version (3.0.2-0ubuntu1.15). 2024-04-03 08:10:12.888 | openssl set to manually installed. 2024-04-03 08:10:12.888 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-04-03 08:10:12.888 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.17). 2024-04-03 08:10:12.888 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-04-03 08:10:13.043 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-04-03 08:10:13.043 | sudo set to manually installed. 2024-04-03 08:10:13.043 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-04-03 08:10:13.043 | tar set to manually installed. 2024-04-03 08:10:13.043 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-04-03 08:10:13.043 | tcpdump set to manually installed. 2024-04-03 08:10:13.043 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-04-03 08:10:13.043 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-04-03 08:10:13.043 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-04-03 08:10:13.043 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-04-03 08:10:13.043 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-04-03 08:10:13.043 | The following additional packages will be installed: 2024-04-03 08:10:13.044 | libcurl4 2024-04-03 08:10:13.058 | The following packages will be upgraded: 2024-04-03 08:10:13.059 | curl libcurl4 uuid-runtime 2024-04-03 08:10:13.466 | 3 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-03 08:10:13.466 | Need to get 0 B/516 kB of archives. 2024-04-03 08:10:13.466 | After this operation, 4,096 B of additional disk space will be used. 2024-04-03 08:10:14.144 | (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 ... 165238 files and directories currently installed.) 2024-04-03 08:10:14.151 | Preparing to unpack .../uuid-runtime_2.37.2-4ubuntu3.3_amd64.deb ... 2024-04-03 08:10:14.171 | Unpacking uuid-runtime (2.37.2-4ubuntu3.3) over (2.37.2-4ubuntu3) ... 2024-04-03 08:10:14.252 | Preparing to unpack .../curl_7.81.0-1ubuntu1.16_amd64.deb ... 2024-04-03 08:10:14.262 | Unpacking curl (7.81.0-1ubuntu1.16) over (7.81.0-1ubuntu1.15) ... 2024-04-03 08:10:14.326 | Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.16_amd64.deb ... 2024-04-03 08:10:14.341 | Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.16) over (7.81.0-1ubuntu1.15) ... 2024-04-03 08:10:14.404 | Setting up uuid-runtime (2.37.2-4ubuntu3.3) ... 2024-04-03 08:10:15.331 | uuidd.service is a disabled or a static unit not running, not starting it. 2024-04-03 08:10:15.348 | Setting up libcurl4:amd64 (7.81.0-1ubuntu1.16) ... 2024-04-03 08:10:15.360 | Setting up curl (7.81.0-1ubuntu1.16) ... 2024-04-03 08:10:15.371 | Processing triggers for man-db (2.10.2-1) ... 2024-04-03 08:10:15.607 | Processing triggers for libc-bin (2.35-0ubuntu3.6) ... 2024-04-03 08:10:15.956 | NEEDRESTART-VER: 3.5 2024-04-03 08:10:16.321 | NEEDRESTART-KCUR: 6.5.0-25-generic 2024-04-03 08:10:16.321 | NEEDRESTART-KEXP: 6.5.0-25-generic 2024-04-03 08:10:16.321 | NEEDRESTART-KSTA: 1 2024-04-03 08:10:17.660 | ++ functions-common:apt_get:1230 : result=0 2024-04-03 08:10:17.662 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-04-03 08:10:17.664 | ++ functions-common:time_stop:2435 : local name 2024-04-03 08:10:17.665 | ++ functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:17.667 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:17.669 | ++ functions-common:time_stop:2438 : local total 2024-04-03 08:10:17.670 | ++ functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:17.672 | ++ functions-common:time_stop:2441 : name=apt-get 2024-04-03 08:10:17.673 | ++ functions-common:time_stop:2442 : start_time=1712131812645 2024-04-03 08:10:17.675 | ++ functions-common:time_stop:2444 : [[ -z 1712131812645 ]] 2024-04-03 08:10:17.677 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:17.680 | ++ functions-common:time_stop:2447 : end_time=1712131817678 2024-04-03 08:10:17.682 | ++ functions-common:time_stop:2448 : elapsed_time=5033 2024-04-03 08:10:17.683 | ++ functions-common:time_stop:2449 : total=451 2024-04-03 08:10:17.685 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:17.686 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5484 2024-04-03 08:10:17.688 | ++ functions-common:apt_get:1234 : return 0 2024-04-03 08:10:17.690 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-04-03 08:10:17.692 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-04-03 08:10:17.694 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-04-03 08:10:17.697 | ++ tools/install_prereqs.sh:source:89 : date 2024-04-03 08:10:17.700 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-04-03 08:10:17.702 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-04-03 08:10:17.704 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-04-03 08:10:18.004 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-04-03 08:10:18.005 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-04-03 08:10:18.007 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-04-03 08:10:18.008 | + tools/install_pip.sh:main:43 : GetDistro 2024-04-03 08:10:18.009 | + functions-common:GetDistro:449 : GetOSVersion 2024-04-03 08:10:18.010 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-04-03 08:10:18.012 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-04-03 08:10:18.013 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-04-03 08:10:18.014 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-04-03 08:10:18.015 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-04-03 08:10:18.016 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-04-03 08:10:18.018 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-04-03 08:10:18.019 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-04-03 08:10:18.020 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-04-03 08:10:18.021 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-04-03 08:10:18.023 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-04-03 08:10:18.024 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-04-03 08:10:18.025 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-04-03 08:10:18.026 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-04-03 08:10:18.028 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-04-03 08:10:18.029 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-04-03 08:10:18.030 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-04-03 08:10:18.032 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-04-03 08:10:18.033 | + functions-common:_ensure_lsb_release:394 : return 2024-04-03 08:10:18.035 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-04-03 08:10:18.068 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-04-03 08:10:18.069 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-04-03 08:10:18.102 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-04-03 08:10:18.104 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-04-03 08:10:18.137 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-04-03 08:10:18.139 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-04-03 08:10:18.140 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-04-03 08:10:18.142 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-04-03 08:10:18.143 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-04-03 08:10:18.144 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-04-03 08:10:18.146 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-04-03 08:10:18.147 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-04-03 08:10:18.148 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-04-03 08:10:18.150 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-04-03 08:10:18.151 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-04-03 08:10:18.151 | Distro: jammy 2024-04-03 08:10:18.152 | + tools/install_pip.sh:main:124 : get_versions 2024-04-03 08:10:18.154 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-04-03 08:10:18.157 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-04-03 08:10:18.158 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-04-03 08:10:18.160 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-04-03 08:10:18.160 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-04-03 08:10:18.237 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-04-03 08:10:18.239 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-04-03 08:10:18.239 | pip: 0.1.15 2024-04-03 08:10:18.240 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-04-03 08:10:18.241 | + tools/install_pip.sh:main:130 : is_fedora 2024-04-03 08:10:18.243 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-03 08:10:18.244 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-03 08:10:18.245 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-03 08:10:18.246 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-03 08:10:18.248 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-03 08:10:18.249 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-03 08:10:18.250 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-03 08:10:18.251 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-03 08:10:18.252 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-03 08:10:18.254 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-03 08:10:18.255 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-03 08:10:18.256 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-03 08:10:18.257 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-04-03 08:10:18.259 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:18.260 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:18.261 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-04-03 08:10:18.264 | + tools/install_pip.sh:main:153 : set -x 2024-04-03 08:10:18.266 | + tools/install_pip.sh:main:156 : get_versions 2024-04-03 08:10:18.267 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-04-03 08:10:18.270 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-04-03 08:10:18.271 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-04-03 08:10:18.273 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-04-03 08:10:18.273 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-04-03 08:10:18.282 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-04-03 08:10:18.283 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-04-03 08:10:18.283 | pip: 0.1.15 2024-04-03 08:10:18.286 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-04-03 08:10:18.288 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-04-03 08:10:18.290 | + stack.sh:main:822 : fixup_all 2024-04-03 08:10:18.292 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-04-03 08:10:18.293 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-04-03 08:10:18.295 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:18.297 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:18.298 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-04-03 08:10:18.307 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-04-03 08:10:18.316 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-04-03 08:10:18.325 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-04-03 08:10:18.326 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-04-03 08:10:18.328 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-03 08:10:18.330 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-03 08:10:18.331 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-03 08:10:18.333 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-03 08:10:18.334 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-03 08:10:18.336 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-03 08:10:18.338 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-03 08:10:18.339 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-03 08:10:18.341 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-03 08:10:18.342 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-03 08:10:18.344 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-03 08:10:18.345 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-03 08:10:18.347 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-04-03 08:10:18.349 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-04-03 08:10:18.351 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-04-03 08:10:18.352 | + functions-common:is_suse:544 : is_opensuse 2024-04-03 08:10:18.354 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-03 08:10:18.356 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-03 08:10:18.357 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-03 08:10:18.359 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-03 08:10:18.360 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-03 08:10:18.362 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-04-03 08:10:18.364 | + stack.sh:main:825 : pip_install -U os-testr 2024-04-03 08:10:18.379 | Using python 3.10 to install os-testr 2024-04-03 08:10:18.381 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-04-03 08:10:19.454 | Collecting os-testr 2024-04-03 08:10:19.458 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-04-03 08:10:19.467 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-04-03 08:10:19.512 | Collecting pbr!=2.1.0,>=2.0.0 2024-04-03 08:10:19.515 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-04-03 08:10:19.537 | Collecting python-subunit>=1.0.0 2024-04-03 08:10:19.541 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-04-03 08:10:19.549 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-04-03 08:10:19.734 | Installing collected packages: python-subunit, pbr, os-testr 2024-04-03 08:10:19.735 | Attempting uninstall: python-subunit 2024-04-03 08:10:19.736 | Found existing installation: python-subunit 1.4.0 2024-04-03 08:10:19.742 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:19.743 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-04-03 08:10:19.823 | Attempting uninstall: pbr 2024-04-03 08:10:19.824 | Found existing installation: pbr 5.8.0 2024-04-03 08:10:19.825 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:19.826 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-04-03 08:10:19.885 | Attempting uninstall: os-testr 2024-04-03 08:10:19.885 | Found existing installation: os-testr 2.0.1 2024-04-03 08:10:19.886 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:19.887 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-04-03 08:10:19.910 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-04-03 08:10:19.910 | 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 2024-04-03 08:10:19.986 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:19.988 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:19.989 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:19.991 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:19.993 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:19.994 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:19.996 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:19.998 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:19.999 | + functions-common:time_stop:2442 : start_time=1712131818375 2024-04-03 08:10:20.001 | + functions-common:time_stop:2444 : [[ -z 1712131818375 ]] 2024-04-03 08:10:20.003 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:20.006 | + functions-common:time_stop:2447 : end_time=1712131820004 2024-04-03 08:10:20.008 | + functions-common:time_stop:2448 : elapsed_time=1629 2024-04-03 08:10:20.009 | + functions-common:time_stop:2449 : total=0 2024-04-03 08:10:20.011 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:20.013 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1629 2024-04-03 08:10:20.014 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:20.016 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-04-03 08:10:20.056 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-04-03 08:10:20.160 | + stack.sh:main:836 : install_infra 2024-04-03 08:10:20.162 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-03 08:10:20.164 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-04-03 08:10:20.166 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-04-03 08:10:23.327 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-03 08:10:23.329 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-04-03 08:10:23.345 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-04-03 08:10:24.263 | Collecting pbr 2024-04-03 08:10:24.269 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-04-03 08:10:24.294 | Installing collected packages: pbr 2024-04-03 08:10:24.359 | Successfully installed pbr-5.11.1 2024-04-03 08:10:24.429 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:24.431 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:24.433 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:24.435 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:24.436 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:24.438 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:24.439 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:24.441 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:24.442 | + functions-common:time_stop:2442 : start_time=1712131823340 2024-04-03 08:10:24.444 | + functions-common:time_stop:2444 : [[ -z 1712131823340 ]] 2024-04-03 08:10:24.446 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:24.449 | + functions-common:time_stop:2447 : end_time=1712131824447 2024-04-03 08:10:24.450 | + functions-common:time_stop:2448 : elapsed_time=1107 2024-04-03 08:10:24.452 | + functions-common:time_stop:2449 : total=1629 2024-04-03 08:10:24.453 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:24.455 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2736 2024-04-03 08:10:24.456 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:24.458 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-03 08:10:24.460 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-04-03 08:10:24.476 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-04-03 08:10:25.304 | Processing /opt/stack/requirements 2024-04-03 08:10:25.305 | Preparing metadata (setup.py): started 2024-04-03 08:10:25.970 | Preparing metadata (setup.py): finished with status 'done' 2024-04-03 08:10:26.057 | Collecting Parsley>=1.2 2024-04-03 08:10:26.059 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-04-03 08:10:26.133 | Collecting PyYAML>=3.12 2024-04-03 08:10:26.141 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-04-03 08:10:26.163 | Collecting beagle>=0.2.1 2024-04-03 08:10:26.165 | Using cached beagle-0.3.0-py3-none-any.whl (11 kB) 2024-04-03 08:10:26.186 | Collecting fixtures>=3.0.0 2024-04-03 08:10:26.186 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-04-03 08:10:26.322 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-04-03 08:10:26.325 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-04-03 08:10:26.373 | Collecting requests>=2.14.2 2024-04-03 08:10:26.376 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-04-03 08:10:26.398 | Collecting six>=1.10.0 2024-04-03 08:10:26.400 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-04-03 08:10:26.413 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6074) (5.11.1) 2024-04-03 08:10:26.448 | Collecting cliff>=2.11.0 2024-04-03 08:10:26.451 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-04-03 08:10:26.508 | Collecting pyparsing!=3.0.5,>=2.0.2 2024-04-03 08:10:26.515 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-04-03 08:10:26.582 | Collecting urllib3<1.27,>=1.21.1 2024-04-03 08:10:26.591 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-04-03 08:10:26.746 | Collecting charset-normalizer<3,>=2 2024-04-03 08:10:26.748 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-04-03 08:10:26.783 | Collecting certifi>=2017.4.17 2024-04-03 08:10:26.785 | Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-04-03 08:10:26.808 | Collecting idna<4,>=2.5 2024-04-03 08:10:26.811 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-04-03 08:10:26.841 | Collecting autopage>=0.4.0 2024-04-03 08:10:26.843 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-04-03 08:10:26.936 | Collecting cmd2>=1.0.0 2024-04-03 08:10:26.939 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-04-03 08:10:26.966 | Collecting PrettyTable>=0.7.2 2024-04-03 08:10:26.968 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-04-03 08:10:27.041 | Collecting importlib-metadata>=4.4 2024-04-03 08:10:27.043 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-04-03 08:10:27.084 | Collecting stevedore>=2.0.1 2024-04-03 08:10:27.087 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-04-03 08:10:27.155 | Collecting pyperclip>=1.6 2024-04-03 08:10:27.155 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-04-03 08:10:27.182 | Collecting attrs>=16.3.0 2024-04-03 08:10:27.184 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-04-03 08:10:27.294 | Collecting wcwidth>=0.1.7 2024-04-03 08:10:27.296 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-04-03 08:10:27.350 | Collecting zipp>=0.5 2024-04-03 08:10:27.352 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-04-03 08:10:27.413 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-04-03 08:10:27.559 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, pyparsing, PrettyTable, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, packaging, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2024-04-03 08:10:28.400 | Running setup.py install for openstack-requirements: started 2024-04-03 08:10:29.760 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-04-03 08:10:29.769 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2024.2.2 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6074 packaging-21.3 pyparsing-3.0.9 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-04-03 08:10:29.866 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:29.867 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:29.869 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:29.871 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:29.872 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:29.874 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:29.875 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:29.877 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:29.878 | + functions-common:time_stop:2442 : start_time=1712131824470 2024-04-03 08:10:29.880 | + functions-common:time_stop:2444 : [[ -z 1712131824470 ]] 2024-04-03 08:10:29.882 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:29.885 | + functions-common:time_stop:2447 : end_time=1712131829883 2024-04-03 08:10:29.887 | + functions-common:time_stop:2448 : elapsed_time=5413 2024-04-03 08:10:29.888 | + functions-common:time_stop:2449 : total=2736 2024-04-03 08:10:29.889 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:29.891 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8149 2024-04-03 08:10:29.893 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:29.895 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-04-03 08:10:29.896 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-04-03 08:10:29.898 | + inc/python:use_library_from_git:246 : local name=pbr 2024-04-03 08:10:29.900 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:29.901 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:29.903 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-04-03 08:10:29.905 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:29.906 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-04-03 08:10:29.921 | Using python 3.10 to install pbr 2024-04-03 08:10:29.923 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-04-03 08:10:30.796 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-04-03 08:10:31.056 | 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 2024-04-03 08:10:31.131 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:31.132 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:31.134 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:31.136 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:31.137 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:31.139 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:31.140 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:31.142 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:31.143 | + functions-common:time_stop:2442 : start_time=1712131829917 2024-04-03 08:10:31.145 | + functions-common:time_stop:2444 : [[ -z 1712131829917 ]] 2024-04-03 08:10:31.147 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:31.149 | + functions-common:time_stop:2447 : end_time=1712131831147 2024-04-03 08:10:31.151 | + functions-common:time_stop:2448 : elapsed_time=1230 2024-04-03 08:10:31.153 | + functions-common:time_stop:2449 : total=8149 2024-04-03 08:10:31.154 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:31.156 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9379 2024-04-03 08:10:31.158 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:31.159 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-04-03 08:10:34.213 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-04-03 08:10:34.708 | Collecting bindep 2024-04-03 08:10:34.710 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-04-03 08:10:34.739 | Collecting distro>=1.7.0 2024-04-03 08:10:34.741 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-04-03 08:10:34.763 | Collecting Parsley 2024-04-03 08:10:34.765 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-04-03 08:10:34.811 | Collecting pbr>=2.0.0 2024-04-03 08:10:34.814 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-04-03 08:10:34.854 | Collecting packaging 2024-04-03 08:10:34.856 | Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-04-03 08:10:34.891 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-04-03 08:10:35.125 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.0 pbr-6.0.0 2024-04-03 08:10:35.195 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-04-03 08:10:35.197 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-04-03 08:10:35.199 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-04-03 08:10:35.212 | + stack.sh:main:845 : pkgs= 2024-04-03 08:10:35.213 | + stack.sh:main:846 : [[ -n '' ]] 2024-04-03 08:10:35.215 | + stack.sh:main:853 : run_phase stack pre-install 2024-04-03 08:10:35.217 | + functions-common:run_phase:1863 : local mode=stack 2024-04-03 08:10:35.218 | + functions-common:run_phase:1864 : local phase=pre-install 2024-04-03 08:10:35.220 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-03 08:10:35.221 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-03 08:10:35.223 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-03 08:10:35.224 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-03 08:10:35.226 | + functions-common:run_phase:1873 : local extra 2024-04-03 08:10:35.228 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-03 08:10:35.231 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-03 08:10:35.232 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-03 08:10:35.234 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-03 08:10:35.235 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-04-03 08:10:35.237 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-03 08:10:35.248 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:35.249 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:10:35.251 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:10:35.252 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-04-03 08:10:35.254 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:10:35.255 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:10:35.257 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:10:35.258 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-04-03 08:10:35.260 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:10:35.261 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-04-03 08:10:35.262 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:10:35.264 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:10:35.265 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-03 08:10:35.267 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-03 08:10:35.268 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:10:35.270 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-03 08:10:35.271 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-04-03 08:10:35.273 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-03 08:10:35.274 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-04-03 08:10:35.276 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-03 08:10:35.278 | + functions-common:run_plugins:1853 : local plugin 2024-04-03 08:10:35.279 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-03 08:10:35.281 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-03 08:10:35.282 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-03 08:10:35.284 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-04-03 08:10:35.285 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:10:35.287 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:10:35.288 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-04-03 08:10:35.290 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:10:35.291 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:10:35.293 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:10:35.294 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-04-03 08:10:35.296 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-04-03 08:10:35.298 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-04-03 08:10:35.299 | + functions:set_systemd_override:832 : local value=2048 2024-04-03 08:10:35.301 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-04-03 08:10:35.303 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-04-03 08:10:35.343 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-04-03 08:10:35.343 | Set systemd system override for DefaultLimitNOFILE=2048 2024-04-03 08:10:35.345 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-04-03 08:10:35.667 | + stack.sh:main:858 : install_rpc_backend 2024-04-03 08:10:35.669 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-04-03 08:10:35.682 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:35.683 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-04-03 08:10:35.685 | + functions-common:install_package:1459 : update_package_repo 2024-04-03 08:10:35.687 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-03 08:10:35.688 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-03 08:10:35.690 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-03 08:10:35.692 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:35.693 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-03 08:10:35.695 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:35.697 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:35.698 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-03 08:10:35.700 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-03 08:10:35.701 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-03 08:10:35.703 | + functions-common:apt_get_update:1186 : return 2024-04-03 08:10:35.705 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-04-03 08:10:35.707 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-03 08:10:35.708 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:35.710 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:35.712 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-04-03 08:10:35.727 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-04-03 08:10:35.783 | Reading package lists... 2024-04-03 08:10:35.969 | Building dependency tree... 2024-04-03 08:10:35.970 | Reading state information... 2024-04-03 08:10:36.150 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-04-03 08:10:36.150 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-03 08:10:36.154 | + functions-common:apt_get:1230 : result=0 2024-04-03 08:10:36.156 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-03 08:10:36.158 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:36.160 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:36.161 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:36.163 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:36.164 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:36.166 | + functions-common:time_stop:2441 : name=apt-get 2024-04-03 08:10:36.168 | + functions-common:time_stop:2442 : start_time=1712131835725 2024-04-03 08:10:36.169 | + functions-common:time_stop:2444 : [[ -z 1712131835725 ]] 2024-04-03 08:10:36.171 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:36.174 | + functions-common:time_stop:2447 : end_time=1712131836172 2024-04-03 08:10:36.176 | + functions-common:time_stop:2448 : elapsed_time=447 2024-04-03 08:10:36.178 | + functions-common:time_stop:2449 : total=5484 2024-04-03 08:10:36.179 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:36.181 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5931 2024-04-03 08:10:36.183 | + functions-common:apt_get:1234 : return 0 2024-04-03 08:10:36.185 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-04-03 08:10:36.187 | + functions-common:is_suse:544 : is_opensuse 2024-04-03 08:10:36.188 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-03 08:10:36.190 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-03 08:10:36.192 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-03 08:10:36.194 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-03 08:10:36.195 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-03 08:10:36.197 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-04-03 08:10:36.199 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-03 08:10:36.201 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-03 08:10:36.202 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-03 08:10:36.204 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-03 08:10:36.206 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-03 08:10:36.208 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-03 08:10:36.209 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-03 08:10:36.211 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-03 08:10:36.213 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-03 08:10:36.215 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-03 08:10:36.216 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-03 08:10:36.218 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-03 08:10:36.220 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-04-03 08:10:36.221 | + functions-common:is_suse:544 : is_opensuse 2024-04-03 08:10:36.223 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-03 08:10:36.225 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-03 08:10:36.227 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-03 08:10:36.228 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-03 08:10:36.230 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-03 08:10:36.232 | + stack.sh:main:859 : restart_rpc_backend 2024-04-03 08:10:36.234 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-04-03 08:10:36.246 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:36.247 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-04-03 08:10:36.249 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:10:36.251 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-04-03 08:10:36.253 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-04-03 08:10:36.255 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-04-03 08:10:36.258 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-04-03 08:10:36.260 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-04-03 08:10:36.261 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-04-03 08:10:36.263 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-04-03 08:10:36.265 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-04-03 08:10:36.267 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-04-03 08:10:36.269 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-04-03 08:10:36.769 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-04-03 08:10:36.769 | user tags 2024-04-03 08:10:36.769 | guest [administrator]' 2024-04-03 08:10:36.772 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-04-03 08:10:36.772 | user tags 2024-04-03 08:10:36.772 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-04-03 08:10:36.772 | guest [administrator]' 2024-04-03 08:10:36.776 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-04-03 08:10:36.778 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-04-03 08:10:36.780 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-04-03 08:10:37.197 | Adding user "stackrabbit" ... 2024-04-03 08:10:37.203 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-04-03 08:10:37.215 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-04-03 08:10:37.649 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-04-03 08:10:37.671 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-04-03 08:10:37.673 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-04-03 08:10:38.111 | Changing password for user "stackrabbit" ... 2024-04-03 08:10:38.128 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-04-03 08:10:38.130 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-04-03 08:10:38.132 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-04-03 08:10:38.548 | Deleting user "guest" ... 2024-04-03 08:10:38.567 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-04-03 08:10:38.579 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:38.581 | + stack.sh:main:862 : install_database 2024-04-03 08:10:38.583 | + lib/database:install_database:118 : install_database_mysql 2024-04-03 08:10:38.585 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-04-03 08:10:38.587 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:38.588 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:38.590 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-04-03 08:10:38.709 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-04-03 08:10:38.711 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-04-03 08:10:38.714 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-04-03 08:10:38.716 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:38.717 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:38.719 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-04-03 08:10:38.721 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-04-03 08:10:38.724 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-04-03 08:10:38.725 | + stack.sh:main:864 : '[' -n mysql ']' 2024-04-03 08:10:38.727 | + stack.sh:main:865 : install_database_python 2024-04-03 08:10:38.729 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-04-03 08:10:38.730 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-04-03 08:10:38.732 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-04-03 08:10:38.733 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-03 08:10:38.736 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-04-03 08:10:38.737 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-04-03 08:10:38.739 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-03 08:10:38.743 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-04-03 08:10:38.743 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-03 08:10:38.746 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-04-03 08:10:38.748 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-04-03 08:10:38.750 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-04-03 08:10:38.752 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-04-03 08:10:38.753 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-04-03 08:10:38.769 | Using python 3.10 to install PyMySQL 2024-04-03 08:10:38.770 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-04-03 08:10:39.750 | Collecting PyMySQL 2024-04-03 08:10:39.752 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-04-03 08:10:39.924 | Installing collected packages: PyMySQL 2024-04-03 08:10:39.964 | Successfully installed PyMySQL-1.0.2 2024-04-03 08:10:39.964 | 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 2024-04-03 08:10:40.040 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:40.042 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:40.043 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:40.045 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:40.047 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:40.048 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:40.050 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:40.051 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:40.053 | + functions-common:time_stop:2442 : start_time=1712131838765 2024-04-03 08:10:40.054 | + functions-common:time_stop:2444 : [[ -z 1712131838765 ]] 2024-04-03 08:10:40.056 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:40.059 | + functions-common:time_stop:2447 : end_time=1712131840057 2024-04-03 08:10:40.061 | + functions-common:time_stop:2448 : elapsed_time=1292 2024-04-03 08:10:40.062 | + functions-common:time_stop:2449 : total=9379 2024-04-03 08:10:40.064 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:40.066 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10671 2024-04-03 08:10:40.067 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:40.069 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-04-03 08:10:40.071 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-04-03 08:10:40.072 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-04-03 08:10:40.074 | + stack.sh:main:868 : is_service_enabled neutron 2024-04-03 08:10:40.086 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:40.087 | + stack.sh:main:869 : install_neutron_agent_packages 2024-04-03 08:10:40.089 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-04-03 08:10:40.100 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:40.102 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-04-03 08:10:40.104 | + functions-common:install_package:1459 : update_package_repo 2024-04-03 08:10:40.105 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-03 08:10:40.107 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-03 08:10:40.109 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-03 08:10:40.110 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:40.112 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-03 08:10:40.114 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:40.115 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:40.117 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-03 08:10:40.118 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-03 08:10:40.120 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-03 08:10:40.122 | + functions-common:apt_get_update:1186 : return 2024-04-03 08:10:40.123 | + functions-common:install_package:1460 : real_install_package radvd 2024-04-03 08:10:40.125 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-03 08:10:40.127 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:40.129 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:40.130 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-04-03 08:10:40.145 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-04-03 08:10:40.202 | Reading package lists... 2024-04-03 08:10:40.388 | Building dependency tree... 2024-04-03 08:10:40.389 | Reading state information... 2024-04-03 08:10:40.580 | radvd is already the newest version (1:2.18-3build2). 2024-04-03 08:10:40.580 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-03 08:10:40.584 | + functions-common:apt_get:1230 : result=0 2024-04-03 08:10:40.586 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-03 08:10:40.588 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:40.589 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:40.591 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:40.593 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:40.594 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:40.596 | + functions-common:time_stop:2441 : name=apt-get 2024-04-03 08:10:40.598 | + functions-common:time_stop:2442 : start_time=1712131840143 2024-04-03 08:10:40.599 | + functions-common:time_stop:2444 : [[ -z 1712131840143 ]] 2024-04-03 08:10:40.601 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:40.604 | + functions-common:time_stop:2447 : end_time=1712131840602 2024-04-03 08:10:40.606 | + functions-common:time_stop:2448 : elapsed_time=459 2024-04-03 08:10:40.607 | + functions-common:time_stop:2449 : total=5931 2024-04-03 08:10:40.609 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:40.610 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6390 2024-04-03 08:10:40.612 | + functions-common:apt_get:1234 : return 0 2024-04-03 08:10:40.614 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-04-03 08:10:40.626 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:40.628 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-04-03 08:10:40.630 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-04-03 08:10:40.632 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-04-03 08:10:40.633 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-04-03 08:10:40.648 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-04-03 08:10:40.649 | + functions-common:install_package:1459 : update_package_repo 2024-04-03 08:10:40.651 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-03 08:10:40.653 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-03 08:10:40.654 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-03 08:10:40.656 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:40.657 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-03 08:10:40.659 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:40.661 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:40.663 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-03 08:10:40.664 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-03 08:10:40.666 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-03 08:10:40.667 | + functions-common:apt_get_update:1186 : return 2024-04-03 08:10:40.669 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-04-03 08:10:40.671 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-03 08:10:40.672 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:40.674 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:40.676 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-04-03 08:10:40.690 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-04-03 08:10:40.747 | Reading package lists... 2024-04-03 08:10:40.925 | Building dependency tree... 2024-04-03 08:10:40.926 | Reading state information... 2024-04-03 08:10:41.112 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-04-03 08:10:41.113 | fakeroot set to manually installed. 2024-04-03 08:10:41.113 | make is already the newest version (4.3-4.1build1). 2024-04-03 08:10:41.113 | make set to manually installed. 2024-04-03 08:10:41.113 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-04-03 08:10:41.113 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-03 08:10:41.117 | + functions-common:apt_get:1230 : result=0 2024-04-03 08:10:41.119 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-03 08:10:41.121 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:41.122 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:41.124 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:41.126 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:41.127 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:41.129 | + functions-common:time_stop:2441 : name=apt-get 2024-04-03 08:10:41.130 | + functions-common:time_stop:2442 : start_time=1712131840688 2024-04-03 08:10:41.132 | + functions-common:time_stop:2444 : [[ -z 1712131840688 ]] 2024-04-03 08:10:41.134 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:41.137 | + functions-common:time_stop:2447 : end_time=1712131841135 2024-04-03 08:10:41.139 | + functions-common:time_stop:2448 : elapsed_time=447 2024-04-03 08:10:41.140 | + functions-common:time_stop:2449 : total=6390 2024-04-03 08:10:41.142 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:41.144 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6837 2024-04-03 08:10:41.146 | + functions-common:apt_get:1234 : return 0 2024-04-03 08:10:41.148 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-04-03 08:10:41.149 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:41.151 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:41.153 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-04-03 08:10:41.154 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-04-03 08:10:41.156 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-04-03 08:10:41.159 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-25-generic 2024-04-03 08:10:41.161 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-04-03 08:10:41.164 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-25-generic 2024-04-03 08:10:41.164 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-04-03 08:10:41.167 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-04-03 08:10:41.169 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-04-03 08:10:41.171 | + functions:vercmp:639 : local v1=6.5 2024-04-03 08:10:41.172 | + functions:vercmp:640 : local 'op=<' 2024-04-03 08:10:41.174 | + functions:vercmp:641 : local v2=3.13 2024-04-03 08:10:41.175 | + functions:vercmp:642 : local result 2024-04-03 08:10:41.178 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-04-03 08:10:41.178 | ++ functions:vercmp:646 : sort -V 2024-04-03 08:10:41.179 | ++ functions:vercmp:646 : head -1 2024-04-03 08:10:41.182 | + functions:vercmp:646 : result=3.13 2024-04-03 08:10:41.184 | + functions:vercmp:648 : case $op in 2024-04-03 08:10:41.186 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-04-03 08:10:41.187 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-04-03 08:10:41.189 | + functions:vercmp:659 : return 2024-04-03 08:10:41.190 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-04-03 08:10:41.192 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:10:41.193 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-04-03 08:10:41.637 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-04-03 08:10:41.638 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-04-03 08:10:41.640 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:41.642 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:41.644 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-04-03 08:10:41.645 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:41.647 | + stack.sh:main:872 : is_service_enabled etcd3 2024-04-03 08:10:41.659 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:41.661 | + stack.sh:main:873 : install_etcd3 2024-04-03 08:10:41.662 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-04-03 08:10:41.662 | Installing etcd 2024-04-03 08:10:41.664 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-04-03 08:10:41.673 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-04-03 08:10:41.682 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-04-03 08:10:41.683 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-04-03 08:10:41.692 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-04-03 08:10:41.695 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-03 08:10:41.697 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-03 08:10:41.699 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-03 08:10:41.702 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-04-03 08:10:41.704 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2024-04-03 08:10:41.706 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-04-03 08:10:41.708 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-03 08:10:41.717 | --2024-04-03 08:10:41-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-03 08:10:41.722 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-04-03 08:10:41.723 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-04-03 08:10:41.758 | HTTP request sent, awaiting response... 200 OK 2024-04-03 08:10:41.759 | Length: 11350736 (11M) [application/gzip] 2024-04-03 08:10:41.759 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-04-03 08:10:41.765 | 2024-04-03 08:10:41.810 | 0K ........ .. 100% 211M=0.05s 2024-04-03 08:10:41.810 | 2024-04-03 08:10:41.811 | 2024-04-03 08:10:41 (211 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-04-03 08:10:41.811 | 2024-04-03 08:10:41.814 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-04-03 08:10:41.816 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-03 08:10:41.818 | ++ functions:get_extra_file:74 : return 2024-04-03 08:10:41.821 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-03 08:10:41.822 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-04-03 08:10:41.824 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-04-03 08:10:41.826 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-04-03 08:10:41.890 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-04-03 08:10:41.892 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-04-03 08:10:41.896 | etcd-v3.3.12-linux-amd64/ 2024-04-03 08:10:41.896 | etcd-v3.3.12-linux-amd64/README.md 2024-04-03 08:10:41.896 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-04-03 08:10:41.896 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-04-03 08:10:41.897 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-04-03 08:10:41.897 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-04-03 08:10:41.897 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-04-03 08:10:41.897 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-04-03 08:10:41.897 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-04-03 08:10:41.897 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-04-03 08:10:41.898 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-04-03 08:10:41.898 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-04-03 08:10:41.898 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-04-03 08:10:41.898 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-04-03 08:10:41.898 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-04-03 08:10:41.899 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-04-03 08:10:41.899 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-04-03 08:10:41.899 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-04-03 08:10:41.899 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-04-03 08:10:41.899 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-04-03 08:10:41.899 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-04-03 08:10:41.899 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-04-03 08:10:41.899 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-04-03 08:10:41.900 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-04-03 08:10:41.901 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-04-03 08:10:41.902 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-04-03 08:10:41.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-04-03 08:10:41.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-04-03 08:10:41.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-04-03 08:10:41.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-04-03 08:10:41.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-04-03 08:10:41.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-04-03 08:10:41.905 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-04-03 08:10:41.906 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-04-03 08:10:41.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-04-03 08:10:41.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-04-03 08:10:41.907 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-04-03 08:10:41.907 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-04-03 08:10:41.907 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-04-03 08:10:41.907 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-04-03 08:10:41.907 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-04-03 08:10:41.907 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-04-03 08:10:41.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-04-03 08:10:41.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-04-03 08:10:41.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-04-03 08:10:41.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-04-03 08:10:41.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-04-03 08:10:41.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-04-03 08:10:41.911 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-04-03 08:10:41.911 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-04-03 08:10:41.911 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-04-03 08:10:41.911 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-04-03 08:10:41.911 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-04-03 08:10:41.911 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-04-03 08:10:41.912 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-04-03 08:10:41.912 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-04-03 08:10:41.912 | etcd-v3.3.12-linux-amd64/etcdctl 2024-04-03 08:10:42.031 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-04-03 08:10:42.031 | etcd-v3.3.12-linux-amd64/etcd 2024-04-03 08:10:42.179 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-04-03 08:10:42.203 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-04-03 08:10:42.224 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-04-03 08:10:42.226 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-04-03 08:10:42.239 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:10:42.240 | + stack.sh:main:892 : install_dstat 2024-04-03 08:10:42.242 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-04-03 08:10:42.254 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:10:42.256 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-04-03 08:10:42.257 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:10:42.259 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-04-03 08:10:42.260 | + stack.sh:main:901 : install_libs 2024-04-03 08:10:42.262 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-04-03 08:10:42.264 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-04-03 08:10:42.266 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-04-03 08:10:42.267 | + inc/python:use_library_from_git:246 : local name=automaton 2024-04-03 08:10:42.269 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.271 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.272 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-04-03 08:10:42.274 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.276 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-04-03 08:10:42.278 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-04-03 08:10:42.279 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-04-03 08:10:42.281 | + inc/python:use_library_from_git:246 : local name=castellan 2024-04-03 08:10:42.282 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.284 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.286 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-04-03 08:10:42.288 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.289 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-04-03 08:10:42.291 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-04-03 08:10:42.293 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-04-03 08:10:42.294 | + inc/python:use_library_from_git:246 : local name=cliff 2024-04-03 08:10:42.296 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.298 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.300 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-04-03 08:10:42.301 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.303 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-04-03 08:10:42.305 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-04-03 08:10:42.307 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-04-03 08:10:42.308 | + inc/python:use_library_from_git:246 : local name=cursive 2024-04-03 08:10:42.310 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.312 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.313 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-04-03 08:10:42.315 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.317 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-04-03 08:10:42.318 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-04-03 08:10:42.320 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-04-03 08:10:42.322 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-04-03 08:10:42.324 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.325 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.327 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-04-03 08:10:42.329 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.330 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-04-03 08:10:42.332 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-04-03 08:10:42.334 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-04-03 08:10:42.336 | + inc/python:use_library_from_git:246 : local name=futurist 2024-04-03 08:10:42.337 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.339 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.341 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-04-03 08:10:42.343 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.344 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-04-03 08:10:42.346 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-04-03 08:10:42.348 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-04-03 08:10:42.349 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-04-03 08:10:42.351 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.353 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.355 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-04-03 08:10:42.356 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.358 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-04-03 08:10:42.360 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-04-03 08:10:42.361 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-04-03 08:10:42.363 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-04-03 08:10:42.365 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.367 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.368 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-04-03 08:10:42.370 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.372 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-04-03 08:10:42.373 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-04-03 08:10:42.375 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-04-03 08:10:42.377 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-04-03 08:10:42.378 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.380 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.382 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-04-03 08:10:42.384 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.385 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-04-03 08:10:42.387 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-04-03 08:10:42.389 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-04-03 08:10:42.391 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-04-03 08:10:42.392 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.394 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.396 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-04-03 08:10:42.397 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.399 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-04-03 08:10:42.401 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-04-03 08:10:42.403 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-04-03 08:10:42.404 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-04-03 08:10:42.406 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.408 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.410 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-04-03 08:10:42.411 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.413 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-04-03 08:10:42.415 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-04-03 08:10:42.417 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-04-03 08:10:42.419 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-04-03 08:10:42.420 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.422 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.424 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-04-03 08:10:42.426 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.427 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-04-03 08:10:42.429 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-04-03 08:10:42.431 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-04-03 08:10:42.432 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-04-03 08:10:42.434 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.436 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.438 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-04-03 08:10:42.440 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.441 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-04-03 08:10:42.443 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-04-03 08:10:42.445 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-04-03 08:10:42.446 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-04-03 08:10:42.448 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.450 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.452 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-04-03 08:10:42.453 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.455 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-04-03 08:10:42.457 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-04-03 08:10:42.459 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-04-03 08:10:42.460 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-04-03 08:10:42.462 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.464 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.465 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-04-03 08:10:42.467 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.469 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-04-03 08:10:42.471 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-04-03 08:10:42.472 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-04-03 08:10:42.474 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-04-03 08:10:42.476 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.478 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.479 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-04-03 08:10:42.481 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.483 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-04-03 08:10:42.485 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-04-03 08:10:42.487 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-04-03 08:10:42.488 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-04-03 08:10:42.490 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.492 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.494 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-04-03 08:10:42.495 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.497 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-04-03 08:10:42.499 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-04-03 08:10:42.501 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-04-03 08:10:42.503 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-04-03 08:10:42.505 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.506 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.508 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-04-03 08:10:42.510 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.512 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-04-03 08:10:42.513 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-04-03 08:10:42.515 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-04-03 08:10:42.517 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-04-03 08:10:42.519 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.521 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.522 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-04-03 08:10:42.524 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.526 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-04-03 08:10:42.528 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-04-03 08:10:42.530 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-04-03 08:10:42.532 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-04-03 08:10:42.533 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.535 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.537 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-04-03 08:10:42.539 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.540 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-04-03 08:10:42.542 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-04-03 08:10:42.544 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-04-03 08:10:42.546 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-04-03 08:10:42.548 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.549 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.551 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-04-03 08:10:42.553 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.555 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-04-03 08:10:42.557 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-04-03 08:10:42.558 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-04-03 08:10:42.560 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-04-03 08:10:42.562 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.564 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.565 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-04-03 08:10:42.567 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.569 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-04-03 08:10:42.570 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-04-03 08:10:42.572 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-04-03 08:10:42.574 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-04-03 08:10:42.576 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.577 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.579 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-04-03 08:10:42.581 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.583 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-04-03 08:10:42.585 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-04-03 08:10:42.587 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-04-03 08:10:42.589 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-04-03 08:10:42.591 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.593 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.594 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-04-03 08:10:42.596 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.598 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-04-03 08:10:42.600 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-04-03 08:10:42.601 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-04-03 08:10:42.603 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-04-03 08:10:42.605 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.607 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.609 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-04-03 08:10:42.610 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.612 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-04-03 08:10:42.614 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-04-03 08:10:42.616 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-04-03 08:10:42.618 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-04-03 08:10:42.619 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.621 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.623 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-04-03 08:10:42.625 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.627 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-04-03 08:10:42.628 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-04-03 08:10:42.630 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-04-03 08:10:42.632 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-04-03 08:10:42.634 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.636 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.638 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-04-03 08:10:42.640 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.642 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-04-03 08:10:42.643 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-04-03 08:10:42.645 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-04-03 08:10:42.647 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-04-03 08:10:42.648 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.651 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.652 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-04-03 08:10:42.654 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.656 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-04-03 08:10:42.658 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-04-03 08:10:42.659 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-04-03 08:10:42.661 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-04-03 08:10:42.663 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.665 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.666 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-04-03 08:10:42.668 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.670 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-04-03 08:10:42.672 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-04-03 08:10:42.674 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-04-03 08:10:42.675 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-04-03 08:10:42.677 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.679 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.681 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-04-03 08:10:42.682 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.684 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-04-03 08:10:42.686 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-04-03 08:10:42.688 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-04-03 08:10:42.689 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-04-03 08:10:42.691 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.693 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.695 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-04-03 08:10:42.696 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.698 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-04-03 08:10:42.700 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-04-03 08:10:42.702 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-04-03 08:10:42.704 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-04-03 08:10:42.705 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.707 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.709 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-04-03 08:10:42.711 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.712 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-04-03 08:10:42.714 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-04-03 08:10:42.716 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-04-03 08:10:42.718 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-04-03 08:10:42.719 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.721 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.723 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-04-03 08:10:42.725 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.726 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-04-03 08:10:42.728 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-04-03 08:10:42.730 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-04-03 08:10:42.732 | + inc/python:use_library_from_git:246 : local name=tooz 2024-04-03 08:10:42.734 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.736 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.737 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-04-03 08:10:42.739 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.741 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-04-03 08:10:42.743 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-04-03 08:10:42.745 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-04-03 08:10:42.746 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-04-03 08:10:42.748 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.750 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.752 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-04-03 08:10:42.753 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.755 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-04-03 08:10:42.757 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-04-03 08:10:42.759 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-04-03 08:10:42.760 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-04-03 08:10:42.762 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.764 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.766 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-04-03 08:10:42.767 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.769 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-04-03 08:10:42.771 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-04-03 08:10:42.773 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-04-03 08:10:42.774 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-04-03 08:10:42.776 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.778 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.780 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-04-03 08:10:42.781 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.783 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-04-03 08:10:42.785 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-04-03 08:10:42.787 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-04-03 08:10:42.789 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-04-03 08:10:42.790 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:42.792 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:42.794 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-04-03 08:10:42.796 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:42.798 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-04-03 08:10:42.813 | Using python 3.10 to install etcd3 2024-04-03 08:10:42.815 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-04-03 08:10:43.760 | Collecting etcd3 2024-04-03 08:10:43.760 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-04-03 08:10:44.791 | Collecting grpcio>=1.27.1 2024-04-03 08:10:44.858 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-04-03 08:10:45.272 | Collecting protobuf>=3.6.1 2024-04-03 08:10:45.295 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-04-03 08:10:45.299 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-04-03 08:10:45.328 | Collecting tenacity>=6.1.0 2024-04-03 08:10:45.331 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-04-03 08:10:45.500 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-04-03 08:10:45.898 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-04-03 08:10:45.898 | 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 2024-04-03 08:10:46.012 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:46.015 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:46.016 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:46.018 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:46.020 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:46.022 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:46.024 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:46.025 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:46.027 | + functions-common:time_stop:2442 : start_time=1712131842809 2024-04-03 08:10:46.029 | + functions-common:time_stop:2444 : [[ -z 1712131842809 ]] 2024-04-03 08:10:46.031 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:46.034 | + functions-common:time_stop:2447 : end_time=1712131846032 2024-04-03 08:10:46.036 | + functions-common:time_stop:2448 : elapsed_time=3223 2024-04-03 08:10:46.037 | + functions-common:time_stop:2449 : total=10671 2024-04-03 08:10:46.039 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:46.041 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13894 2024-04-03 08:10:46.043 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:46.045 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-04-03 08:10:46.061 | Using python 3.10 to install etcd3gw 2024-04-03 08:10:46.062 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-04-03 08:10:47.013 | Collecting etcd3gw 2024-04-03 08:10:47.015 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-04-03 08:10:47.069 | Collecting requests>=2.20.0 2024-04-03 08:10:47.072 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-04-03 08:10:47.104 | Collecting futurist>=0.16.0 2024-04-03 08:10:47.106 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-04-03 08:10:47.108 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-04-03 08:10:47.173 | Collecting urllib3<1.27,>=1.21.1 2024-04-03 08:10:47.176 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-04-03 08:10:47.205 | Collecting idna<4,>=2.5 2024-04-03 08:10:47.208 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-04-03 08:10:47.210 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-04-03 08:10:47.366 | Collecting charset-normalizer<3,>=2 2024-04-03 08:10:47.369 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-04-03 08:10:47.586 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-04-03 08:10:47.587 | Attempting uninstall: urllib3 2024-04-03 08:10:47.588 | Found existing installation: urllib3 1.26.5 2024-04-03 08:10:47.591 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:47.592 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-04-03 08:10:47.658 | Attempting uninstall: idna 2024-04-03 08:10:47.659 | Found existing installation: idna 3.3 2024-04-03 08:10:47.660 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:47.661 | Can't uninstall 'idna'. No files were found to uninstall. 2024-04-03 08:10:47.794 | Attempting uninstall: requests 2024-04-03 08:10:47.795 | Found existing installation: requests 2.25.1 2024-04-03 08:10:47.796 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:47.797 | Can't uninstall 'requests'. No files were found to uninstall. 2024-04-03 08:10:47.852 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2024-04-03 08:10:47.852 | 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 2024-04-03 08:10:47.939 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:47.941 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:47.943 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:47.944 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:47.946 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:47.948 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:47.950 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:47.951 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:47.953 | + functions-common:time_stop:2442 : start_time=1712131846057 2024-04-03 08:10:47.955 | + functions-common:time_stop:2444 : [[ -z 1712131846057 ]] 2024-04-03 08:10:47.957 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:47.960 | + functions-common:time_stop:2447 : end_time=1712131847958 2024-04-03 08:10:47.961 | + functions-common:time_stop:2448 : elapsed_time=1901 2024-04-03 08:10:47.963 | + functions-common:time_stop:2449 : total=13894 2024-04-03 08:10:47.965 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:47.967 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15795 2024-04-03 08:10:47.969 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:47.970 | + stack.sh:main:904 : install_apache_uwsgi 2024-04-03 08:10:47.972 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-04-03 08:10:47.974 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-04-03 08:10:47.976 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-03 08:10:47.978 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-03 08:10:47.979 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-03 08:10:47.981 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-03 08:10:47.983 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-03 08:10:47.985 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-03 08:10:47.986 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-03 08:10:47.988 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-03 08:10:47.990 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-03 08:10:47.992 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-03 08:10:47.993 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-03 08:10:47.995 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-03 08:10:47.997 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-04-03 08:10:47.999 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:48.000 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:48.002 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-04-03 08:10:48.004 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-03 08:10:48.006 | + functions-common:install_package:1459 : update_package_repo 2024-04-03 08:10:48.007 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-03 08:10:48.009 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-03 08:10:48.011 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-03 08:10:48.013 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:48.014 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-03 08:10:48.016 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:48.018 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:48.020 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-03 08:10:48.021 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-03 08:10:48.023 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-03 08:10:48.025 | + functions-common:apt_get_update:1186 : return 2024-04-03 08:10:48.027 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-03 08:10:48.028 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-03 08:10:48.030 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:48.032 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:48.034 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-03 08:10:48.050 | + functions-common:apt_get:1226 : 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 2024-04-03 08:10:48.106 | Reading package lists... 2024-04-03 08:10:48.291 | Building dependency tree... 2024-04-03 08:10:48.293 | Reading state information... 2024-04-03 08:10:48.522 | uwsgi is already the newest version (2.0.20-4). 2024-04-03 08:10:48.522 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-04-03 08:10:48.522 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-04-03 08:10:48.522 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-03 08:10:48.527 | + functions-common:apt_get:1230 : result=0 2024-04-03 08:10:48.529 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-03 08:10:48.531 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:48.533 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:48.535 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:48.537 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:48.539 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:48.541 | + functions-common:time_stop:2441 : name=apt-get 2024-04-03 08:10:48.543 | + functions-common:time_stop:2442 : start_time=1712131848047 2024-04-03 08:10:48.545 | + functions-common:time_stop:2444 : [[ -z 1712131848047 ]] 2024-04-03 08:10:48.547 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:48.551 | + functions-common:time_stop:2447 : end_time=1712131848549 2024-04-03 08:10:48.553 | + functions-common:time_stop:2448 : elapsed_time=502 2024-04-03 08:10:48.555 | + functions-common:time_stop:2449 : total=6837 2024-04-03 08:10:48.557 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:48.559 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7339 2024-04-03 08:10:48.561 | + functions-common:apt_get:1234 : return 0 2024-04-03 08:10:48.563 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-04-03 08:10:48.565 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:10:48.567 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:10:48.569 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-04-03 08:10:48.613 | Enabling module proxy. 2024-04-03 08:10:48.617 | To activate the new configuration, you need to run: 2024-04-03 08:10:48.617 | systemctl restart apache2 2024-04-03 08:10:48.621 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-04-03 08:10:48.656 | Considering dependency proxy for proxy_uwsgi: 2024-04-03 08:10:48.656 | Module proxy already enabled 2024-04-03 08:10:48.656 | Enabling module proxy_uwsgi. 2024-04-03 08:10:48.660 | To activate the new configuration, you need to run: 2024-04-03 08:10:48.660 | systemctl restart apache2 2024-04-03 08:10:48.664 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-04-03 08:10:48.666 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-03 08:10:48.669 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:10:48.671 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-03 08:10:48.803 | + stack.sh:main:907 : install_keystoneauth 2024-04-03 08:10:48.805 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-04-03 08:10:48.807 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-04-03 08:10:48.809 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.811 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.813 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-04-03 08:10:48.815 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.817 | + stack.sh:main:908 : install_keystoneclient 2024-04-03 08:10:48.819 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-04-03 08:10:48.821 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-04-03 08:10:48.823 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.825 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.827 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-04-03 08:10:48.829 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.831 | + stack.sh:main:909 : install_glanceclient 2024-04-03 08:10:48.833 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-04-03 08:10:48.835 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-04-03 08:10:48.836 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.838 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.840 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-04-03 08:10:48.842 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.844 | + stack.sh:main:910 : install_cinderclient 2024-04-03 08:10:48.846 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-04-03 08:10:48.848 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-04-03 08:10:48.850 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.852 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.854 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-04-03 08:10:48.856 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.858 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-04-03 08:10:48.860 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-04-03 08:10:48.862 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.864 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.867 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-04-03 08:10:48.869 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.871 | + stack.sh:main:911 : install_novaclient 2024-04-03 08:10:48.872 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-04-03 08:10:48.875 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-04-03 08:10:48.877 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.879 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.881 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-04-03 08:10:48.883 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.885 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-04-03 08:10:48.898 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:48.900 | + stack.sh:main:913 : install_swiftclient 2024-04-03 08:10:48.902 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-04-03 08:10:48.904 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-04-03 08:10:48.906 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.908 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.910 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-04-03 08:10:48.912 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.915 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-04-03 08:10:48.928 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:48.930 | + stack.sh:main:916 : install_neutronclient 2024-04-03 08:10:48.932 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-04-03 08:10:48.934 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-04-03 08:10:48.936 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.938 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.940 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-04-03 08:10:48.942 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.944 | + stack.sh:main:920 : install_keystonemiddleware 2024-04-03 08:10:48.946 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-04-03 08:10:48.948 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-04-03 08:10:48.950 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:10:48.952 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:10:48.954 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-04-03 08:10:48.956 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:10:48.958 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-04-03 08:10:48.959 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-04-03 08:10:48.961 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-03 08:10:48.963 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-04-03 08:10:48.965 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-04-03 08:10:48.967 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-03 08:10:48.970 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-04-03 08:10:48.971 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-03 08:10:48.975 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-04-03 08:10:48.977 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-04-03 08:10:48.978 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-04-03 08:10:48.981 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-04-03 08:10:48.983 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-04-03 08:10:48.999 | Using python 3.10 to install keystonemiddleware 2024-04-03 08:10:49.001 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-04-03 08:10:50.054 | Collecting keystonemiddleware 2024-04-03 08:10:50.057 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-04-03 08:10:50.084 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-04-03 08:10:50.118 | Collecting oslo.i18n>=3.15.3 2024-04-03 08:10:50.124 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-04-03 08:10:50.169 | Collecting keystoneauth1>=3.12.0 2024-04-03 08:10:50.173 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-04-03 08:10:50.223 | Collecting oslo.cache>=1.26.0 2024-04-03 08:10:50.227 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-04-03 08:10:50.288 | Collecting oslo.utils>=3.33.0 2024-04-03 08:10:50.291 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-04-03 08:10:50.293 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-04-03 08:10:50.337 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-04-03 08:10:50.339 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-04-03 08:10:50.378 | Collecting oslo.context>=2.19.2 2024-04-03 08:10:50.395 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-04-03 08:10:50.421 | Collecting pycadf!=2.0.0,>=1.1.0 2024-04-03 08:10:50.423 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-04-03 08:10:50.462 | Collecting python-keystoneclient>=3.20.0 2024-04-03 08:10:50.471 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-04-03 08:10:50.525 | Collecting oslo.log>=3.36.0 2024-04-03 08:10:50.527 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-04-03 08:10:50.611 | Collecting oslo.config>=5.2.0 2024-04-03 08:10:50.614 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-04-03 08:10:50.617 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-04-03 08:10:50.649 | Collecting WebOb>=1.7.1 2024-04-03 08:10:50.651 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-04-03 08:10:50.699 | Collecting iso8601>=0.1.11 2024-04-03 08:10:50.701 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-04-03 08:10:50.719 | Collecting os-service-types>=1.2.0 2024-04-03 08:10:50.721 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-04-03 08:10:50.762 | Collecting stevedore>=1.20.0 2024-04-03 08:10:50.766 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-04-03 08:10:50.830 | Collecting dogpile.cache>=1.1.5 2024-04-03 08:10:50.832 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-04-03 08:10:50.877 | Collecting debtcollector>=1.2.0 2024-04-03 08:10:50.879 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-04-03 08:10:50.916 | Collecting netaddr>=0.7.18 2024-04-03 08:10:50.931 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-04-03 08:10:50.971 | Collecting rfc3986>=1.2.0 2024-04-03 08:10:50.983 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-04-03 08:10:51.055 | Collecting PyYAML>=5.1 2024-04-03 08:10:51.062 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-04-03 08:10:51.122 | Collecting python-dateutil>=2.7.0 2024-04-03 08:10:51.125 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-04-03 08:10:51.163 | Collecting pyinotify>=0.9.6 2024-04-03 08:10:51.163 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-04-03 08:10:51.243 | Collecting pytz>=2013.6 2024-04-03 08:10:51.248 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-04-03 08:10:51.378 | Collecting msgpack>=0.5.2 2024-04-03 08:10:51.383 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-04-03 08:10:51.391 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-04-03 08:10:51.536 | Collecting pyparsing>=2.1.0 2024-04-03 08:10:51.539 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-04-03 08:10:51.572 | Collecting packaging>=20.4 2024-04-03 08:10:51.575 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-04-03 08:10:51.619 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2024-04-03 08:10:51.620 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-04-03 08:10:51.621 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-04-03 08:10:51.622 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-04-03 08:10:51.820 | Collecting wrapt>=1.7.0 2024-04-03 08:10:51.823 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2024-04-03 08:10:51.862 | Collecting decorator>=4.0.0 2024-04-03 08:10:51.864 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-04-03 08:10:52.276 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, oslo.i18n, os-service-types, iso8601, decorator, packaging, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-04-03 08:10:52.302 | Attempting uninstall: pytz 2024-04-03 08:10:52.303 | Found existing installation: pytz 2022.1 2024-04-03 08:10:52.305 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:52.306 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-04-03 08:10:52.616 | Attempting uninstall: stevedore 2024-04-03 08:10:52.617 | Found existing installation: stevedore 3.5.0 2024-04-03 08:10:52.618 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:52.619 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-04-03 08:10:52.751 | Attempting uninstall: pyparsing 2024-04-03 08:10:52.752 | Found existing installation: pyparsing 2.4.7 2024-04-03 08:10:52.753 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:10:52.754 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-04-03 08:10:53.787 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.2 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.0 oslo.serialization-5.1.1 oslo.utils-6.1.0 packaging-21.3 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-04-03 08:10:53.788 | 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 2024-04-03 08:10:53.918 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:53.919 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:53.921 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:53.923 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:53.924 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:53.926 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:53.928 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:53.929 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:53.931 | + functions-common:time_stop:2442 : start_time=1712131848995 2024-04-03 08:10:53.932 | + functions-common:time_stop:2444 : [[ -z 1712131848995 ]] 2024-04-03 08:10:53.934 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:53.937 | + functions-common:time_stop:2447 : end_time=1712131853935 2024-04-03 08:10:53.939 | + functions-common:time_stop:2448 : elapsed_time=4940 2024-04-03 08:10:53.940 | + functions-common:time_stop:2449 : total=15795 2024-04-03 08:10:53.942 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:53.943 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20735 2024-04-03 08:10:53.945 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:53.947 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-04-03 08:10:53.948 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-04-03 08:10:53.950 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-03 08:10:53.952 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-04-03 08:10:53.954 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-04-03 08:10:53.956 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-03 08:10:53.959 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-04-03 08:10:53.960 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-03 08:10:53.964 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-04-03 08:10:53.966 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-04-03 08:10:53.968 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-04-03 08:10:53.970 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-04-03 08:10:53.972 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-04-03 08:10:53.988 | Using python 3.10 to install python-memcached 2024-04-03 08:10:53.990 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-04-03 08:10:54.975 | Collecting python-memcached 2024-04-03 08:10:54.977 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-04-03 08:10:54.981 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-04-03 08:10:55.284 | Installing collected packages: python-memcached 2024-04-03 08:10:55.334 | Successfully installed python-memcached-1.59 2024-04-03 08:10:55.335 | 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 2024-04-03 08:10:55.416 | + inc/python:pip_install:196 : result=0 2024-04-03 08:10:55.418 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:10:55.420 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:55.422 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:55.423 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:55.425 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:55.427 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:55.428 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:10:55.430 | + functions-common:time_stop:2442 : start_time=1712131853984 2024-04-03 08:10:55.432 | + functions-common:time_stop:2444 : [[ -z 1712131853984 ]] 2024-04-03 08:10:55.434 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:55.437 | + functions-common:time_stop:2447 : end_time=1712131855435 2024-04-03 08:10:55.438 | + functions-common:time_stop:2448 : elapsed_time=1451 2024-04-03 08:10:55.440 | + functions-common:time_stop:2449 : total=20735 2024-04-03 08:10:55.442 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:55.444 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22186 2024-04-03 08:10:55.445 | + inc/python:pip_install:199 : return 0 2024-04-03 08:10:55.447 | + stack.sh:main:922 : is_service_enabled keystone 2024-04-03 08:10:55.459 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:10:55.461 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-04-03 08:10:55.462 | + stack.sh:main:924 : stack_install_service keystone 2024-04-03 08:10:55.464 | + lib/stack:stack_install_service:20 : local service=keystone 2024-04-03 08:10:55.466 | + lib/stack:stack_install_service:21 : type install_keystone 2024-04-03 08:10:55.467 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-03 08:10:55.469 | + lib/stack:stack_install_service:32 : install_keystone 2024-04-03 08:10:55.471 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-04-03 08:10:55.482 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:10:55.483 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-04-03 08:10:55.485 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-04-03 08:10:55.486 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-04-03 08:10:55.488 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-03 08:10:55.489 | + functions-common:git_clone:615 : local orig_dir 2024-04-03 08:10:55.491 | ++ functions-common:git_clone:616 : pwd 2024-04-03 08:10:55.493 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:10:55.494 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:10:55.496 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:10:55.508 | + functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:10:55.509 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-03 08:10:55.511 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-03 08:10:55.512 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:55.514 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-03 08:10:55.514 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:10:55.518 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-04-03 08:10:55.520 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-03 08:10:55.521 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-04-03 08:10:55.523 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:10:55.524 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:10:55.526 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:10:55.527 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:10:55.529 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:10:55.530 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:10:55.532 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:10:55.533 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:10:55.535 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:10:55.538 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131855536 2024-04-03 08:10:55.540 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-04-03 08:10:55.541 | Cloning into '/opt/stack//keystone'... 2024-04-03 08:10:59.704 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:10:59.706 | + functions-common:time_stop:2435 : local name 2024-04-03 08:10:59.707 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:10:59.709 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:10:59.710 | + functions-common:time_stop:2438 : local total 2024-04-03 08:10:59.712 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:10:59.714 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:10:59.715 | + functions-common:time_stop:2442 : start_time=1712131855536 2024-04-03 08:10:59.716 | + functions-common:time_stop:2444 : [[ -z 1712131855536 ]] 2024-04-03 08:10:59.719 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:10:59.721 | + functions-common:time_stop:2447 : end_time=1712131859719 2024-04-03 08:10:59.723 | + functions-common:time_stop:2448 : elapsed_time=4183 2024-04-03 08:10:59.724 | + functions-common:time_stop:2449 : total=5866 2024-04-03 08:10:59.726 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:10:59.727 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10049 2024-04-03 08:10:59.729 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-04-03 08:10:59.731 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-03 08:10:59.732 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:10:59.734 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:10:59.735 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:10:59.737 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:10:59.738 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:10:59.740 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:10:59.741 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:10:59.743 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:10:59.745 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:10:59.748 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131859746 2024-04-03 08:10:59.749 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-03 08:11:01.555 | From https://opendev.org/openstack/keystone 2024-04-03 08:11:01.555 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-03 08:11:01.558 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:01.560 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:01.562 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:01.563 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:01.565 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:01.566 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:01.568 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:01.570 | + functions-common:time_stop:2442 : start_time=1712131859746 2024-04-03 08:11:01.571 | + functions-common:time_stop:2444 : [[ -z 1712131859746 ]] 2024-04-03 08:11:01.573 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:01.576 | + functions-common:time_stop:2447 : end_time=1712131861574 2024-04-03 08:11:01.577 | + functions-common:time_stop:2448 : elapsed_time=1828 2024-04-03 08:11:01.579 | + functions-common:time_stop:2449 : total=10049 2024-04-03 08:11:01.581 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:01.582 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11877 2024-04-03 08:11:01.584 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-03 08:11:01.585 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:01.587 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:01.588 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:01.590 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:01.591 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:01.593 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:01.594 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:01.596 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:01.598 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:01.601 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131861599 2024-04-03 08:11:01.602 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-03 08:11:01.688 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:11:01.688 | 2024-04-03 08:11:01.688 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:11:01.688 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:11:01.688 | state without impacting any branches by switching back to a branch. 2024-04-03 08:11:01.688 | 2024-04-03 08:11:01.688 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:11:01.688 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:11:01.688 | 2024-04-03 08:11:01.688 | git switch -c 2024-04-03 08:11:01.688 | 2024-04-03 08:11:01.688 | Or undo this operation with: 2024-04-03 08:11:01.688 | 2024-04-03 08:11:01.688 | git switch - 2024-04-03 08:11:01.688 | 2024-04-03 08:11:01.688 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:11:01.688 | 2024-04-03 08:11:01.688 | HEAD is now at 60b964a Merge "Fix old arm64 job template" into stable/2023.1 2024-04-03 08:11:01.691 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:01.692 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:01.694 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:01.696 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:01.697 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:01.699 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:01.700 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:01.702 | + functions-common:time_stop:2442 : start_time=1712131861599 2024-04-03 08:11:01.703 | + functions-common:time_stop:2444 : [[ -z 1712131861599 ]] 2024-04-03 08:11:01.705 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:01.708 | + functions-common:time_stop:2447 : end_time=1712131861706 2024-04-03 08:11:01.710 | + functions-common:time_stop:2448 : elapsed_time=107 2024-04-03 08:11:01.711 | + functions-common:time_stop:2449 : total=11877 2024-04-03 08:11:01.713 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:01.714 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11984 2024-04-03 08:11:01.716 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-04-03 08:11:01.725 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-04-03 08:11:01.727 | + functions-common:git_clone:696 : git show --oneline 2024-04-03 08:11:01.728 | + functions-common:git_clone:696 : head -1 2024-04-03 08:11:01.730 | 60b964a Merge "Fix old arm64 job template" into stable/2023.1 2024-04-03 08:11:01.732 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:11:01.733 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-04-03 08:11:01.735 | + inc/python:setup_develop:334 : local bindep 2024-04-03 08:11:01.737 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-04-03 08:11:01.738 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-04-03 08:11:01.740 | + inc/python:setup_develop:340 : local extras= 2024-04-03 08:11:01.742 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-04-03 08:11:01.743 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-03 08:11:01.745 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-04-03 08:11:01.747 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-04-03 08:11:01.748 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-03 08:11:01.750 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-03 08:11:01.752 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-04-03 08:11:01.754 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-03 08:11:01.756 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-04-03 08:11:01.758 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-03 08:11:01.759 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-03 08:11:01.761 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-04-03 08:11:01.765 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-04-03 08:11:01.767 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-04-03 08:11:02.077 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-04-03 08:11:02.079 | + inc/python:setup_package:414 : local bindep=0 2024-04-03 08:11:02.080 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-03 08:11:02.082 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-03 08:11:02.084 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-04-03 08:11:02.086 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-04-03 08:11:02.088 | + inc/python:setup_package:423 : local flags=-e 2024-04-03 08:11:02.089 | + inc/python:setup_package:424 : local extras= 2024-04-03 08:11:02.091 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-03 08:11:02.093 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-03 08:11:02.095 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-03 08:11:02.096 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-03 08:11:02.098 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-03 08:11:02.100 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-04-03 08:11:02.116 | Using python 3.10 to install /opt/stack/keystone 2024-04-03 08:11:02.118 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-04-03 08:11:02.992 | Obtaining file:///opt/stack/keystone 2024-04-03 08:11:02.992 | Preparing metadata (setup.py): started 2024-04-03 08:11:03.515 | Preparing metadata (setup.py): finished with status 'done' 2024-04-03 08:11:03.667 | Collecting Flask!=0.11,>=1.0.2 2024-04-03 08:11:03.670 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-04-03 08:11:03.694 | Collecting Flask-RESTful>=0.3.5 2024-04-03 08:11:03.696 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-04-03 08:11:03.727 | Collecting PyJWT>=1.6.1 2024-04-03 08:11:03.729 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-04-03 08:11:04.416 | Collecting SQLAlchemy>=1.3.0 2024-04-03 08:11:04.430 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2024-04-03 08:11:04.441 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (1.8.7) 2024-04-03 08:11:04.526 | Collecting bcrypt>=3.1.3 2024-04-03 08:11:04.534 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-04-03 08:11:04.923 | Collecting cryptography>=2.7 2024-04-03 08:11:04.948 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-04-03 08:11:04.969 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (1.1.8) 2024-04-03 08:11:05.021 | Collecting jsonschema>=3.2.0 2024-04-03 08:11:05.023 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-04-03 08:11:05.026 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (10.2.0) 2024-04-03 08:11:05.026 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (1.0.4) 2024-04-03 08:11:05.050 | Collecting oauthlib>=0.6.2 2024-04-03 08:11:05.053 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-04-03 08:11:05.056 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (3.3.1) 2024-04-03 08:11:05.057 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (9.1.1) 2024-04-03 08:11:05.057 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.1.1) 2024-04-03 08:11:05.117 | Collecting oslo.db>=6.0.0 2024-04-03 08:11:05.120 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-04-03 08:11:05.123 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (6.0.0) 2024-04-03 08:11:05.124 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.2.0) 2024-04-03 08:11:05.199 | Collecting oslo.messaging>=5.29.0 2024-04-03 08:11:05.203 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-04-03 08:11:05.247 | Collecting oslo.middleware>=3.31.0 2024-04-03 08:11:05.250 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-04-03 08:11:05.303 | Collecting oslo.policy>=3.10.0 2024-04-03 08:11:05.305 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-04-03 08:11:05.308 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.1.1) 2024-04-03 08:11:05.331 | Collecting oslo.upgradecheck>=1.3.0 2024-04-03 08:11:05.333 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-04-03 08:11:05.335 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (6.1.0) 2024-04-03 08:11:05.366 | Collecting osprofiler>=1.4.0 2024-04-03 08:11:05.369 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-04-03 08:11:05.390 | Collecting passlib>=1.7.0 2024-04-03 08:11:05.395 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-04-03 08:11:05.400 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.11.1) 2024-04-03 08:11:05.401 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (3.1.1) 2024-04-03 08:11:05.432 | Collecting pysaml2>=5.0.0 2024-04-03 08:11:05.437 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-04-03 08:11:05.442 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.1.0) 2024-04-03 08:11:05.443 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (2022.4) 2024-04-03 08:11:05.538 | Collecting scrypt>=0.8.0 2024-04-03 08:11:05.547 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-04-03 08:11:05.574 | Collecting sqlalchemy-migrate>=0.13.0 2024-04-03 08:11:05.576 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-04-03 08:11:05.579 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.0.0) 2024-04-03 08:11:05.838 | Collecting cffi>=1.12 2024-04-03 08:11:05.843 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-04-03 08:11:05.849 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev15) (5.1.1) 2024-04-03 08:11:05.875 | Collecting itsdangerous>=2.0 2024-04-03 08:11:05.878 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-04-03 08:11:05.921 | Collecting Werkzeug>=2.2.2 2024-04-03 08:11:05.924 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-04-03 08:11:05.955 | Collecting Jinja2>=3.0 2024-04-03 08:11:05.957 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-04-03 08:11:05.992 | Collecting click>=8.0 2024-04-03 08:11:05.995 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-04-03 08:11:06.007 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev15) (1.16.0) 2024-04-03 08:11:06.030 | Collecting aniso8601>=0.82 2024-04-03 08:11:06.032 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-04-03 08:11:06.051 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev15) (0.18.1) 2024-04-03 08:11:06.076 | Collecting attrs>=17.4.0 2024-04-03 08:11:06.079 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-04-03 08:11:06.103 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (5.1.2) 2024-04-03 08:11:06.104 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (2.28.1) 2024-04-03 08:11:06.179 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev15) (6.0) 2024-04-03 08:11:06.180 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev15) (1.5.0) 2024-04-03 08:11:06.181 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev15) (0.8.0) 2024-04-03 08:11:06.181 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev15) (2.5.0) 2024-04-03 08:11:06.220 | Collecting testresources>=2.0.0 2024-04-03 08:11:06.222 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-04-03 08:11:06.255 | Collecting testscenarios>=0.4 2024-04-03 08:11:06.256 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-04-03 08:11:06.303 | Collecting alembic>=0.9.6 2024-04-03 08:11:06.306 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-04-03 08:11:06.332 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev15) (0.9.6) 2024-04-03 08:11:06.332 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev15) (2.8.2) 2024-04-03 08:11:06.355 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev15) (2.4.1) 2024-04-03 08:11:06.377 | Collecting oslo.metrics>=0.2.1 2024-04-03 08:11:06.378 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-04-03 08:11:06.414 | Collecting cachetools>=2.0.0 2024-04-03 08:11:06.417 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-04-03 08:11:06.471 | Collecting kombu>=4.6.6 2024-04-03 08:11:06.475 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-04-03 08:11:06.513 | Collecting amqp>=2.5.2 2024-04-03 08:11:06.515 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-04-03 08:11:06.560 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-04-03 08:11:06.572 | Using cached oslo.service-3.1.1-py3-none-any.whl (77 kB) 2024-04-03 08:11:06.606 | Collecting statsd>=3.2.1 2024-04-03 08:11:06.608 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-04-03 08:11:06.659 | Collecting PrettyTable>=0.7.1 2024-04-03 08:11:06.661 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-04-03 08:11:06.670 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev15) (21.3) 2024-04-03 08:11:06.671 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev15) (0.11.0) 2024-04-03 08:11:06.672 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev15) (1.1.0) 2024-04-03 08:11:06.672 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev15) (3.0.9) 2024-04-03 08:11:06.736 | Collecting oslo.concurrency>=3.26.0 2024-04-03 08:11:06.739 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-04-03 08:11:06.811 | Collecting pyOpenSSL 2024-04-03 08:11:06.813 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-04-03 08:11:06.815 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev15) (59.6.0) 2024-04-03 08:11:06.835 | Collecting defusedxml 2024-04-03 08:11:06.837 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-04-03 08:11:06.891 | Collecting xmlschema>=1.2.1 2024-04-03 08:11:06.896 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-04-03 08:11:07.273 | Collecting greenlet!=0.4.17 2024-04-03 08:11:07.276 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-04-03 08:11:07.308 | Collecting sqlparse 2024-04-03 08:11:07.310 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-04-03 08:11:07.327 | Collecting Tempita>=0.4 2024-04-03 08:11:07.329 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-04-03 08:11:07.398 | Collecting Mako 2024-04-03 08:11:07.400 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-04-03 08:11:07.430 | Collecting vine>=5.0.0 2024-04-03 08:11:07.432 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-04-03 08:11:07.549 | Collecting pycparser 2024-04-03 08:11:07.552 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-04-03 08:11:07.570 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev15) (1.14.1) 2024-04-03 08:11:07.716 | Collecting MarkupSafe>=2.0 2024-04-03 08:11:07.718 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-04-03 08:11:07.750 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (1.7.0) 2024-04-03 08:11:07.824 | Collecting fasteners>=0.7.0 2024-04-03 08:11:07.826 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-04-03 08:11:07.867 | Collecting prometheus-client>=0.6.0 2024-04-03 08:11:07.869 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-04-03 08:11:07.912 | Collecting Routes>=2.3.1 2024-04-03 08:11:07.914 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-04-03 08:11:07.944 | Collecting fixtures>=3.0.0 2024-04-03 08:11:07.944 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-04-03 08:11:07.983 | Collecting Paste>=2.0.2 2024-04-03 08:11:07.989 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-04-03 08:11:08.023 | Collecting eventlet>=0.25.2 2024-04-03 08:11:08.027 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-04-03 08:11:08.050 | Collecting PasteDeploy>=1.5.0 2024-04-03 08:11:08.052 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-04-03 08:11:08.097 | Collecting Yappi>=1.0 2024-04-03 08:11:08.101 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-04-03 08:11:08.126 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev15) (0.2.5) 2024-04-03 08:11:08.177 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (1.26.12) 2024-04-03 08:11:08.177 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (3.4) 2024-04-03 08:11:08.178 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (2020.6.20) 2024-04-03 08:11:08.179 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (2.1.1) 2024-04-03 08:11:08.229 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev15) (2.5.0) 2024-04-03 08:11:08.301 | Collecting elementpath<4.0.0,>=3.0.0 2024-04-03 08:11:08.304 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-04-03 08:11:08.427 | Collecting dnspython>=1.15.0 2024-04-03 08:11:08.431 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-04-03 08:11:08.547 | Collecting repoze.lru>=0.3 2024-04-03 08:11:08.550 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-04-03 08:11:08.697 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2024-04-03 08:11:08.698 | Reason for being yanked: Regression in OpenSSL. 2024-04-03 08:11:09.215 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-04-03 08:11:09.696 | Attempting uninstall: PyJWT 2024-04-03 08:11:09.697 | Found existing installation: PyJWT 2.3.0 2024-04-03 08:11:09.698 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:09.699 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-04-03 08:11:09.879 | Attempting uninstall: PrettyTable 2024-04-03 08:11:09.880 | Found existing installation: prettytable 2.5.0 2024-04-03 08:11:09.882 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:09.883 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-04-03 08:11:10.076 | Attempting uninstall: oauthlib 2024-04-03 08:11:10.077 | Found existing installation: oauthlib 3.2.0 2024-04-03 08:11:10.078 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:10.079 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-04-03 08:11:10.148 | Attempting uninstall: MarkupSafe 2024-04-03 08:11:10.149 | Found existing installation: MarkupSafe 2.0.1 2024-04-03 08:11:10.150 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:10.151 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-04-03 08:11:10.207 | Attempting uninstall: fixtures 2024-04-03 08:11:10.209 | Found existing installation: fixtures 3.0.0 2024-04-03 08:11:10.211 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:10.212 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-04-03 08:11:10.578 | Attempting uninstall: click 2024-04-03 08:11:10.579 | Found existing installation: click 8.0.3 2024-04-03 08:11:10.581 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:10.581 | Can't uninstall 'click'. No files were found to uninstall. 2024-04-03 08:11:10.648 | Attempting uninstall: bcrypt 2024-04-03 08:11:10.649 | Found existing installation: bcrypt 3.2.0 2024-04-03 08:11:10.651 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:10.651 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-04-03 08:11:10.690 | Attempting uninstall: attrs 2024-04-03 08:11:10.691 | Found existing installation: attrs 21.2.0 2024-04-03 08:11:10.692 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:10.693 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-04-03 08:11:11.754 | Attempting uninstall: jsonschema 2024-04-03 08:11:11.756 | Found existing installation: jsonschema 3.2.0 2024-04-03 08:11:11.758 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:11.759 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-04-03 08:11:11.822 | Attempting uninstall: Jinja2 2024-04-03 08:11:11.823 | Found existing installation: Jinja2 3.0.3 2024-04-03 08:11:11.825 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:11.825 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-04-03 08:11:12.434 | Attempting uninstall: cryptography 2024-04-03 08:11:12.436 | Found existing installation: cryptography 3.4.8 2024-04-03 08:11:12.437 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:12.438 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-04-03 08:11:12.759 | Attempting uninstall: pyOpenSSL 2024-04-03 08:11:12.760 | Found existing installation: pyOpenSSL 21.0.0 2024-04-03 08:11:12.761 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:12.762 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-04-03 08:11:13.546 | Running setup.py develop for keystone 2024-04-03 08:11:14.503 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.4 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.1 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-04-03 08:11:14.504 | 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 2024-04-03 08:11:14.710 | + inc/python:pip_install:196 : result=0 2024-04-03 08:11:14.712 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:11:14.714 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:14.715 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:14.717 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:14.719 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:14.721 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:14.722 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:11:14.724 | + functions-common:time_stop:2442 : start_time=1712131862112 2024-04-03 08:11:14.726 | + functions-common:time_stop:2444 : [[ -z 1712131862112 ]] 2024-04-03 08:11:14.728 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:14.731 | + functions-common:time_stop:2447 : end_time=1712131874729 2024-04-03 08:11:14.732 | + functions-common:time_stop:2448 : elapsed_time=12617 2024-04-03 08:11:14.734 | + functions-common:time_stop:2449 : total=22186 2024-04-03 08:11:14.736 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:14.737 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=34803 2024-04-03 08:11:14.739 | + inc/python:pip_install:199 : return 0 2024-04-03 08:11:14.741 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-03 08:11:14.743 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-03 08:11:14.745 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-03 08:11:14.758 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-03 08:11:14.768 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-04-03 08:11:14.770 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-04-03 08:11:14.772 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:11:14.774 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:11:14.776 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-04-03 08:11:14.778 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:11:14.780 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-04-03 08:11:14.792 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:14.794 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-04-03 08:11:14.796 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-03 08:11:14.798 | + stack.sh:main:925 : configure_keystone 2024-04-03 08:11:14.800 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-04-03 08:11:14.809 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2024-04-03 08:11:14.811 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-04-03 08:11:14.814 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-04-03 08:11:14.826 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:14.828 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-04-03 08:11:14.852 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-04-03 08:11:14.875 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-04-03 08:11:14.899 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-04-03 08:11:14.923 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-04-03 08:11:14.946 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-04-03 08:11:14.970 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-04-03 08:11:14.992 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-04-03 08:11:15.022 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-04-03 08:11:15.024 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-04-03 08:11:15.026 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-04-03 08:11:15.028 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-04-03 08:11:15.030 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-03 08:11:15.032 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-03 08:11:15.047 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:15.049 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-03 08:11:15.051 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-03 08:11:15.053 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-03 08:11:15.073 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:15.078 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:11:15.081 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:11:15.114 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-03 08:11:15.116 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-03 08:11:15.118 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-04-03 08:11:15.120 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-04-03 08:11:15.137 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:15.139 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-04-03 08:11:15.173 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-04-03 08:11:15.175 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-04-03 08:11:15.210 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-04-03 08:11:15.212 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-04-03 08:11:15.218 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-04-03 08:11:15.220 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-04-03 08:11:15.222 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:11:15.226 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:11:15.227 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:11:15.244 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:15.246 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:11:15.248 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-04-03 08:11:15.250 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-04-03 08:11:15.275 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-04-03 08:11:15.277 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-04-03 08:11:15.279 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-04-03 08:11:15.281 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-04-03 08:11:15.283 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-03 08:11:15.296 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-03 08:11:15.297 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-03 08:11:15.299 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-03 08:11:15.301 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-03 08:11:15.303 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-03 08:11:15.325 | + functions:setup_systemd_logging:715 : 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' 2024-04-03 08:11:15.349 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-03 08:11:15.371 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-03 08:11:15.394 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-04-03 08:11:15.416 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-04-03 08:11:15.418 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-04-03 08:11:15.420 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-04-03 08:11:15.422 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-04-03 08:11:15.424 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-04-03 08:11:15.426 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-03 08:11:15.427 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-03 08:11:15.429 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-04-03 08:11:15.433 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-04-03 08:11:15.434 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-03 08:11:15.436 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-03 08:11:15.446 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-03 08:11:15.447 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:11:15.453 | d /var/run/uwsgi 0755 stack root 2024-04-03 08:11:15.456 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:11:15.464 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-03 08:11:15.467 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-04-03 08:11:15.469 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-04-03 08:11:15.472 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-04-03 08:11:15.496 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-04-03 08:11:15.517 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-04-03 08:11:15.539 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-04-03 08:11:15.562 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-04-03 08:11:15.584 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-04-03 08:11:15.606 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-04-03 08:11:15.629 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-04-03 08:11:15.651 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-04-03 08:11:15.673 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-03 08:11:15.696 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-04-03 08:11:15.718 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-04-03 08:11:15.740 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-04-03 08:11:15.763 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-03 08:11:15.765 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-03 08:11:15.767 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-04-03 08:11:15.769 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-04-03 08:11:15.771 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-03 08:11:15.773 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:15.774 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:15.776 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-03 08:11:15.778 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-03 08:11:15.780 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-04-03 08:11:15.802 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-04-03 08:11:15.824 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2024-04-03 08:11:15.824 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-03 08:11:15.831 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-04-03 08:11:15.834 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-04-03 08:11:15.836 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-04-03 08:11:15.838 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-03 08:11:15.840 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-03 08:11:15.842 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-03 08:11:15.843 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:15.845 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:15.847 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-03 08:11:15.849 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-03 08:11:15.850 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:15.852 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:15.854 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-04-03 08:11:15.886 | Enabling site keystone-wsgi-public. 2024-04-03 08:11:15.890 | To activate the new configuration, you need to run: 2024-04-03 08:11:15.890 | systemctl reload apache2 2024-04-03 08:11:15.893 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-03 08:11:15.895 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-03 08:11:15.897 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:11:15.899 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-03 08:11:16.036 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-04-03 08:11:16.059 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-04-03 08:11:16.084 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-04-03 08:11:16.109 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-04-03 08:11:16.111 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-04-03 08:11:16.135 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-04-03 08:11:16.158 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-04-03 08:11:16.181 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-04-03 08:11:16.206 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-04-03 08:11:16.208 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-04-03 08:11:16.210 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-04-03 08:11:16.232 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-04-03 08:11:16.254 | + stack.sh:main:929 : is_service_enabled swift 2024-04-03 08:11:16.267 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:16.269 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-04-03 08:11:16.282 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:16.284 | + stack.sh:main:945 : stack_install_service glance 2024-04-03 08:11:16.286 | + lib/stack:stack_install_service:20 : local service=glance 2024-04-03 08:11:16.288 | + lib/stack:stack_install_service:21 : type install_glance 2024-04-03 08:11:16.290 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-03 08:11:16.291 | + lib/stack:stack_install_service:32 : install_glance 2024-04-03 08:11:16.293 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-04-03 08:11:16.295 | + lib/glance:install_glance:511 : local glance_store_extras 2024-04-03 08:11:16.297 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-04-03 08:11:16.309 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:16.311 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-04-03 08:11:16.313 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-04-03 08:11:16.325 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:16.327 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-04-03 08:11:16.329 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-04-03 08:11:16.331 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:11:16.332 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:11:16.334 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-04-03 08:11:16.336 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:11:16.339 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-04-03 08:11:16.341 | ++ inc/python:join_extras:29 : local IFS=, 2024-04-03 08:11:16.343 | ++ inc/python:join_extras:30 : echo cinder 2024-04-03 08:11:16.345 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-04-03 08:11:16.347 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-04-03 08:11:16.349 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-04-03 08:11:16.351 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-04-03 08:11:16.353 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-04-03 08:11:16.355 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-04-03 08:11:16.357 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-04-03 08:11:16.360 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-04-03 08:11:16.360 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-04-03 08:11:16.364 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-04-03 08:11:16.366 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-04-03 08:11:16.368 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-04-03 08:11:16.370 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-04-03 08:11:16.372 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-04-03 08:11:16.387 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-04-03 08:11:16.389 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-04-03 08:11:17.420 | Collecting glance-store[cinder]!=0.29.0 2024-04-03 08:11:17.424 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-04-03 08:11:17.462 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2024-04-03 08:11:17.463 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2024-04-03 08:11:17.463 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2024-04-03 08:11:17.464 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2024-04-03 08:11:17.465 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2024-04-03 08:11:17.465 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-04-03 08:11:17.466 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-04-03 08:11:17.467 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2024-04-03 08:11:17.468 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2024-04-03 08:11:17.469 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2024-04-03 08:11:17.469 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-04-03 08:11:17.508 | Collecting python-cinderclient>=4.1.0 2024-04-03 08:11:17.512 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-04-03 08:11:17.643 | Collecting oslo.privsep>=1.23.0 2024-04-03 08:11:17.646 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-04-03 08:11:17.778 | Collecting oslo.rootwrap>=5.8.0 2024-04-03 08:11:17.781 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-04-03 08:11:17.931 | Collecting os-brick>=6.2.2 2024-04-03 08:11:17.935 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-04-03 08:11:17.942 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2024-04-03 08:11:17.943 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2024-04-03 08:11:17.944 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2024-04-03 08:11:17.983 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2024-04-03 08:11:17.983 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2024-04-03 08:11:18.007 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-04-03 08:11:18.008 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-04-03 08:11:18.009 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-04-03 08:11:18.019 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.0) 2024-04-03 08:11:18.020 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2024-04-03 08:11:18.021 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2024-04-03 08:11:18.062 | Collecting os-win>=5.7.0 2024-04-03 08:11:18.066 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-04-03 08:11:18.070 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.1) 2024-04-03 08:11:18.075 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2024-04-03 08:11:18.092 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-04-03 08:11:18.093 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2024-04-03 08:11:18.094 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2024-04-03 08:11:18.094 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-04-03 08:11:18.103 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2024-04-03 08:11:18.104 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-04-03 08:11:18.110 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2024-04-03 08:11:18.116 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-04-03 08:11:18.117 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-04-03 08:11:18.118 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (21.3) 2024-04-03 08:11:18.126 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2024-04-03 08:11:18.141 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2024-04-03 08:11:18.143 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-04-03 08:11:18.143 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2024-04-03 08:11:18.144 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2024-04-03 08:11:18.183 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-04-03 08:11:18.192 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2024-04-03 08:11:18.267 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2024-04-03 08:11:18.268 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2024-04-03 08:11:18.280 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-04-03 08:11:18.281 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2024-04-03 08:11:18.283 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2024-04-03 08:11:18.283 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2024-04-03 08:11:18.284 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2024-04-03 08:11:18.285 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2024-04-03 08:11:18.303 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2024-04-03 08:11:18.378 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2024-04-03 08:11:18.405 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2024-04-03 08:11:18.928 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-04-03 08:11:19.686 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-04-03 08:11:19.687 | 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 2024-04-03 08:11:19.788 | + inc/python:pip_install:196 : result=0 2024-04-03 08:11:19.790 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:11:19.792 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:19.793 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:19.795 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:19.797 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:19.799 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:19.800 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:11:19.802 | + functions-common:time_stop:2442 : start_time=1712131876384 2024-04-03 08:11:19.804 | + functions-common:time_stop:2444 : [[ -z 1712131876384 ]] 2024-04-03 08:11:19.806 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:19.809 | + functions-common:time_stop:2447 : end_time=1712131879807 2024-04-03 08:11:19.811 | + functions-common:time_stop:2448 : elapsed_time=3423 2024-04-03 08:11:19.812 | + functions-common:time_stop:2449 : total=34803 2024-04-03 08:11:19.814 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:19.816 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38226 2024-04-03 08:11:19.818 | + inc/python:pip_install:199 : return 0 2024-04-03 08:11:19.819 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-04-03 08:11:19.821 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-04-03 08:11:19.823 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-04-03 08:11:19.833 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-04-03 08:11:19.836 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-04-03 08:11:19.838 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-04-03 08:11:19.840 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-04-03 08:11:19.841 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-03 08:11:19.843 | + functions-common:git_clone:615 : local orig_dir 2024-04-03 08:11:19.845 | ++ functions-common:git_clone:616 : pwd 2024-04-03 08:11:19.848 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:11:19.849 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:11:19.851 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:11:19.864 | + functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:11:19.865 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-03 08:11:19.867 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-03 08:11:19.869 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:11:19.871 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-03 08:11:19.871 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:11:19.875 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-04-03 08:11:19.877 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-03 08:11:19.879 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-04-03 08:11:19.880 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:19.882 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:19.884 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:19.885 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:19.887 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:19.889 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:19.890 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:19.892 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:19.894 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:19.897 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131879895 2024-04-03 08:11:19.899 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-04-03 08:11:19.901 | Cloning into '/opt/stack//glance'... 2024-04-03 08:11:22.051 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:22.052 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:22.054 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:22.056 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:22.057 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:22.059 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:22.061 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:22.062 | + functions-common:time_stop:2442 : start_time=1712131879895 2024-04-03 08:11:22.064 | + functions-common:time_stop:2444 : [[ -z 1712131879895 ]] 2024-04-03 08:11:22.065 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:22.069 | + functions-common:time_stop:2447 : end_time=1712131882066 2024-04-03 08:11:22.070 | + functions-common:time_stop:2448 : elapsed_time=2171 2024-04-03 08:11:22.072 | + functions-common:time_stop:2449 : total=11984 2024-04-03 08:11:22.073 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:22.075 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14155 2024-04-03 08:11:22.076 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-04-03 08:11:22.078 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-03 08:11:22.079 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:22.081 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:22.082 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:22.084 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:22.086 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:22.087 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:22.089 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:22.090 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:22.092 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:22.095 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131882093 2024-04-03 08:11:22.097 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-03 08:11:23.796 | From https://opendev.org/openstack/glance 2024-04-03 08:11:23.796 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-03 08:11:23.800 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:23.802 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:23.804 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:23.805 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:23.807 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:23.809 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:23.810 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:23.812 | + functions-common:time_stop:2442 : start_time=1712131882093 2024-04-03 08:11:23.814 | + functions-common:time_stop:2444 : [[ -z 1712131882093 ]] 2024-04-03 08:11:23.815 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:23.819 | + functions-common:time_stop:2447 : end_time=1712131883817 2024-04-03 08:11:23.820 | + functions-common:time_stop:2448 : elapsed_time=1724 2024-04-03 08:11:23.822 | + functions-common:time_stop:2449 : total=14155 2024-04-03 08:11:23.824 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:23.826 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15879 2024-04-03 08:11:23.827 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-03 08:11:23.829 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:23.831 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:23.833 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:23.834 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:23.836 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:23.838 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:23.839 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:23.841 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:23.843 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:23.846 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131883844 2024-04-03 08:11:23.848 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-03 08:11:23.914 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:11:23.914 | 2024-04-03 08:11:23.914 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:11:23.914 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:11:23.914 | state without impacting any branches by switching back to a branch. 2024-04-03 08:11:23.914 | 2024-04-03 08:11:23.914 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:11:23.914 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:11:23.914 | 2024-04-03 08:11:23.914 | git switch -c 2024-04-03 08:11:23.914 | 2024-04-03 08:11:23.914 | Or undo this operation with: 2024-04-03 08:11:23.914 | 2024-04-03 08:11:23.914 | git switch - 2024-04-03 08:11:23.914 | 2024-04-03 08:11:23.914 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:11:23.914 | 2024-04-03 08:11:23.914 | HEAD is now at 285021b Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-03 08:11:23.918 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:23.920 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:23.921 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:23.923 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:23.925 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:23.927 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:23.928 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:23.930 | + functions-common:time_stop:2442 : start_time=1712131883844 2024-04-03 08:11:23.932 | + functions-common:time_stop:2444 : [[ -z 1712131883844 ]] 2024-04-03 08:11:23.934 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:23.937 | + functions-common:time_stop:2447 : end_time=1712131883935 2024-04-03 08:11:23.939 | + functions-common:time_stop:2448 : elapsed_time=91 2024-04-03 08:11:23.940 | + functions-common:time_stop:2449 : total=15879 2024-04-03 08:11:23.942 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:23.944 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15970 2024-04-03 08:11:23.946 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-04-03 08:11:23.956 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-04-03 08:11:23.958 | + functions-common:git_clone:696 : git show --oneline 2024-04-03 08:11:23.958 | + functions-common:git_clone:696 : head -1 2024-04-03 08:11:23.960 | 285021b Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-03 08:11:23.962 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:11:23.964 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-04-03 08:11:23.966 | + inc/python:setup_develop:334 : local bindep 2024-04-03 08:11:23.968 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-04-03 08:11:23.970 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-04-03 08:11:23.972 | + inc/python:setup_develop:340 : local extras= 2024-04-03 08:11:23.974 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-04-03 08:11:23.975 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-03 08:11:23.977 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-04-03 08:11:23.979 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-04-03 08:11:23.981 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-03 08:11:23.983 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-03 08:11:23.985 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-04-03 08:11:23.987 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-03 08:11:23.989 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-04-03 08:11:23.991 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-03 08:11:23.993 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-03 08:11:23.995 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-04-03 08:11:23.999 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-04-03 08:11:24.001 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-04-03 08:11:24.314 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-04-03 08:11:24.316 | + inc/python:setup_package:414 : local bindep=0 2024-04-03 08:11:24.318 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-03 08:11:24.320 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-03 08:11:24.322 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-04-03 08:11:24.323 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-04-03 08:11:24.325 | + inc/python:setup_package:423 : local flags=-e 2024-04-03 08:11:24.327 | + inc/python:setup_package:424 : local extras= 2024-04-03 08:11:24.329 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-03 08:11:24.330 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-03 08:11:24.332 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-03 08:11:24.334 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-03 08:11:24.336 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-03 08:11:24.338 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-04-03 08:11:24.353 | Using python 3.10 to install /opt/stack/glance 2024-04-03 08:11:24.355 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-04-03 08:11:25.267 | Obtaining file:///opt/stack/glance 2024-04-03 08:11:25.268 | Preparing metadata (setup.py): started 2024-04-03 08:11:25.680 | Preparing metadata (setup.py): finished with status 'done' 2024-04-03 08:11:25.739 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.5.2) 2024-04-03 08:11:25.740 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.1.1) 2024-04-03 08:11:25.740 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.4.1) 2024-04-03 08:11:25.741 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.5.1) 2024-04-03 08:11:25.742 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.4.41) 2024-04-03 08:11:25.843 | Collecting WSME>=0.8.0 2024-04-03 08:11:25.846 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-04-03 08:11:25.848 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.8.7) 2024-04-03 08:11:25.849 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.8.1) 2024-04-03 08:11:25.893 | Collecting castellan>=0.17.0 2024-04-03 08:11:25.895 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-04-03 08:11:25.898 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (38.0.2) 2024-04-03 08:11:25.920 | Collecting cursive>=0.2.1 2024-04-03 08:11:25.923 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-04-03 08:11:25.925 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.5.0) 2024-04-03 08:11:25.926 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.7.1) 2024-04-03 08:11:25.926 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.33.1) 2024-04-03 08:11:25.927 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.4.1) 2024-04-03 08:11:25.928 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.3.3) 2024-04-03 08:11:25.958 | Collecting httplib2>=0.9.1 2024-04-03 08:11:25.961 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-04-03 08:11:25.963 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.1.0) 2024-04-03 08:11:25.964 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.16.0) 2024-04-03 08:11:25.964 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.2) 2024-04-03 08:11:25.965 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (10.2.0) 2024-04-03 08:11:25.966 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.9.0) 2024-04-03 08:11:25.967 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-04-03 08:11:25.967 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (9.1.1) 2024-04-03 08:11:25.968 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-04-03 08:11:25.969 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (12.3.2) 2024-04-03 08:11:25.970 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (6.0.0) 2024-04-03 08:11:26.001 | Collecting oslo.limit>=1.6.0 2024-04-03 08:11:26.003 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-04-03 08:11:26.005 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.2.0) 2024-04-03 08:11:26.006 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (14.2.4) 2024-04-03 08:11:26.006 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-04-03 08:11:26.007 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.1.1) 2024-04-03 08:11:26.054 | Collecting oslo.reports>=1.18.0 2024-04-03 08:11:26.057 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-04-03 08:11:26.059 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.1.1) 2024-04-03 08:11:26.060 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (6.1.0) 2024-04-03 08:11:26.061 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.4.3) 2024-04-03 08:11:26.062 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.11.1) 2024-04-03 08:11:26.062 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (22.1.0) 2024-04-03 08:11:26.063 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.0) 2024-04-03 08:11:26.083 | Collecting retrying!=1.3.0,>=1.2.3 2024-04-03 08:11:26.083 | Using cached retrying-1.3.3-py3-none-any.whl 2024-04-03 08:11:26.089 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.4.3) 2024-04-03 08:11:26.090 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.0.0) 2024-04-03 08:11:26.162 | Collecting taskflow>=4.0.0 2024-04-03 08:11:26.167 | Using cached taskflow-5.1.0-py3-none-any.whl (491 kB) 2024-04-03 08:11:26.177 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev16) (1.2.3) 2024-04-03 08:11:26.216 | Collecting python-barbicanclient>=4.5.2 2024-04-03 08:11:26.218 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-04-03 08:11:26.221 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev16) (2.28.1) 2024-04-03 08:11:26.239 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev16) (1.15.1) 2024-04-03 08:11:26.253 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev16) (5.1.1) 2024-04-03 08:11:26.257 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev16) (1.14.1) 2024-04-03 08:11:26.263 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (1.16.0) 2024-04-03 08:11:26.264 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (1.1.3) 2024-04-03 08:11:26.265 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (2.2.1) 2024-04-03 08:11:26.302 | 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.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev16) (3.0.9) 2024-04-03 08:11:26.322 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev16) (22.1.0) 2024-04-03 08:11:26.322 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev16) (0.18.1) 2024-04-03 08:11:26.347 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev16) (1.7.0) 2024-04-03 08:11:26.369 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev16) (3.3.1) 2024-04-03 08:11:26.370 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev16) (3.1.1) 2024-04-03 08:11:26.384 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev16) (0.18) 2024-04-03 08:11:26.402 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev16) (0.8.0) 2024-04-03 08:11:26.403 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev16) (1.5.0) 2024-04-03 08:11:26.404 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev16) (6.0) 2024-04-03 08:11:26.428 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev16) (0.5.0) 2024-04-03 08:11:26.430 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev16) (0.13.0) 2024-04-03 08:11:26.431 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev16) (2.0.1) 2024-04-03 08:11:26.494 | Collecting openstacksdk>=0.31.1 2024-04-03 08:11:26.509 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-04-03 08:11:26.545 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev16) (0.9.6) 2024-04-03 08:11:26.545 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev16) (2.8.2) 2024-04-03 08:11:26.570 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (5.2.4) 2024-04-03 08:11:26.572 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (5.2.0) 2024-04-03 08:11:26.572 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (3.1.1) 2024-04-03 08:11:26.573 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (0.6.0) 2024-04-03 08:11:26.575 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (5.1.1) 2024-04-03 08:11:26.584 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev16) (3.3.0) 2024-04-03 08:11:26.585 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev16) (4.0.0) 2024-04-03 08:11:26.586 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev16) (3.1.2) 2024-04-03 08:11:26.772 | Collecting psutil>=3.2.2 2024-04-03 08:11:26.776 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-04-03 08:11:26.795 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (21.3) 2024-04-03 08:11:26.796 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (2022.4) 2024-04-03 08:11:26.797 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (0.11.0) 2024-04-03 08:11:26.825 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev16) (59.6.0) 2024-04-03 08:11:26.846 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev16) (0.2.5) 2024-04-03 08:11:26.911 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev16) (0.7) 2024-04-03 08:11:27.045 | Collecting automaton>=1.9.0 2024-04-03 08:11:27.047 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-04-03 08:11:27.049 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev16) (6.3.1) 2024-04-03 08:11:27.093 | Collecting networkx>=2.1.0 2024-04-03 08:11:27.107 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-04-03 08:11:27.143 | Collecting pydot>=1.2.4 2024-04-03 08:11:27.145 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-04-03 08:11:27.188 | Collecting simplegeneric 2024-04-03 08:11:27.188 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-04-03 08:11:27.198 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (5.0.0) 2024-04-03 08:11:27.257 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev16) (2.21) 2024-04-03 08:11:27.298 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev16) (2.1.1) 2024-04-03 08:11:27.376 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev16) (5.1.1) 2024-04-03 08:11:27.377 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev16) (1.1.8) 2024-04-03 08:11:27.378 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev16) (1.32) 2024-04-03 08:11:27.403 | Collecting jmespath>=0.9.0 2024-04-03 08:11:27.405 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-04-03 08:11:27.428 | Collecting appdirs>=1.3.0 2024-04-03 08:11:27.430 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-04-03 08:11:27.454 | Collecting requestsexceptions>=1.2.0 2024-04-03 08:11:27.456 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-04-03 08:11:27.502 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (0.14.1) 2024-04-03 08:11:27.513 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev16) (1.0.4) 2024-04-03 08:11:27.530 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (4.0.1) 2024-04-03 08:11:27.532 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (1.4.0) 2024-04-03 08:11:27.661 | Collecting cliff!=2.9.0,>=2.8.0 2024-04-03 08:11:27.663 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-04-03 08:11:27.722 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev16) (2.1.1) 2024-04-03 08:11:27.722 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev16) (1.26.12) 2024-04-03 08:11:27.723 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev16) (3.4) 2024-04-03 08:11:27.724 | 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==0.0.1.dev16) (2020.6.20) 2024-04-03 08:11:27.758 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev16) (0.5.2) 2024-04-03 08:11:27.810 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev16) (2.5.0) 2024-04-03 08:11:27.980 | Collecting importlib-metadata>=4.4 2024-04-03 08:11:27.983 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-04-03 08:11:28.037 | Collecting cmd2>=1.0.0 2024-04-03 08:11:28.041 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-04-03 08:11:28.064 | Collecting autopage>=0.4.0 2024-04-03 08:11:28.066 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-04-03 08:11:28.312 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev16) (1.8.2) 2024-04-03 08:11:28.385 | Collecting zipp>=0.5 2024-04-03 08:11:28.388 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-04-03 08:11:28.848 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-04-03 08:11:28.876 | Attempting uninstall: zipp 2024-04-03 08:11:28.877 | Found existing installation: zipp 1.0.0 2024-04-03 08:11:28.878 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:28.879 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-04-03 08:11:30.049 | Attempting uninstall: httplib2 2024-04-03 08:11:30.050 | Found existing installation: httplib2 0.20.2 2024-04-03 08:11:30.052 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:30.052 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-04-03 08:11:30.077 | Attempting uninstall: cmd2 2024-04-03 08:11:30.078 | Found existing installation: cmd2 0.0.0 2024-04-03 08:11:30.080 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:30.080 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-04-03 08:11:30.153 | Attempting uninstall: autopage 2024-04-03 08:11:30.154 | Found existing installation: autopage 0.4.0 2024-04-03 08:11:30.156 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:30.156 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-04-03 08:11:30.182 | Attempting uninstall: importlib-metadata 2024-04-03 08:11:30.183 | Found existing installation: importlib-metadata 4.6.4 2024-04-03 08:11:30.184 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:30.185 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-04-03 08:11:31.231 | Attempting uninstall: cliff 2024-04-03 08:11:31.232 | Found existing installation: cliff 3.10.0 2024-04-03 08:11:31.233 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:31.234 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-04-03 08:11:31.771 | Running setup.py develop for glance 2024-04-03 08:11:32.723 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.0 zipp-3.8.1 2024-04-03 08:11:32.723 | 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 2024-04-03 08:11:32.861 | + inc/python:pip_install:196 : result=0 2024-04-03 08:11:32.863 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:11:32.865 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:32.867 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:32.869 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:32.870 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:32.872 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:32.874 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:11:32.875 | + functions-common:time_stop:2442 : start_time=1712131884349 2024-04-03 08:11:32.877 | + functions-common:time_stop:2444 : [[ -z 1712131884349 ]] 2024-04-03 08:11:32.879 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:32.882 | + functions-common:time_stop:2447 : end_time=1712131892880 2024-04-03 08:11:32.884 | + functions-common:time_stop:2448 : elapsed_time=8531 2024-04-03 08:11:32.885 | + functions-common:time_stop:2449 : total=38226 2024-04-03 08:11:32.887 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:32.889 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=46757 2024-04-03 08:11:32.891 | + inc/python:pip_install:199 : return 0 2024-04-03 08:11:32.893 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-03 08:11:32.894 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-04-03 08:11:32.896 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-04-03 08:11:32.910 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-04-03 08:11:32.920 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-04-03 08:11:32.921 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-04-03 08:11:32.923 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:11:32.925 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:11:32.927 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-04-03 08:11:32.929 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:11:32.931 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-03 08:11:32.933 | + stack.sh:main:946 : configure_glance 2024-04-03 08:11:32.934 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-04-03 08:11:32.943 | + lib/glance:configure_glance:326 : local dburl 2024-04-03 08:11:32.945 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-04-03 08:11:32.947 | ++ lib/database:database_connection_url:134 : local db=glance 2024-04-03 08:11:32.949 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-04-03 08:11:32.951 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-04-03 08:11:32.953 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:11:32.954 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:11:32.956 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:11:32.967 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:32.969 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:11:32.970 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-04-03 08:11:32.973 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-04-03 08:11:32.974 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-04-03 08:11:32.998 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-04-03 08:11:33.021 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-04-03 08:11:33.044 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-04-03 08:11:33.066 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-04-03 08:11:33.090 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-04-03 08:11:33.114 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-04-03 08:11:33.115 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-04-03 08:11:33.117 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-04-03 08:11:33.119 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-03 08:11:33.120 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-04-03 08:11:33.144 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-04-03 08:11:33.166 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-03 08:11:33.188 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-04-03 08:11:33.210 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-04-03 08:11:33.232 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-04-03 08:11:33.253 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-04-03 08:11:33.275 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-04-03 08:11:33.297 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-03 08:11:33.319 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-04-03 08:11:33.341 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-04-03 08:11:33.364 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-04-03 08:11:33.366 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-04-03 08:11:33.368 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-04-03 08:11:33.369 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-03 08:11:33.371 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-03 08:11:33.373 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-03 08:11:33.385 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:33.387 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-03 08:11:33.389 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-03 08:11:33.391 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-03 08:11:33.402 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:33.404 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:11:33.406 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:11:33.429 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-03 08:11:33.431 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-03 08:11:33.433 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-04-03 08:11:33.435 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-04-03 08:11:33.457 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-04-03 08:11:33.478 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-04-03 08:11:33.480 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-04-03 08:11:33.482 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-04-03 08:11:33.484 | + lib/glance:configure_glance_store:254 : local be 2024-04-03 08:11:33.485 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-04-03 08:11:33.487 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-04-03 08:11:33.489 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-04-03 08:11:33.512 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-04-03 08:11:33.514 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-04-03 08:11:33.538 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-04-03 08:11:33.540 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-04-03 08:11:33.552 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:33.554 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-04-03 08:11:33.577 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-04-03 08:11:33.589 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:33.590 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-04-03 08:11:33.592 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-04-03 08:11:33.594 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-04-03 08:11:33.596 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-03 08:11:33.609 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-03 08:11:33.610 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-03 08:11:33.612 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-03 08:11:33.614 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-03 08:11:33.616 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-03 08:11:33.638 | + functions:setup_systemd_logging:715 : 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' 2024-04-03 08:11:33.660 | + functions:setup_systemd_logging:716 : 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' 2024-04-03 08:11:33.681 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-03 08:11:33.703 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-04-03 08:11:33.707 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-04-03 08:11:33.731 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-04-03 08:11:33.753 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-04-03 08:11:33.776 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-04-03 08:11:33.798 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-04-03 08:11:33.821 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-04-03 08:11:33.843 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-04-03 08:11:33.865 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-04-03 08:11:33.889 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-04-03 08:11:33.913 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-04-03 08:11:33.938 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-04-03 08:11:33.960 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-04-03 08:11:33.963 | + 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-mode.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-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.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 2024-04-03 08:11:33.968 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-04-03 08:11:33.980 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:33.981 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-04-03 08:11:33.983 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-04-03 08:11:33.985 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-04-03 08:11:33.986 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-04-03 08:11:33.988 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-04-03 08:11:33.990 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-04-03 08:11:33.993 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-04-03 08:11:33.995 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-04-03 08:11:33.997 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-04-03 08:11:34.020 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-04-03 08:11:34.022 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-04-03 08:11:34.024 | ++ functions:get_random_port:848 : true 2024-04-03 08:11:34.026 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-04-03 08:11:34.028 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-04-03 08:11:34.030 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-04-03 08:11:34.105 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-04-03 08:11:34.107 | ++ functions:get_random_port:852 : break 2 2024-04-03 08:11:34.108 | ++ functions:get_random_port:856 : echo 60999 2024-04-03 08:11:34.111 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-04-03 08:11:34.113 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-04-03 08:11:34.134 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-04-03 08:11:34.156 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-04-03 08:11:34.177 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-04-03 08:11:34.199 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-04-03 08:11:34.221 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-04-03 08:11:34.242 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-04-03 08:11:34.264 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-04-03 08:11:34.286 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-03 08:11:34.308 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-03 08:11:34.329 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-04-03 08:11:34.351 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-03 08:11:34.372 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-04-03 08:11:34.394 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-04-03 08:11:34.417 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-04-03 08:11:34.439 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-04-03 08:11:34.461 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-04-03 08:11:34.482 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-04-03 08:11:34.503 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-04-03 08:11:34.525 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-04-03 08:11:34.527 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-04-03 08:11:34.528 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-03 08:11:34.530 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:34.532 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:34.533 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-04-03 08:11:34.535 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-04-03 08:11:34.564 | proxy (enabled by site administrator) 2024-04-03 08:11:34.566 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-04-03 08:11:34.568 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-04-03 08:11:34.570 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-03 08:11:34.571 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:34.573 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:34.575 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-04-03 08:11:34.576 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-04-03 08:11:34.604 | No module matches proxy_http 2024-04-03 08:11:34.607 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-04-03 08:11:34.639 | Considering dependency proxy for proxy_http: 2024-04-03 08:11:34.639 | Module proxy already enabled 2024-04-03 08:11:34.639 | Enabling module proxy_http. 2024-04-03 08:11:34.643 | To activate the new configuration, you need to run: 2024-04-03 08:11:34.643 | systemctl restart apache2 2024-04-03 08:11:34.647 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-04-03 08:11:34.648 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-03 08:11:34.650 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:11:34.652 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-03 08:11:34.754 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-04-03 08:11:34.756 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-04-03 08:11:34.758 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-04-03 08:11:34.760 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-03 08:11:34.762 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:34.764 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:34.766 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-03 08:11:34.768 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-03 08:11:34.770 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-04-03 08:11:34.771 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-03 08:11:34.777 | KeepAlive Off 2024-04-03 08:11:34.781 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-04-03 08:11:34.781 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-03 08:11:34.788 | SetEnv proxy-sendchunked 1 2024-04-03 08:11:34.791 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-04-03 08:11:34.791 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-03 08:11:34.797 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-04-03 08:11:34.800 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-04-03 08:11:34.802 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-04-03 08:11:34.804 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-03 08:11:34.806 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-03 08:11:34.807 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-03 08:11:34.809 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:34.811 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:34.813 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-03 08:11:34.814 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-03 08:11:34.816 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:34.818 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:34.819 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-04-03 08:11:34.850 | Enabling site glance-wsgi-api. 2024-04-03 08:11:34.854 | To activate the new configuration, you need to run: 2024-04-03 08:11:34.854 | systemctl reload apache2 2024-04-03 08:11:34.857 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-04-03 08:11:34.859 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-03 08:11:34.861 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:11:34.863 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-03 08:11:34.957 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-04-03 08:11:34.962 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-04-03 08:11:34.986 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-04-03 08:11:34.987 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-04-03 08:11:34.989 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-04-03 08:11:35.014 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-04-03 08:11:35.037 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-04-03 08:11:35.060 | + stack.sh:main:949 : is_service_enabled cinder 2024-04-03 08:11:35.074 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:35.076 | + stack.sh:main:951 : stack_install_service cinder 2024-04-03 08:11:35.077 | + lib/stack:stack_install_service:20 : local service=cinder 2024-04-03 08:11:35.079 | + lib/stack:stack_install_service:21 : type install_cinder 2024-04-03 08:11:35.081 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-03 08:11:35.083 | + lib/stack:stack_install_service:32 : install_cinder 2024-04-03 08:11:35.085 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-04-03 08:11:35.086 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-04-03 08:11:35.088 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-04-03 08:11:35.090 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-03 08:11:35.091 | + functions-common:git_clone:615 : local orig_dir 2024-04-03 08:11:35.093 | ++ functions-common:git_clone:616 : pwd 2024-04-03 08:11:35.095 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:11:35.097 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:11:35.099 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:11:35.112 | + functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:11:35.113 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-03 08:11:35.115 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-03 08:11:35.117 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:11:35.119 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-03 08:11:35.119 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:11:35.123 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-04-03 08:11:35.125 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-03 08:11:35.126 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-04-03 08:11:35.128 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:35.130 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:35.131 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:35.133 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:35.135 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:35.136 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:35.138 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:35.140 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:35.142 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:35.145 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131895143 2024-04-03 08:11:35.146 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-04-03 08:11:35.148 | Cloning into '/opt/stack//cinder'... 2024-04-03 08:11:38.208 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:38.210 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:38.212 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:38.214 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:38.215 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:38.217 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:38.219 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:38.221 | + functions-common:time_stop:2442 : start_time=1712131895143 2024-04-03 08:11:38.222 | + functions-common:time_stop:2444 : [[ -z 1712131895143 ]] 2024-04-03 08:11:38.225 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:38.228 | + functions-common:time_stop:2447 : end_time=1712131898226 2024-04-03 08:11:38.230 | + functions-common:time_stop:2448 : elapsed_time=3083 2024-04-03 08:11:38.231 | + functions-common:time_stop:2449 : total=15970 2024-04-03 08:11:38.233 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:38.235 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19053 2024-04-03 08:11:38.237 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-04-03 08:11:38.238 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-03 08:11:38.240 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:38.242 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:38.244 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:38.245 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:38.247 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:38.249 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:38.251 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:38.252 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:38.255 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:38.258 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131898256 2024-04-03 08:11:38.259 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-03 08:11:40.799 | From https://opendev.org/openstack/cinder 2024-04-03 08:11:40.799 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-03 08:11:40.804 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:40.806 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:40.807 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:40.809 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:40.811 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:40.812 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:40.814 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:40.815 | + functions-common:time_stop:2442 : start_time=1712131898256 2024-04-03 08:11:40.817 | + functions-common:time_stop:2444 : [[ -z 1712131898256 ]] 2024-04-03 08:11:40.819 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:40.822 | + functions-common:time_stop:2447 : end_time=1712131900820 2024-04-03 08:11:40.824 | + functions-common:time_stop:2448 : elapsed_time=2564 2024-04-03 08:11:40.825 | + functions-common:time_stop:2449 : total=19053 2024-04-03 08:11:40.827 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:40.828 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21617 2024-04-03 08:11:40.830 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-03 08:11:40.832 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:40.833 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:40.835 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:40.836 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:40.838 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:40.840 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:40.841 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:40.843 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:40.845 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:40.848 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131900846 2024-04-03 08:11:40.849 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-03 08:11:41.112 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:11:41.113 | 2024-04-03 08:11:41.113 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:11:41.113 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:11:41.113 | state without impacting any branches by switching back to a branch. 2024-04-03 08:11:41.113 | 2024-04-03 08:11:41.113 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:11:41.113 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:11:41.113 | 2024-04-03 08:11:41.113 | git switch -c 2024-04-03 08:11:41.113 | 2024-04-03 08:11:41.113 | Or undo this operation with: 2024-04-03 08:11:41.113 | 2024-04-03 08:11:41.113 | git switch - 2024-04-03 08:11:41.113 | 2024-04-03 08:11:41.113 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:11:41.113 | 2024-04-03 08:11:41.113 | HEAD is now at 6e15ec3 Merge "Dell PowerFlex: Additionnal params for enabling self signed certificates" into stable/2023.1 2024-04-03 08:11:41.118 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:41.120 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:41.122 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:41.123 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:41.125 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:41.127 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:41.128 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:41.130 | + functions-common:time_stop:2442 : start_time=1712131900846 2024-04-03 08:11:41.131 | + functions-common:time_stop:2444 : [[ -z 1712131900846 ]] 2024-04-03 08:11:41.134 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:41.136 | + functions-common:time_stop:2447 : end_time=1712131901134 2024-04-03 08:11:41.138 | + functions-common:time_stop:2448 : elapsed_time=288 2024-04-03 08:11:41.140 | + functions-common:time_stop:2449 : total=21617 2024-04-03 08:11:41.141 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:41.143 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21905 2024-04-03 08:11:41.145 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-04-03 08:11:41.155 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-04-03 08:11:41.157 | + functions-common:git_clone:696 : git show --oneline 2024-04-03 08:11:41.157 | + functions-common:git_clone:696 : head -1 2024-04-03 08:11:41.162 | 6e15ec3 Merge "Dell PowerFlex: Additionnal params for enabling self signed certificates" into stable/2023.1 2024-04-03 08:11:41.164 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:11:41.166 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-04-03 08:11:41.167 | + inc/python:setup_develop:334 : local bindep 2024-04-03 08:11:41.169 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-04-03 08:11:41.171 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-04-03 08:11:41.172 | + inc/python:setup_develop:340 : local extras= 2024-04-03 08:11:41.174 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-04-03 08:11:41.176 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-03 08:11:41.178 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-04-03 08:11:41.179 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-04-03 08:11:41.181 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-03 08:11:41.182 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-03 08:11:41.184 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-04-03 08:11:41.186 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-03 08:11:41.188 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-04-03 08:11:41.190 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-03 08:11:41.192 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-03 08:11:41.194 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-04-03 08:11:41.198 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-04-03 08:11:41.200 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-04-03 08:11:41.511 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-04-03 08:11:41.513 | + inc/python:setup_package:414 : local bindep=0 2024-04-03 08:11:41.515 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-03 08:11:41.517 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-03 08:11:41.519 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-04-03 08:11:41.520 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-04-03 08:11:41.522 | + inc/python:setup_package:423 : local flags=-e 2024-04-03 08:11:41.524 | + inc/python:setup_package:424 : local extras= 2024-04-03 08:11:41.525 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-03 08:11:41.527 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-03 08:11:41.529 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-03 08:11:41.531 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-03 08:11:41.532 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-03 08:11:41.534 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-04-03 08:11:41.549 | Using python 3.10 to install /opt/stack/cinder 2024-04-03 08:11:41.551 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-04-03 08:11:42.459 | Obtaining file:///opt/stack/cinder 2024-04-03 08:11:42.459 | Preparing metadata (setup.py): started 2024-04-03 08:11:43.055 | Preparing metadata (setup.py): finished with status 'done' 2024-04-03 08:11:43.144 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.5.2) 2024-04-03 08:11:43.145 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.1.1) 2024-04-03 08:11:43.146 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.5.1) 2024-04-03 08:11:43.146 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.4.41) 2024-04-03 08:11:43.147 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.8.7) 2024-04-03 08:11:43.869 | Collecting boto3>=1.18.49 2024-04-03 08:11:43.872 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-04-03 08:11:43.875 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.1.0) 2024-04-03 08:11:43.877 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (38.0.2) 2024-04-03 08:11:43.878 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.2.3) 2024-04-03 08:11:43.878 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-03 08:11:43.879 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.33.1) 2024-04-03 08:11:43.979 | Collecting google-api-python-client>=1.11.0 2024-04-03 08:11:44.041 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-04-03 08:11:44.091 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.1.3) 2024-04-03 08:11:44.092 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.20.4) 2024-04-03 08:11:44.093 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.0.0) 2024-04-03 08:11:44.094 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.1.0) 2024-04-03 08:11:44.094 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.16.0) 2024-04-03 08:11:44.095 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.2) 2024-04-03 08:11:44.096 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (10.2.0) 2024-04-03 08:11:44.493 | Collecting lxml>=4.5.2 2024-04-03 08:11:44.532 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2024-04-03 08:11:44.613 | Collecting oauth2client>=4.1.3 2024-04-03 08:11:44.616 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-04-03 08:11:44.618 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.2.3) 2024-04-03 08:11:44.619 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.9.0) 2024-04-03 08:11:44.620 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-03 08:11:44.621 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (9.1.1) 2024-04-03 08:11:44.621 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-03 08:11:44.622 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (12.3.2) 2024-04-03 08:11:44.623 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.0.0) 2024-04-03 08:11:44.624 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.2.0) 2024-04-03 08:11:44.624 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (14.2.4) 2024-04-03 08:11:44.625 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-03 08:11:44.626 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.1.1) 2024-04-03 08:11:44.627 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.1.0) 2024-04-03 08:11:44.628 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.0.0) 2024-04-03 08:11:44.628 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (7.0.1) 2024-04-03 08:11:44.629 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-03 08:11:44.630 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.1.1) 2024-04-03 08:11:44.630 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.1.1) 2024-04-03 08:11:44.631 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.1.0) 2024-04-03 08:11:44.675 | Collecting oslo.versionedobjects>=2.4.0 2024-04-03 08:11:44.677 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-04-03 08:11:44.822 | Collecting oslo.vmware>=3.10.0 2024-04-03 08:11:44.827 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-04-03 08:11:44.832 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.4.3) 2024-04-03 08:11:44.833 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (21.3) 2024-04-03 08:11:44.883 | Collecting paramiko>=2.7.2 2024-04-03 08:11:44.886 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-04-03 08:11:44.889 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.11.1) 2024-04-03 08:11:44.890 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.9.2) 2024-04-03 08:11:44.891 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.0.9) 2024-04-03 08:11:44.891 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.5.0) 2024-04-03 08:11:44.932 | Collecting python-glanceclient>=3.2.2 2024-04-03 08:11:44.936 | Using cached python_glanceclient-4.3.1-py3-none-any.whl (205 kB) 2024-04-03 08:11:44.939 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.0) 2024-04-03 08:11:44.986 | Collecting python-novaclient>=17.2.1 2024-04-03 08:11:44.989 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-04-03 08:11:45.021 | Collecting python-swiftclient>=3.10.1 2024-04-03 08:11:45.023 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-04-03 08:11:45.026 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2022.4) 2024-04-03 08:11:45.026 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.28.1) 2024-04-03 08:11:45.045 | Collecting rtslib-fb>=2.1.74 2024-04-03 08:11:45.045 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-04-03 08:11:45.055 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev23) (1.16.0) 2024-04-03 08:11:45.055 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.13.0) 2024-04-03 08:11:45.056 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.0.0) 2024-04-03 08:11:45.076 | Collecting tabulate>=0.8.7 2024-04-03 08:11:45.078 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-04-03 08:11:45.080 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.0) 2024-04-03 08:11:45.081 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.3.1) 2024-04-03 08:11:45.222 | Collecting tooz>=2.8.0 2024-04-03 08:11:45.224 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-04-03 08:11:45.320 | Collecting zstd>=1.4.5.1 2024-04-03 08:11:45.332 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-04-03 08:11:45.346 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2024-04-03 08:11:45.376 | Collecting s3transfer<0.7.0,>=0.6.0 2024-04-03 08:11:45.378 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-04-03 08:11:46.111 | Collecting botocore<1.28.0,>=1.27.89 2024-04-03 08:11:46.188 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-04-03 08:11:46.264 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2024-04-03 08:11:46.277 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.2.1) 2024-04-03 08:11:46.378 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-04-03 08:11:46.381 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-04-03 08:11:46.403 | Collecting uritemplate<5,>=3.0.1 2024-04-03 08:11:46.405 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-04-03 08:11:46.516 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-04-03 08:11:46.521 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-04-03 08:11:46.544 | Collecting google-auth-httplib2>=0.1.0 2024-04-03 08:11:46.546 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-04-03 08:11:46.572 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.8.1) 2024-04-03 08:11:46.592 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (22.1.0) 2024-04-03 08:11:46.592 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.18.1) 2024-04-03 08:11:46.617 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2024-04-03 08:11:46.640 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.3.1) 2024-04-03 08:11:46.642 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2024-04-03 08:11:46.688 | Collecting pyasn1-modules>=0.0.5 2024-04-03 08:11:46.691 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-04-03 08:11:46.719 | Collecting rsa>=3.1.4 2024-04-03 08:11:46.722 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-04-03 08:11:46.724 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev23) (0.4.8) 2024-04-03 08:11:46.747 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2024-04-03 08:11:46.766 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2024-04-03 08:11:46.767 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2024-04-03 08:11:46.768 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (1.5.0) 2024-04-03 08:11:46.769 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2024-04-03 08:11:46.794 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2024-04-03 08:11:46.795 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2024-04-03 08:11:46.796 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.8.1) 2024-04-03 08:11:46.820 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2024-04-03 08:11:46.821 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2024-04-03 08:11:46.845 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2024-04-03 08:11:46.847 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2024-04-03 08:11:46.848 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2024-04-03 08:11:46.849 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.6.0) 2024-04-03 08:11:46.850 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.0) 2024-04-03 08:11:46.859 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.0) 2024-04-03 08:11:46.861 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2024-04-03 08:11:46.861 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.3.0) 2024-04-03 08:11:46.879 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.4) 2024-04-03 08:11:46.910 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2024-04-03 08:11:46.958 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2024-04-03 08:11:46.968 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.4.1) 2024-04-03 08:11:46.977 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2024-04-03 08:11:47.002 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.12) 2024-04-03 08:11:47.027 | Collecting suds-community>=0.6 2024-04-03 08:11:47.030 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-04-03 08:11:47.125 | Collecting pynacl>=1.0.1 2024-04-03 08:11:47.133 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-04-03 08:11:47.148 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (59.6.0) 2024-04-03 08:11:47.196 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.2.0) 2024-04-03 08:11:47.209 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (22.1.0) 2024-04-03 08:11:47.230 | Collecting warlock>=1.2.0 2024-04-03 08:11:47.232 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-04-03 08:11:47.234 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.14.1) 2024-04-03 08:11:47.299 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2020.6.20) 2024-04-03 08:11:47.300 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2024-04-03 08:11:47.301 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2.1.1) 2024-04-03 08:11:47.314 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2024-04-03 08:11:47.346 | Collecting pyudev>=0.16.1 2024-04-03 08:11:47.348 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-04-03 08:11:47.436 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev23) (0.5.2) 2024-04-03 08:11:47.438 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev23) (0.4.3) 2024-04-03 08:11:47.489 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (2.8.7) 2024-04-03 08:11:47.490 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2024-04-03 08:11:47.491 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1.0) 2024-04-03 08:11:47.564 | Collecting voluptuous>=0.8.9 2024-04-03 08:11:47.571 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-04-03 08:11:47.612 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.3) 2024-04-03 08:11:47.623 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2024-04-03 08:11:47.725 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2024-04-03 08:11:47.751 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.2) 2024-04-03 08:11:47.752 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2024-04-03 08:11:47.880 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-04-03 08:11:47.884 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-04-03 08:11:47.887 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /usr/local/lib/python3.10/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) (4.21.7) 2024-04-03 08:11:47.955 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.1) 2024-04-03 08:11:48.100 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2024-04-03 08:11:48.118 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.14.1) 2024-04-03 08:11:48.136 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.5) 2024-04-03 08:11:48.574 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.5.0) 2024-04-03 08:11:48.651 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2024-04-03 08:11:48.776 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (1.8.2) 2024-04-03 08:11:49.397 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-04-03 08:11:49.451 | Attempting uninstall: voluptuous 2024-04-03 08:11:49.453 | Found existing installation: voluptuous 0.12.2 2024-04-03 08:11:49.455 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:49.456 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-04-03 08:11:49.624 | Attempting uninstall: pyudev 2024-04-03 08:11:49.625 | Found existing installation: pyudev 0.22.0 2024-04-03 08:11:49.627 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:11:49.627 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-04-03 08:11:52.133 | Running setup.py develop for cinder 2024-04-03 08:11:53.037 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.1 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-04-03 08:11:53.037 | 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 2024-04-03 08:11:53.256 | + inc/python:pip_install:196 : result=0 2024-04-03 08:11:53.258 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:11:53.259 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:53.261 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:53.263 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:53.264 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:53.266 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:53.268 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:11:53.269 | + functions-common:time_stop:2442 : start_time=1712131901545 2024-04-03 08:11:53.271 | + functions-common:time_stop:2444 : [[ -z 1712131901545 ]] 2024-04-03 08:11:53.273 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:53.276 | + functions-common:time_stop:2447 : end_time=1712131913274 2024-04-03 08:11:53.277 | + functions-common:time_stop:2448 : elapsed_time=11729 2024-04-03 08:11:53.279 | + functions-common:time_stop:2449 : total=46757 2024-04-03 08:11:53.281 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:53.282 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=58486 2024-04-03 08:11:53.284 | + inc/python:pip_install:199 : return 0 2024-04-03 08:11:53.286 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-03 08:11:53.287 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-03 08:11:53.289 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-03 08:11:53.303 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-03 08:11:53.312 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-04-03 08:11:53.314 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-04-03 08:11:53.316 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:11:53.317 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:11:53.319 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-04-03 08:11:53.321 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:11:53.322 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-04-03 08:11:53.324 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-04-03 08:11:53.326 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-04-03 08:11:53.328 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:53.329 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:53.331 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-04-03 08:11:53.340 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-04-03 08:11:53.342 | + functions-common:install_package:1459 : update_package_repo 2024-04-03 08:11:53.344 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-03 08:11:53.346 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-03 08:11:53.347 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-03 08:11:53.349 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-03 08:11:53.351 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-03 08:11:53.352 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:53.354 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:53.356 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-03 08:11:53.357 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-03 08:11:53.359 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-03 08:11:53.361 | + functions-common:apt_get_update:1186 : return 2024-04-03 08:11:53.362 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-04-03 08:11:53.364 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-03 08:11:53.366 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:53.368 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:53.369 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-04-03 08:11:53.385 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-04-03 08:11:53.441 | Reading package lists... 2024-04-03 08:11:53.623 | Building dependency tree... 2024-04-03 08:11:53.624 | Reading state information... 2024-04-03 08:11:53.804 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-04-03 08:11:53.804 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-03 08:11:53.808 | + functions-common:apt_get:1230 : result=0 2024-04-03 08:11:53.810 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-03 08:11:53.812 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:53.814 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:53.816 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:53.818 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:53.819 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:53.821 | + functions-common:time_stop:2441 : name=apt-get 2024-04-03 08:11:53.823 | + functions-common:time_stop:2442 : start_time=1712131913382 2024-04-03 08:11:53.825 | + functions-common:time_stop:2444 : [[ -z 1712131913382 ]] 2024-04-03 08:11:53.827 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:53.830 | + functions-common:time_stop:2447 : end_time=1712131913828 2024-04-03 08:11:53.832 | + functions-common:time_stop:2448 : elapsed_time=446 2024-04-03 08:11:53.833 | + functions-common:time_stop:2449 : total=7339 2024-04-03 08:11:53.835 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:53.837 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7785 2024-04-03 08:11:53.839 | + functions-common:apt_get:1234 : return 0 2024-04-03 08:11:53.841 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-03 08:11:53.842 | + stack.sh:main:952 : configure_cinder 2024-04-03 08:11:53.844 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-04-03 08:11:53.854 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-04-03 08:11:53.856 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-04-03 08:11:53.858 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-04-03 08:11:53.859 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-04-03 08:11:53.862 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-04-03 08:11:53.862 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-04-03 08:11:53.866 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-04-03 08:11:53.867 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-04-03 08:11:53.869 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-04-03 08:11:53.870 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-04-03 08:11:53.872 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-04-03 08:11:53.873 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-04-03 08:11:53.875 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-04-03 08:11:53.877 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-04-03 08:11:53.885 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-04-03 08:11:53.895 | + 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 2024-04-03 08:11:53.904 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2024-04-03 08:11:53.912 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-04-03 08:11:53.922 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-04-03 08:11:53.924 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-04-03 08:11:53.927 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.rRrPyctzPm 2024-04-03 08:11:53.929 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-04-03 08:11:53.931 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-04-03 08:11:53.932 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-04-03 08:11:53.934 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.rRrPyctzPm 2024-04-03 08:11:53.937 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.rRrPyctzPm 2024-04-03 08:11:53.945 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.rRrPyctzPm /etc/sudoers.d/cinder-rootwrap 2024-04-03 08:11:53.955 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-04-03 08:11:53.958 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-04-03 08:11:53.959 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-04-03 08:11:53.961 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-04-03 08:11:53.962 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-04-03 08:11:53.964 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-04-03 08:11:53.965 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-04-03 08:11:53.967 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-04-03 08:11:53.968 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-04-03 08:11:53.971 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-04-03 08:11:53.974 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-04-03 08:11:53.988 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-04-03 08:11:54.001 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-04-03 08:11:54.015 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-04-03 08:11:54.029 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-04-03 08:11:54.042 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-04-03 08:11:54.056 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-04-03 08:11:54.070 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-04-03 08:11:54.084 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-04-03 08:11:54.086 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-04-03 08:11:54.087 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-04-03 08:11:54.089 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-03 08:11:54.091 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-04-03 08:11:54.115 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-04-03 08:11:54.137 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-03 08:11:54.158 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-04-03 08:11:54.181 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-04-03 08:11:54.203 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-04-03 08:11:54.225 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-04-03 08:11:54.248 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-04-03 08:11:54.270 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-03 08:11:54.293 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-04-03 08:11:54.315 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-04-03 08:11:54.339 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-04-03 08:11:54.362 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-04-03 08:11:54.364 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-04-03 08:11:54.366 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-04-03 08:11:54.368 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-04-03 08:11:54.370 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:11:54.372 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:11:54.373 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:11:54.386 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:54.388 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:11:54.389 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-04-03 08:11:54.392 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-04-03 08:11:54.417 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-04-03 08:11:54.440 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-04-03 08:11:54.462 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-04-03 08:11:54.484 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-04-03 08:11:54.507 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-04-03 08:11:54.530 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-04-03 08:11:54.556 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-04-03 08:11:54.582 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-04-03 08:11:54.610 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-04-03 08:11:54.625 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 4692b65f77d541af25420da6f69f51a9 2024-04-03 08:11:54.651 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-04-03 08:11:54.653 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-04-03 08:11:54.678 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-04-03 08:11:54.703 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-04-03 08:11:54.727 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-04-03 08:11:54.752 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-04-03 08:11:54.765 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:54.767 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-04-03 08:11:54.769 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-04-03 08:11:54.771 | + lib/cinder:configure_cinder:330 : local default_name= 2024-04-03 08:11:54.773 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-04-03 08:11:54.775 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-03 08:11:54.777 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-04-03 08:11:54.779 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-04-03 08:11:54.781 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-04-03 08:11:54.783 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-04-03 08:11:54.785 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-04-03 08:11:54.787 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-04-03 08:11:54.813 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-04-03 08:11:54.837 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-04-03 08:11:54.859 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-04-03 08:11:54.881 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-04-03 08:11:54.904 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-04-03 08:11:54.906 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-04-03 08:11:54.908 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-04-03 08:11:54.910 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-04-03 08:11:54.932 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-04-03 08:11:54.934 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-04-03 08:11:54.957 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-04-03 08:11:54.959 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-04-03 08:11:54.961 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-04-03 08:11:54.963 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-04-03 08:11:54.986 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-04-03 08:11:54.987 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-04-03 08:11:54.989 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-04-03 08:11:55.002 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:55.003 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-04-03 08:11:55.015 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:55.017 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-04-03 08:11:55.029 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:55.031 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-04-03 08:11:55.033 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-04-03 08:11:55.034 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-04-03 08:11:55.036 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-04-03 08:11:55.038 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-03 08:11:55.040 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-03 08:11:55.041 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-03 08:11:55.053 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:55.055 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-03 08:11:55.057 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-03 08:11:55.059 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-03 08:11:55.071 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:55.073 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:11:55.075 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:11:55.097 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-03 08:11:55.099 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-03 08:11:55.101 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-04-03 08:11:55.103 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-04-03 08:11:55.104 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-04-03 08:11:55.107 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-03 08:11:55.119 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-03 08:11:55.121 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-03 08:11:55.123 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-03 08:11:55.125 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-03 08:11:55.127 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-03 08:11:55.150 | + functions:setup_systemd_logging:715 : 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' 2024-04-03 08:11:55.173 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-03 08:11:55.196 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-03 08:11:55.218 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-04-03 08:11:55.231 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:55.233 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-04-03 08:11:55.234 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-04-03 08:11:55.236 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-04-03 08:11:55.238 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-04-03 08:11:55.240 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-03 08:11:55.241 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-03 08:11:55.243 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-04-03 08:11:55.246 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-04-03 08:11:55.248 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-03 08:11:55.250 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-03 08:11:55.259 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-03 08:11:55.260 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:11:55.267 | d /var/run/uwsgi 0755 stack root 2024-04-03 08:11:55.270 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:11:55.278 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-03 08:11:55.281 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-04-03 08:11:55.283 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-04-03 08:11:55.286 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-04-03 08:11:55.311 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-04-03 08:11:55.333 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-04-03 08:11:55.355 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-04-03 08:11:55.378 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-04-03 08:11:55.400 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-03 08:11:55.423 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-04-03 08:11:55.445 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-04-03 08:11:55.467 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-04-03 08:11:55.489 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-03 08:11:55.511 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-04-03 08:11:55.533 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-03 08:11:55.555 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-04-03 08:11:55.577 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-03 08:11:55.579 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-03 08:11:55.581 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-04-03 08:11:55.583 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-04-03 08:11:55.585 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-03 08:11:55.587 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:55.589 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:55.591 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-04-03 08:11:55.593 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-04-03 08:11:55.595 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-04-03 08:11:55.618 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-04-03 08:11:55.640 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-04-03 08:11:55.641 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-04-03 08:11:55.648 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-04-03 08:11:55.651 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-04-03 08:11:55.653 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-04-03 08:11:55.655 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-03 08:11:55.656 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-03 08:11:55.658 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-03 08:11:55.660 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:55.662 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:55.663 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-03 08:11:55.665 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-03 08:11:55.667 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:11:55.669 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:11:55.670 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-04-03 08:11:55.701 | Enabling site cinder-wsgi. 2024-04-03 08:11:55.705 | To activate the new configuration, you need to run: 2024-04-03 08:11:55.705 | systemctl reload apache2 2024-04-03 08:11:55.708 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-03 08:11:55.710 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-03 08:11:55.712 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:11:55.714 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-03 08:11:55.832 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-04-03 08:11:55.834 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-04-03 08:11:55.836 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-04-03 08:11:55.859 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-04-03 08:11:55.882 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-04-03 08:11:55.905 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-04-03 08:11:55.927 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-04-03 08:11:55.949 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-04-03 08:11:55.972 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-04-03 08:11:55.984 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:11:55.986 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-04-03 08:11:55.988 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-04-03 08:11:55.989 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-03 08:11:55.991 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-04-03 08:11:55.993 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-04-03 08:11:56.016 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-04-03 08:11:56.039 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-04-03 08:11:56.061 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-04-03 08:11:56.084 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-04-03 08:11:56.105 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-04-03 08:11:56.128 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-04-03 08:11:56.150 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-04-03 08:11:56.173 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-04-03 08:11:56.195 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-04-03 08:11:56.217 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-04-03 08:11:56.240 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-04-03 08:11:56.262 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-04-03 08:11:56.263 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-04-03 08:11:56.276 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:56.278 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-04-03 08:11:56.302 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-04-03 08:11:56.303 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-04-03 08:11:56.305 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-04-03 08:11:56.329 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-04-03 08:11:56.352 | + stack.sh:main:955 : is_service_enabled neutron 2024-04-03 08:11:56.365 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:11:56.367 | + stack.sh:main:957 : stack_install_service neutron 2024-04-03 08:11:56.369 | + lib/stack:stack_install_service:20 : local service=neutron 2024-04-03 08:11:56.370 | + lib/stack:stack_install_service:21 : type install_neutron 2024-04-03 08:11:56.372 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-03 08:11:56.374 | + lib/stack:stack_install_service:32 : install_neutron 2024-04-03 08:11:56.376 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-04-03 08:11:56.378 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-04-03 08:11:56.380 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:11:56.382 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:11:56.383 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-04-03 08:11:56.385 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:11:56.387 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-04-03 08:11:56.389 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-04-03 08:11:56.391 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-04-03 08:11:56.392 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-03 08:11:56.394 | + functions-common:git_clone:615 : local orig_dir 2024-04-03 08:11:56.396 | ++ functions-common:git_clone:616 : pwd 2024-04-03 08:11:56.399 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:11:56.400 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:11:56.403 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:11:56.416 | + functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:11:56.418 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-03 08:11:56.420 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-03 08:11:56.422 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:11:56.424 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-03 08:11:56.424 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:11:56.428 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-04-03 08:11:56.430 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-03 08:11:56.432 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-04-03 08:11:56.433 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:56.435 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:56.437 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:56.438 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:56.440 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:56.442 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:56.444 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:56.445 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:56.447 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:56.451 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131916448 2024-04-03 08:11:56.452 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-04-03 08:11:56.454 | Cloning into '/opt/stack//neutron'... 2024-04-03 08:11:59.774 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:11:59.775 | + functions-common:time_stop:2435 : local name 2024-04-03 08:11:59.777 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:11:59.779 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:11:59.781 | + functions-common:time_stop:2438 : local total 2024-04-03 08:11:59.783 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:11:59.784 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:11:59.786 | + functions-common:time_stop:2442 : start_time=1712131916448 2024-04-03 08:11:59.788 | + functions-common:time_stop:2444 : [[ -z 1712131916448 ]] 2024-04-03 08:11:59.790 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:11:59.793 | + functions-common:time_stop:2447 : end_time=1712131919791 2024-04-03 08:11:59.795 | + functions-common:time_stop:2448 : elapsed_time=3343 2024-04-03 08:11:59.797 | + functions-common:time_stop:2449 : total=21905 2024-04-03 08:11:59.799 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:11:59.800 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=25248 2024-04-03 08:11:59.802 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-04-03 08:11:59.804 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-03 08:11:59.806 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:11:59.808 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:11:59.809 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:11:59.811 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:11:59.813 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:11:59.815 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:11:59.816 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:11:59.818 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:11:59.820 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:11:59.823 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131919821 2024-04-03 08:11:59.825 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-03 08:12:02.757 | From https://opendev.org/openstack/neutron 2024-04-03 08:12:02.758 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-03 08:12:02.763 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:12:02.764 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:02.766 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:02.768 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:02.769 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:02.771 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:02.773 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:12:02.774 | + functions-common:time_stop:2442 : start_time=1712131919821 2024-04-03 08:12:02.776 | + functions-common:time_stop:2444 : [[ -z 1712131919821 ]] 2024-04-03 08:12:02.778 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:02.781 | + functions-common:time_stop:2447 : end_time=1712131922779 2024-04-03 08:12:02.783 | + functions-common:time_stop:2448 : elapsed_time=2958 2024-04-03 08:12:02.784 | + functions-common:time_stop:2449 : total=25248 2024-04-03 08:12:02.786 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:02.787 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28206 2024-04-03 08:12:02.789 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-03 08:12:02.791 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:12:02.792 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:12:02.794 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:12:02.796 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:12:02.797 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:12:02.799 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:12:02.801 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:12:02.802 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:12:02.804 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:12:02.808 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131922805 2024-04-03 08:12:02.809 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-03 08:12:03.060 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:12:03.060 | 2024-04-03 08:12:03.060 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:12:03.060 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:12:03.060 | state without impacting any branches by switching back to a branch. 2024-04-03 08:12:03.060 | 2024-04-03 08:12:03.060 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:12:03.061 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:12:03.061 | 2024-04-03 08:12:03.061 | git switch -c 2024-04-03 08:12:03.061 | 2024-04-03 08:12:03.061 | Or undo this operation with: 2024-04-03 08:12:03.061 | 2024-04-03 08:12:03.061 | git switch - 2024-04-03 08:12:03.061 | 2024-04-03 08:12:03.061 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:12:03.061 | 2024-04-03 08:12:03.061 | HEAD is now at ee607d8 Merge "[OVN] The L3 scheduler does not use all chassis by default" into stable/2023.1 2024-04-03 08:12:03.065 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:12:03.067 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:03.069 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:03.071 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:03.073 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:03.074 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:03.076 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:12:03.078 | + functions-common:time_stop:2442 : start_time=1712131922805 2024-04-03 08:12:03.080 | + functions-common:time_stop:2444 : [[ -z 1712131922805 ]] 2024-04-03 08:12:03.082 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:03.085 | + functions-common:time_stop:2447 : end_time=1712131923083 2024-04-03 08:12:03.087 | + functions-common:time_stop:2448 : elapsed_time=278 2024-04-03 08:12:03.089 | + functions-common:time_stop:2449 : total=28206 2024-04-03 08:12:03.090 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:03.092 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28484 2024-04-03 08:12:03.094 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-04-03 08:12:03.104 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-04-03 08:12:03.107 | + functions-common:git_clone:696 : git show --oneline 2024-04-03 08:12:03.107 | + functions-common:git_clone:696 : head -1 2024-04-03 08:12:03.110 | ee607d8 Merge "[OVN] The L3 scheduler does not use all chassis by default" into stable/2023.1 2024-04-03 08:12:03.112 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:12:03.114 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-04-03 08:12:03.116 | + inc/python:setup_develop:334 : local bindep 2024-04-03 08:12:03.118 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-04-03 08:12:03.119 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-04-03 08:12:03.122 | + inc/python:setup_develop:340 : local extras= 2024-04-03 08:12:03.124 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-04-03 08:12:03.126 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-03 08:12:03.128 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-04-03 08:12:03.130 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-04-03 08:12:03.132 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-03 08:12:03.133 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-03 08:12:03.136 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-04-03 08:12:03.138 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-03 08:12:03.140 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-04-03 08:12:03.142 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-03 08:12:03.144 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-03 08:12:03.147 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-04-03 08:12:03.151 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-04-03 08:12:03.153 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-04-03 08:12:03.462 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-04-03 08:12:03.465 | + inc/python:setup_package:414 : local bindep=0 2024-04-03 08:12:03.467 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-03 08:12:03.469 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-03 08:12:03.471 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-04-03 08:12:03.473 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-04-03 08:12:03.475 | + inc/python:setup_package:423 : local flags=-e 2024-04-03 08:12:03.477 | + inc/python:setup_package:424 : local extras= 2024-04-03 08:12:03.479 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-03 08:12:03.481 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-03 08:12:03.483 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-03 08:12:03.485 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-03 08:12:03.487 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-03 08:12:03.489 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-04-03 08:12:03.505 | Using python 3.10 to install /opt/stack/neutron 2024-04-03 08:12:03.507 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-04-03 08:12:04.436 | Obtaining file:///opt/stack/neutron 2024-04-03 08:12:04.436 | Preparing metadata (setup.py): started 2024-04-03 08:12:05.022 | Preparing metadata (setup.py): finished with status 'done' 2024-04-03 08:12:05.093 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.1.2) 2024-04-03 08:12:05.094 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.5.2) 2024-04-03 08:12:05.095 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.1.1) 2024-04-03 08:12:05.095 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.5.1) 2024-04-03 08:12:05.096 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (1.4.41) 2024-04-03 08:12:05.097 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (1.8.7) 2024-04-03 08:12:05.097 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (1.8.1) 2024-04-03 08:12:05.098 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.5.0) 2024-04-03 08:12:05.099 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-03 08:12:05.099 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (0.33.1) 2024-04-03 08:12:05.100 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.4.1) 2024-04-03 08:12:05.100 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (0.20.4) 2024-04-03 08:12:05.101 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.2) 2024-04-03 08:12:05.102 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (10.2.0) 2024-04-03 08:12:05.103 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (0.8.0) 2024-04-03 08:12:05.103 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev15) (0.11.0) 2024-04-03 08:12:05.218 | Collecting neutron-lib>=3.4.2 2024-04-03 08:12:05.225 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-04-03 08:12:05.233 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (1.0.1) 2024-04-03 08:12:05.259 | Collecting os-ken>=2.2.0 2024-04-03 08:12:05.275 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-04-03 08:12:05.402 | Collecting os-resource-classes>=1.1.0 2024-04-03 08:12:05.404 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-04-03 08:12:05.550 | Collecting os-vif>=3.1.0 2024-04-03 08:12:05.552 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-04-03 08:12:05.555 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.3.1) 2024-04-03 08:12:05.556 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-03 08:12:05.557 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (9.1.1) 2024-04-03 08:12:05.557 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-03 08:12:05.558 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (12.3.2) 2024-04-03 08:12:05.559 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (6.0.0) 2024-04-03 08:12:05.560 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.2.0) 2024-04-03 08:12:05.560 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (14.2.4) 2024-04-03 08:12:05.561 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-03 08:12:05.562 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (4.1.1) 2024-04-03 08:12:05.563 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.1.0) 2024-04-03 08:12:05.564 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.0.0) 2024-04-03 08:12:05.564 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (7.0.1) 2024-04-03 08:12:05.565 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-03 08:12:05.566 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.1.1) 2024-04-03 08:12:05.567 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.1.1) 2024-04-03 08:12:05.567 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (6.1.0) 2024-04-03 08:12:05.568 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.1.0) 2024-04-03 08:12:05.569 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.4.3) 2024-04-03 08:12:05.589 | Collecting ovs>=2.10.0 2024-04-03 08:12:05.589 | Using cached ovs-2.17.7-py3-none-any.whl 2024-04-03 08:12:05.727 | Collecting ovsdbapp>=2.2.1 2024-04-03 08:12:05.729 | Using cached ovsdbapp-2.2.1-py3-none-any.whl (134 kB) 2024-04-03 08:12:05.732 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (21.3) 2024-04-03 08:12:05.733 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.11.1) 2024-04-03 08:12:05.759 | Collecting pecan>=1.4.0 2024-04-03 08:12:05.759 | Using cached pecan-1.4.2-py3-none-any.whl 2024-04-03 08:12:05.763 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.9.2) 2024-04-03 08:12:05.764 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (22.1.0) 2024-04-03 08:12:05.792 | Collecting pyroute2>=0.7.3 2024-04-03 08:12:05.796 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-04-03 08:12:05.830 | Collecting python-designateclient>=2.7.0 2024-04-03 08:12:05.832 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-04-03 08:12:05.869 | Collecting python-neutronclient>=7.8.0 2024-04-03 08:12:05.874 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-04-03 08:12:05.879 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (18.3.0) 2024-04-03 08:12:05.879 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.28.1) 2024-04-03 08:12:05.880 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.0.0) 2024-04-03 08:12:05.881 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (6.3.1) 2024-04-03 08:12:05.882 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.2.0) 2024-04-03 08:12:05.888 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev15) (1.2.3) 2024-04-03 08:12:05.891 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev15) (1.14.1) 2024-04-03 08:12:05.896 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev15) (1.16.0) 2024-04-03 08:12:05.897 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev15) (2.2.1) 2024-04-03 08:12:05.898 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev15) (1.1.3) 2024-04-03 08:12:05.904 | 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.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev15) (3.0.9) 2024-04-03 08:12:05.908 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev15) (2.1.1) 2024-04-03 08:12:05.931 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev15) (1.7.0) 2024-04-03 08:12:05.932 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev15) (1.1.0) 2024-04-03 08:12:05.955 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev15) (3.1.1) 2024-04-03 08:12:05.956 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev15) (5.1.0) 2024-04-03 08:12:06.058 | Collecting setproctitle>=1.1.10 2024-04-03 08:12:06.062 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2024-04-03 08:12:06.090 | Collecting os-traits>=0.9.0 2024-04-03 08:12:06.095 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-04-03 08:12:06.108 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.4.4) 2024-04-03 08:12:06.109 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.0.1) 2024-04-03 08:12:06.109 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (38.0.2) 2024-04-03 08:12:06.111 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.32) 2024-04-03 08:12:06.111 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.1.8) 2024-04-03 08:12:06.112 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.4.0) 2024-04-03 08:12:06.113 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (6.0) 2024-04-03 08:12:06.120 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev15) (1.0.4) 2024-04-03 08:12:06.142 | Collecting ncclient>=0.6.13 2024-04-03 08:12:06.143 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-04-03 08:12:06.194 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev15) (0.18) 2024-04-03 08:12:06.217 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev15) (1.5.0) 2024-04-03 08:12:06.241 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev15) (0.5.0) 2024-04-03 08:12:06.242 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev15) (2.0.1) 2024-04-03 08:12:06.244 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev15) (0.13.0) 2024-04-03 08:12:06.266 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev15) (2.8.2) 2024-04-03 08:12:06.268 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev15) (0.9.6) 2024-04-03 08:12:06.291 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev15) (5.1.1) 2024-04-03 08:12:06.292 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev15) (0.6.0) 2024-04-03 08:12:06.294 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev15) (5.2.4) 2024-04-03 08:12:06.295 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev15) (5.2.0) 2024-04-03 08:12:06.303 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev15) (4.0.0) 2024-04-03 08:12:06.305 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev15) (3.3.0) 2024-04-03 08:12:06.322 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev15) (1.15.1) 2024-04-03 08:12:06.368 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev15) (2022.4) 2024-04-03 08:12:06.380 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev15) (4.0.1) 2024-04-03 08:12:06.382 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev15) (1.4.0) 2024-04-03 08:12:06.391 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev15) (3.4.1) 2024-04-03 08:12:06.463 | Collecting sortedcontainers 2024-04-03 08:12:06.465 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-04-03 08:12:06.490 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev15) (59.6.0) 2024-04-03 08:12:06.532 | Collecting logutils>=0.3 2024-04-03 08:12:06.532 | Using cached logutils-0.3.5-py3-none-any.whl 2024-04-03 08:12:06.610 | Collecting osc-lib>=1.8.0 2024-04-03 08:12:06.612 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-04-03 08:12:06.616 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev15) (4.2.0) 2024-04-03 08:12:06.617 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev15) (4.16.0) 2024-04-03 08:12:06.667 | Collecting os-client-config>=1.28.0 2024-04-03 08:12:06.669 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-04-03 08:12:06.840 | Collecting simplejson>=3.5.1 2024-04-03 08:12:06.843 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2024-04-03 08:12:06.872 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev15) (2020.6.20) 2024-04-03 08:12:06.873 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev15) (3.4) 2024-04-03 08:12:06.873 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev15) (1.26.12) 2024-04-03 08:12:06.874 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev15) (2.1.1) 2024-04-03 08:12:06.886 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev15) (0.7) 2024-04-03 08:12:07.005 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev15) (0.13.1) 2024-04-03 08:12:07.028 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev15) (5.0.0) 2024-04-03 08:12:07.075 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev15) (2.21) 2024-04-03 08:12:07.098 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev15) (5.0.0) 2024-04-03 08:12:07.099 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev15) (2.4.2) 2024-04-03 08:12:07.100 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev15) (0.5.1) 2024-04-03 08:12:07.252 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev15) (0.18.1) 2024-04-03 08:12:07.253 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev15) (22.1.0) 2024-04-03 08:12:07.338 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev15) (2.11.0) 2024-04-03 08:12:07.339 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev15) (4.9.1) 2024-04-03 08:12:07.406 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev15) (0.14.1) 2024-04-03 08:12:07.422 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev15) (0.2.5) 2024-04-03 08:12:07.609 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev15) (0.5.2) 2024-04-03 08:12:07.609 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev15) (0.4.3) 2024-04-03 08:12:07.652 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev15) (2.5.0) 2024-04-03 08:12:07.810 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev15) (1.8.2) 2024-04-03 08:12:07.840 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev15) (3.8.1) 2024-04-03 08:12:07.882 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev15) (1.5.0) 2024-04-03 08:12:08.546 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2024-04-03 08:12:08.546 | Attempting uninstall: sortedcontainers 2024-04-03 08:12:08.548 | Found existing installation: sortedcontainers 2.1.0 2024-04-03 08:12:08.549 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:12:08.550 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-04-03 08:12:08.946 | Attempting uninstall: ovs 2024-04-03 08:12:08.947 | Found existing installation: ovs 2.17.9 2024-04-03 08:12:08.948 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:12:08.949 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-04-03 08:12:11.229 | Running setup.py develop for neutron 2024-04-03 08:12:12.357 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.2 os-client-config-2.1.0 os-ken-2.6.0 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.1 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-04-03 08:12:12.357 | 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 2024-04-03 08:12:12.492 | + inc/python:pip_install:196 : result=0 2024-04-03 08:12:12.494 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:12:12.496 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:12.497 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:12.499 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:12.501 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:12.503 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:12.505 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:12:12.506 | + functions-common:time_stop:2442 : start_time=1712131923501 2024-04-03 08:12:12.508 | + functions-common:time_stop:2444 : [[ -z 1712131923501 ]] 2024-04-03 08:12:12.510 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:12.514 | + functions-common:time_stop:2447 : end_time=1712131932511 2024-04-03 08:12:12.516 | + functions-common:time_stop:2448 : elapsed_time=9010 2024-04-03 08:12:12.517 | + functions-common:time_stop:2449 : total=58486 2024-04-03 08:12:12.519 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:12.521 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=67496 2024-04-03 08:12:12.523 | + inc/python:pip_install:199 : return 0 2024-04-03 08:12:12.525 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-03 08:12:12.527 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-03 08:12:12.529 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-03 08:12:12.543 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-03 08:12:12.553 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-04-03 08:12:12.555 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-04-03 08:12:12.557 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:12:12.559 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:12:12.561 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-04-03 08:12:12.563 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:12:12.564 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-04-03 08:12:12.566 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-03 08:12:12.568 | + stack.sh:main:960 : is_service_enabled nova 2024-04-03 08:12:12.581 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:12.583 | + stack.sh:main:962 : stack_install_service nova 2024-04-03 08:12:12.585 | + lib/stack:stack_install_service:20 : local service=nova 2024-04-03 08:12:12.587 | + lib/stack:stack_install_service:21 : type install_nova 2024-04-03 08:12:12.588 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-03 08:12:12.590 | + lib/stack:stack_install_service:32 : install_nova 2024-04-03 08:12:12.592 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-04-03 08:12:12.594 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-04-03 08:12:12.596 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:12:12.598 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:12:12.600 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-04-03 08:12:12.601 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:12:12.603 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-04-03 08:12:12.616 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:12.618 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-04-03 08:12:12.630 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:12.632 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-04-03 08:12:12.644 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:12.646 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/25/913225/1 2024-04-03 08:12:12.648 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-04-03 08:12:12.649 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-04-03 08:12:12.651 | + functions-common:git_clone:614 : local git_ref=refs/changes/25/913225/1 2024-04-03 08:12:12.653 | + functions-common:git_clone:615 : local orig_dir 2024-04-03 08:12:12.655 | ++ functions-common:git_clone:616 : pwd 2024-04-03 08:12:12.657 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:12:12.659 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:12:12.660 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:12:12.674 | + functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:12:12.675 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-03 08:12:12.677 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-03 08:12:12.679 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:12:12.681 | + functions-common:git_clone:633 : echo refs/changes/25/913225/1 2024-04-03 08:12:12.681 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:12:12.685 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-04-03 08:12:12.687 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-04-03 08:12:12.689 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-04-03 08:12:12.690 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:12:12.692 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:12:12.694 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:12:12.695 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:12:12.697 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:12:12.699 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:12:12.700 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:12:12.702 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:12:12.704 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:12:12.707 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131932705 2024-04-03 08:12:12.709 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-04-03 08:12:12.711 | Cloning into '/opt/stack//nova'... 2024-04-03 08:12:16.894 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:12:16.896 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:16.898 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:16.899 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:16.901 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:16.903 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:16.905 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:12:16.906 | + functions-common:time_stop:2442 : start_time=1712131932705 2024-04-03 08:12:16.908 | + functions-common:time_stop:2444 : [[ -z 1712131932705 ]] 2024-04-03 08:12:16.910 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:16.913 | + functions-common:time_stop:2447 : end_time=1712131936911 2024-04-03 08:12:16.915 | + functions-common:time_stop:2448 : elapsed_time=4206 2024-04-03 08:12:16.917 | + functions-common:time_stop:2449 : total=28484 2024-04-03 08:12:16.918 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:16.920 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=32690 2024-04-03 08:12:16.922 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-04-03 08:12:16.924 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/25/913225/1 2024-04-03 08:12:16.925 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:12:16.927 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:12:16.929 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:12:16.931 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:12:16.932 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:12:16.934 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:12:16.936 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:12:16.937 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:12:16.939 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:12:16.943 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131936940 2024-04-03 08:12:16.944 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/25/913225/1 2024-04-03 08:12:19.304 | From https://opendev.org/openstack/nova 2024-04-03 08:12:19.304 | * branch refs/changes/25/913225/1 -> FETCH_HEAD 2024-04-03 08:12:19.308 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:12:19.310 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:19.312 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:19.313 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:19.315 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:19.316 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:19.318 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:12:19.320 | + functions-common:time_stop:2442 : start_time=1712131936940 2024-04-03 08:12:19.321 | + functions-common:time_stop:2444 : [[ -z 1712131936940 ]] 2024-04-03 08:12:19.323 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:19.326 | + functions-common:time_stop:2447 : end_time=1712131939324 2024-04-03 08:12:19.328 | + functions-common:time_stop:2448 : elapsed_time=2384 2024-04-03 08:12:19.329 | + functions-common:time_stop:2449 : total=32690 2024-04-03 08:12:19.331 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:19.333 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35074 2024-04-03 08:12:19.334 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-04-03 08:12:19.636 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:12:19.636 | 2024-04-03 08:12:19.636 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:12:19.636 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:12:19.636 | state without impacting any branches by switching back to a branch. 2024-04-03 08:12:19.636 | 2024-04-03 08:12:19.636 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:12:19.636 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:12:19.636 | 2024-04-03 08:12:19.636 | git switch -c 2024-04-03 08:12:19.636 | 2024-04-03 08:12:19.636 | Or undo this operation with: 2024-04-03 08:12:19.636 | 2024-04-03 08:12:19.636 | git switch - 2024-04-03 08:12:19.636 | 2024-04-03 08:12:19.636 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:12:19.636 | 2024-04-03 08:12:19.636 | HEAD is now at 874acc1 pwr mgmt: make API into a per-driver object 2024-04-03 08:12:19.641 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-04-03 08:12:19.651 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-04-03 08:12:19.653 | + functions-common:git_clone:696 : git show --oneline 2024-04-03 08:12:19.654 | + functions-common:git_clone:696 : head -1 2024-04-03 08:12:19.658 | 874acc1 pwr mgmt: make API into a per-driver object 2024-04-03 08:12:19.666 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:12:19.668 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-04-03 08:12:19.670 | + inc/python:setup_develop:334 : local bindep 2024-04-03 08:12:19.671 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-04-03 08:12:19.673 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-04-03 08:12:19.675 | + inc/python:setup_develop:340 : local extras= 2024-04-03 08:12:19.676 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-04-03 08:12:19.678 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-03 08:12:19.680 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-04-03 08:12:19.681 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-04-03 08:12:19.683 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-03 08:12:19.685 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-03 08:12:19.687 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-04-03 08:12:19.689 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-03 08:12:19.691 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-04-03 08:12:19.693 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-03 08:12:19.694 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-03 08:12:19.696 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-04-03 08:12:19.701 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-04-03 08:12:19.703 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-04-03 08:12:20.014 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-04-03 08:12:20.016 | + inc/python:setup_package:414 : local bindep=0 2024-04-03 08:12:20.018 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-03 08:12:20.020 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-03 08:12:20.021 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-04-03 08:12:20.023 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-04-03 08:12:20.025 | + inc/python:setup_package:423 : local flags=-e 2024-04-03 08:12:20.027 | + inc/python:setup_package:424 : local extras= 2024-04-03 08:12:20.029 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-03 08:12:20.031 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-03 08:12:20.033 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-03 08:12:20.034 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-03 08:12:20.036 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-03 08:12:20.038 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-04-03 08:12:20.053 | Using python 3.10 to install /opt/stack/nova 2024-04-03 08:12:20.055 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-04-03 08:12:20.992 | Obtaining file:///opt/stack/nova 2024-04-03 08:12:20.993 | Preparing metadata (setup.py): started 2024-04-03 08:12:21.634 | Preparing metadata (setup.py): finished with status 'done' 2024-04-03 08:12:21.722 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.1.2) 2024-04-03 08:12:21.723 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.5.2) 2024-04-03 08:12:21.724 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.1.1) 2024-04-03 08:12:21.725 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.4.1) 2024-04-03 08:12:21.725 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (6.0) 2024-04-03 08:12:21.726 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.5.1) 2024-04-03 08:12:21.727 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.4.41) 2024-04-03 08:12:21.728 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.8.7) 2024-04-03 08:12:21.728 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.8.1) 2024-04-03 08:12:21.729 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (4.1.0) 2024-04-03 08:12:21.730 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (38.0.2) 2024-04-03 08:12:21.731 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (0.2.3) 2024-04-03 08:12:21.731 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.1.1) 2024-04-03 08:12:21.732 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (0.33.1) 2024-04-03 08:12:21.733 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.4.1) 2024-04-03 08:12:21.734 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.1.3) 2024-04-03 08:12:21.735 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.1.0) 2024-04-03 08:12:21.735 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (4.16.0) 2024-04-03 08:12:21.736 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.1.2) 2024-04-03 08:12:21.737 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (10.2.0) 2024-04-03 08:12:21.738 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (4.9.1) 2024-04-03 08:12:21.913 | Collecting microversion-parse>=0.2.1 2024-04-03 08:12:21.916 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-04-03 08:12:21.918 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (0.8.0) 2024-04-03 08:12:21.919 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==27.0.1.dev63) (0.11.0) 2024-04-03 08:12:21.920 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.0.1) 2024-04-03 08:12:21.921 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (6.2.3) 2024-04-03 08:12:21.922 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.1.0) 2024-04-03 08:12:21.922 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.7.0) 2024-04-03 08:12:21.923 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.10.0) 2024-04-03 08:12:21.924 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.1.1) 2024-04-03 08:12:21.925 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.3.1) 2024-04-03 08:12:21.926 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.1.1) 2024-04-03 08:12:21.926 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (9.1.1) 2024-04-03 08:12:21.927 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.1.1) 2024-04-03 08:12:21.928 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (12.3.2) 2024-04-03 08:12:21.929 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (6.0.0) 2024-04-03 08:12:21.930 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.1.0) 2024-04-03 08:12:21.931 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.2.0) 2024-04-03 08:12:21.932 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (14.2.4) 2024-04-03 08:12:21.932 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.1.1) 2024-04-03 08:12:21.933 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (4.1.1) 2024-04-03 08:12:21.956 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.1.0) 2024-04-03 08:12:21.956 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.0.0) 2024-04-03 08:12:21.957 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (7.0.1) 2024-04-03 08:12:21.958 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.1.1) 2024-04-03 08:12:21.959 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.1.1) 2024-04-03 08:12:21.960 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.1.1) 2024-04-03 08:12:21.960 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (6.1.0) 2024-04-03 08:12:21.961 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.1.0) 2024-04-03 08:12:21.962 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (21.3) 2024-04-03 08:12:21.963 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.11.0) 2024-04-03 08:12:21.963 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.11.1) 2024-04-03 08:12:21.964 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.9.2) 2024-04-03 08:12:21.965 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (9.3.0) 2024-04-03 08:12:21.966 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.8.2) 2024-04-03 08:12:21.967 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (4.3.1) 2024-04-03 08:12:21.968 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (9.0.0) 2024-04-03 08:12:21.968 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (2.28.1) 2024-04-03 08:12:21.969 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.3.3) 2024-04-03 08:12:21.970 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (1.5.0) 2024-04-03 08:12:21.971 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (0.13.0) 2024-04-03 08:12:21.972 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (5.0.0) 2024-04-03 08:12:21.972 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==27.0.1.dev63) (3.2.0) 2024-04-03 08:12:21.992 | Collecting websockify>=0.9.0 2024-04-03 08:12:21.992 | Using cached websockify-0.10.0-py3-none-any.whl 2024-04-03 08:12:22.004 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==27.0.1.dev63) (1.2.3) 2024-04-03 08:12:22.013 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==27.0.1.dev63) (5.5.0) 2024-04-03 08:12:22.030 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==27.0.1.dev63) (1.15.1) 2024-04-03 08:12:22.043 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==27.0.1.dev63) (2.2.1) 2024-04-03 08:12:22.044 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==27.0.1.dev63) (1.16.0) 2024-04-03 08:12:22.052 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==27.0.1.dev63) (2.1.1) 2024-04-03 08:12:22.070 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==27.0.1.dev63) (0.18.1) 2024-04-03 08:12:22.071 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==27.0.1.dev63) (22.1.0) 2024-04-03 08:12:22.119 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==27.0.1.dev63) (5.1.0) 2024-04-03 08:12:22.120 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==27.0.1.dev63) (3.1.1) 2024-04-03 08:12:22.142 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==27.0.1.dev63) (1.0.1) 2024-04-03 08:12:22.144 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==27.0.1.dev63) (1.32) 2024-04-03 08:12:22.145 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==27.0.1.dev63) (1.4.0) 2024-04-03 08:12:22.146 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==27.0.1.dev63) (1.4.4) 2024-04-03 08:12:22.146 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==27.0.1.dev63) (1.1.8) 2024-04-03 08:12:22.157 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==27.0.1.dev63) (6.3.1) 2024-04-03 08:12:22.158 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==27.0.1.dev63) (5.9.0) 2024-04-03 08:12:22.178 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==27.0.1.dev63) (2.5.0) 2024-04-03 08:12:22.179 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==27.0.1.dev63) (2.2.1) 2024-04-03 08:12:22.181 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==27.0.1.dev63) (0.7.3) 2024-04-03 08:12:22.207 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==27.0.1.dev63) (0.18) 2024-04-03 08:12:22.250 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==27.0.1.dev63) (0.5.0) 2024-04-03 08:12:22.251 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==27.0.1.dev63) (2.0.1) 2024-04-03 08:12:22.283 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==27.0.1.dev63) (0.9.6) 2024-04-03 08:12:22.308 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==27.0.1.dev63) (5.2.4) 2024-04-03 08:12:22.310 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==27.0.1.dev63) (5.2.0) 2024-04-03 08:12:22.310 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==27.0.1.dev63) (0.6.0) 2024-04-03 08:12:22.312 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==27.0.1.dev63) (5.1.1) 2024-04-03 08:12:22.322 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==27.0.1.dev63) (3.3.0) 2024-04-03 08:12:22.324 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==27.0.1.dev63) (4.0.0) 2024-04-03 08:12:22.342 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==27.0.1.dev63) (1.0.4) 2024-04-03 08:12:22.363 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==27.0.1.dev63) (2022.4) 2024-04-03 08:12:22.376 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==27.0.1.dev63) (4.0.1) 2024-04-03 08:12:22.377 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==27.0.1.dev63) (1.4.0) 2024-04-03 08:12:22.396 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==27.0.1.dev63) (3.0.9) 2024-04-03 08:12:22.437 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==27.0.1.dev63) (1.5.0) 2024-04-03 08:12:22.446 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==27.0.1.dev63) (59.6.0) 2024-04-03 08:12:22.499 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==27.0.1.dev63) (0.2.5) 2024-04-03 08:12:22.548 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==27.0.1.dev63) (1.14.1) 2024-04-03 08:12:22.549 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==27.0.1.dev63) (22.1.0) 2024-04-03 08:12:22.550 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==27.0.1.dev63) (2.0.1) 2024-04-03 08:12:22.566 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==27.0.1.dev63) (2.7.0) 2024-04-03 08:12:22.568 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==27.0.1.dev63) (4.2.0) 2024-04-03 08:12:22.569 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==27.0.1.dev63) (3.17.6) 2024-04-03 08:12:22.570 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==27.0.1.dev63) (2.1.0) 2024-04-03 08:12:22.592 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==27.0.1.dev63) (1.26.12) 2024-04-03 08:12:22.593 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==27.0.1.dev63) (2020.6.20) 2024-04-03 08:12:22.594 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==27.0.1.dev63) (2.1.1) 2024-04-03 08:12:22.594 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==27.0.1.dev63) (3.4) 2024-04-03 08:12:22.628 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==27.0.1.dev63) (0.7) 2024-04-03 08:12:22.709 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==27.0.1.dev63) (0.4.3) 2024-04-03 08:12:22.711 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==27.0.1.dev63) (0.5.2) 2024-04-03 08:12:22.758 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==27.0.1.dev63) (0.13.1) 2024-04-03 08:12:23.217 | Collecting numpy 2024-04-03 08:12:23.317 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-04-03 08:12:23.410 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==27.0.1.dev63) (5.0.0) 2024-04-03 08:12:23.494 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==27.0.1.dev63) (2.21) 2024-04-03 08:12:23.519 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==27.0.1.dev63) (0.5.1) 2024-04-03 08:12:23.520 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==27.0.1.dev63) (2.4.2) 2024-04-03 08:12:23.521 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==27.0.1.dev63) (5.0.0) 2024-04-03 08:12:23.732 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==27.0.1.dev63) (0.14.1) 2024-04-03 08:12:23.747 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==27.0.1.dev63) (2.17.7) 2024-04-03 08:12:24.019 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==27.0.1.dev63) (2.5.0) 2024-04-03 08:12:24.206 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==27.0.1.dev63) (1.8.2) 2024-04-03 08:12:24.238 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==27.0.1.dev63) (3.8.1) 2024-04-03 08:12:24.254 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==27.0.1.dev63) (2.4.0) 2024-04-03 08:12:24.844 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-04-03 08:12:26.643 | Running setup.py develop for nova 2024-04-03 08:12:27.763 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-04-03 08:12:27.763 | 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 2024-04-03 08:12:27.896 | + inc/python:pip_install:196 : result=0 2024-04-03 08:12:27.898 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:12:27.900 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:27.902 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:27.903 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:27.905 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:27.907 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:27.909 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:12:27.910 | + functions-common:time_stop:2442 : start_time=1712131940049 2024-04-03 08:12:27.912 | + functions-common:time_stop:2444 : [[ -z 1712131940049 ]] 2024-04-03 08:12:27.914 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:27.918 | + functions-common:time_stop:2447 : end_time=1712131947915 2024-04-03 08:12:27.919 | + functions-common:time_stop:2448 : elapsed_time=7866 2024-04-03 08:12:27.921 | + functions-common:time_stop:2449 : total=67496 2024-04-03 08:12:27.923 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:27.924 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=75362 2024-04-03 08:12:27.926 | + inc/python:pip_install:199 : return 0 2024-04-03 08:12:27.928 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-03 08:12:27.930 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-04-03 08:12:27.932 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-04-03 08:12:27.946 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-04-03 08:12:27.955 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-04-03 08:12:27.957 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-04-03 08:12:27.959 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:12:27.960 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:12:27.962 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-04-03 08:12:27.964 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:12:27.966 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-04-03 08:12:27.976 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-03 08:12:27.978 | + stack.sh:main:963 : configure_nova 2024-04-03 08:12:27.980 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-04-03 08:12:27.989 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-04-03 08:12:27.991 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-04-03 08:12:27.993 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-04-03 08:12:27.996 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-04-03 08:12:27.997 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-04-03 08:12:28.000 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-04-03 08:12:28.002 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-04-03 08:12:28.003 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-04-03 08:12:28.005 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-04-03 08:12:28.007 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-04-03 08:12:28.009 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-04-03 08:12:28.011 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-04-03 08:12:28.012 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-04-03 08:12:28.022 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-04-03 08:12:28.031 | + 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 2024-04-03 08:12:28.040 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2024-04-03 08:12:28.049 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-04-03 08:12:28.059 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-04-03 08:12:28.061 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-04-03 08:12:28.064 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.547PiEj5f2 2024-04-03 08:12:28.067 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-04-03 08:12:28.069 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-04-03 08:12:28.071 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-04-03 08:12:28.072 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-04-03 08:12:28.074 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-04-03 08:12:28.076 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.547PiEj5f2 2024-04-03 08:12:28.079 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.547PiEj5f2 2024-04-03 08:12:28.087 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.547PiEj5f2 /etc/sudoers.d/nova-rootwrap 2024-04-03 08:12:28.096 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-04-03 08:12:28.100 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-04-03 08:12:28.102 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-04-03 08:12:28.104 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-04-03 08:12:28.106 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-04-03 08:12:28.108 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-04-03 08:12:28.110 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-04-03 08:12:28.112 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-04-03 08:12:28.114 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-04-03 08:12:28.118 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-04-03 08:12:28.130 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:28.132 | + lib/nova:configure_nova:356 : create_nova_conf 2024-04-03 08:12:28.134 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-04-03 08:12:28.137 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-04-03 08:12:28.139 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-04-03 08:12:28.162 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-04-03 08:12:28.164 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-04-03 08:12:28.186 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-04-03 08:12:28.209 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-04-03 08:12:28.231 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-04-03 08:12:28.255 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-04-03 08:12:28.278 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-04-03 08:12:28.302 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-04-03 08:12:28.324 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-04-03 08:12:28.346 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-04-03 08:12:28.367 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-04-03 08:12:28.389 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-04-03 08:12:28.410 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-04-03 08:12:28.435 | + lib/nova:create_nova_conf:451 : is_fedora 2024-04-03 08:12:28.437 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-03 08:12:28.439 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-03 08:12:28.440 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-03 08:12:28.442 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-03 08:12:28.444 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-03 08:12:28.445 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-03 08:12:28.447 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-03 08:12:28.449 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-03 08:12:28.450 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-03 08:12:28.452 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-03 08:12:28.454 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-03 08:12:28.455 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-03 08:12:28.457 | + lib/nova:create_nova_conf:451 : is_suse 2024-04-03 08:12:28.459 | + functions-common:is_suse:544 : is_opensuse 2024-04-03 08:12:28.460 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-03 08:12:28.462 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-03 08:12:28.464 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-03 08:12:28.465 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-03 08:12:28.467 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-03 08:12:28.469 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-04-03 08:12:28.481 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:28.482 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:12:28.484 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-04-03 08:12:28.486 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-04-03 08:12:28.488 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-04-03 08:12:28.490 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-04-03 08:12:28.491 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-04-03 08:12:28.493 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:12:28.495 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:12:28.497 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:12:28.508 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:28.510 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:12:28.512 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-04-03 08:12:28.514 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-04-03 08:12:28.538 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-04-03 08:12:28.540 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-04-03 08:12:28.542 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-04-03 08:12:28.543 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-04-03 08:12:28.545 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:12:28.547 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:12:28.549 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:12:28.561 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:28.562 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:12:28.564 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-04-03 08:12:28.566 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-04-03 08:12:28.590 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-04-03 08:12:28.615 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-04-03 08:12:28.637 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-04-03 08:12:28.658 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-04-03 08:12:28.671 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:28.672 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-04-03 08:12:28.684 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:28.687 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-04-03 08:12:28.687 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-04-03 08:12:28.691 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-04-03 08:12:28.692 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-04-03 08:12:28.714 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-04-03 08:12:28.716 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-04-03 08:12:28.717 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-04-03 08:12:28.741 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-04-03 08:12:28.763 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-04-03 08:12:28.775 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:28.777 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-04-03 08:12:28.778 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-04-03 08:12:28.780 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-03 08:12:28.782 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-03 08:12:28.784 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-04-03 08:12:28.807 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-04-03 08:12:28.828 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-03 08:12:28.850 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-04-03 08:12:28.872 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-04-03 08:12:28.894 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-04-03 08:12:28.915 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-04-03 08:12:28.937 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-04-03 08:12:28.959 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-03 08:12:28.981 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-04-03 08:12:29.003 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-04-03 08:12:29.015 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:29.017 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-04-03 08:12:29.019 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-04-03 08:12:29.042 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-04-03 08:12:29.064 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-04-03 08:12:29.086 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-04-03 08:12:29.108 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-04-03 08:12:29.131 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-04-03 08:12:29.152 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-04-03 08:12:29.174 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-04-03 08:12:29.196 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-04-03 08:12:29.208 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:29.210 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-04-03 08:12:29.211 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-04-03 08:12:29.233 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-04-03 08:12:29.257 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-04-03 08:12:29.259 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-04-03 08:12:29.281 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-04-03 08:12:29.282 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-04-03 08:12:29.284 | + lib/nova:create_nova_conf:526 : is_suse 2024-04-03 08:12:29.286 | + functions-common:is_suse:544 : is_opensuse 2024-04-03 08:12:29.288 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-03 08:12:29.290 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-03 08:12:29.291 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-03 08:12:29.293 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-03 08:12:29.295 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-03 08:12:29.297 | + lib/nova:create_nova_conf:526 : is_fedora 2024-04-03 08:12:29.299 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-03 08:12:29.301 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-03 08:12:29.302 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-03 08:12:29.304 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-03 08:12:29.306 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-03 08:12:29.308 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-03 08:12:29.309 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-03 08:12:29.311 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-03 08:12:29.313 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-03 08:12:29.315 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-03 08:12:29.316 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-03 08:12:29.318 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-03 08:12:29.320 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-04-03 08:12:29.322 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-04-03 08:12:29.323 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-04-03 08:12:29.326 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-03 08:12:29.338 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-03 08:12:29.340 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-03 08:12:29.341 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-03 08:12:29.343 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-03 08:12:29.345 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-03 08:12:29.367 | + functions:setup_systemd_logging:715 : 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' 2024-04-03 08:12:29.389 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-03 08:12:29.411 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-03 08:12:29.434 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-04-03 08:12:29.458 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-04-03 08:12:29.470 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:29.472 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-04-03 08:12:29.474 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-04-03 08:12:29.476 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-04-03 08:12:29.477 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-04-03 08:12:29.479 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-03 08:12:29.481 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-03 08:12:29.483 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-04-03 08:12:29.486 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-04-03 08:12:29.488 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-03 08:12:29.490 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-03 08:12:29.499 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-03 08:12:29.500 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:12:29.506 | d /var/run/uwsgi 0755 stack root 2024-04-03 08:12:29.509 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:12:29.517 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-03 08:12:29.520 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-04-03 08:12:29.521 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-04-03 08:12:29.524 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-04-03 08:12:29.547 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-04-03 08:12:29.568 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-04-03 08:12:29.590 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-04-03 08:12:29.611 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-04-03 08:12:29.633 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-03 08:12:29.655 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-04-03 08:12:29.676 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-04-03 08:12:29.698 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-04-03 08:12:29.720 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-03 08:12:29.742 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-04-03 08:12:29.764 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-03 08:12:29.786 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-04-03 08:12:29.808 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-03 08:12:29.809 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-03 08:12:29.812 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-04-03 08:12:29.813 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-04-03 08:12:29.815 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-03 08:12:29.817 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:29.819 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:29.821 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-03 08:12:29.823 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-03 08:12:29.825 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-04-03 08:12:29.846 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-04-03 08:12:29.869 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2024-04-03 08:12:29.869 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-03 08:12:29.876 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-04-03 08:12:29.879 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-04-03 08:12:29.881 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-04-03 08:12:29.883 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-03 08:12:29.884 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-03 08:12:29.886 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-03 08:12:29.888 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:29.890 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:29.892 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-03 08:12:29.894 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-03 08:12:29.896 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:29.898 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:29.899 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-04-03 08:12:29.931 | Enabling site nova-api-wsgi. 2024-04-03 08:12:29.934 | To activate the new configuration, you need to run: 2024-04-03 08:12:29.934 | systemctl reload apache2 2024-04-03 08:12:29.938 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-03 08:12:29.939 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-03 08:12:29.941 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:12:29.943 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-03 08:12:30.048 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-04-03 08:12:30.061 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:30.063 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-04-03 08:12:30.065 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-04-03 08:12:30.066 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-04-03 08:12:30.068 | + lib/apache:write_uwsgi_config:256 : local url= 2024-04-03 08:12:30.070 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-04-03 08:12:30.072 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-03 08:12:30.074 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-04-03 08:12:30.077 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-04-03 08:12:30.079 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-03 08:12:30.081 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-03 08:12:30.091 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-03 08:12:30.091 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:12:30.098 | d /var/run/uwsgi 0755 stack root 2024-04-03 08:12:30.101 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:12:30.110 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-03 08:12:30.112 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-04-03 08:12:30.114 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-04-03 08:12:30.118 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-04-03 08:12:30.142 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-04-03 08:12:30.164 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-04-03 08:12:30.186 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-04-03 08:12:30.208 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-04-03 08:12:30.229 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-03 08:12:30.252 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-04-03 08:12:30.274 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-04-03 08:12:30.297 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-04-03 08:12:30.320 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-03 08:12:30.344 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-04-03 08:12:30.368 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-03 08:12:30.391 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-04-03 08:12:30.414 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-04-03 08:12:30.416 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-04-03 08:12:30.439 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-04-03 08:12:30.452 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:30.454 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-04-03 08:12:30.479 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-04-03 08:12:30.480 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-04-03 08:12:30.482 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-04-03 08:12:30.495 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:30.497 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:12:30.499 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:12:30.523 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-04-03 08:12:30.548 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-04-03 08:12:30.550 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-04-03 08:12:30.551 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-04-03 08:12:30.553 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-03 08:12:30.555 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-03 08:12:30.557 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-03 08:12:30.569 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:30.572 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-03 08:12:30.574 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-03 08:12:30.575 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-03 08:12:30.588 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:30.590 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:12:30.592 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:12:30.615 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-03 08:12:30.617 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-03 08:12:30.619 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-04-03 08:12:30.641 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-04-03 08:12:30.663 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-04-03 08:12:30.688 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-04-03 08:12:30.700 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:30.702 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-04-03 08:12:30.724 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-04-03 08:12:30.726 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-04-03 08:12:30.727 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-04-03 08:12:30.752 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-04-03 08:12:30.774 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-04-03 08:12:30.797 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-04-03 08:12:30.820 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-04-03 08:12:30.842 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-04-03 08:12:30.864 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-04-03 08:12:30.886 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-04-03 08:12:30.909 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-04-03 08:12:30.931 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-04-03 08:12:30.944 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:30.946 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-04-03 08:12:30.949 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-03 08:12:30.951 | + lib/nova:create_nova_conf:574 : local conf 2024-04-03 08:12:30.953 | + lib/nova:create_nova_conf:575 : local vhost 2024-04-03 08:12:30.955 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-04-03 08:12:30.956 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-03 08:12:30.959 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-03 08:12:30.961 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-04-03 08:12:30.963 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-04-03 08:12:30.965 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-04-03 08:12:30.968 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-04-03 08:12:30.970 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-04-03 08:12:30.972 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-04-03 08:12:30.974 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-04-03 08:12:30.976 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:12:30.977 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:12:30.979 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:12:30.991 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:30.993 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:12:30.994 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-04-03 08:12:30.997 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-04-03 08:12:31.021 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-04-03 08:12:31.046 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-04-03 08:12:31.070 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:12:31.072 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-04-03 08:12:31.074 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-04-03 08:12:31.076 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-04-03 08:12:31.077 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-03 08:12:31.079 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-03 08:12:31.081 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-03 08:12:31.093 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:31.095 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-03 08:12:31.097 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-03 08:12:31.099 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-03 08:12:31.111 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:31.113 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:12:31.115 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:12:31.138 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-03 08:12:31.139 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-03 08:12:31.141 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-04-03 08:12:31.143 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-04-03 08:12:31.145 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-04-03 08:12:31.147 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-03 08:12:31.160 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-03 08:12:31.162 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-03 08:12:31.164 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-03 08:12:31.166 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-03 08:12:31.167 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-03 08:12:31.190 | + functions:setup_systemd_logging:715 : 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' 2024-04-03 08:12:31.213 | + functions:setup_systemd_logging:716 : 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' 2024-04-03 08:12:31.235 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-03 08:12:31.258 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:12:31.260 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-04-03 08:12:31.261 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-04-03 08:12:31.263 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-04-03 08:12:31.265 | + lib/nova:configure_console_proxies:724 : offset=0 2024-04-03 08:12:31.267 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-04-03 08:12:31.279 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:31.281 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-04-03 08:12:31.283 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-04-03 08:12:31.295 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:31.296 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-04-03 08:12:31.309 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:31.310 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-04-03 08:12:31.323 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:31.325 | + stack.sh:main:966 : is_service_enabled placement 2024-04-03 08:12:31.337 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:31.339 | + stack.sh:main:968 : stack_install_service placement 2024-04-03 08:12:31.341 | + lib/stack:stack_install_service:20 : local service=placement 2024-04-03 08:12:31.343 | + lib/stack:stack_install_service:21 : type install_placement 2024-04-03 08:12:31.345 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-03 08:12:31.346 | + lib/stack:stack_install_service:32 : install_placement 2024-04-03 08:12:31.348 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-04-03 08:12:31.350 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-04-03 08:12:31.352 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:31.354 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:31.356 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-04-03 08:12:31.358 | + functions-common:install_package:1459 : update_package_repo 2024-04-03 08:12:31.360 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-03 08:12:31.361 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-03 08:12:31.363 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-03 08:12:31.365 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-03 08:12:31.367 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-03 08:12:31.369 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:31.371 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:31.373 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-03 08:12:31.374 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-03 08:12:31.376 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-03 08:12:31.378 | + functions-common:apt_get_update:1186 : return 2024-04-03 08:12:31.380 | + functions-common:install_package:1460 : real_install_package apache2 2024-04-03 08:12:31.382 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-03 08:12:31.384 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:31.386 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:31.387 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-04-03 08:12:31.403 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-04-03 08:12:31.459 | Reading package lists... 2024-04-03 08:12:31.639 | Building dependency tree... 2024-04-03 08:12:31.640 | Reading state information... 2024-04-03 08:12:31.814 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-04-03 08:12:31.814 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-03 08:12:31.819 | + functions-common:apt_get:1230 : result=0 2024-04-03 08:12:31.821 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-03 08:12:31.823 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:31.825 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:31.826 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:31.828 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:31.830 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:31.832 | + functions-common:time_stop:2441 : name=apt-get 2024-04-03 08:12:31.834 | + functions-common:time_stop:2442 : start_time=1712131951401 2024-04-03 08:12:31.836 | + functions-common:time_stop:2444 : [[ -z 1712131951401 ]] 2024-04-03 08:12:31.838 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:31.841 | + functions-common:time_stop:2447 : end_time=1712131951839 2024-04-03 08:12:31.843 | + functions-common:time_stop:2448 : elapsed_time=438 2024-04-03 08:12:31.845 | + functions-common:time_stop:2449 : total=7785 2024-04-03 08:12:31.846 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:31.848 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8223 2024-04-03 08:12:31.850 | + functions-common:apt_get:1234 : return 0 2024-04-03 08:12:31.852 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-04-03 08:12:31.854 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-04-03 08:12:31.856 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-04-03 08:12:31.858 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-04-03 08:12:31.860 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-04-03 08:12:31.873 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-04-03 08:12:31.875 | + functions-common:install_package:1459 : update_package_repo 2024-04-03 08:12:31.877 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-03 08:12:31.878 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-03 08:12:31.880 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-03 08:12:31.882 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-03 08:12:31.884 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-03 08:12:31.886 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:31.888 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:31.890 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-03 08:12:31.892 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-03 08:12:31.893 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-03 08:12:31.895 | + functions-common:apt_get_update:1186 : return 2024-04-03 08:12:31.897 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-04-03 08:12:31.899 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-03 08:12:31.901 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:31.903 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:31.905 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-04-03 08:12:31.921 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-04-03 08:12:31.976 | Reading package lists... 2024-04-03 08:12:32.151 | Building dependency tree... 2024-04-03 08:12:32.152 | Reading state information... 2024-04-03 08:12:32.326 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-04-03 08:12:32.326 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-03 08:12:32.330 | + functions-common:apt_get:1230 : result=0 2024-04-03 08:12:32.332 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-03 08:12:32.334 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:32.336 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:32.338 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:32.340 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:32.342 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:32.344 | + functions-common:time_stop:2441 : name=apt-get 2024-04-03 08:12:32.346 | + functions-common:time_stop:2442 : start_time=1712131951919 2024-04-03 08:12:32.347 | + functions-common:time_stop:2444 : [[ -z 1712131951919 ]] 2024-04-03 08:12:32.349 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:32.353 | + functions-common:time_stop:2447 : end_time=1712131952351 2024-04-03 08:12:32.355 | + functions-common:time_stop:2448 : elapsed_time=432 2024-04-03 08:12:32.357 | + functions-common:time_stop:2449 : total=8223 2024-04-03 08:12:32.358 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:32.360 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8655 2024-04-03 08:12:32.362 | + functions-common:apt_get:1234 : return 0 2024-04-03 08:12:32.364 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-04-03 08:12:32.366 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-04-03 08:12:32.368 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-03 08:12:32.370 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:32.372 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:32.374 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-04-03 08:12:32.376 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-04-03 08:12:32.404 | wsgi (enabled by maintainer script) 2024-04-03 08:12:32.407 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-04-03 08:12:32.409 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-04-03 08:12:32.411 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-03 08:12:32.413 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-04-03 08:12:32.416 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-04-03 08:12:32.418 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-03 08:12:32.421 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-04-03 08:12:32.421 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-03 08:12:32.425 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-04-03 08:12:32.427 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-04-03 08:12:32.429 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-04-03 08:12:32.432 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-04-03 08:12:32.434 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-04-03 08:12:32.451 | Using python 3.10 to install osc-placement 2024-04-03 08:12:32.453 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-04-03 08:12:33.565 | Collecting osc-placement 2024-04-03 08:12:33.568 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-04-03 08:12:33.575 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-04-03 08:12:33.576 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-04-03 08:12:33.576 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-04-03 08:12:33.577 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-04-03 08:12:33.578 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-04-03 08:12:33.603 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2024-04-03 08:12:33.604 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-04-03 08:12:33.604 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-04-03 08:12:33.605 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2024-04-03 08:12:33.606 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-04-03 08:12:33.612 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2024-04-03 08:12:33.613 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-04-03 08:12:33.614 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2024-04-03 08:12:33.620 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-04-03 08:12:33.621 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-04-03 08:12:33.622 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-04-03 08:12:33.622 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-04-03 08:12:33.623 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-04-03 08:12:33.624 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3) 2024-04-03 08:12:33.631 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2024-04-03 08:12:33.632 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2024-04-03 08:12:33.633 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2024-04-03 08:12:33.634 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-04-03 08:12:33.635 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-04-03 08:12:33.638 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2024-04-03 08:12:33.652 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-04-03 08:12:33.654 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-04-03 08:12:33.654 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-04-03 08:12:33.656 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2024-04-03 08:12:33.657 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-04-03 08:12:33.658 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-04-03 08:12:33.659 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-04-03 08:12:33.678 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-04-03 08:12:33.679 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2024-04-03 08:12:33.679 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2024-04-03 08:12:33.680 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2024-04-03 08:12:33.741 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2024-04-03 08:12:33.742 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-04-03 08:12:33.743 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2024-04-03 08:12:33.762 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-04-03 08:12:33.789 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2024-04-03 08:12:33.850 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-04-03 08:12:34.672 | Installing collected packages: osc-placement 2024-04-03 08:12:34.759 | Successfully installed osc-placement-4.1.0 2024-04-03 08:12:34.759 | 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 2024-04-03 08:12:34.866 | + inc/python:pip_install:196 : result=0 2024-04-03 08:12:34.868 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:12:34.870 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:34.873 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:34.875 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:34.877 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:34.879 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:34.882 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:12:34.884 | + functions-common:time_stop:2442 : start_time=1712131952446 2024-04-03 08:12:34.886 | + functions-common:time_stop:2444 : [[ -z 1712131952446 ]] 2024-04-03 08:12:34.889 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:34.892 | + functions-common:time_stop:2447 : end_time=1712131954890 2024-04-03 08:12:34.894 | + functions-common:time_stop:2448 : elapsed_time=2444 2024-04-03 08:12:34.896 | + functions-common:time_stop:2449 : total=75362 2024-04-03 08:12:34.898 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:34.900 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=77806 2024-04-03 08:12:34.902 | + inc/python:pip_install:199 : return 0 2024-04-03 08:12:34.904 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-04-03 08:12:34.906 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-04-03 08:12:34.908 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-04-03 08:12:34.910 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-03 08:12:34.912 | + functions-common:git_clone:615 : local orig_dir 2024-04-03 08:12:34.915 | ++ functions-common:git_clone:616 : pwd 2024-04-03 08:12:34.917 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:12:34.919 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:12:34.921 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:12:34.934 | + functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:12:34.936 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-03 08:12:34.938 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-03 08:12:34.940 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:12:34.942 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-03 08:12:34.942 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:12:34.947 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-04-03 08:12:34.949 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-03 08:12:34.951 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-04-03 08:12:34.952 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:12:34.954 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:12:34.956 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:12:34.958 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:12:34.960 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:12:34.962 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:12:34.963 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:12:34.965 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:12:34.968 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:12:34.971 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131954969 2024-04-03 08:12:34.973 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-04-03 08:12:34.975 | Cloning into '/opt/stack//placement'... 2024-04-03 08:12:36.827 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:12:36.829 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:36.831 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:36.833 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:36.834 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:36.836 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:36.838 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:12:36.839 | + functions-common:time_stop:2442 : start_time=1712131954969 2024-04-03 08:12:36.841 | + functions-common:time_stop:2444 : [[ -z 1712131954969 ]] 2024-04-03 08:12:36.843 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:36.846 | + functions-common:time_stop:2447 : end_time=1712131956844 2024-04-03 08:12:36.848 | + functions-common:time_stop:2448 : elapsed_time=1875 2024-04-03 08:12:36.850 | + functions-common:time_stop:2449 : total=35074 2024-04-03 08:12:36.851 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:36.853 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=36949 2024-04-03 08:12:36.855 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-04-03 08:12:36.856 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-03 08:12:36.858 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:12:36.860 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:12:36.861 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:12:36.863 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:12:36.865 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:12:36.866 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:12:36.868 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:12:36.870 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:12:36.872 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:12:36.875 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131956873 2024-04-03 08:12:36.877 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-03 08:12:38.085 | From https://opendev.org/openstack/placement 2024-04-03 08:12:38.086 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-03 08:12:38.090 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:12:38.092 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:38.094 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:38.096 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:38.098 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:38.100 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:38.101 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:12:38.103 | + functions-common:time_stop:2442 : start_time=1712131956873 2024-04-03 08:12:38.105 | + functions-common:time_stop:2444 : [[ -z 1712131956873 ]] 2024-04-03 08:12:38.107 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:38.110 | + functions-common:time_stop:2447 : end_time=1712131958108 2024-04-03 08:12:38.112 | + functions-common:time_stop:2448 : elapsed_time=1235 2024-04-03 08:12:38.114 | + functions-common:time_stop:2449 : total=36949 2024-04-03 08:12:38.116 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:38.117 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38184 2024-04-03 08:12:38.119 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-03 08:12:38.121 | + functions-common:git_timed:720 : local count=0 2024-04-03 08:12:38.123 | + functions-common:git_timed:721 : local timeout=0 2024-04-03 08:12:38.124 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:12:38.126 | + functions-common:git_timed:724 : timeout=0 2024-04-03 08:12:38.128 | + functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:12:38.130 | + functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:12:38.132 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:12:38.133 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:12:38.135 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:12:38.139 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131958137 2024-04-03 08:12:38.141 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-03 08:12:38.167 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:12:38.167 | 2024-04-03 08:12:38.167 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:12:38.167 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:12:38.167 | state without impacting any branches by switching back to a branch. 2024-04-03 08:12:38.167 | 2024-04-03 08:12:38.167 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:12:38.167 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:12:38.167 | 2024-04-03 08:12:38.167 | git switch -c 2024-04-03 08:12:38.167 | 2024-04-03 08:12:38.167 | Or undo this operation with: 2024-04-03 08:12:38.167 | 2024-04-03 08:12:38.167 | git switch - 2024-04-03 08:12:38.167 | 2024-04-03 08:12:38.167 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:12:38.167 | 2024-04-03 08:12:38.167 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-03 08:12:38.170 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:12:38.172 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:38.174 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:38.175 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:38.177 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:38.179 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:38.180 | + functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:12:38.182 | + functions-common:time_stop:2442 : start_time=1712131958137 2024-04-03 08:12:38.184 | + functions-common:time_stop:2444 : [[ -z 1712131958137 ]] 2024-04-03 08:12:38.186 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:38.189 | + functions-common:time_stop:2447 : end_time=1712131958187 2024-04-03 08:12:38.191 | + functions-common:time_stop:2448 : elapsed_time=50 2024-04-03 08:12:38.193 | + functions-common:time_stop:2449 : total=38184 2024-04-03 08:12:38.194 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:38.196 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38234 2024-04-03 08:12:38.198 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-04-03 08:12:38.208 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-04-03 08:12:38.210 | + functions-common:git_clone:696 : git show --oneline 2024-04-03 08:12:38.210 | + functions-common:git_clone:696 : head -1 2024-04-03 08:12:38.212 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-03 08:12:38.215 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:12:38.216 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-04-03 08:12:38.218 | + inc/python:setup_develop:334 : local bindep 2024-04-03 08:12:38.220 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-04-03 08:12:38.222 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-04-03 08:12:38.224 | + inc/python:setup_develop:340 : local extras= 2024-04-03 08:12:38.226 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-04-03 08:12:38.227 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-03 08:12:38.229 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-04-03 08:12:38.231 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-04-03 08:12:38.233 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-03 08:12:38.235 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-03 08:12:38.237 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-04-03 08:12:38.239 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-03 08:12:38.241 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-04-03 08:12:38.243 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-03 08:12:38.245 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-03 08:12:38.247 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-04-03 08:12:38.251 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-04-03 08:12:38.253 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-04-03 08:12:38.566 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-04-03 08:12:38.568 | + inc/python:setup_package:414 : local bindep=0 2024-04-03 08:12:38.570 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-03 08:12:38.572 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-03 08:12:38.574 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-04-03 08:12:38.576 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-04-03 08:12:38.578 | + inc/python:setup_package:423 : local flags=-e 2024-04-03 08:12:38.579 | + inc/python:setup_package:424 : local extras= 2024-04-03 08:12:38.581 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-03 08:12:38.583 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-03 08:12:38.585 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-03 08:12:38.587 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-03 08:12:38.589 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-03 08:12:38.590 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-04-03 08:12:38.606 | Using python 3.10 to install /opt/stack/placement 2024-04-03 08:12:38.608 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-04-03 08:12:39.547 | Obtaining file:///opt/stack/placement 2024-04-03 08:12:39.548 | Preparing metadata (setup.py): started 2024-04-03 08:12:39.942 | Preparing metadata (setup.py): finished with status 'done' 2024-04-03 08:12:39.998 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2024-04-03 08:12:39.999 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2024-04-03 08:12:40.000 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2024-04-03 08:12:40.000 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2024-04-03 08:12:40.001 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2024-04-03 08:12:40.002 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2024-04-03 08:12:40.002 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2024-04-03 08:12:40.003 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2024-04-03 08:12:40.004 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-03 08:12:40.004 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2024-04-03 08:12:40.005 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-03 08:12:40.006 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.2) 2024-04-03 08:12:40.007 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.0) 2024-04-03 08:12:40.007 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-03 08:12:40.008 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2024-04-03 08:12:40.009 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-03 08:12:40.009 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2024-04-03 08:12:40.010 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2024-04-03 08:12:40.011 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2024-04-03 08:12:40.012 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2024-04-03 08:12:40.013 | 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/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2024-04-03 08:12:40.030 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2024-04-03 08:12:40.031 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2024-04-03 08:12:40.055 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2024-04-03 08:12:40.056 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.2) 2024-04-03 08:12:40.057 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2024-04-03 08:12:40.057 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2024-04-03 08:12:40.058 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2024-04-03 08:12:40.059 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2024-04-03 08:12:40.068 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2024-04-03 08:12:40.086 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2024-04-03 08:12:40.087 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2024-04-03 08:12:40.088 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2024-04-03 08:12:40.088 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2024-04-03 08:12:40.089 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-04-03 08:12:40.132 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2024-04-03 08:12:40.133 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2024-04-03 08:12:40.134 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2024-04-03 08:12:40.135 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2024-04-03 08:12:40.152 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2024-04-03 08:12:40.154 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2024-04-03 08:12:40.161 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2024-04-03 08:12:40.163 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2024-04-03 08:12:40.164 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2024-04-03 08:12:40.175 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2024-04-03 08:12:40.175 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2024-04-03 08:12:40.180 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2024-04-03 08:12:40.187 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2024-04-03 08:12:40.188 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2024-04-03 08:12:40.189 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (21.3) 2024-04-03 08:12:40.189 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2024-04-03 08:12:40.201 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2024-04-03 08:12:40.201 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-04-03 08:12:40.202 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2024-04-03 08:12:40.203 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2024-04-03 08:12:40.210 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2024-04-03 08:12:40.273 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2024-04-03 08:12:40.287 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2024-04-03 08:12:40.330 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2024-04-03 08:12:40.349 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-04-03 08:12:40.375 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2024-04-03 08:12:40.407 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2024-04-03 08:12:40.426 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2024-04-03 08:12:40.500 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2024-04-03 08:12:40.501 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-03 08:12:40.501 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2024-04-03 08:12:40.527 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-04-03 08:12:41.308 | Installing collected packages: openstack-placement 2024-04-03 08:12:41.308 | Running setup.py develop for openstack-placement 2024-04-03 08:12:41.929 | Successfully installed openstack-placement 2024-04-03 08:12:41.929 | 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 2024-04-03 08:12:42.033 | + inc/python:pip_install:196 : result=0 2024-04-03 08:12:42.035 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:12:42.036 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:42.038 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:42.040 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:42.042 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:42.044 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:42.045 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:12:42.047 | + functions-common:time_stop:2442 : start_time=1712131958602 2024-04-03 08:12:42.049 | + functions-common:time_stop:2444 : [[ -z 1712131958602 ]] 2024-04-03 08:12:42.051 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:42.054 | + functions-common:time_stop:2447 : end_time=1712131962052 2024-04-03 08:12:42.056 | + functions-common:time_stop:2448 : elapsed_time=3450 2024-04-03 08:12:42.058 | + functions-common:time_stop:2449 : total=77806 2024-04-03 08:12:42.060 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:42.061 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=81256 2024-04-03 08:12:42.063 | + inc/python:pip_install:199 : return 0 2024-04-03 08:12:42.065 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-03 08:12:42.067 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-03 08:12:42.069 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-03 08:12:42.083 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-03 08:12:42.093 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-04-03 08:12:42.094 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-04-03 08:12:42.096 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:12:42.098 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:12:42.100 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-04-03 08:12:42.102 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:12:42.103 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-03 08:12:42.105 | + stack.sh:main:969 : configure_placement 2024-04-03 08:12:42.107 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-04-03 08:12:42.116 | + lib/placement:configure_placement:113 : create_placement_conf 2024-04-03 08:12:42.118 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-04-03 08:12:42.121 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-04-03 08:12:42.123 | ++ lib/database:database_connection_url:134 : local db=placement 2024-04-03 08:12:42.125 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-04-03 08:12:42.127 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-04-03 08:12:42.129 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:12:42.131 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:12:42.132 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:12:42.145 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:42.147 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:12:42.149 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-04-03 08:12:42.151 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-04-03 08:12:42.177 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-04-03 08:12:42.201 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-04-03 08:12:42.227 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-04-03 08:12:42.228 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-04-03 08:12:42.230 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-04-03 08:12:42.232 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-03 08:12:42.234 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-04-03 08:12:42.259 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-04-03 08:12:42.282 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-03 08:12:42.306 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-04-03 08:12:42.330 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-04-03 08:12:42.353 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-04-03 08:12:42.376 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-04-03 08:12:42.398 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-04-03 08:12:42.423 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-03 08:12:42.446 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-04-03 08:12:42.470 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-04-03 08:12:42.472 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-04-03 08:12:42.473 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-04-03 08:12:42.476 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-03 08:12:42.489 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-03 08:12:42.491 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-03 08:12:42.493 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-03 08:12:42.495 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-03 08:12:42.497 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-03 08:12:42.520 | + functions:setup_systemd_logging:715 : 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' 2024-04-03 08:12:42.543 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-03 08:12:42.568 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-03 08:12:42.592 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-04-03 08:12:42.594 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-04-03 08:12:42.596 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-04-03 08:12:42.597 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-04-03 08:12:42.599 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-04-03 08:12:42.601 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-03 08:12:42.603 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-03 08:12:42.605 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-04-03 08:12:42.609 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-04-03 08:12:42.610 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-03 08:12:42.612 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-03 08:12:42.622 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-03 08:12:42.622 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:12:42.629 | d /var/run/uwsgi 0755 stack root 2024-04-03 08:12:42.632 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-03 08:12:42.641 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-03 08:12:42.644 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-04-03 08:12:42.646 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-04-03 08:12:42.649 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-04-03 08:12:42.674 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-04-03 08:12:42.697 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-04-03 08:12:42.720 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-04-03 08:12:42.743 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-04-03 08:12:42.767 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-03 08:12:42.790 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-04-03 08:12:42.812 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-04-03 08:12:42.835 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-04-03 08:12:42.858 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-03 08:12:42.881 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-04-03 08:12:42.904 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-03 08:12:42.927 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-04-03 08:12:42.950 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-03 08:12:42.952 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-03 08:12:42.954 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-04-03 08:12:42.956 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-04-03 08:12:42.958 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-03 08:12:42.960 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:42.962 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:42.964 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-04-03 08:12:42.967 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-04-03 08:12:42.968 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-04-03 08:12:42.991 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-04-03 08:12:43.014 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-04-03 08:12:43.015 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-04-03 08:12:43.022 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-04-03 08:12:43.025 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-04-03 08:12:43.027 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-04-03 08:12:43.029 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-03 08:12:43.031 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-03 08:12:43.033 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-03 08:12:43.035 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:43.036 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:43.038 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-03 08:12:43.040 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-03 08:12:43.042 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:43.044 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:43.046 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-04-03 08:12:43.076 | Enabling site placement-api. 2024-04-03 08:12:43.080 | To activate the new configuration, you need to run: 2024-04-03 08:12:43.080 | systemctl reload apache2 2024-04-03 08:12:43.084 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-03 08:12:43.086 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-03 08:12:43.088 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:12:43.089 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-03 08:12:43.180 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-04-03 08:12:43.182 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-04-03 08:12:43.184 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-04-03 08:12:43.210 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-04-03 08:12:43.235 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-04-03 08:12:43.249 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:43.251 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-04-03 08:12:43.264 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:43.266 | + stack.sh:main:977 : is_service_enabled n-sch 2024-04-03 08:12:43.280 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:43.282 | + stack.sh:main:978 : configure_placement_nova_compute 2024-04-03 08:12:43.284 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-04-03 08:12:43.286 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-04-03 08:12:43.312 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-04-03 08:12:43.337 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-04-03 08:12:43.361 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-04-03 08:12:43.385 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-04-03 08:12:43.408 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-04-03 08:12:43.433 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-04-03 08:12:43.457 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-04-03 08:12:43.480 | + stack.sh:main:982 : is_service_enabled horizon 2024-04-03 08:12:43.493 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:43.495 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-04-03 08:12:43.508 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:12:43.510 | + stack.sh:main:995 : run_phase stack install 2024-04-03 08:12:43.512 | + functions-common:run_phase:1863 : local mode=stack 2024-04-03 08:12:43.514 | + functions-common:run_phase:1864 : local phase=install 2024-04-03 08:12:43.516 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-03 08:12:43.518 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-03 08:12:43.520 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-03 08:12:43.521 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-03 08:12:43.523 | + functions-common:run_phase:1873 : local extra 2024-04-03 08:12:43.526 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-03 08:12:43.529 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-03 08:12:43.531 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-03 08:12:43.534 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-03 08:12:43.535 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-04-03 08:12:43.537 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-03 08:12:43.549 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:43.551 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:12:43.553 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:12:43.554 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-04-03 08:12:43.556 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-04-03 08:12:43.558 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:12:43.560 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-04-03 08:12:43.562 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-04-03 08:12:43.563 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-04-03 08:12:43.611 | ++ inc/async:async_inner:63 : install_tempest 2024-04-03 08:12:43.639 | [4647 Async install_tempest:28218]: running: install_tempest 2024-04-03 08:12:43.641 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-03 08:12:43.643 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-03 08:12:43.646 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:12:43.648 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-03 08:12:43.650 | + functions-common:run_phase:1890 : run_plugins stack install 2024-04-03 08:12:43.652 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-03 08:12:43.655 | + functions-common:run_plugins:1850 : local phase=install 2024-04-03 08:12:43.657 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-03 08:12:43.659 | + functions-common:run_plugins:1853 : local plugin 2024-04-03 08:12:43.661 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-03 08:12:43.663 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-03 08:12:43.665 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-03 08:12:43.667 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-04-03 08:12:43.670 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:12:43.672 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:12:43.674 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-04-03 08:12:43.676 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-04-03 08:12:43.677 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:12:43.679 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-04-03 08:12:43.681 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-04-03 08:12:43.683 | ++ inc/python:setup_develop:334 : local bindep 2024-04-03 08:12:43.685 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-04-03 08:12:43.687 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-04-03 08:12:43.689 | ++ inc/python:setup_develop:340 : local extras= 2024-04-03 08:12:43.691 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-04-03 08:12:43.693 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-03 08:12:43.695 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-04-03 08:12:43.697 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-04-03 08:12:43.699 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-03 08:12:43.701 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-03 08:12:43.704 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-04-03 08:12:43.706 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-03 08:12:43.708 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-04-03 08:12:43.710 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-03 08:12:43.712 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-03 08:12:43.714 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-04-03 08:12:43.718 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-04-03 08:12:43.720 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-04-03 08:12:44.030 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-04-03 08:12:44.032 | ++ inc/python:setup_package:414 : local bindep=0 2024-04-03 08:12:44.035 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-04-03 08:12:44.037 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-04-03 08:12:44.039 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-04-03 08:12:44.041 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-04-03 08:12:44.043 | ++ inc/python:setup_package:423 : local flags=-e 2024-04-03 08:12:44.044 | ++ inc/python:setup_package:424 : local extras= 2024-04-03 08:12:44.046 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-04-03 08:12:44.048 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-04-03 08:12:44.050 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-03 08:12:44.052 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-03 08:12:44.054 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-03 08:12:44.056 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-04-03 08:12:44.072 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-04-03 08:12:44.073 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-04-03 08:12:45.057 | Obtaining file:///opt/stack/networking-nsx-t 2024-04-03 08:12:45.057 | Preparing metadata (setup.py): started 2024-04-03 08:12:45.436 | Preparing metadata (setup.py): finished with status 'done' 2024-04-03 08:12:45.591 | Collecting Babel>=1.3 2024-04-03 08:12:45.642 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-04-03 08:12:45.691 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (22.1.0) 2024-04-03 08:12:45.714 | Collecting ipaddress 2024-04-03 08:12:45.716 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-04-03 08:12:45.718 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (0.8.0) 2024-04-03 08:12:45.719 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.4.2) 2024-04-03 08:12:45.719 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (9.1.1) 2024-04-03 08:12:45.720 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (6.0.0) 2024-04-03 08:12:45.721 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.2.0) 2024-04-03 08:12:45.721 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-04-03 08:12:45.722 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.1.1) 2024-04-03 08:12:45.723 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (6.1.0) 2024-04-03 08:12:45.724 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.11.1) 2024-04-03 08:12:45.725 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (0.14.1) 2024-04-03 08:12:45.725 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (9.0.0) 2024-04-03 08:12:45.746 | Collecting ratelimiter 2024-04-03 08:12:45.748 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-04-03 08:12:45.750 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.2.0) 2024-04-03 08:12:45.751 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev22) (2022.4) 2024-04-03 08:12:45.768 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.10.0) 2024-04-03 08:12:45.770 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.2) 2024-04-03 08:12:45.771 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.3.2) 2024-04-03 08:12:45.771 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (3.4.3) 2024-04-03 08:12:45.772 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (14.2.4) 2024-04-03 08:12:45.773 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.6.0) 2024-04-03 08:12:45.774 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.8.7) 2024-04-03 08:12:45.775 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.0.0) 2024-04-03 08:12:45.775 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-04-03 08:12:45.776 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (12.3.2) 2024-04-03 08:12:45.777 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-04-03 08:12:45.778 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.4.41) 2024-04-03 08:12:45.778 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.4.2) 2024-04-03 08:12:45.779 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (3.1.0) 2024-04-03 08:12:45.780 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (4.1.1) 2024-04-03 08:12:45.799 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (1.5.0) 2024-04-03 08:12:45.800 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (2.28.1) 2024-04-03 08:12:45.801 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (6.0) 2024-04-03 08:12:45.802 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (2.5.0) 2024-04-03 08:12:45.843 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev22) (2.8.2) 2024-04-03 08:12:45.845 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev22) (0.9.6) 2024-04-03 08:12:45.850 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev22) (1.0.4) 2024-04-03 08:12:45.861 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (0.33.1) 2024-04-03 08:12:45.861 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (2.5.1) 2024-04-03 08:12:45.862 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (3.5.2) 2024-04-03 08:12:45.863 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (1.4.0) 2024-04-03 08:12:45.864 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (4.0.1) 2024-04-03 08:12:45.865 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (1.1.3) 2024-04-03 08:12:45.866 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (2.1.1) 2024-04-03 08:12:45.872 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (3.0.9) 2024-04-03 08:12:45.873 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (0.11.0) 2024-04-03 08:12:45.874 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (1.1.0) 2024-04-03 08:12:45.875 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (21.3) 2024-04-03 08:12:45.918 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.1.0) 2024-04-03 08:12:45.919 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (4.2.0) 2024-04-03 08:12:45.920 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (5.1.0) 2024-04-03 08:12:45.921 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.7.0) 2024-04-03 08:12:45.922 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (3.17.6) 2024-04-03 08:12:45.953 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (0.18) 2024-04-03 08:12:45.954 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (6.3.1) 2024-04-03 08:12:45.955 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (0.13.1) 2024-04-03 08:12:45.956 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (2.4.1) 2024-04-03 08:12:45.963 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (5.0.0) 2024-04-03 08:12:45.963 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (0.5.1) 2024-04-03 08:12:45.964 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.4.2) 2024-04-03 08:12:45.965 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (3.4.1) 2024-04-03 08:12:45.970 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (1.14.1) 2024-04-03 08:12:45.976 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (2.2.1) 2024-04-03 08:12:45.976 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (1.16.0) 2024-04-03 08:12:46.020 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.7.0) 2024-04-03 08:12:46.030 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.0.1) 2024-04-03 08:12:46.039 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.6.13) 2024-04-03 08:12:46.040 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.17.7) 2024-04-03 08:12:46.086 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.0.1) 2024-04-03 08:12:46.087 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.8.1) 2024-04-03 08:12:46.088 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.5.0) 2024-04-03 08:12:46.089 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.13.0) 2024-04-03 08:12:46.114 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.2.0) 2024-04-03 08:12:46.115 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-04-03 08:12:46.116 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.6.0) 2024-04-03 08:12:46.117 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.2.4) 2024-04-03 08:12:46.119 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-04-03 08:12:46.174 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (59.6.0) 2024-04-03 08:12:46.189 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.3.5) 2024-04-03 08:12:46.190 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.2.3) 2024-04-03 08:12:46.243 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (2.1.1) 2024-04-03 08:12:46.244 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (1.26.12) 2024-04-03 08:12:46.245 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (2020.6.20) 2024-04-03 08:12:46.246 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (3.4) 2024-04-03 08:12:46.263 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (0.7) 2024-04-03 08:12:46.400 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.0.0) 2024-04-03 08:12:46.454 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.8.2) 2024-04-03 08:12:46.455 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (0.2.5) 2024-04-03 08:12:46.504 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (3.8.1) 2024-04-03 08:12:46.547 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.1.1) 2024-04-03 08:12:46.558 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (4.9.1) 2024-04-03 08:12:46.559 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.11.0) 2024-04-03 08:12:46.575 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.0.1) 2024-04-03 08:12:46.576 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (38.0.2) 2024-04-03 08:12:46.577 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.4.0) 2024-04-03 08:12:46.578 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.32) 2024-04-03 08:12:46.578 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-04-03 08:12:46.580 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.1.8) 2024-04-03 08:12:46.581 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.4.4) 2024-04-03 08:12:46.642 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (3.1.2) 2024-04-03 08:12:46.643 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (3.3.0) 2024-04-03 08:12:46.645 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (4.0.0) 2024-04-03 08:12:46.655 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.4.0) 2024-04-03 08:12:46.697 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.5.2) 2024-04-03 08:12:46.697 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.4.3) 2024-04-03 08:12:46.720 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.5.0) 2024-04-03 08:12:46.793 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.15.1) 2024-04-03 08:12:46.884 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.5.0) 2024-04-03 08:12:46.995 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.21) 2024-04-03 08:12:47.549 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-04-03 08:12:47.586 | Attempting uninstall: Babel 2024-04-03 08:12:47.588 | Found existing installation: Babel 2.8.0 2024-04-03 08:12:47.589 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-03 08:12:47.589 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-04-03 08:12:47.962 | Running setup.py develop for networking-nsxv3 2024-04-03 08:12:48.819 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-04-03 08:12:48.819 | 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 2024-04-03 08:12:48.979 | ++ inc/python:pip_install:196 : result=0 2024-04-03 08:12:48.981 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:12:48.983 | ++ functions-common:time_stop:2435 : local name 2024-04-03 08:12:48.985 | ++ functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:48.987 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:48.989 | ++ functions-common:time_stop:2438 : local total 2024-04-03 08:12:48.991 | ++ functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:48.993 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:12:48.995 | ++ functions-common:time_stop:2442 : start_time=1712131964068 2024-04-03 08:12:48.997 | ++ functions-common:time_stop:2444 : [[ -z 1712131964068 ]] 2024-04-03 08:12:48.999 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:49.002 | ++ functions-common:time_stop:2447 : end_time=1712131969000 2024-04-03 08:12:49.004 | ++ functions-common:time_stop:2448 : elapsed_time=4932 2024-04-03 08:12:49.006 | ++ functions-common:time_stop:2449 : total=81256 2024-04-03 08:12:49.008 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:49.010 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86188 2024-04-03 08:12:49.012 | ++ inc/python:pip_install:199 : return 0 2024-04-03 08:12:49.014 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-03 08:12:49.016 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-03 08:12:49.018 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-03 08:12:49.034 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-03 08:12:49.046 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-04-03 08:12:49.048 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-04-03 08:12:49.050 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:12:49.053 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:12:49.055 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-04-03 08:12:49.057 | ++ inc/python:use_library_from_git:249 : return 1 2024-04-03 08:12:49.059 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-04-03 08:12:49.061 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-04-03 08:12:49.063 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-03 08:12:49.065 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-03 08:12:49.067 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-04-03 08:12:49.070 | + inc/python:use_library_from_git:249 : return 1 2024-04-03 08:12:49.072 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-04-03 08:12:49.074 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-04-03 08:12:49.076 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-03 08:12:49.078 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-04-03 08:12:49.081 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-04-03 08:12:49.083 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-03 08:12:49.086 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-04-03 08:12:49.087 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-03 08:12:49.091 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-04-03 08:12:49.093 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-04-03 08:12:49.096 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-04-03 08:12:49.098 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-04-03 08:12:49.100 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-04-03 08:12:49.120 | Using python 3.10 to install python-openstackclient 2024-04-03 08:12:49.122 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-04-03 08:12:50.200 | Collecting python-openstackclient 2024-04-03 08:12:50.209 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-04-03 08:12:50.228 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-04-03 08:12:50.229 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-04-03 08:12:50.229 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-04-03 08:12:50.230 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-04-03 08:12:50.231 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-04-03 08:12:50.231 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-04-03 08:12:50.232 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-04-03 08:12:50.233 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-04-03 08:12:50.233 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-04-03 08:12:50.234 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-04-03 08:12:50.235 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-04-03 08:12:50.240 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2024-04-03 08:12:50.240 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-04-03 08:12:50.241 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-04-03 08:12:50.242 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2024-04-03 08:12:50.243 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2024-04-03 08:12:50.254 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-04-03 08:12:50.255 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2024-04-03 08:12:50.256 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-04-03 08:12:50.257 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-04-03 08:12:50.258 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2024-04-03 08:12:50.258 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2024-04-03 08:12:50.259 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2024-04-03 08:12:50.260 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2024-04-03 08:12:50.261 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.2) 2024-04-03 08:12:50.261 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2024-04-03 08:12:50.269 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2024-04-03 08:12:50.277 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-04-03 08:12:50.278 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-04-03 08:12:50.278 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-04-03 08:12:50.279 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-04-03 08:12:50.280 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3) 2024-04-03 08:12:50.289 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2024-04-03 08:12:50.298 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2024-04-03 08:12:50.300 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.1) 2024-04-03 08:12:50.301 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-04-03 08:12:50.367 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-04-03 08:12:50.368 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2024-04-03 08:12:50.369 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2024-04-03 08:12:50.389 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2024-04-03 08:12:50.394 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2024-04-03 08:12:50.420 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2024-04-03 08:12:50.478 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2024-04-03 08:12:50.484 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2024-04-03 08:12:50.515 | 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) (2020.6.20) 2024-04-03 08:12:50.516 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2024-04-03 08:12:50.516 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-04-03 08:12:50.517 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2024-04-03 08:12:50.561 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2024-04-03 08:12:51.430 | Installing collected packages: python-openstackclient 2024-04-03 08:12:52.304 | Successfully installed python-openstackclient-6.2.0 2024-04-03 08:12:52.304 | 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 2024-04-03 08:12:52.448 | + inc/python:pip_install:196 : result=0 2024-04-03 08:12:52.450 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:12:52.452 | + functions-common:time_stop:2435 : local name 2024-04-03 08:12:52.454 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:12:52.456 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:12:52.458 | + functions-common:time_stop:2438 : local total 2024-04-03 08:12:52.460 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:12:52.462 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:12:52.464 | + functions-common:time_stop:2442 : start_time=1712131969115 2024-04-03 08:12:52.465 | + functions-common:time_stop:2444 : [[ -z 1712131969115 ]] 2024-04-03 08:12:52.468 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:12:52.471 | + functions-common:time_stop:2447 : end_time=1712131972469 2024-04-03 08:12:52.473 | + functions-common:time_stop:2448 : elapsed_time=3354 2024-04-03 08:12:52.475 | + functions-common:time_stop:2449 : total=86188 2024-04-03 08:12:52.477 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:12:52.479 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89542 2024-04-03 08:12:52.480 | + inc/python:pip_install:199 : return 0 2024-04-03 08:12:52.483 | + stack.sh:main:1007 : install_oscwrap 2024-04-03 08:12:52.485 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-04-03 08:12:52.489 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.eZF2WD1Jhf 2024-04-03 08:12:52.491 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-04-03 08:12:52.493 | + functions-common:install_oscwrap:2486 : unalias -a 2024-04-03 08:12:52.495 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-04-03 08:12:52.497 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-04-03 08:12:52.499 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-03 08:12:52.501 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-04-03 08:12:52.516 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:12:52.518 | + stack.sh:main:1061 : configure_database 2024-04-03 08:12:52.520 | + lib/database:configure_database:128 : configure_database_mysql 2024-04-03 08:12:52.522 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-04-03 08:12:52.524 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-04-03 08:12:52.526 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:12:52.527 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-04-03 08:12:52.529 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-04-03 08:12:52.531 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:52.532 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:52.534 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-04-03 08:12:52.537 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-04-03 08:12:52.539 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-04-03 08:12:52.541 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-03 08:12:52.544 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-04-03 08:12:52.595 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-04-03 08:12:52.597 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-03 08:12:52.599 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-03 08:12:52.601 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-03 08:12:52.602 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-03 08:12:52.604 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-03 08:12:52.606 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-03 08:12:52.608 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-03 08:12:52.609 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-03 08:12:52.611 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-03 08:12:52.613 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-03 08:12:52.615 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-03 08:12:52.616 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-03 08:12:52.618 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-04-03 08:12:52.620 | + functions-common:is_suse:544 : is_opensuse 2024-04-03 08:12:52.622 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-03 08:12:52.623 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-03 08:12:52.625 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-03 08:12:52.627 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-03 08:12:52.629 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-03 08:12:52.631 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-04-03 08:12:52.633 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:52.635 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:52.636 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-04-03 08:12:52.638 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:12:52.640 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-04-03 08:12:53.116 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-04-03 08:12:53.118 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:53.120 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:53.122 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-04-03 08:12:53.124 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-04-03 08:12:53.127 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-04-03 08:12:53.128 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:53.130 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:53.132 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-04-03 08:12:53.134 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-04-03 08:12:53.136 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-04-03 08:12:53.138 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:53.140 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:53.141 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-04-03 08:12:53.143 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-04-03 08:12:53.148 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-04-03 08:12:53.153 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-04-03 08:12:53.171 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-04-03 08:12:53.173 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:12:53.175 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:12:53.177 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-04-03 08:12:53.179 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-04-03 08:12:53.185 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-04-03 08:12:53.237 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-04-03 08:12:53.285 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-04-03 08:12:53.328 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-04-03 08:12:53.330 | + lib/databases/mysql:configure_database_mysql:166 : [[ True == \T\r\u\e ]] 2024-04-03 08:12:53.332 | + lib/databases/mysql:configure_database_mysql:167 : echo 'enabling MySQL performance counting' 2024-04-03 08:12:53.332 | enabling MySQL performance counting 2024-04-03 08:12:53.334 | + lib/databases/mysql:configure_database_mysql:170 : pip_install /opt/stack/devstack/tools/dbcounter 2024-04-03 08:12:53.350 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-04-03 08:12:53.351 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2024-04-03 08:12:54.317 | Processing ./tools/dbcounter 2024-04-03 08:12:54.831 | Installing build dependencies: started 2024-04-03 08:13:00.937 | Installing build dependencies: finished with status 'done' 2024-04-03 08:13:00.937 | Getting requirements to build wheel: started 2024-04-03 08:13:01.154 | Getting requirements to build wheel: finished with status 'done' 2024-04-03 08:13:01.255 | Installing backend dependencies: started 2024-04-03 08:13:04.206 | Installing backend dependencies: finished with status 'done' 2024-04-03 08:13:04.209 | Preparing metadata (pyproject.toml): started 2024-04-03 08:13:04.427 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-04-03 08:13:04.430 | Building wheels for collected packages: dbcounter 2024-04-03 08:13:04.431 | Building wheel for dbcounter (pyproject.toml): started 2024-04-03 08:13:04.470 | ++ inc/async:async_inner:64 : rc=0 2024-04-03 08:13:04.488 | [28218 Async install_tempest:28218]: finished successfully 2024-04-03 08:13:04.674 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-04-03 08:13:04.675 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3217 sha256=b1bc4fbd7e104adcd36354d2ef18f307f4bb0986306673be15d01144d9d1c5ec 2024-04-03 08:13:04.675 | Stored in directory: /tmp/pip-ephem-wheel-cache-fnqbd2b3/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-04-03 08:13:04.678 | Successfully built dbcounter 2024-04-03 08:13:05.715 | Installing collected packages: dbcounter 2024-04-03 08:13:05.758 | Successfully installed dbcounter-0.1 2024-04-03 08:13:05.758 | 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 2024-04-03 08:13:05.872 | + inc/python:pip_install:196 : result=0 2024-04-03 08:13:05.874 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:13:05.876 | + functions-common:time_stop:2435 : local name 2024-04-03 08:13:05.878 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:13:05.880 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:13:05.882 | + functions-common:time_stop:2438 : local total 2024-04-03 08:13:05.884 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:13:05.886 | + functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:13:05.887 | + functions-common:time_stop:2442 : start_time=1712131973345 2024-04-03 08:13:05.889 | + functions-common:time_stop:2444 : [[ -z 1712131973345 ]] 2024-04-03 08:13:05.891 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:13:05.895 | + functions-common:time_stop:2447 : end_time=1712131985892 2024-04-03 08:13:05.896 | + functions-common:time_stop:2448 : elapsed_time=12547 2024-04-03 08:13:05.898 | + functions-common:time_stop:2449 : total=89542 2024-04-03 08:13:05.900 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:13:05.902 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=102089 2024-04-03 08:13:05.904 | + inc/python:pip_install:199 : return 0 2024-04-03 08:13:05.905 | + lib/databases/mysql:configure_database_mysql:173 : recreate_database stats 2024-04-03 08:13:05.907 | + lib/database:recreate_database:112 : local db=stats 2024-04-03 08:13:05.909 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-04-03 08:13:05.911 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2024-04-03 08:13:05.913 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-04-03 08:13:05.921 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-04-03 08:13:05.929 | + lib/databases/mysql:configure_database_mysql:174 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2024-04-03 08:13:05.929 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-04-03 08:13:05.950 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-04-03 08:13:05.951 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-04-03 08:13:05.953 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:13:05.955 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-04-03 08:13:06.421 | + stack.sh:main:1065 : save_stackenv 1065 2024-04-03 08:13:06.423 | + functions-common:save_stackenv:60 : local tag=1065 2024-04-03 08:13:06.425 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-03 08:13:06.428 | + functions-common:save_stackenv:62 : time_stamp=2024-04-03-081306 2024-04-03 08:13:06.431 | + functions-common:save_stackenv:63 : echo '# 2024-04-03-081306 1065' 2024-04-03 08:13:06.433 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.435 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-03 08:13:06.437 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.439 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-03 08:13:06.440 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.442 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-03 08:13:06.444 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.446 | + 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,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-04-03 08:13:06.448 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.449 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-03 08:13:06.451 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.453 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-03 08:13:06.455 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.457 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-03-080959 2024-04-03 08:13:06.459 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.460 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-03 08:13:06.462 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.464 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-03 08:13:06.466 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.468 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-03 08:13:06.469 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.471 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-03 08:13:06.473 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.475 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-03 08:13:06.476 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.478 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-03 08:13:06.480 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.482 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-03 08:13:06.484 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:13:06.486 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-03 08:13:06.487 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-04-03 08:13:06.489 | + stack.sh:main:1091 : start_dstat 2024-04-03 08:13:06.491 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-04-03 08:13:06.493 | + functions-common:run_process:1689 : local service=dstat 2024-04-03 08:13:06.495 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-04-03 08:13:06.497 | + functions-common:run_process:1691 : local group= 2024-04-03 08:13:06.499 | + functions-common:run_process:1692 : local user= 2024-04-03 08:13:06.501 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:13:06.503 | + functions-common:run_process:1695 : local name=dstat 2024-04-03 08:13:06.504 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:13:06.506 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:13:06.508 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:13:06.510 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:13:06.512 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:13:06.516 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131986514 2024-04-03 08:13:06.518 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-04-03 08:13:06.531 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:06.533 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:13:06.535 | + functions-common:time_stop:2435 : local name 2024-04-03 08:13:06.537 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:13:06.539 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:13:06.541 | + functions-common:time_stop:2438 : local total 2024-04-03 08:13:06.543 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:13:06.545 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:13:06.547 | + functions-common:time_stop:2442 : start_time=1712131986514 2024-04-03 08:13:06.549 | + functions-common:time_stop:2444 : [[ -z 1712131986514 ]] 2024-04-03 08:13:06.551 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:13:06.554 | + functions-common:time_stop:2447 : end_time=1712131986552 2024-04-03 08:13:06.556 | + functions-common:time_stop:2448 : elapsed_time=38 2024-04-03 08:13:06.558 | + functions-common:time_stop:2449 : total=0 2024-04-03 08:13:06.560 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:13:06.562 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38 2024-04-03 08:13:06.564 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-04-03 08:13:06.566 | + functions-common:run_process:1689 : local service=memory_tracker 2024-04-03 08:13:06.567 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-04-03 08:13:06.569 | + functions-common:run_process:1691 : local group= 2024-04-03 08:13:06.571 | + functions-common:run_process:1692 : local user=root 2024-04-03 08:13:06.573 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:13:06.575 | + functions-common:run_process:1695 : local name=memory_tracker 2024-04-03 08:13:06.577 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:13:06.579 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:13:06.581 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:13:06.582 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:13:06.585 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:13:06.588 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131986586 2024-04-03 08:13:06.590 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-04-03 08:13:06.603 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:06.605 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:13:06.607 | + functions-common:time_stop:2435 : local name 2024-04-03 08:13:06.609 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:13:06.611 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:13:06.613 | + functions-common:time_stop:2438 : local total 2024-04-03 08:13:06.615 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:13:06.617 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:13:06.618 | + functions-common:time_stop:2442 : start_time=1712131986586 2024-04-03 08:13:06.620 | + functions-common:time_stop:2444 : [[ -z 1712131986586 ]] 2024-04-03 08:13:06.622 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:13:06.626 | + functions-common:time_stop:2447 : end_time=1712131986624 2024-04-03 08:13:06.628 | + functions-common:time_stop:2448 : elapsed_time=38 2024-04-03 08:13:06.630 | + functions-common:time_stop:2449 : total=38 2024-04-03 08:13:06.632 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:13:06.634 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=76 2024-04-03 08:13:06.635 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-04-03 08:13:06.648 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:06.650 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-04-03 08:13:06.652 | + functions-common:run_process:1689 : local service=file_tracker 2024-04-03 08:13:06.654 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-04-03 08:13:06.656 | + functions-common:run_process:1691 : local group= 2024-04-03 08:13:06.658 | + functions-common:run_process:1692 : local user= 2024-04-03 08:13:06.660 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:13:06.662 | + functions-common:run_process:1695 : local name=file_tracker 2024-04-03 08:13:06.664 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:13:06.666 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:13:06.667 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:13:06.669 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:13:06.671 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:13:06.675 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131986673 2024-04-03 08:13:06.677 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-04-03 08:13:06.689 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:06.691 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:13:06.693 | + functions-common:time_stop:2435 : local name 2024-04-03 08:13:06.695 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:13:06.697 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:13:06.699 | + functions-common:time_stop:2438 : local total 2024-04-03 08:13:06.701 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:13:06.703 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:13:06.704 | + functions-common:time_stop:2442 : start_time=1712131986673 2024-04-03 08:13:06.706 | + functions-common:time_stop:2444 : [[ -z 1712131986673 ]] 2024-04-03 08:13:06.709 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:13:06.712 | + functions-common:time_stop:2447 : end_time=1712131986710 2024-04-03 08:13:06.714 | + functions-common:time_stop:2448 : elapsed_time=37 2024-04-03 08:13:06.716 | + functions-common:time_stop:2449 : total=76 2024-04-03 08:13:06.718 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:13:06.720 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=113 2024-04-03 08:13:06.722 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-04-03 08:13:06.735 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:06.738 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-04-03 08:13:06.751 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:13:06.753 | + stack.sh:main:1104 : start_etcd3 2024-04-03 08:13:06.755 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-04-03 08:13:06.757 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-04-03 08:13:06.759 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-04-03 08:13:06.761 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-04-03 08:13:06.763 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-04-03 08:13:06.765 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-04-03 08:13:06.767 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-04-03 08:13:06.769 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-04-03 08:13:06.771 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-04-03 08:13:06.773 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-04-03 08:13:06.775 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-04-03 08:13:06.777 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-04-03 08:13:06.779 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2024-04-03 08:13:06.781 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-04-03 08:13:06.782 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-04-03 08:13:06.784 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:13:06.786 | + functions-common:write_user_unit_file:1561 : local user=root 2024-04-03 08:13:06.788 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:13:06.790 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:13:06.791 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:13:06.793 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-04-03 08:13:06.795 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:13:06.798 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-04-03 08:13:06.847 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-04-03 08:13:06.895 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-04-03 08:13:06.935 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-04-03 08:13:06.976 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-04-03 08:13:07.017 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:13:07.057 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:13:07.059 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:13:07.061 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-04-03 08:13:07.109 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:13:07.425 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-04-03 08:13:07.468 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-04-03 08:13:07.510 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-04-03 08:13:07.551 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-04-03 08:13:07.592 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-04-03 08:13:07.595 | ++ functions-common:is_arch:507 : uname -m 2024-04-03 08:13:07.598 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-04-03 08:13:07.600 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-04-03 08:13:07.938 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-04-03 08:13:07.948 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-04-03 08:13:08.261 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-04-03 08:13:09.337 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-04-03 08:13:09.351 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:09.353 | + stack.sh:main:1115 : write_clouds_yaml 2024-04-03 08:13:09.355 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-04-03 08:13:09.357 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-04-03 08:13:09.361 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-04-03 08:13:09.370 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-04-03 08:13:09.379 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-04-03 08:13:09.381 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-03 08:13:09.383 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-04-03 08:13:09.427 | The user clouds.yaml file didn't exist. 2024-04-03 08:13:09.436 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-04-03 08:13:09.489 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/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.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-04-03 08:13:09.544 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-04-03 08:13:09.599 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/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.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-04-03 08:13:09.656 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/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.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-04-03 08:13:09.714 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-04-03 08:13:09.775 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/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.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-04-03 08:13:09.835 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/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.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-04-03 08:13:09.899 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/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.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-04-03 08:13:09.962 | + functions-common:write_clouds_yaml:198 : cat 2024-04-03 08:13:09.966 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-04-03 08:13:09.969 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-04-03 08:13:09.971 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-04-03 08:13:09.974 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-04-03 08:13:09.977 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-04-03 08:13:09.979 | + stack.sh:main:1118 : is_service_enabled keystone 2024-04-03 08:13:09.991 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:13:09.993 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-04-03 08:13:09.995 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:13:09.997 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-04-03 08:13:09.999 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-04-03 08:13:10.001 | + stack.sh:main:1122 : init_keystone 2024-04-03 08:13:10.003 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-04-03 08:13:10.015 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:10.016 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-04-03 08:13:10.018 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-04-03 08:13:10.020 | + lib/database:recreate_database:112 : local db=keystone 2024-04-03 08:13:10.022 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-04-03 08:13:10.024 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-04-03 08:13:10.026 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-04-03 08:13:10.034 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-04-03 08:13:10.042 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-04-03 08:13:10.044 | + functions-common:time_start:2421 : local name=dbsync 2024-04-03 08:13:10.046 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:13:10.048 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:13:10.050 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:13:10.053 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131990051 2024-04-03 08:13:10.055 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-04-03 08:13:11.890 | INFO dbcounter [-] Registered counter for database keystone 2024-04-03 08:13:11.898 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=30691) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:13:11.902 | DEBUG dbcounter [-] [30691] Writer thread running {{(pid=30691) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:13:11.903 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-03 08:13:11.904 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-03 08:13:11.905 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-03 08:13:11.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:13:11.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:13:11.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:13:11.906 | 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=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:13:11.906 | 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=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:13:11.906 | 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=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:13:11.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:13:11.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:13:11.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:13:11.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:13:11.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:13:11.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:13:11.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:13:11.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:13:11.907 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-03 08:13:11.907 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=30691) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-03 08:13:11.918 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-03 08:13:11.918 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-03 08:13:11.947 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-04-03 08:13:12.553 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=30691) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-03 08:13:12.554 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-04-03 08:13:12.554 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=30691) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:13:12.556 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-04-03 08:13:12.556 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=30691) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-03 08:13:12.809 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-04-03 08:13:12.811 | + functions-common:time_stop:2435 : local name 2024-04-03 08:13:12.813 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:13:12.815 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:13:12.817 | + functions-common:time_stop:2438 : local total 2024-04-03 08:13:12.819 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:13:12.822 | + functions-common:time_stop:2441 : name=dbsync 2024-04-03 08:13:12.823 | + functions-common:time_stop:2442 : start_time=1712131990051 2024-04-03 08:13:12.825 | + functions-common:time_stop:2444 : [[ -z 1712131990051 ]] 2024-04-03 08:13:12.828 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:13:12.831 | + functions-common:time_stop:2447 : end_time=1712131992829 2024-04-03 08:13:12.833 | + functions-common:time_stop:2448 : elapsed_time=2778 2024-04-03 08:13:12.835 | + functions-common:time_stop:2449 : total=0 2024-04-03 08:13:12.837 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:13:12.839 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2778 2024-04-03 08:13:12.841 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-04-03 08:13:12.842 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-04-03 08:13:12.845 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-04-03 08:13:14.453 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-04-03 08:13:14.453 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-04-03 08:13:14.453 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-04-03 08:13:14.453 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-04-03 08:13:14.454 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-04-03 08:13:14.454 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-04-03 08:13:14.454 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-04-03 08:13:14.454 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-04-03 08:13:14.454 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-04-03 08:13:14.708 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-04-03 08:13:14.712 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-04-03 08:13:16.293 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-04-03 08:13:16.294 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-04-03 08:13:16.294 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-04-03 08:13:16.294 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-04-03 08:13:16.294 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-04-03 08:13:16.295 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-04-03 08:13:16.295 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-04-03 08:13:16.295 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-04-03 08:13:16.295 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-04-03 08:13:16.553 | + stack.sh:main:1123 : start_keystone 2024-04-03 08:13:16.555 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-04-03 08:13:16.557 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-04-03 08:13:16.559 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-04-03 08:13:16.571 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:16.572 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-04-03 08:13:16.575 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-04-03 08:13:16.578 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-04-03 08:13:16.580 | + functions-common:run_process:1689 : local service=keystone 2024-04-03 08:13:16.581 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-03 08:13:16.583 | + functions-common:run_process:1691 : local group= 2024-04-03 08:13:16.585 | + functions-common:run_process:1692 : local user= 2024-04-03 08:13:16.587 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:13:16.589 | + functions-common:run_process:1695 : local name=keystone 2024-04-03 08:13:16.590 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:13:16.592 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:13:16.594 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:13:16.596 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:13:16.598 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:13:16.601 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131996599 2024-04-03 08:13:16.603 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-04-03 08:13:16.615 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:13:16.617 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-04-03 08:13:16.619 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-04-03 08:13:16.620 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-03 08:13:16.622 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-03 08:13:16.624 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-03 08:13:16.625 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-03 08:13:16.627 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-04-03 08:13:16.629 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-04-03 08:13:16.631 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-04-03 08:13:16.632 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:13:16.634 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:13:16.636 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:13:16.638 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:13:16.640 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-04-03 08:13:16.641 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2024-04-03 08:13:16.643 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-04-03 08:13:16.645 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-03 08:13:16.646 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-03 08:13:16.648 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-03 08:13:16.649 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-03 08:13:16.651 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-04-03 08:13:16.652 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-03 08:13:16.655 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-04-03 08:13:16.704 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-04-03 08:13:16.750 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-04-03 08:13:16.790 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-03 08:13:16.830 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:13:16.869 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-04-03 08:13:16.907 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-04-03 08:13:16.946 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-04-03 08:13:16.985 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-04-03 08:13:17.023 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-04-03 08:13:17.062 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-03 08:13:17.063 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-03 08:13:17.065 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-04-03 08:13:17.111 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-03 08:13:17.400 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-04-03 08:13:17.410 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-04-03 08:13:17.704 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-04-03 08:13:17.782 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:13:17.784 | + functions-common:time_stop:2435 : local name 2024-04-03 08:13:17.786 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:13:17.787 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:13:17.789 | + functions-common:time_stop:2438 : local total 2024-04-03 08:13:17.791 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:13:17.793 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:13:17.795 | + functions-common:time_stop:2442 : start_time=1712131996599 2024-04-03 08:13:17.796 | + functions-common:time_stop:2444 : [[ -z 1712131996599 ]] 2024-04-03 08:13:17.799 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:13:17.802 | + functions-common:time_stop:2447 : end_time=1712131997800 2024-04-03 08:13:17.803 | + functions-common:time_stop:2448 : elapsed_time=1201 2024-04-03 08:13:17.805 | + functions-common:time_stop:2449 : total=113 2024-04-03 08:13:17.807 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:13:17.808 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1314 2024-04-03 08:13:17.810 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-04-03 08:13:17.810 | Waiting for keystone to start... 2024-04-03 08:13:17.812 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-04-03 08:13:17.813 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-04-03 08:13:17.815 | + functions:wait_for_service:468 : local timeout=60 2024-04-03 08:13:17.817 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-04-03 08:13:17.819 | + functions:wait_for_service:470 : local rval=0 2024-04-03 08:13:17.820 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-03 08:13:17.822 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-03 08:13:17.824 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:13:17.825 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:13:17.828 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:13:17.831 | + functions-common:time_start:2426 : _TIME_START[$name]=1712131997829 2024-04-03 08:13:17.832 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-03 08:13:17.836 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-04-03 08:13:20.194 | + :: : [[ 200 == 503 ]] 2024-04-03 08:13:20.195 | + :: : [[ 0 -eq 7 ]] 2024-04-03 08:13:20.198 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-03 08:13:20.199 | + functions-common:time_stop:2435 : local name 2024-04-03 08:13:20.201 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:13:20.203 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:13:20.205 | + functions-common:time_stop:2438 : local total 2024-04-03 08:13:20.206 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:13:20.208 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-03 08:13:20.209 | + functions-common:time_stop:2442 : start_time=1712131997829 2024-04-03 08:13:20.211 | + functions-common:time_stop:2444 : [[ -z 1712131997829 ]] 2024-04-03 08:13:20.213 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:13:20.217 | + functions-common:time_stop:2447 : end_time=1712132000215 2024-04-03 08:13:20.219 | + functions-common:time_stop:2448 : elapsed_time=2386 2024-04-03 08:13:20.221 | + functions-common:time_stop:2449 : total=0 2024-04-03 08:13:20.222 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:13:20.224 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2386 2024-04-03 08:13:20.226 | + functions:wait_for_service:478 : return 0 2024-04-03 08:13:20.228 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-04-03 08:13:20.242 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:20.244 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-04-03 08:13:20.245 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-03 08:13:20.247 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-04-03 08:13:20.715 | + stack.sh:main:1124 : bootstrap_keystone 2024-04-03 08:13:20.717 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-04-03 08:13:22.407 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.407 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.407 | 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=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.411 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.419 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.419 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.435 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.450 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.451 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.557 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.557 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.557 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.557 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.558 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.558 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.564 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.564 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.564 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.564 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.565 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.565 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.565 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.568 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.570 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.570 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.570 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.570 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.570 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.570 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.570 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=31389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-03 08:13:22.600 | INFO dbcounter [-] Registered counter for database keystone 2024-04-03 08:13:22.609 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=31389) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:13:22.615 | DEBUG dbcounter [-] [31389] Writer thread running {{(pid=31389) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:13:22.709 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created domain default 2024-04-03 08:13:22.730 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created project admin 2024-04-03 08:13:22.744 | WARNING keystone.common.password_hashing [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-04-03 08:13:22.744 | DEBUG passlib.handlers.bcrypt [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=31389) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-04-03 08:13:22.744 | DEBUG passlib.handlers.bcrypt [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=31389) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-04-03 08:13:22.778 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created user admin 2024-04-03 08:13:22.784 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created role reader 2024-04-03 08:13:22.791 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created role member 2024-04-03 08:13:22.802 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created implied role where f6ff51f8793546b087bb341b7ea7207b implies 5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:22.806 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created role admin 2024-04-03 08:13:22.814 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created implied role where 492f3a4f2c434b1098cc3eb8069a4f9d implies f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:22.819 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Granted role admin on project admin to user admin. 2024-04-03 08:13:22.822 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Granted role admin on the system to user admin. 2024-04-03 08:13:22.827 | WARNING py.warnings [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-04-03 08:13:22.827 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-04-03 08:13:22.827 |  2024-04-03 08:13:22.829 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created region RegionOne 2024-04-03 08:13:22.846 | INFO keystone.cmd.bootstrap [None req-33d9fc28-344f-4cac-b8ca-46f4babec064 None None] Created public endpoint http://10.180.1.21/identity 2024-04-03 08:13:23.162 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-04-03 08:13:23.164 | + stack.sh:main:1127 : create_keystone_accounts 2024-04-03 08:13:23.167 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-04-03 08:13:23.169 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-04-03 08:13:24.820 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:24.822 | + lib/keystone:create_keystone_accounts:315 : admin_project=189372726e694c868200b3b83cc6f425 2024-04-03 08:13:24.824 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-04-03 08:13:24.826 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-04-03 08:13:26.022 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:26.024 | + lib/keystone:create_keystone_accounts:317 : admin_user=f0cbb1018786423cadc585b9fddb8765 2024-04-03 08:13:26.026 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-04-03 08:13:26.028 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-04-03 08:13:26.029 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-04-03 08:13:26.031 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin f0cbb1018786423cadc585b9fddb8765 default 2024-04-03 08:13:26.076 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin f0cbb1018786423cadc585b9fddb8765 default 2024-04-03 08:13:26.103 | [4647 Async ks-domain-role:31511]: running: get_or_add_user_domain_role admin f0cbb1018786423cadc585b9fddb8765 default 2024-04-03 08:13:26.105 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-04-03 08:13:26.106 | + functions-common:get_or_create_domain:895 : local domain_id 2024-04-03 08:13:26.109 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-04-03 08:13:27.640 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:27.642 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-04-03 08:13:27.644 | + functions-common:get_or_create_domain:901 : echo default 2024-04-03 08:13:27.644 | default 2024-04-03 08:13:27.646 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-04-03 08:13:27.693 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-04-03 08:13:27.722 | [4647 Async ks-project:31623]: running: get_or_create_project service Default 2024-04-03 08:13:27.724 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-04-03 08:13:27.771 | + inc/async:async_inner:63 : get_or_create_role service 2024-04-03 08:13:27.800 | [4647 Async ks-service:31735]: running: get_or_create_role service 2024-04-03 08:13:27.801 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-04-03 08:13:27.862 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-04-03 08:13:27.893 | [4647 Async ks-reseller:31831]: running: get_or_create_role ResellerAdmin 2024-04-03 08:13:27.895 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-04-03 08:13:27.897 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-04-03 08:13:27.941 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-04-03 08:13:27.987 | [4647 Async ks-anotherrole:31928]: running: get_or_create_role anotherrole 2024-04-03 08:13:27.989 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-04-03 08:13:27.991 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-04-03 08:13:27.993 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-03 08:13:27.995 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-04-03 08:13:29.292 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:29.309 | [31735 Async ks-service:31735]: finished successfully 2024-04-03 08:13:29.479 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:29.499 | [31623 Async ks-project:31623]: finished successfully 2024-04-03 08:13:29.586 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:29.592 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:29.606 | [31831 Async ks-reseller:31831]: finished successfully 2024-04-03 08:13:29.611 | [31928 Async ks-anotherrole:31928]: finished successfully 2024-04-03 08:13:29.705 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:29.723 | [31511 Async ks-domain-role:31511]: finished successfully 2024-04-03 08:13:29.731 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:29.734 | ++ functions-common:get_or_create_project:951 : project_id=37dcf017263040c1b0b8683bf3f7d275 2024-04-03 08:13:29.735 | ++ functions-common:get_or_create_project:952 : echo 37dcf017263040c1b0b8683bf3f7d275 2024-04-03 08:13:29.738 | + lib/keystone:create_keystone_accounts:345 : invis_project=37dcf017263040c1b0b8683bf3f7d275 2024-04-03 08:13:29.740 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-04-03 08:13:29.742 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-04-03 08:13:29.744 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-03 08:13:29.746 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-04-03 08:13:31.097 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:31.099 | ++ functions-common:get_or_create_project:951 : project_id=033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:31.101 | ++ functions-common:get_or_create_project:952 : echo 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:31.103 | + lib/keystone:create_keystone_accounts:349 : demo_project=033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:31.105 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-04-03 08:13:31.107 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-04-03 08:13:31.109 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:13:31.111 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-04-03 08:13:31.113 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-04-03 08:13:31.115 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-04-03 08:13:32.537 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:32.540 | ++ functions-common:get_or_create_user:938 : user_id=350aa15d67be477da5d867d4b42d15ff 2024-04-03 08:13:32.541 | ++ functions-common:get_or_create_user:939 : echo 350aa15d67be477da5d867d4b42d15ff 2024-04-03 08:13:32.544 | + lib/keystone:create_keystone_accounts:352 : demo_user=350aa15d67be477da5d867d4b42d15ff 2024-04-03 08:13:32.545 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-04-03 08:13:32.581 | [4647 Async ks-domain-role:31511]: Waiting for completion of get_or_add_user_domain_role admin f0cbb1018786423cadc585b9fddb8765 default running on PID 31511 (6 other jobs running) 2024-04-03 08:13:32.598 | [4647 Async ks-domain-role:31511]: Signaling child to exit 2024-04-03 08:13:32.598 | WAKEUP 2024-04-03 08:13:32.614 | [4647 Async ks-domain-role:31511]: Signaled 2024-04-03 08:13:32.615 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-04-03 08:13:32.615 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user f0cbb1018786423cadc585b9fddb8765 --domain default 2024-04-03 08:13:32.615 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f0cbb1018786423cadc585b9fddb8765 --domain default -c Role -f value 2024-04-03 08:13:32.615 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:32.615 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:32.615 | + functions-common:get_or_add_user_domain_role:1022 : echo 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:32.615 | 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:32.647 | [4647 Async ks-domain-role:31511]: finished get_or_add_user_domain_role admin f0cbb1018786423cadc585b9fddb8765 default with result 0 in 3 seconds 2024-04-03 08:13:32.652 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-04-03 08:13:32.675 | [4647 Async ks-project:31623]: Waiting for completion of get_or_create_project service Default running on PID 31623 (5 other jobs running) 2024-04-03 08:13:32.692 | [4647 Async ks-project:31623]: Signaling child to exit 2024-04-03 08:13:32.692 | WAKEUP 2024-04-03 08:13:32.707 | [4647 Async ks-project:31623]: Signaled 2024-04-03 08:13:32.708 | + functions-common:get_or_create_project:945 : local project_id 2024-04-03 08:13:32.708 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-04-03 08:13:32.708 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:32.708 | + functions-common:get_or_create_project:951 : project_id=5a97b8d4d95a4646a7b6ed701ab65608 2024-04-03 08:13:32.708 | + functions-common:get_or_create_project:952 : echo 5a97b8d4d95a4646a7b6ed701ab65608 2024-04-03 08:13:32.708 | 5a97b8d4d95a4646a7b6ed701ab65608 2024-04-03 08:13:32.738 | [4647 Async ks-project:31623]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-04-03 08:13:32.763 | [4647 Async ks-service:31735]: Waiting for completion of get_or_create_role service running on PID 31735 (4 other jobs running) 2024-04-03 08:13:32.779 | [4647 Async ks-service:31735]: Signaling child to exit 2024-04-03 08:13:32.779 | WAKEUP 2024-04-03 08:13:32.795 | [4647 Async ks-service:31735]: Signaled 2024-04-03 08:13:32.796 | + functions-common:get_or_create_role:958 : local role_id 2024-04-03 08:13:32.796 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-04-03 08:13:32.796 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:32.796 | + functions-common:get_or_create_role:963 : role_id=57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:13:32.796 | + functions-common:get_or_create_role:964 : echo 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:13:32.796 | 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:13:32.825 | [4647 Async ks-service:31735]: finished get_or_create_role service with result 0 in 1 seconds 2024-04-03 08:13:32.850 | [4647 Async ks-reseller:31831]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 31831 (3 other jobs running) 2024-04-03 08:13:32.866 | [4647 Async ks-reseller:31831]: Signaling child to exit 2024-04-03 08:13:32.867 | WAKEUP 2024-04-03 08:13:32.882 | [4647 Async ks-reseller:31831]: Signaled 2024-04-03 08:13:32.883 | + functions-common:get_or_create_role:958 : local role_id 2024-04-03 08:13:32.883 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-04-03 08:13:32.883 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:32.883 | + functions-common:get_or_create_role:963 : role_id=3c2feffa9f80432c906fcea7af167374 2024-04-03 08:13:32.883 | + functions-common:get_or_create_role:964 : echo 3c2feffa9f80432c906fcea7af167374 2024-04-03 08:13:32.883 | 3c2feffa9f80432c906fcea7af167374 2024-04-03 08:13:32.912 | [4647 Async ks-reseller:31831]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-04-03 08:13:32.936 | [4647 Async ks-anotherrole:31928]: Waiting for completion of get_or_create_role anotherrole running on PID 31928 (2 other jobs running) 2024-04-03 08:13:32.953 | [4647 Async ks-anotherrole:31928]: Signaling child to exit 2024-04-03 08:13:32.953 | WAKEUP 2024-04-03 08:13:32.968 | [4647 Async ks-anotherrole:31928]: Signaled 2024-04-03 08:13:32.969 | + functions-common:get_or_create_role:958 : local role_id 2024-04-03 08:13:32.969 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-04-03 08:13:32.969 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:32.969 | + functions-common:get_or_create_role:963 : role_id=161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:32.969 | + functions-common:get_or_create_role:964 : echo 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:32.969 | 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:32.999 | [4647 Async ks-anotherrole:31928]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-04-03 08:13:33.002 | + inc/async:async_wait:197 : return 0 2024-04-03 08:13:33.004 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.050 | + inc/async:async_inner:63 : get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.081 | [4647 Async ks-demo-member:32771]: running: get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.083 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin f0cbb1018786423cadc585b9fddb8765 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.128 | + inc/async:async_inner:63 : get_or_add_user_project_role admin f0cbb1018786423cadc585b9fddb8765 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.158 | [4647 Async ks-demo-admin:32867]: running: get_or_add_user_project_role admin f0cbb1018786423cadc585b9fddb8765 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.160 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.206 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.237 | [4647 Async ks-demo-another:32964]: running: get_or_add_user_project_role anotherrole 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:33.238 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 37dcf017263040c1b0b8683bf3f7d275 2024-04-03 08:13:33.284 | + inc/async:async_inner:63 : get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 37dcf017263040c1b0b8683bf3f7d275 2024-04-03 08:13:33.313 | [4647 Async ks-demo-invis:33061]: running: get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 37dcf017263040c1b0b8683bf3f7d275 2024-04-03 08:13:33.315 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-04-03 08:13:33.318 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-04-03 08:13:33.320 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:13:33.322 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-04-03 08:13:33.325 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-04-03 08:13:33.327 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-04-03 08:13:34.964 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:34.966 | ++ functions-common:get_or_create_user:938 : user_id=96256e08abbe48c2945aebcf1e055c32 2024-04-03 08:13:34.981 | ++ functions-common:get_or_create_user:939 : echo 96256e08abbe48c2945aebcf1e055c32 2024-04-03 08:13:34.983 | + lib/keystone:create_keystone_accounts:365 : demo_reader=96256e08abbe48c2945aebcf1e055c32 2024-04-03 08:13:34.985 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 96256e08abbe48c2945aebcf1e055c32 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:35.038 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 96256e08abbe48c2945aebcf1e055c32 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:35.069 | [4647 Async ks-demo-reader:33216]: running: get_or_add_user_project_role reader 96256e08abbe48c2945aebcf1e055c32 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:35.071 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-04-03 08:13:35.074 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-04-03 08:13:35.077 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-03 08:13:35.079 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-04-03 08:13:36.612 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:36.614 | ++ functions-common:get_or_create_project:951 : project_id=b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:36.616 | ++ functions-common:get_or_create_project:952 : echo b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:36.618 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:36.620 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-04-03 08:13:36.622 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-04-03 08:13:36.625 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:13:36.626 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-04-03 08:13:36.628 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-04-03 08:13:36.631 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-04-03 08:13:37.127 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:37.146 | [32771 Async ks-demo-member:32771]: finished successfully 2024-04-03 08:13:37.442 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:37.477 | [32867 Async ks-demo-admin:32867]: finished successfully 2024-04-03 08:13:37.644 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:37.663 | [32964 Async ks-demo-another:32964]: finished successfully 2024-04-03 08:13:37.663 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:37.682 | [33061 Async ks-demo-invis:33061]: finished successfully 2024-04-03 08:13:38.051 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:38.053 | ++ functions-common:get_or_create_user:938 : user_id=0bf4c1473de04832bf950313b7e4c9b5 2024-04-03 08:13:38.055 | ++ functions-common:get_or_create_user:939 : echo 0bf4c1473de04832bf950313b7e4c9b5 2024-04-03 08:13:38.057 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=0bf4c1473de04832bf950313b7e4c9b5 2024-04-03 08:13:38.059 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:38.107 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:38.138 | [4647 Async ks-alt-admin:33624]: running: get_or_add_user_project_role admin 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:38.140 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:38.186 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:38.215 | [4647 Async ks-alt-another:33720]: running: get_or_add_user_project_role anotherrole 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:38.217 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-04-03 08:13:38.220 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-04-03 08:13:38.222 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:13:38.224 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-04-03 08:13:38.227 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-04-03 08:13:38.230 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-04-03 08:13:38.909 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:38.928 | [33216 Async ks-demo-reader:33216]: finished successfully 2024-04-03 08:13:39.706 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:39.708 | ++ functions-common:get_or_create_user:938 : user_id=5218267eec864a98a2062e69d9695987 2024-04-03 08:13:39.710 | ++ functions-common:get_or_create_user:939 : echo 5218267eec864a98a2062e69d9695987 2024-04-03 08:13:39.712 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=5218267eec864a98a2062e69d9695987 2024-04-03 08:13:39.714 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 5218267eec864a98a2062e69d9695987 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:39.763 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5218267eec864a98a2062e69d9695987 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:39.795 | [4647 Async ks-alt-member-user:33941]: running: get_or_add_user_project_role member 5218267eec864a98a2062e69d9695987 b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:39.797 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-04-03 08:13:39.799 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-04-03 08:13:39.801 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:13:39.803 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-04-03 08:13:39.805 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-04-03 08:13:39.808 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-04-03 08:13:41.241 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:41.244 | ++ functions-common:get_or_create_user:938 : user_id=1018632f5a6142c4aad6a0cea119eadc 2024-04-03 08:13:41.246 | ++ functions-common:get_or_create_user:939 : echo 1018632f5a6142c4aad6a0cea119eadc 2024-04-03 08:13:41.248 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=1018632f5a6142c4aad6a0cea119eadc 2024-04-03 08:13:41.250 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 1018632f5a6142c4aad6a0cea119eadc b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:41.298 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 1018632f5a6142c4aad6a0cea119eadc b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:41.330 | [4647 Async ks-alt-reader-user:34115]: running: get_or_add_user_project_role reader 1018632f5a6142c4aad6a0cea119eadc b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:41.333 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-04-03 08:13:41.335 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:13:41.337 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-04-03 08:13:41.339 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-04-03 08:13:41.342 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-04-03 08:13:41.845 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:41.846 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:41.864 | [33624 Async ks-alt-admin:33624]: finished successfully 2024-04-03 08:13:41.865 | [33720 Async ks-alt-another:33720]: finished successfully 2024-04-03 08:13:42.748 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:42.750 | ++ functions-common:get_or_create_user:938 : user_id=634526c413a24c198ff804e5ee02c58a 2024-04-03 08:13:42.752 | ++ functions-common:get_or_create_user:939 : echo 634526c413a24c198ff804e5ee02c58a 2024-04-03 08:13:42.754 | + lib/keystone:create_keystone_accounts:397 : system_member_user=634526c413a24c198ff804e5ee02c58a 2024-04-03 08:13:42.756 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 634526c413a24c198ff804e5ee02c58a all 2024-04-03 08:13:42.806 | + inc/async:async_inner:63 : get_or_add_user_system_role member 634526c413a24c198ff804e5ee02c58a all 2024-04-03 08:13:42.838 | [4647 Async ks-system-member:34348]: running: get_or_add_user_system_role member 634526c413a24c198ff804e5ee02c58a all 2024-04-03 08:13:42.840 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-04-03 08:13:42.842 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:13:42.844 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-04-03 08:13:42.846 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-04-03 08:13:42.849 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-04-03 08:13:43.393 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:43.411 | [33941 Async ks-alt-member-user:33941]: finished successfully 2024-04-03 08:13:44.237 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:44.239 | ++ functions-common:get_or_create_user:938 : user_id=71f8cf0eef5b435daddd2d324686cd24 2024-04-03 08:13:44.242 | ++ functions-common:get_or_create_user:939 : echo 71f8cf0eef5b435daddd2d324686cd24 2024-04-03 08:13:44.245 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=71f8cf0eef5b435daddd2d324686cd24 2024-04-03 08:13:44.246 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 71f8cf0eef5b435daddd2d324686cd24 all 2024-04-03 08:13:44.295 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 71f8cf0eef5b435daddd2d324686cd24 all 2024-04-03 08:13:44.326 | [4647 Async ks-system-reader:34556]: running: get_or_add_user_system_role reader 71f8cf0eef5b435daddd2d324686cd24 all 2024-04-03 08:13:44.329 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-04-03 08:13:44.332 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-04-03 08:13:44.334 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-04-03 08:13:44.336 | ++ functions-common:get_or_create_group:908 : local group_id 2024-04-03 08:13:44.339 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-04-03 08:13:44.780 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:44.798 | [34115 Async ks-alt-reader-user:34115]: finished successfully 2024-04-03 08:13:45.764 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:45.767 | ++ functions-common:get_or_create_group:915 : group_id=f9c9bcb2856648f6bded03aaedaebe23 2024-04-03 08:13:45.769 | ++ functions-common:get_or_create_group:916 : echo f9c9bcb2856648f6bded03aaedaebe23 2024-04-03 08:13:45.771 | + lib/keystone:create_keystone_accounts:407 : admin_group=f9c9bcb2856648f6bded03aaedaebe23 2024-04-03 08:13:45.773 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-04-03 08:13:45.775 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-04-03 08:13:45.777 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-04-03 08:13:45.779 | ++ functions-common:get_or_create_group:908 : local group_id 2024-04-03 08:13:45.782 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-04-03 08:13:47.154 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:47.156 | ++ functions-common:get_or_create_group:915 : group_id=8743a94bfb1e41ff9449f603b1b2fcad 2024-04-03 08:13:47.158 | ++ functions-common:get_or_create_group:916 : echo 8743a94bfb1e41ff9449f603b1b2fcad 2024-04-03 08:13:47.161 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=8743a94bfb1e41ff9449f603b1b2fcad 2024-04-03 08:13:47.162 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.211 | + inc/async:async_inner:63 : get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.238 | [4647 Async ks-group-memberdemo:34823]: running: get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.240 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.287 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.317 | [4647 Async ks-group-anotherdemo:34902]: running: get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.319 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:47.367 | + inc/async:async_inner:63 : get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:47.396 | [4647 Async ks-group-memberalt:34982]: running: get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:47.398 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:47.448 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:47.482 | [4647 Async ks-group-anotheralt:35080]: running: get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:47.484 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin f9c9bcb2856648f6bded03aaedaebe23 189372726e694c868200b3b83cc6f425 2024-04-03 08:13:47.533 | + inc/async:async_inner:63 : get_or_add_group_project_role admin f9c9bcb2856648f6bded03aaedaebe23 189372726e694c868200b3b83cc6f425 2024-04-03 08:13:47.538 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:47.560 | [34348 Async ks-system-member:34348]: finished successfully 2024-04-03 08:13:47.565 | [4647 Async ks-group-admin:35165]: running: get_or_add_group_project_role admin f9c9bcb2856648f6bded03aaedaebe23 189372726e694c868200b3b83cc6f425 2024-04-03 08:13:47.567 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-04-03 08:13:47.606 | [4647 Async ks-demo-member:32771]: Waiting for completion of get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e running on PID 32771 (17 other jobs running) 2024-04-03 08:13:47.624 | [4647 Async ks-demo-member:32771]: Signaling child to exit 2024-04-03 08:13:47.624 | WAKEUP 2024-04-03 08:13:47.639 | [4647 Async ks-demo-member:32771]: Signaled 2024-04-03 08:13:47.640 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:47.640 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:47.640 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:47.640 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:47.640 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:47.640 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:47.640 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:47.640 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:47.640 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:47.640 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 350aa15d67be477da5d867d4b42d15ff --project 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.640 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 350aa15d67be477da5d867d4b42d15ff --project 033138c067c64f9fbcb97043fe980c9e -c Role -f value 2024-04-03 08:13:47.640 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:47.640 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:47.640 | + functions-common:get_or_add_user_project_role:1003 : echo f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:47.640 | f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:47.670 | [4647 Async ks-demo-member:32771]: finished get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e with result 0 in 4 seconds 2024-04-03 08:13:47.696 | [4647 Async ks-demo-admin:32867]: Waiting for completion of get_or_add_user_project_role admin f0cbb1018786423cadc585b9fddb8765 033138c067c64f9fbcb97043fe980c9e running on PID 32867 (16 other jobs running) 2024-04-03 08:13:47.712 | [4647 Async ks-demo-admin:32867]: Signaling child to exit 2024-04-03 08:13:47.713 | WAKEUP 2024-04-03 08:13:47.728 | [4647 Async ks-demo-admin:32867]: Signaled 2024-04-03 08:13:47.729 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:47.729 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:47.730 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:47.730 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:47.730 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:47.730 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:47.730 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:47.730 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:47.730 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:47.730 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user f0cbb1018786423cadc585b9fddb8765 --project 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.730 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f0cbb1018786423cadc585b9fddb8765 --project 033138c067c64f9fbcb97043fe980c9e -c Role -f value 2024-04-03 08:13:47.730 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:47.730 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:47.730 | + functions-common:get_or_add_user_project_role:1003 : echo 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:47.730 | 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:47.760 | [4647 Async ks-demo-admin:32867]: finished get_or_add_user_project_role admin f0cbb1018786423cadc585b9fddb8765 033138c067c64f9fbcb97043fe980c9e with result 0 in 4 seconds 2024-04-03 08:13:47.786 | [4647 Async ks-demo-another:32964]: Waiting for completion of get_or_add_user_project_role anotherrole 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e running on PID 32964 (15 other jobs running) 2024-04-03 08:13:47.803 | [4647 Async ks-demo-another:32964]: Signaling child to exit 2024-04-03 08:13:47.803 | WAKEUP 2024-04-03 08:13:47.819 | [4647 Async ks-demo-another:32964]: Signaled 2024-04-03 08:13:47.820 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:47.820 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:47.820 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:47.820 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:47.820 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:47.820 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:47.820 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:47.820 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:47.820 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:47.820 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 350aa15d67be477da5d867d4b42d15ff --project 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.820 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 350aa15d67be477da5d867d4b42d15ff --project 033138c067c64f9fbcb97043fe980c9e -c Role -f value 2024-04-03 08:13:47.820 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:47.820 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:47.820 | + functions-common:get_or_add_user_project_role:1003 : echo 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:47.820 | 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:47.850 | [4647 Async ks-demo-another:32964]: finished get_or_add_user_project_role anotherrole 350aa15d67be477da5d867d4b42d15ff 033138c067c64f9fbcb97043fe980c9e with result 0 in 4 seconds 2024-04-03 08:13:47.875 | [4647 Async ks-demo-invis:33061]: Waiting for completion of get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 37dcf017263040c1b0b8683bf3f7d275 running on PID 33061 (14 other jobs running) 2024-04-03 08:13:47.893 | [4647 Async ks-demo-invis:33061]: Signaling child to exit 2024-04-03 08:13:47.893 | WAKEUP 2024-04-03 08:13:47.908 | [4647 Async ks-demo-invis:33061]: Signaled 2024-04-03 08:13:47.909 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:47.909 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:47.909 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:47.909 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:47.909 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:47.909 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:47.909 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:47.909 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:47.909 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:47.909 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 350aa15d67be477da5d867d4b42d15ff --project 37dcf017263040c1b0b8683bf3f7d275 2024-04-03 08:13:47.909 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 350aa15d67be477da5d867d4b42d15ff --project 37dcf017263040c1b0b8683bf3f7d275 -c Role -f value 2024-04-03 08:13:47.909 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:47.909 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:47.909 | + functions-common:get_or_add_user_project_role:1003 : echo f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:47.909 | f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:47.939 | [4647 Async ks-demo-invis:33061]: finished get_or_add_user_project_role member 350aa15d67be477da5d867d4b42d15ff 37dcf017263040c1b0b8683bf3f7d275 with result 0 in 4 seconds 2024-04-03 08:13:47.965 | [4647 Async ks-demo-reader:33216]: Waiting for completion of get_or_add_user_project_role reader 96256e08abbe48c2945aebcf1e055c32 033138c067c64f9fbcb97043fe980c9e running on PID 33216 (13 other jobs running) 2024-04-03 08:13:47.982 | [4647 Async ks-demo-reader:33216]: Signaling child to exit 2024-04-03 08:13:47.982 | WAKEUP 2024-04-03 08:13:47.997 | [4647 Async ks-demo-reader:33216]: Signaled 2024-04-03 08:13:47.998 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:47.998 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:47.998 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:47.998 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:47.998 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:47.998 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:47.998 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:47.998 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:47.998 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:47.998 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 96256e08abbe48c2945aebcf1e055c32 --project 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:47.998 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 96256e08abbe48c2945aebcf1e055c32 --project 033138c067c64f9fbcb97043fe980c9e -c Role -f value 2024-04-03 08:13:47.998 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:47.998 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:47.998 | + functions-common:get_or_add_user_project_role:1003 : echo 5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:47.998 | 5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:48.028 | [4647 Async ks-demo-reader:33216]: finished get_or_add_user_project_role reader 96256e08abbe48c2945aebcf1e055c32 033138c067c64f9fbcb97043fe980c9e with result 0 in 3 seconds 2024-04-03 08:13:48.031 | + inc/async:async_wait:197 : return 0 2024-04-03 08:13:48.033 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-04-03 08:13:48.068 | [4647 Async ks-alt-admin:33624]: Waiting for completion of get_or_add_user_project_role admin 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d running on PID 33624 (12 other jobs running) 2024-04-03 08:13:48.085 | [4647 Async ks-alt-admin:33624]: Signaling child to exit 2024-04-03 08:13:48.085 | WAKEUP 2024-04-03 08:13:48.101 | [4647 Async ks-alt-admin:33624]: Signaled 2024-04-03 08:13:48.102 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:48.102 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:48.102 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:48.102 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:48.102 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:48.102 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:48.102 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:48.102 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:48.102 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:48.102 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 0bf4c1473de04832bf950313b7e4c9b5 --project b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:48.102 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 0bf4c1473de04832bf950313b7e4c9b5 --project b43e71372d3b48f2ad834d2b05225e4d -c Role -f value 2024-04-03 08:13:48.102 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:48.102 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:48.102 | + functions-common:get_or_add_user_project_role:1003 : echo 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:48.102 | 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:48.132 | [4647 Async ks-alt-admin:33624]: finished get_or_add_user_project_role admin 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d with result 0 in 3 seconds 2024-04-03 08:13:48.157 | [4647 Async ks-alt-another:33720]: Waiting for completion of get_or_add_user_project_role anotherrole 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d running on PID 33720 (11 other jobs running) 2024-04-03 08:13:48.174 | [4647 Async ks-alt-another:33720]: Signaling child to exit 2024-04-03 08:13:48.175 | WAKEUP 2024-04-03 08:13:48.215 | [4647 Async ks-alt-another:33720]: Signaled 2024-04-03 08:13:48.216 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:48.216 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:48.216 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:48.216 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:48.216 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:48.216 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:48.216 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:48.216 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:48.216 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:48.216 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 0bf4c1473de04832bf950313b7e4c9b5 --project b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:48.216 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 0bf4c1473de04832bf950313b7e4c9b5 --project b43e71372d3b48f2ad834d2b05225e4d -c Role -f value 2024-04-03 08:13:48.216 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:48.216 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:48.216 | + functions-common:get_or_add_user_project_role:1003 : echo 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:48.216 | 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:48.247 | [4647 Async ks-alt-another:33720]: finished get_or_add_user_project_role anotherrole 0bf4c1473de04832bf950313b7e4c9b5 b43e71372d3b48f2ad834d2b05225e4d with result 0 in 3 seconds 2024-04-03 08:13:48.275 | [4647 Async ks-alt-member-user:33941]: Waiting for completion of get_or_add_user_project_role member 5218267eec864a98a2062e69d9695987 b43e71372d3b48f2ad834d2b05225e4d running on PID 33941 (10 other jobs running) 2024-04-03 08:13:48.298 | [4647 Async ks-alt-member-user:33941]: Signaling child to exit 2024-04-03 08:13:48.298 | WAKEUP 2024-04-03 08:13:48.316 | [4647 Async ks-alt-member-user:33941]: Signaled 2024-04-03 08:13:48.317 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:48.317 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:48.317 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:48.317 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:48.317 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:48.317 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:48.317 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:48.317 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:48.317 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:48.317 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 5218267eec864a98a2062e69d9695987 --project b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:48.317 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5218267eec864a98a2062e69d9695987 --project b43e71372d3b48f2ad834d2b05225e4d -c Role -f value 2024-04-03 08:13:48.317 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:48.317 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:48.317 | + functions-common:get_or_add_user_project_role:1003 : echo f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:48.317 | f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:48.358 | [4647 Async ks-alt-member-user:33941]: finished get_or_add_user_project_role member 5218267eec864a98a2062e69d9695987 b43e71372d3b48f2ad834d2b05225e4d with result 0 in 3 seconds 2024-04-03 08:13:48.404 | [4647 Async ks-alt-reader-user:34115]: Waiting for completion of get_or_add_user_project_role reader 1018632f5a6142c4aad6a0cea119eadc b43e71372d3b48f2ad834d2b05225e4d running on PID 34115 (9 other jobs running) 2024-04-03 08:13:48.427 | [4647 Async ks-alt-reader-user:34115]: Signaling child to exit 2024-04-03 08:13:48.427 | WAKEUP 2024-04-03 08:13:48.449 | [4647 Async ks-alt-reader-user:34115]: Signaled 2024-04-03 08:13:48.451 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:13:48.451 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:13:48.451 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-03 08:13:48.451 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:48.451 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:48.451 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:48.451 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:48.451 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:48.451 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-03 08:13:48.451 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 1018632f5a6142c4aad6a0cea119eadc --project b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:48.451 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 1018632f5a6142c4aad6a0cea119eadc --project b43e71372d3b48f2ad834d2b05225e4d -c Role -f value 2024-04-03 08:13:48.451 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:48.451 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:48.451 | + functions-common:get_or_add_user_project_role:1003 : echo 5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:48.451 | 5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:48.490 | [4647 Async ks-alt-reader-user:34115]: finished get_or_add_user_project_role reader 1018632f5a6142c4aad6a0cea119eadc b43e71372d3b48f2ad834d2b05225e4d with result 0 in 3 seconds 2024-04-03 08:13:48.493 | + inc/async:async_wait:197 : return 0 2024-04-03 08:13:48.495 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-04-03 08:13:48.536 | [4647 Async ks-system-member:34348]: Waiting for completion of get_or_add_user_system_role member 634526c413a24c198ff804e5ee02c58a all running on PID 34348 (8 other jobs running) 2024-04-03 08:13:48.566 | [4647 Async ks-system-member:34348]: Signaling child to exit 2024-04-03 08:13:48.566 | WAKEUP 2024-04-03 08:13:48.600 | [4647 Async ks-system-member:34348]: Signaled 2024-04-03 08:13:48.601 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-04-03 08:13:48.601 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-04-03 08:13:48.601 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-04-03 08:13:48.601 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:48.601 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:48.601 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:48.601 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:48.601 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:48.601 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-04-03 08:13:48.601 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 634526c413a24c198ff804e5ee02c58a --system all -f value -c Role 2024-04-03 08:13:48.601 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:48.601 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-04-03 08:13:48.601 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-04-03 08:13:48.601 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 634526c413a24c198ff804e5ee02c58a --system all 2024-04-03 08:13:48.601 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 634526c413a24c198ff804e5ee02c58a --system all -f value -c Role 2024-04-03 08:13:48.601 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:48.601 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:48.601 | + functions-common:get_or_add_user_system_role:1053 : echo f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:48.601 | f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:48.662 | [4647 Async ks-system-member:34348]: finished get_or_add_user_system_role member 634526c413a24c198ff804e5ee02c58a all with result 0 in 4 seconds 2024-04-03 08:13:48.693 | [4647 Async ks-system-reader:34556]: Waiting for completion of get_or_add_user_system_role reader 71f8cf0eef5b435daddd2d324686cd24 all running on PID 34556 (7 other jobs running) 2024-04-03 08:13:48.715 | [4647 Async ks-system-reader:34556]: Signaling child to exit 2024-04-03 08:13:49.143 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:49.162 | [34556 Async ks-system-reader:34556]: finished successfully 2024-04-03 08:13:49.178 | WAKEUP 2024-04-03 08:13:49.195 | [4647 Async ks-system-reader:34556]: Signaled 2024-04-03 08:13:49.196 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-04-03 08:13:49.196 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-04-03 08:13:49.196 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-04-03 08:13:49.196 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:13:49.196 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:13:49.196 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-03 08:13:49.196 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-03 08:13:49.196 | ++ functions-common:_get_domain_args:980 : echo 2024-04-03 08:13:49.196 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-04-03 08:13:49.196 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 71f8cf0eef5b435daddd2d324686cd24 --system all -f value -c Role 2024-04-03 08:13:49.196 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:49.196 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-04-03 08:13:49.196 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-04-03 08:13:49.196 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 71f8cf0eef5b435daddd2d324686cd24 --system all 2024-04-03 08:13:49.196 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 71f8cf0eef5b435daddd2d324686cd24 --system all -f value -c Role 2024-04-03 08:13:49.196 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:49.196 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:49.196 | + functions-common:get_or_add_user_system_role:1053 : echo 5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:49.196 | 5785d26958d74bc2b8715d240c126975 2024-04-03 08:13:49.229 | [4647 Async ks-system-reader:34556]: finished get_or_add_user_system_role reader 71f8cf0eef5b435daddd2d324686cd24 all with result 0 in 4 seconds 2024-04-03 08:13:49.232 | + inc/async:async_wait:197 : return 0 2024-04-03 08:13:49.234 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-04-03 08:13:49.273 | [4647 Async ks-group-memberdemo:34823]: Waiting for completion of get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e running on PID 34823 (6 other jobs running) 2024-04-03 08:13:49.291 | [4647 Async ks-group-memberdemo:34823]: Signaling child to exit 2024-04-03 08:13:51.017 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:51.035 | [34823 Async ks-group-memberdemo:34823]: finished successfully 2024-04-03 08:13:51.052 | WAKEUP 2024-04-03 08:13:51.069 | [4647 Async ks-group-memberdemo:34823]: Signaled 2024-04-03 08:13:51.070 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-03 08:13:51.070 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 8743a94bfb1e41ff9449f603b1b2fcad --project 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:51.070 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 8743a94bfb1e41ff9449f603b1b2fcad --project 033138c067c64f9fbcb97043fe980c9e -f value -c Role 2024-04-03 08:13:51.070 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:51.070 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:51.070 | + functions-common:get_or_add_group_project_role:1072 : echo f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:51.070 | f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:51.117 | [4647 Async ks-group-memberdemo:34823]: finished get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e with result 0 in 3 seconds 2024-04-03 08:13:51.145 | [4647 Async ks-group-anotherdemo:34902]: Waiting for completion of get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e running on PID 34902 (5 other jobs running) 2024-04-03 08:13:51.166 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:51.167 | [4647 Async ks-group-anotherdemo:34902]: Signaling child to exit 2024-04-03 08:13:51.185 | [34982 Async ks-group-memberalt:34982]: finished successfully 2024-04-03 08:13:51.256 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:51.276 | [34902 Async ks-group-anotherdemo:34902]: finished successfully 2024-04-03 08:13:51.293 | WAKEUP 2024-04-03 08:13:51.309 | [4647 Async ks-group-anotherdemo:34902]: Signaled 2024-04-03 08:13:51.310 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-03 08:13:51.310 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 8743a94bfb1e41ff9449f603b1b2fcad --project 033138c067c64f9fbcb97043fe980c9e 2024-04-03 08:13:51.310 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 8743a94bfb1e41ff9449f603b1b2fcad --project 033138c067c64f9fbcb97043fe980c9e -f value -c Role 2024-04-03 08:13:51.310 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:51.310 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:51.310 | + functions-common:get_or_add_group_project_role:1072 : echo 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:51.310 | 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:51.354 | [4647 Async ks-group-anotherdemo:34902]: finished get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad 033138c067c64f9fbcb97043fe980c9e with result 0 in 4 seconds 2024-04-03 08:13:51.381 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:51.382 | [4647 Async ks-group-memberalt:34982]: Waiting for completion of get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d running on PID 34982 (4 other jobs running) 2024-04-03 08:13:51.400 | [35165 Async ks-group-admin:35165]: finished successfully 2024-04-03 08:13:51.401 | [4647 Async ks-group-memberalt:34982]: Signaling child to exit 2024-04-03 08:13:51.402 | WAKEUP 2024-04-03 08:13:51.419 | [4647 Async ks-group-memberalt:34982]: Signaled 2024-04-03 08:13:51.420 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-03 08:13:51.420 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 8743a94bfb1e41ff9449f603b1b2fcad --project b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:51.420 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 8743a94bfb1e41ff9449f603b1b2fcad --project b43e71372d3b48f2ad834d2b05225e4d -f value -c Role 2024-04-03 08:13:51.420 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:51.420 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:51.420 | + functions-common:get_or_add_group_project_role:1072 : echo f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:51.420 | f6ff51f8793546b087bb341b7ea7207b 2024-04-03 08:13:51.451 | [4647 Async ks-group-memberalt:34982]: finished get_or_add_group_project_role member 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d with result 0 in 3 seconds 2024-04-03 08:13:51.478 | [4647 Async ks-group-anotheralt:35080]: Waiting for completion of get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d running on PID 35080 (3 other jobs running) 2024-04-03 08:13:51.482 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:13:51.497 | [4647 Async ks-group-anotheralt:35080]: Signaling child to exit 2024-04-03 08:13:51.500 | [35080 Async ks-group-anotheralt:35080]: finished successfully 2024-04-03 08:13:51.515 | WAKEUP 2024-04-03 08:13:51.531 | [4647 Async ks-group-anotheralt:35080]: Signaled 2024-04-03 08:13:51.532 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-03 08:13:51.532 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 8743a94bfb1e41ff9449f603b1b2fcad --project b43e71372d3b48f2ad834d2b05225e4d 2024-04-03 08:13:51.532 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 8743a94bfb1e41ff9449f603b1b2fcad --project b43e71372d3b48f2ad834d2b05225e4d -f value -c Role 2024-04-03 08:13:51.532 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:51.532 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:51.532 | + functions-common:get_or_add_group_project_role:1072 : echo 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:51.532 | 161f63a56a1942b9b072a984546292fa 2024-04-03 08:13:51.562 | [4647 Async ks-group-anotheralt:35080]: finished get_or_add_group_project_role anotherrole 8743a94bfb1e41ff9449f603b1b2fcad b43e71372d3b48f2ad834d2b05225e4d with result 0 in 4 seconds 2024-04-03 08:13:51.587 | [4647 Async ks-group-admin:35165]: Waiting for completion of get_or_add_group_project_role admin f9c9bcb2856648f6bded03aaedaebe23 189372726e694c868200b3b83cc6f425 running on PID 35165 (2 other jobs running) 2024-04-03 08:13:51.604 | [4647 Async ks-group-admin:35165]: Signaling child to exit 2024-04-03 08:13:51.604 | WAKEUP 2024-04-03 08:13:51.619 | [4647 Async ks-group-admin:35165]: Signaled 2024-04-03 08:13:51.620 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-03 08:13:51.620 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group f9c9bcb2856648f6bded03aaedaebe23 --project 189372726e694c868200b3b83cc6f425 2024-04-03 08:13:51.620 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group f9c9bcb2856648f6bded03aaedaebe23 --project 189372726e694c868200b3b83cc6f425 -f value -c Role 2024-04-03 08:13:51.620 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:13:51.620 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:51.620 | + functions-common:get_or_add_group_project_role:1072 : echo 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:51.620 | 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:13:51.650 | [4647 Async ks-group-admin:35165]: finished get_or_add_group_project_role admin f9c9bcb2856648f6bded03aaedaebe23 189372726e694c868200b3b83cc6f425 with result 0 in 3 seconds 2024-04-03 08:13:51.653 | + inc/async:async_wait:197 : return 0 2024-04-03 08:13:51.655 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-04-03 08:13:51.668 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:51.669 | + stack.sh:main:1128 : is_service_enabled nova 2024-04-03 08:13:51.683 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:13:51.685 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-04-03 08:13:51.687 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-04-03 08:13:51.734 | + inc/async:async_inner:63 : create_nova_accounts 2024-04-03 08:13:51.764 | [4647 Async create_nova_accounts:37051]: running: create_nova_accounts 2024-04-03 08:13:51.766 | + stack.sh:main:1131 : is_service_enabled glance 2024-04-03 08:13:51.779 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:13:51.780 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-04-03 08:13:51.782 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-04-03 08:13:51.828 | + inc/async:async_inner:63 : create_glance_accounts 2024-04-03 08:13:51.858 | [4647 Async create_glance_accounts:37174]: running: create_glance_accounts 2024-04-03 08:13:51.860 | + stack.sh:main:1134 : is_service_enabled cinder 2024-04-03 08:13:51.874 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:13:51.876 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-04-03 08:13:51.878 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-04-03 08:13:51.926 | + inc/async:async_inner:63 : create_cinder_accounts 2024-04-03 08:13:51.958 | [4647 Async create_cinder_accounts:37313]: running: create_cinder_accounts 2024-04-03 08:13:51.960 | + stack.sh:main:1137 : is_service_enabled neutron 2024-04-03 08:13:51.974 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:13:51.976 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-04-03 08:13:51.978 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-04-03 08:13:52.026 | + inc/async:async_inner:63 : create_neutron_accounts 2024-04-03 08:13:52.064 | [4647 Async create_neutron_accounts:37456]: running: create_neutron_accounts 2024-04-03 08:13:52.066 | + stack.sh:main:1140 : is_service_enabled swift 2024-04-03 08:13:52.080 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:52.082 | + stack.sh:main:1149 : is_service_enabled horizon 2024-04-03 08:13:52.095 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:13:52.097 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-04-03 08:13:52.134 | [4647 Async create_nova_accounts:37051]: Waiting for completion of create_nova_accounts running on PID 37051 (5 other jobs running) 2024-04-03 08:13:52.150 | [4647 Async create_nova_accounts:37051]: Signaling child to exit 2024-04-03 08:14:05.677 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:14:05.695 | [37456 Async create_neutron_accounts:37456]: finished successfully 2024-04-03 08:14:14.602 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:14:14.620 | [37313 Async create_cinder_accounts:37313]: finished successfully 2024-04-03 08:14:15.541 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:14:15.559 | [37051 Async create_nova_accounts:37051]: finished successfully 2024-04-03 08:14:15.575 | WAKEUP 2024-04-03 08:14:15.591 | [4647 Async create_nova_accounts:37051]: Signaled 2024-04-03 08:14:15.591 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-04-03 08:14:15.591 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-04-03 08:14:15.591 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-04-03 08:14:15.591 | + functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:14:15.592 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-03 08:14:15.592 | + functions-common:get_or_create_user:926 : local email= 2024-04-03 08:14:15.592 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-03 08:14:15.592 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.592 | + functions-common:get_or_create_user:938 : user_id=213f8d6e8d85439c8ca9dd66f68aeccd 2024-04-03 08:14:15.592 | + functions-common:get_or_create_user:939 : echo 213f8d6e8d85439c8ca9dd66f68aeccd 2024-04-03 08:14:15.592 | 213f8d6e8d85439c8ca9dd66f68aeccd 2024-04-03 08:14:15.592 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:14:15.592 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-04-03 08:14:15.592 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-03 08:14:15.592 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:1003 : echo 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:15.592 | 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:15.592 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-04-03 08:14:15.592 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:14:15.592 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-03 08:14:15.592 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-04-03 08:14:15.592 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-03 08:14:15.592 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:14:15.592 | + functions-common:get_or_add_user_project_role:1003 : echo 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:14:15.592 | 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:14:15.592 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-04-03 08:14:15.592 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-04-03 08:14:15.592 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-04-03 08:14:15.592 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-04-03 08:14:15.592 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-03 08:14:15.592 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-04-03 08:14:15.592 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-04-03 08:14:15.592 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.592 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-03 08:14:15.592 | 57c5cb4b105448528f93dce00e9125cf' 2024-04-03 08:14:15.592 | + functions-common:get_or_create_service:1090 : echo 57c5cb4b105448528f93dce00e9125cf 2024-04-03 08:14:15.592 | 57c5cb4b105448528f93dce00e9125cf 2024-04-03 08:14:15.592 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-04-03 08:14:15.592 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-03 08:14:15.592 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-04-03 08:14:15.592 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-03 08:14:15.592 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-04-03 08:14:15.592 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.592 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-03 08:14:15.592 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-03 08:14:15.592 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-04-03 08:14:15.592 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.592 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=643915e128c242b08f20bd7c42c2808b 2024-04-03 08:14:15.592 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 643915e128c242b08f20bd7c42c2808b 2024-04-03 08:14:15.592 | + functions-common:get_or_create_endpoint:1123 : public_id=643915e128c242b08f20bd7c42c2808b 2024-04-03 08:14:15.592 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-03 08:14:15.592 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-03 08:14:15.592 | + functions-common:get_or_create_endpoint:1132 : echo 643915e128c242b08f20bd7c42c2808b 2024-04-03 08:14:15.592 | 643915e128c242b08f20bd7c42c2808b 2024-04-03 08:14:15.592 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-04-03 08:14:15.592 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-03 08:14:15.592 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-04-03 08:14:15.592 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-04-03 08:14:15.592 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.593 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-03 08:14:15.593 | 49de9c6761f3446ca812fa011064d874' 2024-04-03 08:14:15.593 | + functions-common:get_or_create_service:1090 : echo 49de9c6761f3446ca812fa011064d874 2024-04-03 08:14:15.593 | 49de9c6761f3446ca812fa011064d874 2024-04-03 08:14:15.593 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-04-03 08:14:15.593 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-03 08:14:15.593 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-04-03 08:14:15.593 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-03 08:14:15.593 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-04-03 08:14:15.593 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.593 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-03 08:14:15.593 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-03 08:14:15.593 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-04-03 08:14:15.593 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:15.593 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a7be1e52bd6e4007afe13b74b9290642 2024-04-03 08:14:15.593 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a7be1e52bd6e4007afe13b74b9290642 2024-04-03 08:14:15.593 | + functions-common:get_or_create_endpoint:1123 : public_id=a7be1e52bd6e4007afe13b74b9290642 2024-04-03 08:14:15.593 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-03 08:14:15.593 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-03 08:14:15.593 | + functions-common:get_or_create_endpoint:1132 : echo a7be1e52bd6e4007afe13b74b9290642 2024-04-03 08:14:15.593 | a7be1e52bd6e4007afe13b74b9290642 2024-04-03 08:14:15.593 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-04-03 08:14:15.593 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:15.593 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-04-03 08:14:15.593 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:15.593 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-04-03 08:14:15.593 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:15.593 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-04-03 08:14:15.593 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:15.593 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-04-03 08:14:15.624 | [4647 Async create_nova_accounts:37051]: finished create_nova_accounts with result 0 in 23 seconds 2024-04-03 08:14:15.649 | [4647 Async create_glance_accounts:37174]: Waiting for completion of create_glance_accounts running on PID 37174 (4 other jobs running) 2024-04-03 08:14:15.666 | [4647 Async create_glance_accounts:37174]: Signaling child to exit 2024-04-03 08:14:16.309 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:14:16.329 | [37174 Async create_glance_accounts:37174]: finished successfully 2024-04-03 08:14:16.345 | WAKEUP 2024-04-03 08:14:16.361 | [4647 Async create_glance_accounts:37174]: Signaled 2024-04-03 08:14:16.362 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-04-03 08:14:16.362 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:16.362 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-04-03 08:14:16.362 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-04-03 08:14:16.362 | + functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:14:16.362 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-03 08:14:16.362 | + functions-common:get_or_create_user:926 : local email= 2024-04-03 08:14:16.362 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-03 08:14:16.362 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.362 | + functions-common:get_or_create_user:938 : user_id=50c900042f9941a8ad3afa5c4ce90426 2024-04-03 08:14:16.362 | + functions-common:get_or_create_user:939 : echo 50c900042f9941a8ad3afa5c4ce90426 2024-04-03 08:14:16.362 | 50c900042f9941a8ad3afa5c4ce90426 2024-04-03 08:14:16.362 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-04-03 08:14:16.362 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:14:16.362 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:14:16.362 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-03 08:14:16.362 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:14:16.362 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:14:16.362 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-03 08:14:16.362 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-03 08:14:16.362 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-03 08:14:16.362 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-03 08:14:16.362 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-03 08:14:16.362 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-03 08:14:16.362 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-04-03 08:14:16.362 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-03 08:14:16.362 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.362 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.362 | + functions-common:get_or_add_user_project_role:1003 : echo 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.362 | 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.362 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-03 08:14:16.362 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-04-03 08:14:16.363 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:16.363 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-04-03 08:14:16.363 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-03 08:14:16.363 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-04-03 08:14:16.363 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-04-03 08:14:16.363 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.363 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-03 08:14:16.363 | e49b5c09c6784541bc3ce05667cf8053' 2024-04-03 08:14:16.363 | + functions-common:get_or_create_service:1090 : echo e49b5c09c6784541bc3ce05667cf8053 2024-04-03 08:14:16.363 | e49b5c09c6784541bc3ce05667cf8053 2024-04-03 08:14:16.363 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-04-03 08:14:16.363 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-03 08:14:16.363 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-04-03 08:14:16.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-03 08:14:16.363 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-04-03 08:14:16.363 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-03 08:14:16.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-03 08:14:16.363 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-04-03 08:14:16.363 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b15f8e1c7b22478ab083b0041b2a808f 2024-04-03 08:14:16.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b15f8e1c7b22478ab083b0041b2a808f 2024-04-03 08:14:16.363 | + functions-common:get_or_create_endpoint:1123 : public_id=b15f8e1c7b22478ab083b0041b2a808f 2024-04-03 08:14:16.363 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-03 08:14:16.363 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-03 08:14:16.363 | + functions-common:get_or_create_endpoint:1132 : echo b15f8e1c7b22478ab083b0041b2a808f 2024-04-03 08:14:16.363 | b15f8e1c7b22478ab083b0041b2a808f 2024-04-03 08:14:16.363 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-04-03 08:14:16.363 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-04-03 08:14:16.363 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-04-03 08:14:16.363 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.363 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-04-03 08:14:16.363 | ++ functions-common:get_or_create_domain:901 : echo default 2024-04-03 08:14:16.363 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-04-03 08:14:16.363 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-04-03 08:14:16.363 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-04-03 08:14:16.363 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-04-03 08:14:16.363 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-04-03 08:14:16.363 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-04-03 08:14:16.363 | +---------------+----------------------------------+ 2024-04-03 08:14:16.363 | | Field | Value | 2024-04-03 08:14:16.363 | +---------------+----------------------------------+ 2024-04-03 08:14:16.363 | | default_limit | 1000 | 2024-04-03 08:14:16.363 | | description | None | 2024-04-03 08:14:16.363 | | id | d9295de86db8495d8033afa8b43b987e | 2024-04-03 08:14:16.363 | | region_id | RegionOne | 2024-04-03 08:14:16.364 | | resource_name | image_size_total | 2024-04-03 08:14:16.364 | | service_id | e49b5c09c6784541bc3ce05667cf8053 | 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | | Field | Value | 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | | default_limit | 1000 | 2024-04-03 08:14:16.364 | | description | None | 2024-04-03 08:14:16.364 | | id | 90cc5f30f268496baf118659adbd7a02 | 2024-04-03 08:14:16.364 | | region_id | RegionOne | 2024-04-03 08:14:16.364 | | resource_name | image_stage_total | 2024-04-03 08:14:16.364 | | service_id | e49b5c09c6784541bc3ce05667cf8053 | 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | | Field | Value | 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | | default_limit | 100 | 2024-04-03 08:14:16.364 | | description | None | 2024-04-03 08:14:16.364 | | id | b183690c51e84a68819b5bf19ad33760 | 2024-04-03 08:14:16.364 | | region_id | RegionOne | 2024-04-03 08:14:16.364 | | resource_name | image_count_total | 2024-04-03 08:14:16.364 | | service_id | e49b5c09c6784541bc3ce05667cf8053 | 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | | Field | Value | 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | | default_limit | 100 | 2024-04-03 08:14:16.364 | | description | None | 2024-04-03 08:14:16.364 | | id | 45c6fa93ba614d4180702095bf6f208e | 2024-04-03 08:14:16.364 | | region_id | RegionOne | 2024-04-03 08:14:16.364 | | resource_name | image_count_uploading | 2024-04-03 08:14:16.364 | | service_id | e49b5c09c6784541bc3ce05667cf8053 | 2024-04-03 08:14:16.364 | +---------------+----------------------------------+ 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-04-03 08:14:16.364 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-04-03 08:14:16.364 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id b15f8e1c7b22478ab083b0041b2a808f 2024-04-03 08:14:16.364 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-04-03 08:14:16.393 | [4647 Async create_glance_accounts:37174]: finished create_glance_accounts with result 0 in 24 seconds 2024-04-03 08:14:16.419 | [4647 Async create_cinder_accounts:37313]: Waiting for completion of create_cinder_accounts running on PID 37313 (3 other jobs running) 2024-04-03 08:14:16.437 | [4647 Async create_cinder_accounts:37313]: Signaling child to exit 2024-04-03 08:14:16.437 | WAKEUP 2024-04-03 08:14:16.452 | [4647 Async create_cinder_accounts:37313]: Signaled 2024-04-03 08:14:16.453 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-04-03 08:14:16.453 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-04-03 08:14:16.453 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-04-03 08:14:16.453 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:16.453 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-04-03 08:14:16.453 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-04-03 08:14:16.453 | + functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:14:16.453 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-03 08:14:16.453 | + functions-common:get_or_create_user:926 : local email= 2024-04-03 08:14:16.453 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-03 08:14:16.453 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.453 | + functions-common:get_or_create_user:938 : user_id=74e28cfa51dd49c0adda0afe54d6063b 2024-04-03 08:14:16.453 | + functions-common:get_or_create_user:939 : echo 74e28cfa51dd49c0adda0afe54d6063b 2024-04-03 08:14:16.453 | 74e28cfa51dd49c0adda0afe54d6063b 2024-04-03 08:14:16.453 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-04-03 08:14:16.453 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:14:16.453 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:14:16.453 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-03 08:14:16.453 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:14:16.453 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:14:16.453 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-03 08:14:16.453 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-03 08:14:16.453 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-03 08:14:16.453 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-03 08:14:16.453 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-03 08:14:16.453 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-03 08:14:16.453 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-04-03 08:14:16.454 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-03 08:14:16.454 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.454 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.454 | + functions-common:get_or_add_user_project_role:1003 : echo 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.454 | 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.454 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-03 08:14:16.454 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-04-03 08:14:16.454 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-03 08:14:16.454 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-04-03 08:14:16.454 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-04-03 08:14:16.454 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.454 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-03 08:14:16.454 | 0bf924e18795494db3d0049d9d351d36' 2024-04-03 08:14:16.454 | + functions-common:get_or_create_service:1090 : echo 0bf924e18795494db3d0049d9d351d36 2024-04-03 08:14:16.454 | 0bf924e18795494db3d0049d9d351d36 2024-04-03 08:14:16.454 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-04-03 08:14:16.454 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-04-03 08:14:16.454 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-03 08:14:16.454 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-04-03 08:14:16.454 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-03 08:14:16.454 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-04-03 08:14:16.454 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.454 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-03 08:14:16.454 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-03 08:14:16.454 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-04-03 08:14:16.454 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.454 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a3f1ae33036346028c296e370f6d4c80 2024-04-03 08:14:16.454 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a3f1ae33036346028c296e370f6d4c80 2024-04-03 08:14:16.454 | + functions-common:get_or_create_endpoint:1123 : public_id=a3f1ae33036346028c296e370f6d4c80 2024-04-03 08:14:16.454 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-03 08:14:16.454 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-03 08:14:16.454 | + functions-common:get_or_create_endpoint:1132 : echo a3f1ae33036346028c296e370f6d4c80 2024-04-03 08:14:16.454 | a3f1ae33036346028c296e370f6d4c80 2024-04-03 08:14:16.454 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-04-03 08:14:16.454 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-03 08:14:16.454 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-04-03 08:14:16.455 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.455 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-03 08:14:16.455 | b4b99b0b555e4f2fa373973259888690' 2024-04-03 08:14:16.455 | + functions-common:get_or_create_service:1090 : echo b4b99b0b555e4f2fa373973259888690 2024-04-03 08:14:16.455 | b4b99b0b555e4f2fa373973259888690 2024-04-03 08:14:16.455 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-04-03 08:14:16.455 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-04-03 08:14:16.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-03 08:14:16.455 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-04-03 08:14:16.455 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-03 08:14:16.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-03 08:14:16.455 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-04-03 08:14:16.455 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=64a4c3b2a09c4e32b7ff32001eef3ebb 2024-04-03 08:14:16.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 64a4c3b2a09c4e32b7ff32001eef3ebb 2024-04-03 08:14:16.455 | + functions-common:get_or_create_endpoint:1123 : public_id=64a4c3b2a09c4e32b7ff32001eef3ebb 2024-04-03 08:14:16.455 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-03 08:14:16.455 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-03 08:14:16.455 | + functions-common:get_or_create_endpoint:1132 : echo 64a4c3b2a09c4e32b7ff32001eef3ebb 2024-04-03 08:14:16.455 | 64a4c3b2a09c4e32b7ff32001eef3ebb 2024-04-03 08:14:16.455 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-04-03 08:14:16.455 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-03 08:14:16.455 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-04-03 08:14:16.455 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_project:951 : project_id=5a97b8d4d95a4646a7b6ed701ab65608 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_project:952 : echo 5a97b8d4d95a4646a7b6ed701ab65608 2024-04-03 08:14:16.455 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 5a97b8d4d95a4646a7b6ed701ab65608 2024-04-03 08:14:16.455 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_user:926 : local email= 2024-04-03 08:14:16.455 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-04-03 08:14:16.455 | No password was supplied, authentication will fail when a user does not have a password. 2024-04-03 08:14:16.455 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_user:938 : user_id=74e28cfa51dd49c0adda0afe54d6063b 2024-04-03 08:14:16.455 | ++ functions-common:get_or_create_user:939 : echo 74e28cfa51dd49c0adda0afe54d6063b 2024-04-03 08:14:16.455 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 74e28cfa51dd49c0adda0afe54d6063b 2024-04-03 08:14:16.484 | [4647 Async create_cinder_accounts:37313]: finished create_cinder_accounts with result 0 in 22 seconds 2024-04-03 08:14:16.487 | + inc/async:async_wait:197 : return 0 2024-04-03 08:14:16.489 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-04-03 08:14:16.525 | [4647 Async create_neutron_accounts:37456]: Waiting for completion of create_neutron_accounts running on PID 37456 (2 other jobs running) 2024-04-03 08:14:16.542 | [4647 Async create_neutron_accounts:37456]: Signaling child to exit 2024-04-03 08:14:16.542 | WAKEUP 2024-04-03 08:14:16.557 | [4647 Async create_neutron_accounts:37456]: Signaled 2024-04-03 08:14:16.558 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-04-03 08:14:16.558 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-04-03 08:14:16.558 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-04-03 08:14:16.558 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-04-03 08:14:16.558 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-04-03 08:14:16.558 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-04-03 08:14:16.558 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:16.558 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-04-03 08:14:16.558 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-04-03 08:14:16.558 | + functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:14:16.558 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-03 08:14:16.558 | + functions-common:get_or_create_user:926 : local email= 2024-04-03 08:14:16.558 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-03 08:14:16.558 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.558 | + functions-common:get_or_create_user:938 : user_id=3ffe592f97604ec396a0ea164605666e 2024-04-03 08:14:16.558 | + functions-common:get_or_create_user:939 : echo 3ffe592f97604ec396a0ea164605666e 2024-04-03 08:14:16.558 | 3ffe592f97604ec396a0ea164605666e 2024-04-03 08:14:16.558 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-04-03 08:14:16.558 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:14:16.558 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:14:16.558 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-03 08:14:16.558 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:14:16.558 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:14:16.558 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-03 08:14:16.558 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-03 08:14:16.558 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-03 08:14:16.558 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-03 08:14:16.558 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-03 08:14:16.558 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-03 08:14:16.558 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-04-03 08:14:16.558 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-03 08:14:16.559 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.559 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.559 | + functions-common:get_or_add_user_project_role:1003 : echo 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.559 | 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:14:16.559 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-03 08:14:16.559 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-04-03 08:14:16.559 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-03 08:14:16.559 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-04-03 08:14:16.559 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-04-03 08:14:16.559 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.559 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-03 08:14:16.559 | 12cd3f9889804edcadc60f47c5de8f6f' 2024-04-03 08:14:16.559 | + functions-common:get_or_create_service:1090 : echo 12cd3f9889804edcadc60f47c5de8f6f 2024-04-03 08:14:16.559 | 12cd3f9889804edcadc60f47c5de8f6f 2024-04-03 08:14:16.559 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-04-03 08:14:16.559 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-03 08:14:16.559 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-04-03 08:14:16.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-03 08:14:16.559 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-04-03 08:14:16.559 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-03 08:14:16.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-03 08:14:16.559 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-04-03 08:14:16.560 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:14:16.560 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=576db9d9304f4a92acd8604ea502da4d 2024-04-03 08:14:16.560 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 576db9d9304f4a92acd8604ea502da4d 2024-04-03 08:14:16.560 | + functions-common:get_or_create_endpoint:1123 : public_id=576db9d9304f4a92acd8604ea502da4d 2024-04-03 08:14:16.560 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-03 08:14:16.560 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-03 08:14:16.560 | + functions-common:get_or_create_endpoint:1132 : echo 576db9d9304f4a92acd8604ea502da4d 2024-04-03 08:14:16.560 | 576db9d9304f4a92acd8604ea502da4d 2024-04-03 08:14:16.589 | [4647 Async create_neutron_accounts:37456]: finished create_neutron_accounts with result 0 in 13 seconds 2024-04-03 08:14:16.594 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-04-03 08:14:16.598 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-04-03 08:14:16.600 | + inc/async:async_wait:197 : return 0 2024-04-03 08:14:16.602 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-04-03 08:14:16.616 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:16.617 | + stack.sh:main:1161 : is_service_enabled glance 2024-04-03 08:14:16.631 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:16.633 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-04-03 08:14:16.635 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:14:16.637 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-04-03 08:14:16.639 | + stack.sh:main:1163 : async_runfunc init_glance 2024-04-03 08:14:16.641 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-04-03 08:14:16.687 | + inc/async:async_inner:63 : init_glance 2024-04-03 08:14:16.716 | [4647 Async init_glance:39738]: running: init_glance 2024-04-03 08:14:16.718 | + stack.sh:main:1170 : is_service_enabled neutron 2024-04-03 08:14:16.733 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:16.735 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-04-03 08:14:16.737 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:14:16.739 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-04-03 08:14:16.741 | + stack.sh:main:1173 : configure_neutron 2024-04-03 08:14:16.743 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-04-03 08:14:16.745 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-04-03 08:14:16.747 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-04-03 08:14:16.757 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-04-03 08:14:16.758 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-04-03 08:14:20.982 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:14:21.000 | [39738 Async init_glance:39738]: finished successfully 2024-04-03 08:14:36.374 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-04-03 08:14:36.378 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-04-03 08:14:36.380 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-04-03 08:14:36.382 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-04-03 08:14:36.384 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-04-03 08:14:36.386 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-04-03 08:14:36.388 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-04-03 08:14:36.390 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-04-03 08:14:36.392 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-04-03 08:14:36.394 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-04-03 08:14:36.396 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-04-03 08:14:36.397 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-04-03 08:14:36.399 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-04-03 08:14:36.401 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-04-03 08:14:36.403 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-04-03 08:14:36.405 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-04-03 08:14:36.408 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:36.410 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:36.412 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-04-03 08:14:36.414 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:36.418 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-04-03 08:14:36.420 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-04-03 08:14:36.421 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-04-03 08:14:36.423 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-04-03 08:14:36.425 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:14:36.427 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:14:36.428 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:14:36.441 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:36.443 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:14:36.445 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-04-03 08:14:36.447 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-04-03 08:14:36.472 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-04-03 08:14:36.496 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-04-03 08:14:36.520 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-04-03 08:14:36.545 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-04-03 08:14:36.570 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-04-03 08:14:36.594 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-04-03 08:14:36.596 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-04-03 08:14:36.598 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-04-03 08:14:36.600 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-04-03 08:14:36.602 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-03 08:14:36.615 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-03 08:14:36.617 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-03 08:14:36.619 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-03 08:14:36.621 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-03 08:14:36.623 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-03 08:14:36.646 | + functions:setup_systemd_logging:715 : 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' 2024-04-03 08:14:36.669 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-03 08:14:36.693 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-03 08:14:36.717 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-04-03 08:14:36.729 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:36.731 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-04-03 08:14:36.733 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-04-03 08:14:36.735 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-04-03 08:14:36.736 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-04-03 08:14:36.738 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-04-03 08:14:36.740 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-04-03 08:14:36.742 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-04-03 08:14:36.744 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-04-03 08:14:36.755 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-04-03 08:14:36.764 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-04-03 08:14:36.766 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-04-03 08:14:36.775 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-04-03 08:14:36.785 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-04-03 08:14:36.794 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-04-03 08:14:36.796 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-03 08:14:36.798 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-04-03 08:14:36.801 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.KfYkG1GxaZ 2024-04-03 08:14:36.803 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-04-03 08:14:36.806 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-03 08:14:36.808 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.KfYkG1GxaZ 2024-04-03 08:14:36.811 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.KfYkG1GxaZ 2024-04-03 08:14:36.820 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.KfYkG1GxaZ /etc/sudoers.d/neutron-rootwrap 2024-04-03 08:14:36.829 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-04-03 08:14:36.831 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-04-03 08:14:36.833 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-03 08:14:36.856 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-03 08:14:36.858 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-03 08:14:36.881 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-04-03 08:14:36.883 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-04-03 08:14:36.884 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-04-03 08:14:36.886 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-03 08:14:36.888 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-03 08:14:36.890 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-03 08:14:36.904 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:36.906 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-03 08:14:36.908 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-03 08:14:36.910 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-03 08:14:36.924 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:36.926 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:14:36.928 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-03 08:14:36.953 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-03 08:14:36.955 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-03 08:14:36.957 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-04-03 08:14:36.970 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:36.972 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-04-03 08:14:36.985 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:36.987 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-04-03 08:14:36.988 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:36.990 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:36.992 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-03 08:14:37.018 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-03 08:14:37.020 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-03 08:14:37.043 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-04-03 08:14:37.067 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-04-03 08:14:37.069 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-04-03 08:14:37.071 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-04-03 08:14:37.073 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-04-03 08:14:38.376 | INFO neutron.common.config [-] Logging enabled! 2024-04-03 08:14:38.377 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev15 2024-04-03 08:14:38.377 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40652) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-04-03 08:14:38.378 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-04-03 08:14:38.378 | 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/tmpeenldy5o/privsep.sock'] 2024-04-03 08:14:39.083 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-04-03 08:14:39.083 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpeenldy5o/privsep.sock {{(pid=40652) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-04-03 08:14:39.083 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-04-03 08:14:39.084 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-04-03 08:14:39.084 | 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 2024-04-03 08:14:39.084 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 40664 2024-04-03 08:14:39.085 | DEBUG oslo.privsep.daemon [-] privsep: reply[0dac9529-9c80-4de3-8984-e4db9ee9ea1f]: (2,) {{(pid=40664) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:14:39.171 | 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=40664) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-04-03 08:14:39.181 | 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.010s {{(pid=40664) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-04-03 08:14:39.181 | DEBUG oslo.privsep.daemon [-] privsep: reply[8d335e8f-3c11-4be0-a3c6-ec452a3ec00f]: (4, ('19c27952-76aa-4701-8a81-56a2145d32e7\n', '')) {{(pid=40664) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:14:39.294 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40652) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-03 08:14:39.294 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40652) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-03 08:14:39.295 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40652) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-03 08:14:39.295 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40652) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-03 08:14:39.295 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40652) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-03 08:14:39.295 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40652) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-03 08:14:39.329 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-04-03 08:14:39.329 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40652) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-04-03 08:14:39.329 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40652) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-04-03 08:14:39.329 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-04-03 08:14:39.594 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-04-03 08:14:39.597 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-04-03 08:14:39.599 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-04-03 08:14:39.601 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-03 08:14:39.603 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-04-03 08:14:39.616 | + 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 2024-04-03 08:14:39.629 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-04-03 08:14:39.631 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-04-03 08:14:39.633 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-04-03 08:14:39.657 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-04-03 08:14:39.660 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-04-03 08:14:39.666 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-04-03 08:14:39.668 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-04-03 08:14:39.670 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-04-03 08:14:39.703 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-04-03 08:14:39.716 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-04-03 08:14:39.717 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-04-03 08:14:39.725 | net.bridge.bridge-nf-call-iptables = 1 2024-04-03 08:14:39.728 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-04-03 08:14:39.730 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-04-03 08:14:39.736 | net.bridge.bridge-nf-call-ip6tables = 1 2024-04-03 08:14:39.739 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-04-03 08:14:39.741 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-04-03 08:14:39.743 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-04-03 08:14:39.745 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-04-03 08:14:39.747 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-04-03 08:14:39.749 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-04-03 08:14:39.751 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-04-03 08:14:39.753 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-04-03 08:14:39.754 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-03 08:14:39.757 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-04-03 08:14:39.769 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-04-03 08:14:39.771 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2024-04-03 08:14:39.797 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-04-03 08:14:39.798 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-04-03 08:14:39.822 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-04-03 08:14:39.846 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-04-03 08:14:39.859 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:39.861 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-04-03 08:14:39.863 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-04-03 08:14:39.866 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-04-03 08:14:39.890 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-04-03 08:14:39.913 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-04-03 08:14:39.915 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-04-03 08:14:39.917 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-03 08:14:39.940 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-03 08:14:39.942 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-03 08:14:39.966 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-04-03 08:14:39.979 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:39.981 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-04-03 08:14:39.983 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-04-03 08:14:40.006 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-04-03 08:14:40.008 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-04-03 08:14:40.010 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-04-03 08:14:40.034 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-04-03 08:14:40.036 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-04-03 08:14:40.038 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-04-03 08:14:40.040 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-04-03 08:14:40.052 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:40.054 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-04-03 08:14:40.056 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-04-03 08:14:40.060 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-04-03 08:14:40.083 | + 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' 2024-04-03 08:14:40.108 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-04-03 08:14:40.110 | + 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' 2024-04-03 08:14:40.135 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-04-03 08:14:40.138 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-04-03 08:14:40.162 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-04-03 08:14:40.163 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-04-03 08:14:40.165 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-04-03 08:14:40.189 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-04-03 08:14:40.190 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-04-03 08:14:40.192 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-04-03 08:14:40.194 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-04-03 08:14:41.490 | INFO neutron.common.config [-] Logging enabled! 2024-04-03 08:14:41.490 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev15 2024-04-03 08:14:41.491 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=41251) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-04-03 08:14:41.515 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=41251) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-03 08:14:41.515 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=41251) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-03 08:14:41.515 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=41251) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-03 08:14:41.515 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=41251) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-03 08:14:41.515 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=41251) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-03 08:14:41.515 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=41251) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-03 08:14:41.548 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-04-03 08:14:41.549 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=41251) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-04-03 08:14:41.549 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=41251) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-04-03 08:14:41.549 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-04-03 08:14:41.804 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-04-03 08:14:41.807 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-04-03 08:14:41.809 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-04-03 08:14:41.811 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-04-03 08:14:41.813 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-04-03 08:14:41.815 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-03 08:14:41.817 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-04-03 08:14:41.830 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-04-03 08:14:41.832 | + functions:set_mtu:796 : local dev=br-ex 2024-04-03 08:14:41.835 | + functions:set_mtu:797 : local mtu=8950 2024-04-03 08:14:41.837 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-04-03 08:14:41.848 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-04-03 08:14:41.861 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-04-03 08:14:41.863 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-04-03 08:14:41.865 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-04-03 08:14:41.867 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-04-03 08:14:41.868 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-04-03 08:14:41.870 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-04-03 08:14:41.873 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-04-03 08:14:41.874 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-04-03 08:14:41.876 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-04-03 08:14:41.878 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-04-03 08:14:41.880 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-04-03 08:14:41.882 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-04-03 08:14:41.884 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-04-03 08:14:41.886 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-04-03 08:14:41.889 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-04-03 08:14:41.889 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-04-03 08:14:41.894 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-04-03 08:14:41.896 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-04-03 08:14:41.897 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-04-03 08:14:41.899 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-04-03 08:14:41.902 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-04-03 08:14:41.903 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-04-03 08:14:41.903 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-04-03 08:14:41.911 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-04-03 08:14:41.913 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-04-03 08:14:41.915 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-04-03 08:14:41.916 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-04-03 08:14:41.918 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-04-03 08:14:41.920 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-04-03 08:14:41.922 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-04-03 08:14:41.935 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-04-03 08:14:41.936 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-04-03 08:14:41.940 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-04-03 08:14:41.942 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-04-03 08:14:41.955 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:41.957 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-04-03 08:14:41.959 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-04-03 08:14:41.962 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-04-03 08:14:41.986 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-04-03 08:14:42.010 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-04-03 08:14:42.033 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-04-03 08:14:42.035 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-04-03 08:14:42.037 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-03 08:14:42.060 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-03 08:14:42.062 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-03 08:14:42.086 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-03 08:14:42.088 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-04-03 08:14:42.101 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:42.102 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-04-03 08:14:42.104 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-04-03 08:14:42.118 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:42.120 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-04-03 08:14:42.133 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:42.135 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-04-03 08:14:42.148 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:42.150 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-04-03 08:14:42.163 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:42.165 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-04-03 08:14:42.167 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-04-03 08:14:42.169 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-04-03 08:14:42.173 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-04-03 08:14:42.175 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-04-03 08:14:42.177 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-04-03 08:14:42.179 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-04-03 08:14:42.181 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-04-03 08:14:42.183 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-04-03 08:14:42.187 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-04-03 08:14:42.190 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-04-03 08:14:42.194 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-04-03 08:14:42.218 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-04-03 08:14:42.243 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-04-03 08:14:42.267 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-04-03 08:14:42.292 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-04-03 08:14:42.294 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-03 08:14:42.296 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-04-03 08:14:42.298 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-03 08:14:42.300 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-04-03 08:14:42.323 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-04-03 08:14:42.347 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-03 08:14:42.372 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-04-03 08:14:42.396 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-04-03 08:14:42.420 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-04-03 08:14:42.445 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-04-03 08:14:42.470 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-04-03 08:14:42.495 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-03 08:14:42.519 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-04-03 08:14:42.545 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-04-03 08:14:42.569 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-04-03 08:14:42.596 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-04-03 08:14:42.598 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-03 08:14:42.600 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-03 08:14:42.602 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-04-03 08:14:42.604 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-04-03 08:14:42.629 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-04-03 08:14:42.654 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-04-03 08:14:42.678 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-04-03 08:14:42.704 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-04-03 08:14:42.729 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-04-03 08:14:42.755 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-04-03 08:14:42.781 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-04-03 08:14:42.807 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-04-03 08:14:42.831 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-04-03 08:14:42.857 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-04-03 08:14:42.858 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-03 08:14:42.860 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-04-03 08:14:42.862 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-04-03 08:14:42.864 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-04-03 08:14:42.889 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-04-03 08:14:42.913 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-04-03 08:14:42.938 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-04-03 08:14:42.963 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-04-03 08:14:42.987 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-04-03 08:14:43.011 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-04-03 08:14:43.036 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-04-03 08:14:43.060 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-04-03 08:14:43.084 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-04-03 08:14:43.109 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-04-03 08:14:43.110 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-04-03 08:14:43.112 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-04-03 08:14:43.114 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-04-03 08:14:43.116 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-04-03 08:14:43.118 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-04-03 08:14:43.120 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-04-03 08:14:43.122 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-04-03 08:14:43.124 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-04-03 08:14:43.126 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-04-03 08:14:43.127 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-04-03 08:14:43.129 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-04-03 08:14:43.131 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-04-03 08:14:43.133 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-04-03 08:14:43.135 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-04-03 08:14:43.137 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-04-03 08:14:43.139 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-04-03 08:14:43.141 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-04-03 08:14:43.142 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2024-04-03 08:14:43.144 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.146 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-04-03 08:14:43.148 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-04-03 08:14:43.150 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-04-03 08:14:43.152 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.154 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-04-03 08:14:43.177 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-04-03 08:14:43.179 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.181 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-03 08:14:43.183 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-04-03 08:14:43.184 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-04-03 08:14:43.186 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.188 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-04-03 08:14:43.211 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-04-03 08:14:43.213 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2024-04-03 08:14:43.214 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.216 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-03 08:14:43.218 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-04-03 08:14:43.220 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-04-03 08:14:43.222 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.224 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-04-03 08:14:43.247 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-04-03 08:14:43.249 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2024-04-03 08:14:43.251 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.253 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-03 08:14:43.255 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-04-03 08:14:43.256 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-04-03 08:14:43.258 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.260 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-04-03 08:14:43.283 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2024-04-03 08:14:43.285 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.287 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-03 08:14:43.288 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-04-03 08:14:43.290 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-04-03 08:14:43.292 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.294 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-04-03 08:14:43.317 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2024-04-03 08:14:43.319 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.321 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-04-03 08:14:43.323 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-04-03 08:14:43.325 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-04-03 08:14:43.327 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.329 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2024-04-03 08:14:43.354 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2024-04-03 08:14:43.356 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.358 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-04-03 08:14:43.360 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-04-03 08:14:43.362 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-04-03 08:14:43.364 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.366 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-04-03 08:14:43.389 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2024-04-03 08:14:43.390 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.392 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-04-03 08:14:43.394 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-04-03 08:14:43.396 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-04-03 08:14:43.398 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.400 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-04-03 08:14:43.423 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2024-04-03 08:14:43.425 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.427 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-04-03 08:14:43.429 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-04-03 08:14:43.431 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-04-03 08:14:43.432 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.434 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2024-04-03 08:14:43.458 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2024-04-03 08:14:43.460 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:14:43.461 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-04-03 08:14:43.463 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-04-03 08:14:43.465 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-04-03 08:14:43.467 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-03 08:14:43.469 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-04-03 08:14:43.492 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-03 08:14:43.494 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-04-03 08:14:43.519 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-04-03 08:14:43.543 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-04-03 08:14:43.545 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-04-03 08:14:43.559 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:43.561 | + stack.sh:main:1176 : is_service_enabled neutron 2024-04-03 08:14:43.574 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:43.576 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-04-03 08:14:43.578 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-04-03 08:14:43.625 | + inc/async:async_inner:63 : init_neutron 2024-04-03 08:14:43.654 | [4647 Async init_neutron:43050]: running: init_neutron 2024-04-03 08:14:43.657 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-04-03 08:14:43.671 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:43.674 | ++ stack.sh:main:1189 : pidof NetworkManager 2024-04-03 08:14:43.685 | ++ stack.sh:main:1189 : true 2024-04-03 08:14:43.688 | + stack.sh:main:1189 : netman_pid= 2024-04-03 08:14:43.690 | + stack.sh:main:1190 : '[' -z '' ']' 2024-04-03 08:14:43.692 | + stack.sh:main:1191 : sudo killall dnsmasq 2024-04-03 08:14:43.702 | dnsmasq: no process found 2024-04-03 08:14:43.706 | + stack.sh:main:1191 : true 2024-04-03 08:14:43.708 | + stack.sh:main:1196 : clean_iptables 2024-04-03 08:14:43.710 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-04-03 08:14:43.710 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-03 08:14:43.712 | + lib/nova:clean_iptables:184 : grep nova 2024-04-03 08:14:43.712 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-04-03 08:14:43.712 | + lib/nova:clean_iptables:184 : bash 2024-04-03 08:14:43.712 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-04-03 08:14:43.713 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-04-03 08:14:43.746 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-04-03 08:14:43.747 | + lib/nova:clean_iptables:186 : grep nova 2024-04-03 08:14:43.747 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-03 08:14:43.748 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-04-03 08:14:43.748 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-04-03 08:14:43.749 | + lib/nova:clean_iptables:186 : bash 2024-04-03 08:14:43.754 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-04-03 08:14:43.759 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-03 08:14:43.759 | + lib/nova:clean_iptables:188 : grep nova 2024-04-03 08:14:43.759 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-04-03 08:14:43.759 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-04-03 08:14:43.761 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-04-03 08:14:43.761 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-04-03 08:14:43.762 | + lib/nova:clean_iptables:188 : bash 2024-04-03 08:14:43.770 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-04-03 08:14:43.770 | + lib/nova:clean_iptables:190 : grep nova 2024-04-03 08:14:43.770 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-03 08:14:43.772 | + lib/nova:clean_iptables:190 : bash 2024-04-03 08:14:43.772 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-04-03 08:14:43.772 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-04-03 08:14:43.774 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-04-03 08:14:43.781 | + stack.sh:main:1199 : sudo sysctl -w net.ipv4.ip_forward=1 2024-04-03 08:14:43.788 | net.ipv4.ip_forward = 1 2024-04-03 08:14:43.792 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-04-03 08:14:43.806 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:43.808 | + stack.sh:main:1205 : configure_os_vif 2024-04-03 08:14:43.809 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-04-03 08:14:43.811 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-04-03 08:14:43.837 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-04-03 08:14:43.839 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-04-03 08:14:43.868 | + stack.sh:main:1211 : is_service_enabled swift 2024-04-03 08:14:43.881 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:14:43.883 | + stack.sh:main:1220 : is_service_enabled cinder 2024-04-03 08:14:43.897 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:43.899 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-04-03 08:14:43.901 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:14:43.902 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-04-03 08:14:43.905 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-04-03 08:14:43.907 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-04-03 08:14:43.954 | + inc/async:async_inner:63 : init_cinder 2024-04-03 08:14:43.984 | [4647 Async init_cinder:43400]: running: init_cinder 2024-04-03 08:14:43.987 | + stack.sh:main:1228 : is_service_enabled placement 2024-04-03 08:14:44.002 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:14:44.004 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-04-03 08:14:44.006 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:14:44.008 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-04-03 08:14:44.010 | + stack.sh:main:1230 : async_runfunc init_placement 2024-04-03 08:14:44.012 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-04-03 08:14:44.060 | + inc/async:async_inner:63 : init_placement 2024-04-03 08:14:44.090 | [4647 Async init_placement:43547]: running: init_placement 2024-04-03 08:14:44.092 | + stack.sh:main:1234 : async_wait init_neutron 2024-04-03 08:14:44.129 | [4647 Async init_neutron:43050]: Waiting for completion of init_neutron running on PID 43050 (5 other jobs running) 2024-04-03 08:14:44.147 | [4647 Async init_neutron:43050]: Signaling child to exit 2024-04-03 08:14:47.215 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:14:47.235 | [43400 Async init_cinder:43400]: finished successfully 2024-04-03 08:14:51.673 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:14:51.693 | [43050 Async init_neutron:43050]: finished successfully 2024-04-03 08:14:51.711 | WAKEUP 2024-04-03 08:14:51.728 | [4647 Async init_neutron:43050]: Signaled 2024-04-03 08:14:51.729 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-04-03 08:14:51.729 | + lib/database:recreate_database:112 : local db=neutron 2024-04-03 08:14:51.729 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-04-03 08:14:51.729 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-04-03 08:14:51.729 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-04-03 08:14:51.729 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-04-03 08:14:51.729 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-04-03 08:14:51.729 | + functions-common:time_start:2421 : local name=dbsync 2024-04-03 08:14:51.729 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:14:51.729 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:14:51.729 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:14:51.729 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132083663 2024-04-03 08:14:51.729 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-04-03 08:14:51.729 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-04-03 08:14:51.730 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-04-03 08:14:51.731 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-04-03 08:14:51.731 | Running upgrade for neutron ... 2024-04-03 08:14:51.731 | OK 2024-04-03 08:14:51.731 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-04-03 08:14:51.731 | + functions-common:time_stop:2435 : local name 2024-04-03 08:14:51.732 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:14:51.732 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:14:51.732 | + functions-common:time_stop:2438 : local total 2024-04-03 08:14:51.732 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:14:51.732 | + functions-common:time_stop:2441 : name=dbsync 2024-04-03 08:14:51.732 | + functions-common:time_stop:2442 : start_time=1712132083663 2024-04-03 08:14:51.732 | + functions-common:time_stop:2444 : [[ -z 1712132083663 ]] 2024-04-03 08:14:51.732 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:14:51.732 | + functions-common:time_stop:2447 : end_time=1712132091661 2024-04-03 08:14:51.732 | + functions-common:time_stop:2448 : elapsed_time=7998 2024-04-03 08:14:51.732 | + functions-common:time_stop:2449 : total=2778 2024-04-03 08:14:51.732 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:14:51.732 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10776 2024-04-03 08:14:51.761 | [4647 Async init_neutron:43050]: finished init_neutron with result 0 in 8 seconds 2024-04-03 08:14:51.764 | + inc/async:async_wait:197 : return 0 2024-04-03 08:14:51.766 | + stack.sh:main:1235 : async_wait init_placement 2024-04-03 08:14:51.803 | [4647 Async init_placement:43547]: Waiting for completion of init_placement running on PID 43547 (4 other jobs running) 2024-04-03 08:14:51.820 | [4647 Async init_placement:43547]: Signaling child to exit 2024-04-03 08:15:01.625 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:15:01.643 | [43547 Async init_placement:43547]: finished successfully 2024-04-03 08:15:01.659 | WAKEUP 2024-04-03 08:15:01.676 | [4647 Async init_placement:43547]: Signaled 2024-04-03 08:15:01.676 | + lib/placement:init_placement:143 : recreate_database placement 2024-04-03 08:15:01.676 | + lib/database:recreate_database:112 : local db=placement 2024-04-03 08:15:01.676 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-04-03 08:15:01.676 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-04-03 08:15:01.676 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-04-03 08:15:01.676 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-04-03 08:15:01.677 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-04-03 08:15:01.677 | + lib/placement:init_placement:145 : create_placement_accounts 2024-04-03 08:15:01.677 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-04-03 08:15:01.677 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-04-03 08:15:01.677 | + functions-common:get_or_create_user:922 : local user_id 2024-04-03 08:15:01.677 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-03 08:15:01.677 | + functions-common:get_or_create_user:926 : local email= 2024-04-03 08:15:01.677 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-03 08:15:01.677 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:01.677 | + functions-common:get_or_create_user:938 : user_id=b96ec89af71046ee841e93bc2ba03de8 2024-04-03 08:15:01.677 | + functions-common:get_or_create_user:939 : echo b96ec89af71046ee841e93bc2ba03de8 2024-04-03 08:15:01.677 | b96ec89af71046ee841e93bc2ba03de8 2024-04-03 08:15:01.677 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:15:01.677 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-04-03 08:15:01.677 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-03 08:15:01.677 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:1003 : echo 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:15:01.677 | 57ceeb88303844c7bc1fda55eadceb78 2024-04-03 08:15:01.677 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-04-03 08:15:01.677 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-03 08:15:01.677 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-03 08:15:01.677 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-04-03 08:15:01.677 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-03 08:15:01.677 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:15:01.677 | + functions-common:get_or_add_user_project_role:1003 : echo 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:15:01.677 | 492f3a4f2c434b1098cc3eb8069a4f9d 2024-04-03 08:15:01.677 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-04-03 08:15:01.677 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-04-03 08:15:01.677 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-03 08:15:01.677 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-04-03 08:15:01.677 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-04-03 08:15:01.677 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:01.678 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-03 08:15:01.678 | c2c1b31d9a8d49e6a774f0dfc7e23a7b' 2024-04-03 08:15:01.678 | + functions-common:get_or_create_service:1090 : echo c2c1b31d9a8d49e6a774f0dfc7e23a7b 2024-04-03 08:15:01.678 | c2c1b31d9a8d49e6a774f0dfc7e23a7b 2024-04-03 08:15:01.678 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-04-03 08:15:01.678 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-03 08:15:01.678 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-04-03 08:15:01.678 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-03 08:15:01.678 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-04-03 08:15:01.678 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:01.678 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-03 08:15:01.678 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-03 08:15:01.678 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-04-03 08:15:01.678 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:01.678 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=33c651db85364efaad29f138172eda54 2024-04-03 08:15:01.678 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 33c651db85364efaad29f138172eda54 2024-04-03 08:15:01.678 | + functions-common:get_or_create_endpoint:1123 : public_id=33c651db85364efaad29f138172eda54 2024-04-03 08:15:01.678 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-03 08:15:01.678 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-03 08:15:01.678 | + functions-common:get_or_create_endpoint:1132 : echo 33c651db85364efaad29f138172eda54 2024-04-03 08:15:01.678 | 33c651db85364efaad29f138172eda54 2024-04-03 08:15:01.709 | [4647 Async init_placement:43547]: finished init_placement with result 0 in 17 seconds 2024-04-03 08:15:01.712 | + inc/async:async_wait:197 : return 0 2024-04-03 08:15:01.714 | + stack.sh:main:1236 : async_wait init_glance 2024-04-03 08:15:01.750 | [4647 Async init_glance:39738]: Waiting for completion of init_glance running on PID 39738 (3 other jobs running) 2024-04-03 08:15:01.767 | [4647 Async init_glance:39738]: Signaling child to exit 2024-04-03 08:15:01.767 | WAKEUP 2024-04-03 08:15:01.783 | [4647 Async init_glance:39738]: Signaled 2024-04-03 08:15:01.784 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-04-03 08:15:01.784 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-04-03 08:15:01.784 | + lib/glance:init_glance:489 : recreate_database glance 2024-04-03 08:15:01.784 | + lib/database:recreate_database:112 : local db=glance 2024-04-03 08:15:01.784 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-04-03 08:15:01.784 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-04-03 08:15:01.784 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-04-03 08:15:01.784 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-04-03 08:15:01.784 | + lib/glance:init_glance:491 : time_start dbsync 2024-04-03 08:15:01.784 | + functions-common:time_start:2421 : local name=dbsync 2024-04-03 08:15:01.784 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:01.784 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:01.784 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:01.784 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132056733 2024-04-03 08:15:01.784 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-04-03 08:15:01.784 | INFO dbcounter [-] Registered counter for database glance 2024-04-03 08:15:01.784 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=39827) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:15:01.784 | DEBUG dbcounter [-] [39827] Writer thread running {{(pid=39827) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:01.784 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-03 08:15:01.784 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-03 08:15:01.784 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-03 08:15:01.784 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-03 08:15:01.784 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-03 08:15:01.785 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-03 08:15:01.785 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-04-03 08:15:01.785 | Database migration is up to date. No migration needed. 2024-04-03 08:15:01.785 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-04-03 08:15:01.785 | Database is synced successfully. 2024-04-03 08:15:01.785 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-04-03 08:15:01.785 | INFO dbcounter [-] Registered counter for database glance 2024-04-03 08:15:01.785 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=39859) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:15:01.785 | DEBUG dbcounter [-] [39859] Writer thread running {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:01.785 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-04-03 08:15:01.785 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-04-03 08:15:01.785 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=76,glance:SHOW=6,glance:INSERT=18 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.785 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-04-03 08:15:01.785 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=77,glance:INSERT=23 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=78,glance:INSERT=22 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:INSERT=21,glance:SELECT=79 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:INSERT=24,glance:SELECT=76 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-04-03 08:15:01.786 | DEBUG dbcounter [-] [39859] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=39859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-04-03 08:15:01.786 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-04-03 08:15:01.786 | + lib/glance:init_glance:497 : time_stop dbsync 2024-04-03 08:15:01.786 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:01.786 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:01.787 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:01.787 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:01.787 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:01.787 | + functions-common:time_stop:2441 : name=dbsync 2024-04-03 08:15:01.787 | + functions-common:time_stop:2442 : start_time=1712132056733 2024-04-03 08:15:01.787 | + functions-common:time_stop:2444 : [[ -z 1712132056733 ]] 2024-04-03 08:15:01.787 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:01.787 | + functions-common:time_stop:2447 : end_time=1712132060970 2024-04-03 08:15:01.787 | + functions-common:time_stop:2448 : elapsed_time=4237 2024-04-03 08:15:01.787 | + functions-common:time_stop:2449 : total=2778 2024-04-03 08:15:01.787 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:01.787 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7015 2024-04-03 08:15:01.816 | [4647 Async init_glance:39738]: finished init_glance with result 0 in 4 seconds 2024-04-03 08:15:01.819 | + inc/async:async_wait:197 : return 0 2024-04-03 08:15:01.821 | + stack.sh:main:1237 : async_wait init_swift 2024-04-03 08:15:01.836 | Not waiting for async task init_swift that we never started or has already been waited for 2024-04-03 08:15:01.838 | + inc/async:async_wait:197 : return 0 2024-04-03 08:15:01.841 | + stack.sh:main:1238 : async_wait init_cinder 2024-04-03 08:15:01.877 | [4647 Async init_cinder:43400]: Waiting for completion of init_cinder running on PID 43400 (2 other jobs running) 2024-04-03 08:15:01.894 | [4647 Async init_cinder:43400]: Signaling child to exit 2024-04-03 08:15:01.894 | WAKEUP 2024-04-03 08:15:01.910 | [4647 Async init_cinder:43400]: Signaled 2024-04-03 08:15:01.911 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-04-03 08:15:01.911 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:01.911 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-04-03 08:15:01.911 | + lib/database:recreate_database:112 : local db=cinder 2024-04-03 08:15:01.911 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-04-03 08:15:01.911 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-04-03 08:15:01.911 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-04-03 08:15:01.911 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-04-03 08:15:01.911 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-04-03 08:15:01.911 | + functions-common:time_start:2421 : local name=dbsync 2024-04-03 08:15:01.911 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:01.911 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:01.911 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:01.911 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132084009 2024-04-03 08:15:01.911 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-04-03 08:15:01.911 | INFO dbcounter [-] Registered counter for database cinder 2024-04-03 08:15:01.911 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=43506) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:15:01.911 | DEBUG dbcounter [-] [43506] Writer thread running {{(pid=43506) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.911 | 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=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-03 08:15:01.912 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43506) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-03 08:15:01.912 | INFO cinder.db.migration [-] Applying migration(s) 2024-04-03 08:15:01.912 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-03 08:15:01.912 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-03 08:15:01.912 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-04-03 08:15:01.912 | DEBUG dbcounter [-] [43506] Writing DB stats cinder:SELECT=6,cinder:SHOW=1,cinder:CREATE=74,cinder:SET=1,cinder:ALTER=18 {{(pid=43506) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:01.912 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=43506) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-03 08:15:01.912 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-04-03 08:15:01.912 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=43506) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:01.912 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-04-03 08:15:01.912 | INFO dbcounter [-] Registered counter for database cinder 2024-04-03 08:15:01.912 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=43506) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:15:01.912 | DEBUG dbcounter [-] [43506] Writer thread running {{(pid=43506) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:01.912 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=43506) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:01.912 | INFO cinder.db.migration [-] Migration(s) applied 2024-04-03 08:15:01.912 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-04-03 08:15:01.912 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:01.912 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:01.912 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:01.912 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:01.912 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:01.912 | + functions-common:time_stop:2441 : name=dbsync 2024-04-03 08:15:01.912 | + functions-common:time_stop:2442 : start_time=1712132084009 2024-04-03 08:15:01.912 | + functions-common:time_stop:2444 : [[ -z 1712132084009 ]] 2024-04-03 08:15:01.912 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:01.912 | + functions-common:time_stop:2447 : end_time=1712132087155 2024-04-03 08:15:01.912 | + functions-common:time_stop:2448 : elapsed_time=3146 2024-04-03 08:15:01.912 | + functions-common:time_stop:2449 : total=2778 2024-04-03 08:15:01.913 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:01.913 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5924 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-04-03 08:15:01.913 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-04-03 08:15:01.913 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:01.913 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-04-03 08:15:01.944 | [4647 Async init_cinder:43400]: finished init_cinder with result 0 in 3 seconds 2024-04-03 08:15:01.947 | + inc/async:async_wait:197 : return 0 2024-04-03 08:15:01.949 | + stack.sh:main:1243 : is_service_enabled nova 2024-04-03 08:15:01.962 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:01.964 | + stack.sh:main:1244 : echo_summary 'Configuring Nova' 2024-04-03 08:15:01.966 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:15:01.967 | + stack.sh:echo_summary:472 : echo -e Configuring Nova 2024-04-03 08:15:01.970 | + stack.sh:main:1245 : init_nova 2024-04-03 08:15:01.971 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-04-03 08:15:01.984 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:01.986 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-04-03 08:15:01.999 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:02.001 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:15:02.003 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-04-03 08:15:02.004 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-04-03 08:15:02.006 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-04-03 08:15:02.008 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-04-03 08:15:02.010 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-04-03 08:15:02.019 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-04-03 08:15:02.027 | ++ lib/nova:init_nova:863 : seq 1 1 2024-04-03 08:15:02.031 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-03 08:15:02.033 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-04-03 08:15:02.035 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-03 08:15:02.038 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-03 08:15:02.040 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-03 08:15:02.086 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-03 08:15:02.116 | [4647 Async nova-cell-1:44644]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-03 08:15:02.119 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-04-03 08:15:02.121 | + lib/database:recreate_database:112 : local db=nova_api 2024-04-03 08:15:02.123 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-04-03 08:15:02.125 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-04-03 08:15:02.126 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-04-03 08:15:02.134 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-04-03 08:15:02.143 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-04-03 08:15:02.519 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-03 08:15:04.291 | INFO dbcounter [-] Registered counter for database nova_api 2024-04-03 08:15:04.302 | DEBUG dbcounter [-] [44711] Writer thread running {{(pid=44711) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:04.303 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-03 08:15:04.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:04.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:04.309 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-03 08:15:04.309 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44711) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-03 08:15:04.321 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-03 08:15:04.322 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-03 08:15:04.339 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-04-03 08:15:05.208 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=44711) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-03 08:15:05.209 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-04-03 08:15:05.392 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=44711) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:05.783 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-04-03 08:15:05.786 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-04-03 08:15:05.788 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-04-03 08:15:05.790 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-04-03 08:15:05.792 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-03 08:15:05.794 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-03 08:15:05.797 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-03 08:15:05.812 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:05.814 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-03 08:15:05.816 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-04-03 08:15:05.819 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-04-03 08:15:06.195 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-03 08:15:07.304 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:15:07.323 | [44644 Async nova-cell-1:44644]: finished successfully 2024-04-03 08:15:07.521 | INFO dbcounter [None req-cf640308-4e53-4618-8e39-e8bf84ec4b30 None None] Registered counter for database nova_api 2024-04-03 08:15:07.532 | DEBUG dbcounter [-] [44752] Writer thread running {{(pid=44752) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:07.894 | ++ lib/nova:init_nova:875 : seq 0 1 2024-04-03 08:15:07.898 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-04-03 08:15:07.900 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-04-03 08:15:07.916 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-04-03 08:15:07.919 | + inc/async:async_wait:197 : return 0 2024-04-03 08:15:07.921 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-04-03 08:15:07.923 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-04-03 08:15:07.960 | [4647 Async nova-cell-1:44644]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 44644 (2 other jobs running) 2024-04-03 08:15:07.977 | [4647 Async nova-cell-1:44644]: Signaling child to exit 2024-04-03 08:15:07.977 | WAKEUP 2024-04-03 08:15:07.993 | [4647 Async nova-cell-1:44644]: Signaled 2024-04-03 08:15:07.994 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-04-03 08:15:07.994 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-04-03 08:15:07.994 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-04-03 08:15:07.994 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-04-03 08:15:07.994 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-04-03 08:15:07.994 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-04-03 08:15:07.994 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-04-03 08:15:07.994 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-04-03 08:15:07.994 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-04-03 08:15:07.994 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-03 08:15:07.994 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-04-03 08:15:07.994 | DEBUG dbcounter [-] [44696] Writer thread running {{(pid=44696) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-03 08:15:07.995 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44696) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-03 08:15:07.995 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-03 08:15:07.995 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-03 08:15:07.995 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-04-03 08:15:07.995 | DEBUG dbcounter [-] [44696] Writing DB stats nova_cell1:SELECT=6,nova_cell1:SHOW=1,nova_cell1:CREATE=93 {{(pid=44696) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:07.995 | DEBUG dbcounter [-] [44696] Writing DB stats nova_cell1:CREATE=64,nova_cell1:ALTER=2,nova_cell1:SHOW=34 {{(pid=44696) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:07.995 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=44696) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-03 08:15:07.995 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-04-03 08:15:07.995 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44696) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:07.995 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-04-03 08:15:07.995 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44696) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:07.995 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-04-03 08:15:07.995 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44696) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:08.025 | [4647 Async nova-cell-1:44644]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-04-03 08:15:08.028 | + inc/async:async_wait:197 : return 0 2024-04-03 08:15:08.030 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:15:08.032 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-04-03 08:15:08.400 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-03 08:15:09.697 | INFO dbcounter [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Registered counter for database nova_api 2024-04-03 08:15:09.707 | DEBUG dbcounter [-] [44920] Writer thread running {{(pid=44920) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:09.733 | INFO dbcounter [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Registered counter for database nova_cell0 2024-04-03 08:15:09.737 | DEBUG dbcounter [-] [44920] Writer thread running {{(pid=44920) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:09.738 | DEBUG migrate.versioning.repository [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-03 08:15:09.738 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.739 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.739 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.739 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.739 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.739 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.740 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.740 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.740 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.740 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.740 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.741 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.741 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.741 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.741 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.742 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.742 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.742 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.742 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.742 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.743 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.743 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.743 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.743 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.743 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.744 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.744 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.744 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.744 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.744 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.745 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.745 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.745 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.745 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.745 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.746 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.746 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.746 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.746 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.746 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.747 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:09.747 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:09.747 | DEBUG migrate.versioning.repository [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-03 08:15:09.747 | DEBUG migrate.versioning.repository [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-03 08:15:09.759 | INFO alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Context impl MySQLImpl. 2024-04-03 08:15:09.759 | INFO alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Will assume non-transactional DDL. 2024-04-03 08:15:09.770 | INFO alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-04-03 08:15:10.735 | DEBUG dbcounter [-] [44920] Writing DB stats nova_cell0:SELECT=6,nova_cell0:SHOW=1,nova_cell0:CREATE=93 {{(pid=44920) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:11.431 | DEBUG dbcounter [-] [44920] Writing DB stats nova_cell0:CREATE=64,nova_cell0:ALTER=2,nova_cell0:SHOW=34 {{(pid=44920) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:15:11.970 | DEBUG alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] new branch insert 8f2f1571d55b {{(pid=44920) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-03 08:15:11.972 | INFO alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-04-03 08:15:12.000 | DEBUG alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44920) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:12.001 | INFO alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-04-03 08:15:12.082 | DEBUG alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44920) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:12.084 | INFO alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-04-03 08:15:12.098 | DEBUG alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44920) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-03 08:15:12.101 | INFO dbcounter [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Registered counter for database nova_cell1 2024-04-03 08:15:12.106 | DEBUG dbcounter [-] [44920] Writer thread running {{(pid=44920) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:12.106 | DEBUG migrate.versioning.repository [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-03 08:15:12.107 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.107 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.108 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.108 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.108 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.108 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.109 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.109 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.109 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.109 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.110 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.110 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.110 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.110 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.110 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.111 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.111 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.111 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.111 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.112 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.112 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.112 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.112 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.112 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.113 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.113 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.113 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.113 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.114 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.114 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.114 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.114 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.114 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.115 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.115 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.115 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.115 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.116 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.116 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.116 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.116 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-03 08:15:12.116 | DEBUG migrate.versioning.script.base [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-03 08:15:12.117 | DEBUG migrate.versioning.repository [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-03 08:15:12.117 | DEBUG migrate.versioning.repository [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44920) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-03 08:15:12.121 | INFO alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Context impl MySQLImpl. 2024-04-03 08:15:12.121 | INFO alembic.runtime.migration [None req-815a03e1-bac2-4570-9aa7-22cf69762326 None None] Will assume non-transactional DDL. 2024-04-03 08:15:12.472 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-04-03 08:15:12.845 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-03 08:15:14.121 | Running batches of 50 until complete 2024-04-03 08:15:14.121 | INFO dbcounter [None req-5b9ad168-2d8a-4978-bbca-9b2e0a983218 None None] Registered counter for database nova_cell1 2024-04-03 08:15:14.132 | DEBUG dbcounter [-] [44927] Writer thread running {{(pid=44927) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:14.186 | INFO dbcounter [None req-5b9ad168-2d8a-4978-bbca-9b2e0a983218 None None] Registered counter for database nova_api 2024-04-03 08:15:14.190 | DEBUG dbcounter [-] [44927] Writer thread running {{(pid=44927) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:14.246 | INFO dbcounter [None req-5b9ad168-2d8a-4978-bbca-9b2e0a983218 None None] Registered counter for database nova_cell0 2024-04-03 08:15:14.250 | DEBUG dbcounter [-] [44927] Writer thread running {{(pid=44927) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:14.281 | +-------------------------------------+--------------+-----------+ 2024-04-03 08:15:14.281 | | Migration | Total Needed | Completed | 2024-04-03 08:15:14.281 | +-------------------------------------+--------------+-----------+ 2024-04-03 08:15:14.281 | | fill_virtual_interface_list | 0 | 0 | 2024-04-03 08:15:14.281 | | migrate_empty_ratio | 0 | 0 | 2024-04-03 08:15:14.281 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-04-03 08:15:14.281 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-04-03 08:15:14.281 | | migration_migrate_to_uuid | 0 | 0 | 2024-04-03 08:15:14.281 | | populate_dev_uuids | 0 | 0 | 2024-04-03 08:15:14.281 | | populate_missing_availability_zones | 0 | 0 | 2024-04-03 08:15:14.281 | | populate_queued_for_delete | 0 | 0 | 2024-04-03 08:15:14.281 | | populate_user_id | 0 | 0 | 2024-04-03 08:15:14.281 | | populate_uuids | 0 | 0 | 2024-04-03 08:15:14.281 | +-------------------------------------+--------------+-----------+ 2024-04-03 08:15:14.655 | ++ lib/nova:init_nova:889 : seq 1 1 2024-04-03 08:15:14.659 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-03 08:15:14.662 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-04-03 08:15:14.664 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-03 08:15:14.666 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-03 08:15:14.669 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-04-03 08:15:15.044 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-03 08:15:16.339 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-04-03 08:15:16.339 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-04-03 08:15:16.339 | INFO dbcounter [None req-0d6d3bc6-ede9-4d5d-a272-1df119462759 None None] Registered counter for database nova_api 2024-04-03 08:15:16.350 | DEBUG dbcounter [-] [44944] Writer thread running {{(pid=44944) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:15:16.714 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-04-03 08:15:16.716 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-04-03 08:15:16.726 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-04-03 08:15:16.728 | + stack.sh:main:1247 : async_runfunc configure_neutron_nova 2024-04-03 08:15:16.730 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-04-03 08:15:16.779 | + inc/async:async_inner:63 : configure_neutron_nova 2024-04-03 08:15:16.810 | [4647 Async configure_neutron_nova:45001]: running: configure_neutron_nova 2024-04-03 08:15:16.812 | + stack.sh:main:1255 : run_phase stack post-config 2024-04-03 08:15:16.814 | + functions-common:run_phase:1863 : local mode=stack 2024-04-03 08:15:16.816 | + functions-common:run_phase:1864 : local phase=post-config 2024-04-03 08:15:16.818 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-03 08:15:16.820 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-03 08:15:16.823 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-03 08:15:16.824 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-03 08:15:16.827 | + functions-common:run_phase:1873 : local extra 2024-04-03 08:15:16.829 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-03 08:15:16.833 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-03 08:15:16.835 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-03 08:15:16.837 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-03 08:15:16.840 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-04-03 08:15:16.842 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-03 08:15:16.855 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:16.857 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:15:16.859 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:15:16.860 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-04-03 08:15:16.862 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:15:16.864 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:15:16.866 | ++ extras.d/80-tempest.sh:source:12 : : 2024-04-03 08:15:16.868 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-03 08:15:16.870 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-03 08:15:16.872 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:15:16.874 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-03 08:15:16.876 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-04-03 08:15:16.878 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-03 08:15:16.880 | + functions-common:run_plugins:1850 : local phase=post-config 2024-04-03 08:15:16.882 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-03 08:15:16.885 | + functions-common:run_plugins:1853 : local plugin 2024-04-03 08:15:16.887 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-03 08:15:16.889 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-03 08:15:16.892 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-03 08:15:16.894 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-04-03 08:15:16.896 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:15:16.898 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:15:16.900 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-04-03 08:15:16.902 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:15:16.904 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:15:16.906 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-04-03 08:15:16.908 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:15:16.910 | ++ stack.sh:echo_summary:472 : echo -e Configuring Networking-NSX-T 2024-04-03 08:15:16.912 | + stack.sh:main:1263 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-04-03 08:15:16.915 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-03 08:15:16.917 | + inc/meta-config:merge_config_group:171 : shift 2024-04-03 08:15:16.919 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-04-03 08:15:16.921 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:15:16.923 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-03 08:15:16.926 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-03 08:15:16.928 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-04-03 08:15:16.930 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:16.933 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-04-03 08:15:16.935 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:15:16.937 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-04-03 08:15:16.937 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:15:16.937 | gsub("[][]", "", $1); 2024-04-03 08:15:16.937 | split($1, a, "|"); 2024-04-03 08:15:16.937 | if (a[1] == matchgroup) 2024-04-03 08:15:16.937 | print a[2] 2024-04-03 08:15:16.937 | } 2024-04-03 08:15:16.937 | ' /opt/stack/devstack/local.conf 2024-04-03 08:15:16.942 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-03 08:15:16.944 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-03 08:15:16.946 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-03 08:15:16.948 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-04-03 08:15:16.951 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-04-03 08:15:16.953 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-04-03 08:15:16.955 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-04-03 08:15:16.958 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-04-03 08:15:16.961 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-04-03 08:15:16.964 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-04-03 08:15:16.966 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-04-03 08:15:16.968 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:16.971 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-03 08:15:16.973 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-04-03 08:15:16.975 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-03 08:15:16.978 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-04-03 08:15:16.980 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-04-03 08:15:16.983 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-04-03 08:15:16.985 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-04-03 08:15:16.988 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-04-03 08:15:16.989 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-04-03 08:15:16.989 | BEGIN { 2024-04-03 08:15:16.989 | section = "" 2024-04-03 08:15:16.989 | last_section = "" 2024-04-03 08:15:16.989 | section_count = 0 2024-04-03 08:15:16.989 | } 2024-04-03 08:15:16.989 | /^\[.+\]/ { 2024-04-03 08:15:16.989 | gsub("[][]", "", $1); 2024-04-03 08:15:16.989 | section=$1 2024-04-03 08:15:16.989 | next 2024-04-03 08:15:16.989 | } 2024-04-03 08:15:16.989 | /^ *\#/ { 2024-04-03 08:15:16.989 | next 2024-04-03 08:15:16.989 | } 2024-04-03 08:15:16.989 | /^[^ \t]+/ { 2024-04-03 08:15:16.989 | # get offset of first = in $0 2024-04-03 08:15:16.989 | eq_idx = index($0, "=") 2024-04-03 08:15:16.989 | # extract attr & value from $0 2024-04-03 08:15:16.989 | attr = substr($0, 1, eq_idx - 1) 2024-04-03 08:15:16.989 | value = substr($0, eq_idx + 1) 2024-04-03 08:15:16.989 | # only need to strip trailing whitespace from attr 2024-04-03 08:15:16.989 | sub(/[ \t]*$/, "", attr) 2024-04-03 08:15:16.989 | # need to strip leading & trailing whitespace from value 2024-04-03 08:15:16.989 | sub(/^[ \t]*/, "", value) 2024-04-03 08:15:16.989 | sub(/[ \t]*$/, "", value) 2024-04-03 08:15:16.989 | 2024-04-03 08:15:16.989 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-03 08:15:16.989 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-03 08:15:16.989 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-03 08:15:16.989 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-03 08:15:16.989 | if (! (section, attr) in cfg_attr_count) { 2024-04-03 08:15:16.989 | if (section != last_section) { 2024-04-03 08:15:16.990 | cfg_section[section_count++] = section 2024-04-03 08:15:16.990 | last_section = section 2024-04-03 08:15:16.990 | } 2024-04-03 08:15:16.990 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-03 08:15:16.990 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-03 08:15:16.990 | 2024-04-03 08:15:16.990 | cfg_attr[section, attr, 0] = value 2024-04-03 08:15:16.990 | cfg_attr_count[section, attr] = 1 2024-04-03 08:15:16.990 | } else { 2024-04-03 08:15:16.990 | lno = cfg_attr_count[section, attr]++ 2024-04-03 08:15:16.990 | cfg_attr[section, attr, lno] = value 2024-04-03 08:15:16.990 | } 2024-04-03 08:15:16.990 | } 2024-04-03 08:15:16.990 | END { 2024-04-03 08:15:16.990 | # Process each section in order 2024-04-03 08:15:16.990 | for (sno = 0; sno < section_count; sno++) { 2024-04-03 08:15:16.990 | section = cfg_section[sno] 2024-04-03 08:15:16.990 | # The ini routines simply append a config item immediately 2024-04-03 08:15:16.990 | # after the section header. To keep the same order as defined 2024-04-03 08:15:16.990 | # in local.conf, invoke the ini routines in the reverse order 2024-04-03 08:15:16.990 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-03 08:15:16.990 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-03 08:15:16.990 | if (cfg_attr_count[section, attr] == 1) 2024-04-03 08:15:16.990 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-03 08:15:16.990 | else { 2024-04-03 08:15:16.990 | # For multiline, invoke the ini routines in the reverse order 2024-04-03 08:15:16.990 | count = cfg_attr_count[section, attr] 2024-04-03 08:15:16.990 | print "inidelete " configfile " " section " " attr 2024-04-03 08:15:16.990 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-03 08:15:16.990 | for (l = count -2; l >= 0; l--) 2024-04-03 08:15:16.990 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-03 08:15:16.990 | } 2024-04-03 08:15:16.990 | } 2024-04-03 08:15:16.990 | } 2024-04-03 08:15:16.990 | } 2024-04-03 08:15:16.990 | ' 2024-04-03 08:15:16.990 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:16.990 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-03 08:15:16.991 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:16.993 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-03 08:15:16.995 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-04-03 08:15:16.997 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:15:16.999 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-04-03 08:15:17.001 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-04-03 08:15:17.002 | BEGIN { group = "" } 2024-04-03 08:15:17.002 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:15:17.002 | gsub("[][]", "", $1); 2024-04-03 08:15:17.002 | split($1, a, "|"); 2024-04-03 08:15:17.002 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-03 08:15:17.002 | group=a[1] 2024-04-03 08:15:17.002 | } else { 2024-04-03 08:15:17.002 | group="" 2024-04-03 08:15:17.002 | } 2024-04-03 08:15:17.002 | next 2024-04-03 08:15:17.002 | } 2024-04-03 08:15:17.002 | { 2024-04-03 08:15:17.002 | if (group != "") 2024-04-03 08:15:17.002 | print $0 2024-04-03 08:15:17.002 | } 2024-04-03 08:15:17.002 | ' /opt/stack/devstack/local.conf 2024-04-03 08:15:17.006 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-04-03 08:15:17.008 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-04-03 08:15:17.033 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.036 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-03 08:15:17.038 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-03 08:15:17.040 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-03 08:15:17.043 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-04-03 08:15:17.045 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-04-03 08:15:17.048 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-04-03 08:15:17.050 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-04-03 08:15:17.052 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-04-03 08:15:17.056 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-04-03 08:15:17.058 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-04-03 08:15:17.060 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-04-03 08:15:17.062 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:17.064 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-03 08:15:17.067 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-04-03 08:15:17.069 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-03 08:15:17.071 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-04-03 08:15:17.074 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-04-03 08:15:17.076 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-04-03 08:15:17.079 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-04-03 08:15:17.081 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-04-03 08:15:17.081 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-04-03 08:15:17.082 | BEGIN { 2024-04-03 08:15:17.082 | section = "" 2024-04-03 08:15:17.082 | last_section = "" 2024-04-03 08:15:17.082 | section_count = 0 2024-04-03 08:15:17.082 | } 2024-04-03 08:15:17.082 | /^\[.+\]/ { 2024-04-03 08:15:17.082 | gsub("[][]", "", $1); 2024-04-03 08:15:17.082 | section=$1 2024-04-03 08:15:17.082 | next 2024-04-03 08:15:17.082 | } 2024-04-03 08:15:17.082 | /^ *\#/ { 2024-04-03 08:15:17.082 | next 2024-04-03 08:15:17.082 | } 2024-04-03 08:15:17.082 | /^[^ \t]+/ { 2024-04-03 08:15:17.082 | # get offset of first = in $0 2024-04-03 08:15:17.082 | eq_idx = index($0, "=") 2024-04-03 08:15:17.082 | # extract attr & value from $0 2024-04-03 08:15:17.082 | attr = substr($0, 1, eq_idx - 1) 2024-04-03 08:15:17.082 | value = substr($0, eq_idx + 1) 2024-04-03 08:15:17.082 | # only need to strip trailing whitespace from attr 2024-04-03 08:15:17.082 | sub(/[ \t]*$/, "", attr) 2024-04-03 08:15:17.082 | # need to strip leading & trailing whitespace from value 2024-04-03 08:15:17.082 | sub(/^[ \t]*/, "", value) 2024-04-03 08:15:17.082 | sub(/[ \t]*$/, "", value) 2024-04-03 08:15:17.082 | 2024-04-03 08:15:17.082 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-03 08:15:17.082 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-03 08:15:17.082 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-03 08:15:17.082 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-03 08:15:17.082 | if (! (section, attr) in cfg_attr_count) { 2024-04-03 08:15:17.083 | if (section != last_section) { 2024-04-03 08:15:17.083 | cfg_section[section_count++] = section 2024-04-03 08:15:17.083 | last_section = section 2024-04-03 08:15:17.083 | } 2024-04-03 08:15:17.083 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-03 08:15:17.083 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-03 08:15:17.083 | 2024-04-03 08:15:17.083 | cfg_attr[section, attr, 0] = value 2024-04-03 08:15:17.083 | cfg_attr_count[section, attr] = 1 2024-04-03 08:15:17.083 | } else { 2024-04-03 08:15:17.083 | lno = cfg_attr_count[section, attr]++ 2024-04-03 08:15:17.083 | cfg_attr[section, attr, lno] = value 2024-04-03 08:15:17.083 | } 2024-04-03 08:15:17.083 | } 2024-04-03 08:15:17.083 | END { 2024-04-03 08:15:17.083 | # Process each section in order 2024-04-03 08:15:17.083 | for (sno = 0; sno < section_count; sno++) { 2024-04-03 08:15:17.083 | section = cfg_section[sno] 2024-04-03 08:15:17.083 | # The ini routines simply append a config item immediately 2024-04-03 08:15:17.083 | # after the section header. To keep the same order as defined 2024-04-03 08:15:17.083 | # in local.conf, invoke the ini routines in the reverse order 2024-04-03 08:15:17.083 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-03 08:15:17.083 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-03 08:15:17.083 | if (cfg_attr_count[section, attr] == 1) 2024-04-03 08:15:17.083 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-03 08:15:17.083 | else { 2024-04-03 08:15:17.083 | # For multiline, invoke the ini routines in the reverse order 2024-04-03 08:15:17.083 | count = cfg_attr_count[section, attr] 2024-04-03 08:15:17.083 | print "inidelete " configfile " " section " " attr 2024-04-03 08:15:17.083 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-03 08:15:17.083 | for (l = count -2; l >= 0; l--) 2024-04-03 08:15:17.083 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-03 08:15:17.083 | } 2024-04-03 08:15:17.083 | } 2024-04-03 08:15:17.083 | } 2024-04-03 08:15:17.083 | } 2024-04-03 08:15:17.083 | ' 2024-04-03 08:15:17.083 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.083 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:17.084 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-03 08:15:17.085 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-03 08:15:17.088 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-04-03 08:15:17.090 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:15:17.092 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-04-03 08:15:17.095 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-04-03 08:15:17.095 | BEGIN { group = "" } 2024-04-03 08:15:17.095 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:15:17.095 | gsub("[][]", "", $1); 2024-04-03 08:15:17.095 | split($1, a, "|"); 2024-04-03 08:15:17.095 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-03 08:15:17.095 | group=a[1] 2024-04-03 08:15:17.095 | } else { 2024-04-03 08:15:17.095 | group="" 2024-04-03 08:15:17.095 | } 2024-04-03 08:15:17.095 | next 2024-04-03 08:15:17.095 | } 2024-04-03 08:15:17.095 | { 2024-04-03 08:15:17.095 | if (group != "") 2024-04-03 08:15:17.095 | print $0 2024-04-03 08:15:17.095 | } 2024-04-03 08:15:17.095 | ' /opt/stack/devstack/local.conf 2024-04-03 08:15:17.100 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-04-03 08:15:17.102 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-04-03 08:15:17.109 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:15:17.128 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.129 | [45001 Async configure_neutron_nova:45001]: finished successfully 2024-04-03 08:15:17.131 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-03 08:15:17.133 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-03 08:15:17.135 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-03 08:15:17.138 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-04-03 08:15:17.140 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-04-03 08:15:17.143 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-04-03 08:15:17.145 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-04-03 08:15:17.148 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-04-03 08:15:17.151 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-04-03 08:15:17.153 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-04-03 08:15:17.155 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-04-03 08:15:17.157 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:17.159 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-03 08:15:17.161 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-04-03 08:15:17.163 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-03 08:15:17.165 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-04-03 08:15:17.167 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-04-03 08:15:17.170 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-04-03 08:15:17.173 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-04-03 08:15:17.175 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-04-03 08:15:17.175 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-04-03 08:15:17.175 | BEGIN { 2024-04-03 08:15:17.175 | section = "" 2024-04-03 08:15:17.175 | last_section = "" 2024-04-03 08:15:17.175 | section_count = 0 2024-04-03 08:15:17.175 | } 2024-04-03 08:15:17.175 | /^\[.+\]/ { 2024-04-03 08:15:17.175 | gsub("[][]", "", $1); 2024-04-03 08:15:17.175 | section=$1 2024-04-03 08:15:17.175 | next 2024-04-03 08:15:17.175 | } 2024-04-03 08:15:17.175 | /^ *\#/ { 2024-04-03 08:15:17.175 | next 2024-04-03 08:15:17.176 | } 2024-04-03 08:15:17.176 | /^[^ \t]+/ { 2024-04-03 08:15:17.176 | # get offset of first = in $0 2024-04-03 08:15:17.176 | eq_idx = index($0, "=") 2024-04-03 08:15:17.176 | # extract attr & value from $0 2024-04-03 08:15:17.176 | attr = substr($0, 1, eq_idx - 1) 2024-04-03 08:15:17.176 | value = substr($0, eq_idx + 1) 2024-04-03 08:15:17.176 | # only need to strip trailing whitespace from attr 2024-04-03 08:15:17.176 | sub(/[ \t]*$/, "", attr) 2024-04-03 08:15:17.176 | # need to strip leading & trailing whitespace from value 2024-04-03 08:15:17.176 | sub(/^[ \t]*/, "", value) 2024-04-03 08:15:17.176 | sub(/[ \t]*$/, "", value) 2024-04-03 08:15:17.176 | 2024-04-03 08:15:17.176 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-03 08:15:17.176 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-03 08:15:17.176 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-03 08:15:17.176 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-03 08:15:17.176 | if (! (section, attr) in cfg_attr_count) { 2024-04-03 08:15:17.176 | if (section != last_section) { 2024-04-03 08:15:17.176 | cfg_section[section_count++] = section 2024-04-03 08:15:17.176 | last_section = section 2024-04-03 08:15:17.176 | } 2024-04-03 08:15:17.176 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-03 08:15:17.176 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-03 08:15:17.176 | 2024-04-03 08:15:17.176 | cfg_attr[section, attr, 0] = value 2024-04-03 08:15:17.176 | cfg_attr_count[section, attr] = 1 2024-04-03 08:15:17.176 | } else { 2024-04-03 08:15:17.176 | lno = cfg_attr_count[section, attr]++ 2024-04-03 08:15:17.176 | cfg_attr[section, attr, lno] = value 2024-04-03 08:15:17.176 | } 2024-04-03 08:15:17.176 | } 2024-04-03 08:15:17.177 | END { 2024-04-03 08:15:17.177 | # Process each section in order 2024-04-03 08:15:17.177 | for (sno = 0; sno < section_count; sno++) { 2024-04-03 08:15:17.177 | section = cfg_section[sno] 2024-04-03 08:15:17.177 | # The ini routines simply append a config item immediately 2024-04-03 08:15:17.177 | # after the section header. To keep the same order as defined 2024-04-03 08:15:17.177 | # in local.conf, invoke the ini routines in the reverse order 2024-04-03 08:15:17.177 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-03 08:15:17.177 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-03 08:15:17.177 | if (cfg_attr_count[section, attr] == 1) 2024-04-03 08:15:17.177 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-03 08:15:17.177 | else { 2024-04-03 08:15:17.177 | # For multiline, invoke the ini routines in the reverse order 2024-04-03 08:15:17.177 | count = cfg_attr_count[section, attr] 2024-04-03 08:15:17.177 | print "inidelete " configfile " " section " " attr 2024-04-03 08:15:17.177 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-03 08:15:17.177 | for (l = count -2; l >= 0; l--) 2024-04-03 08:15:17.177 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-03 08:15:17.177 | } 2024-04-03 08:15:17.177 | } 2024-04-03 08:15:17.177 | } 2024-04-03 08:15:17.177 | } 2024-04-03 08:15:17.177 | ' 2024-04-03 08:15:17.177 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.177 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-03 08:15:17.177 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:17.179 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-03 08:15:17.181 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-04-03 08:15:17.183 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:15:17.185 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-04-03 08:15:17.187 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-04-03 08:15:17.187 | BEGIN { group = "" } 2024-04-03 08:15:17.187 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:15:17.187 | gsub("[][]", "", $1); 2024-04-03 08:15:17.187 | split($1, a, "|"); 2024-04-03 08:15:17.187 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-03 08:15:17.187 | group=a[1] 2024-04-03 08:15:17.187 | } else { 2024-04-03 08:15:17.187 | group="" 2024-04-03 08:15:17.187 | } 2024-04-03 08:15:17.187 | next 2024-04-03 08:15:17.187 | } 2024-04-03 08:15:17.187 | { 2024-04-03 08:15:17.187 | if (group != "") 2024-04-03 08:15:17.187 | print $0 2024-04-03 08:15:17.187 | } 2024-04-03 08:15:17.187 | ' /opt/stack/devstack/local.conf 2024-04-03 08:15:17.192 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-04-03 08:15:17.194 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-04-03 08:15:17.220 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.222 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-04-03 08:15:17.224 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-04-03 08:15:17.250 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.252 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-03 08:15:17.254 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-03 08:15:17.256 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-03 08:15:17.259 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-04-03 08:15:17.261 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:15:17.264 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:15:17.266 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-04-03 08:15:17.268 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:15:17.272 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-04-03 08:15:17.274 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-04-03 08:15:17.276 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-04-03 08:15:17.278 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:17.280 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-03 08:15:17.282 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-04-03 08:15:17.284 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-03 08:15:17.286 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-04-03 08:15:17.289 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:15:17.291 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-03 08:15:17.294 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-04-03 08:15:17.296 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-04-03 08:15:17.296 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-04-03 08:15:17.296 | BEGIN { 2024-04-03 08:15:17.296 | section = "" 2024-04-03 08:15:17.296 | last_section = "" 2024-04-03 08:15:17.296 | section_count = 0 2024-04-03 08:15:17.297 | } 2024-04-03 08:15:17.297 | /^\[.+\]/ { 2024-04-03 08:15:17.297 | gsub("[][]", "", $1); 2024-04-03 08:15:17.297 | section=$1 2024-04-03 08:15:17.297 | next 2024-04-03 08:15:17.297 | } 2024-04-03 08:15:17.297 | /^ *\#/ { 2024-04-03 08:15:17.297 | next 2024-04-03 08:15:17.297 | } 2024-04-03 08:15:17.297 | /^[^ \t]+/ { 2024-04-03 08:15:17.297 | # get offset of first = in $0 2024-04-03 08:15:17.297 | eq_idx = index($0, "=") 2024-04-03 08:15:17.297 | # extract attr & value from $0 2024-04-03 08:15:17.297 | attr = substr($0, 1, eq_idx - 1) 2024-04-03 08:15:17.297 | value = substr($0, eq_idx + 1) 2024-04-03 08:15:17.297 | # only need to strip trailing whitespace from attr 2024-04-03 08:15:17.297 | sub(/[ \t]*$/, "", attr) 2024-04-03 08:15:17.297 | # need to strip leading & trailing whitespace from value 2024-04-03 08:15:17.297 | sub(/^[ \t]*/, "", value) 2024-04-03 08:15:17.297 | sub(/[ \t]*$/, "", value) 2024-04-03 08:15:17.297 | 2024-04-03 08:15:17.297 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-03 08:15:17.297 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-03 08:15:17.297 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-03 08:15:17.297 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-03 08:15:17.297 | if (! (section, attr) in cfg_attr_count) { 2024-04-03 08:15:17.297 | if (section != last_section) { 2024-04-03 08:15:17.297 | cfg_section[section_count++] = section 2024-04-03 08:15:17.297 | last_section = section 2024-04-03 08:15:17.297 | } 2024-04-03 08:15:17.297 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-03 08:15:17.297 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-03 08:15:17.297 | 2024-04-03 08:15:17.297 | cfg_attr[section, attr, 0] = value 2024-04-03 08:15:17.297 | cfg_attr_count[section, attr] = 1 2024-04-03 08:15:17.297 | } else { 2024-04-03 08:15:17.297 | lno = cfg_attr_count[section, attr]++ 2024-04-03 08:15:17.297 | cfg_attr[section, attr, lno] = value 2024-04-03 08:15:17.298 | } 2024-04-03 08:15:17.298 | } 2024-04-03 08:15:17.298 | END { 2024-04-03 08:15:17.298 | # Process each section in order 2024-04-03 08:15:17.298 | for (sno = 0; sno < section_count; sno++) { 2024-04-03 08:15:17.298 | section = cfg_section[sno] 2024-04-03 08:15:17.298 | # The ini routines simply append a config item immediately 2024-04-03 08:15:17.298 | # after the section header. To keep the same order as defined 2024-04-03 08:15:17.298 | # in local.conf, invoke the ini routines in the reverse order 2024-04-03 08:15:17.298 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-03 08:15:17.298 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-03 08:15:17.298 | if (cfg_attr_count[section, attr] == 1) 2024-04-03 08:15:17.298 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-03 08:15:17.298 | else { 2024-04-03 08:15:17.298 | # For multiline, invoke the ini routines in the reverse order 2024-04-03 08:15:17.298 | count = cfg_attr_count[section, attr] 2024-04-03 08:15:17.298 | print "inidelete " configfile " " section " " attr 2024-04-03 08:15:17.298 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-03 08:15:17.298 | for (l = count -2; l >= 0; l--) 2024-04-03 08:15:17.298 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-03 08:15:17.298 | } 2024-04-03 08:15:17.298 | } 2024-04-03 08:15:17.298 | } 2024-04-03 08:15:17.298 | } 2024-04-03 08:15:17.298 | ' 2024-04-03 08:15:17.298 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.299 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-03 08:15:17.299 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:17.301 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-03 08:15:17.303 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-04-03 08:15:17.305 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:15:17.307 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-04-03 08:15:17.309 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-04-03 08:15:17.309 | BEGIN { group = "" } 2024-04-03 08:15:17.309 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:15:17.309 | gsub("[][]", "", $1); 2024-04-03 08:15:17.309 | split($1, a, "|"); 2024-04-03 08:15:17.309 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-03 08:15:17.309 | group=a[1] 2024-04-03 08:15:17.309 | } else { 2024-04-03 08:15:17.309 | group="" 2024-04-03 08:15:17.309 | } 2024-04-03 08:15:17.309 | next 2024-04-03 08:15:17.309 | } 2024-04-03 08:15:17.309 | { 2024-04-03 08:15:17.309 | if (group != "") 2024-04-03 08:15:17.309 | print $0 2024-04-03 08:15:17.309 | } 2024-04-03 08:15:17.309 | ' /opt/stack/devstack/local.conf 2024-04-03 08:15:17.313 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-04-03 08:15:17.316 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-04-03 08:15:17.340 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.342 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-04-03 08:15:17.344 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-04-03 08:15:17.369 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.371 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-04-03 08:15:17.373 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-04-03 08:15:17.399 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.401 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-04-03 08:15:17.403 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-04-03 08:15:17.429 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.431 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-04-03 08:15:17.433 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-04-03 08:15:17.457 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.459 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-04-03 08:15:17.461 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-04-03 08:15:17.485 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.487 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2024-04-03 08:15:17.489 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2024-04-03 08:15:17.515 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.517 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-04-03 08:15:17.519 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-04-03 08:15:17.544 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.546 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-04-03 08:15:17.548 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-04-03 08:15:17.572 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.575 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-03 08:15:17.577 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-03 08:15:17.579 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-03 08:15:17.581 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-04-03 08:15:17.584 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.586 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.588 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-04-03 08:15:17.591 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.594 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-04-03 08:15:17.596 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-04-03 08:15:17.598 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.600 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:17.602 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-03 08:15:17.604 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.606 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-03 08:15:17.609 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.611 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.614 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.616 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-04-03 08:15:17.618 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.619 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-04-03 08:15:17.619 | BEGIN { 2024-04-03 08:15:17.619 | section = "" 2024-04-03 08:15:17.619 | last_section = "" 2024-04-03 08:15:17.619 | section_count = 0 2024-04-03 08:15:17.619 | } 2024-04-03 08:15:17.619 | /^\[.+\]/ { 2024-04-03 08:15:17.619 | gsub("[][]", "", $1); 2024-04-03 08:15:17.619 | section=$1 2024-04-03 08:15:17.619 | next 2024-04-03 08:15:17.619 | } 2024-04-03 08:15:17.619 | /^ *\#/ { 2024-04-03 08:15:17.619 | next 2024-04-03 08:15:17.619 | } 2024-04-03 08:15:17.619 | /^[^ \t]+/ { 2024-04-03 08:15:17.619 | # get offset of first = in $0 2024-04-03 08:15:17.619 | eq_idx = index($0, "=") 2024-04-03 08:15:17.619 | # extract attr & value from $0 2024-04-03 08:15:17.619 | attr = substr($0, 1, eq_idx - 1) 2024-04-03 08:15:17.620 | value = substr($0, eq_idx + 1) 2024-04-03 08:15:17.620 | # only need to strip trailing whitespace from attr 2024-04-03 08:15:17.620 | sub(/[ \t]*$/, "", attr) 2024-04-03 08:15:17.620 | # need to strip leading & trailing whitespace from value 2024-04-03 08:15:17.620 | sub(/^[ \t]*/, "", value) 2024-04-03 08:15:17.620 | sub(/[ \t]*$/, "", value) 2024-04-03 08:15:17.620 | 2024-04-03 08:15:17.620 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-03 08:15:17.620 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-03 08:15:17.620 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-03 08:15:17.620 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-03 08:15:17.620 | if (! (section, attr) in cfg_attr_count) { 2024-04-03 08:15:17.620 | if (section != last_section) { 2024-04-03 08:15:17.620 | cfg_section[section_count++] = section 2024-04-03 08:15:17.620 | last_section = section 2024-04-03 08:15:17.620 | } 2024-04-03 08:15:17.620 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-03 08:15:17.620 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-03 08:15:17.620 | 2024-04-03 08:15:17.620 | cfg_attr[section, attr, 0] = value 2024-04-03 08:15:17.620 | cfg_attr_count[section, attr] = 1 2024-04-03 08:15:17.620 | } else { 2024-04-03 08:15:17.620 | lno = cfg_attr_count[section, attr]++ 2024-04-03 08:15:17.620 | cfg_attr[section, attr, lno] = value 2024-04-03 08:15:17.620 | } 2024-04-03 08:15:17.620 | } 2024-04-03 08:15:17.620 | END { 2024-04-03 08:15:17.620 | # Process each section in order 2024-04-03 08:15:17.620 | for (sno = 0; sno < section_count; sno++) { 2024-04-03 08:15:17.620 | section = cfg_section[sno] 2024-04-03 08:15:17.620 | # The ini routines simply append a config item immediately 2024-04-03 08:15:17.620 | # after the section header. To keep the same order as defined 2024-04-03 08:15:17.620 | # in local.conf, invoke the ini routines in the reverse order 2024-04-03 08:15:17.620 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-03 08:15:17.620 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-03 08:15:17.620 | if (cfg_attr_count[section, attr] == 1) 2024-04-03 08:15:17.620 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-03 08:15:17.620 | else { 2024-04-03 08:15:17.620 | # For multiline, invoke the ini routines in the reverse order 2024-04-03 08:15:17.620 | count = cfg_attr_count[section, attr] 2024-04-03 08:15:17.620 | print "inidelete " configfile " " section " " attr 2024-04-03 08:15:17.620 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-03 08:15:17.621 | for (l = count -2; l >= 0; l--) 2024-04-03 08:15:17.621 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-03 08:15:17.621 | } 2024-04-03 08:15:17.621 | } 2024-04-03 08:15:17.621 | } 2024-04-03 08:15:17.621 | } 2024-04-03 08:15:17.621 | ' 2024-04-03 08:15:17.621 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.621 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:17.621 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-03 08:15:17.622 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-03 08:15:17.624 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-04-03 08:15:17.627 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:15:17.629 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-04-03 08:15:17.631 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-04-03 08:15:17.631 | BEGIN { group = "" } 2024-04-03 08:15:17.631 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:15:17.631 | gsub("[][]", "", $1); 2024-04-03 08:15:17.631 | split($1, a, "|"); 2024-04-03 08:15:17.631 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-03 08:15:17.631 | group=a[1] 2024-04-03 08:15:17.631 | } else { 2024-04-03 08:15:17.631 | group="" 2024-04-03 08:15:17.631 | } 2024-04-03 08:15:17.631 | next 2024-04-03 08:15:17.631 | } 2024-04-03 08:15:17.631 | { 2024-04-03 08:15:17.631 | if (group != "") 2024-04-03 08:15:17.631 | print $0 2024-04-03 08:15:17.631 | } 2024-04-03 08:15:17.631 | ' /opt/stack/devstack/local.conf 2024-04-03 08:15:17.635 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2024-04-03 08:15:17.637 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2024-04-03 08:15:17.661 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.663 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-04-03 08:15:17.665 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-04-03 08:15:17.689 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.691 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-04-03 08:15:17.693 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-04-03 08:15:17.717 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:17.719 | + stack.sh:main:1272 : is_service_enabled swift 2024-04-03 08:15:17.733 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:17.735 | + stack.sh:main:1280 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-03 08:15:17.737 | + stack.sh:main:1281 : is_service_enabled cinder 2024-04-03 08:15:17.751 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:17.753 | + stack.sh:main:1282 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-03 08:15:17.779 | + stack.sh:main:1285 : async_wait configure_neutron_nova 2024-04-03 08:15:17.814 | [4647 Async configure_neutron_nova:45001]: Waiting for completion of configure_neutron_nova running on PID 45001 (2 other jobs running) 2024-04-03 08:15:17.830 | [4647 Async configure_neutron_nova:45001]: Signaling child to exit 2024-04-03 08:15:17.830 | WAKEUP 2024-04-03 08:15:17.845 | [4647 Async configure_neutron_nova:45001]: Signaled 2024-04-03 08:15:17.846 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-04-03 08:15:17.846 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-04-03 08:15:17.846 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-04-03 08:15:17.846 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-04-03 08:15:17.846 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-04-03 08:15:17.846 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:15:17.877 | [4647 Async configure_neutron_nova:45001]: finished configure_neutron_nova with result 0 in 0 seconds 2024-04-03 08:15:17.880 | + inc/async:async_wait:197 : return 0 2024-04-03 08:15:17.882 | + stack.sh:main:1291 : is_service_enabled nova 2024-04-03 08:15:17.896 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:17.898 | + stack.sh:main:1292 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-03 08:15:17.922 | + stack.sh:main:1293 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-03 08:15:17.948 | + stack.sh:main:1297 : is_service_enabled n-api 2024-04-03 08:15:17.962 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:17.964 | + stack.sh:main:1298 : echo_summary 'Starting Nova API' 2024-04-03 08:15:17.966 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:15:17.967 | + stack.sh:echo_summary:472 : echo -e Starting Nova API 2024-04-03 08:15:17.970 | + stack.sh:main:1299 : start_nova_api 2024-04-03 08:15:17.971 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-04-03 08:15:17.973 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-04-03 08:15:17.975 | + lib/nova:start_nova_api:972 : local nova_url 2024-04-03 08:15:17.977 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-04-03 08:15:17.990 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:17.992 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:17.994 | + lib/nova:start_nova_api:980 : 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/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:17.996 | + lib/nova:start_nova_api:980 : 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/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:17.998 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-04-03 08:15:18.001 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-04-03 08:15:18.004 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-03 08:15:18.006 | + functions-common:run_process:1689 : local service=n-api 2024-04-03 08:15:18.008 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-03 08:15:18.010 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:18.012 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:18.014 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:18.016 | + functions-common:run_process:1695 : local name=n-api 2024-04-03 08:15:18.018 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:18.020 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:18.022 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:18.024 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:18.027 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:18.030 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132118028 2024-04-03 08:15:18.032 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-04-03 08:15:18.045 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:18.047 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-04-03 08:15:18.049 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-04-03 08:15:18.051 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-03 08:15:18.053 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-03 08:15:18.055 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-03 08:15:18.057 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-03 08:15:18.059 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-04-03 08:15:18.061 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-04-03 08:15:18.063 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-04-03 08:15:18.065 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:18.067 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:18.070 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:18.072 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:18.074 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-04-03 08:15:18.076 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2024-04-03 08:15:18.077 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-04-03 08:15:18.079 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-03 08:15:18.081 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-03 08:15:18.082 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-03 08:15:18.084 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-03 08:15:18.086 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-04-03 08:15:18.088 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-03 08:15:18.091 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-04-03 08:15:18.140 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-04-03 08:15:18.187 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-04-03 08:15:18.228 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2024-04-03 08:15:18.269 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:18.309 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-04-03 08:15:18.349 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-04-03 08:15:18.390 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-04-03 08:15:18.432 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-04-03 08:15:18.473 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-04-03 08:15:18.514 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-03 08:15:18.517 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-03 08:15:18.519 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-04-03 08:15:18.568 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-03 08:15:18.874 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-04-03 08:15:18.883 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-04-03 08:15:19.182 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-04-03 08:15:19.256 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:19.258 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:19.260 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:19.262 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:19.264 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:19.266 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:19.268 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:19.270 | + functions-common:time_stop:2442 : start_time=1712132118028 2024-04-03 08:15:19.272 | + functions-common:time_stop:2444 : [[ -z 1712132118028 ]] 2024-04-03 08:15:19.275 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:19.278 | + functions-common:time_stop:2447 : end_time=1712132119276 2024-04-03 08:15:19.280 | + functions-common:time_stop:2448 : elapsed_time=1248 2024-04-03 08:15:19.282 | + functions-common:time_stop:2449 : total=1314 2024-04-03 08:15:19.284 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:19.285 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2562 2024-04-03 08:15:19.287 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-04-03 08:15:19.289 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-04-03 08:15:19.289 | Waiting for nova-api to start... 2024-04-03 08:15:19.291 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-04-03 08:15:19.293 | + functions:wait_for_service:468 : local timeout=60 2024-04-03 08:15:19.295 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-04-03 08:15:19.297 | + functions:wait_for_service:470 : local rval=0 2024-04-03 08:15:19.299 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-03 08:15:19.301 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-03 08:15:19.303 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:19.305 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:19.308 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:19.311 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132119309 2024-04-03 08:15:19.313 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-03 08:15:19.317 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-04-03 08:15:21.990 | + :: : [[ 200 == 503 ]] 2024-04-03 08:15:21.991 | + :: : [[ 0 -eq 7 ]] 2024-04-03 08:15:21.993 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-03 08:15:21.995 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:21.998 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:22.000 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:22.001 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:22.003 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:22.005 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-03 08:15:22.007 | + functions-common:time_stop:2442 : start_time=1712132119309 2024-04-03 08:15:22.009 | + functions-common:time_stop:2444 : [[ -z 1712132119309 ]] 2024-04-03 08:15:22.012 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:22.015 | + functions-common:time_stop:2447 : end_time=1712132122013 2024-04-03 08:15:22.017 | + functions-common:time_stop:2448 : elapsed_time=2704 2024-04-03 08:15:22.019 | + functions-common:time_stop:2449 : total=2386 2024-04-03 08:15:22.021 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:22.023 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5090 2024-04-03 08:15:22.025 | + functions:wait_for_service:478 : return 0 2024-04-03 08:15:22.027 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:22.029 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:22.031 | + stack.sh:main:1302 : is_service_enabled ovn-controller ovn-controller-vtep 2024-04-03 08:15:22.044 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:22.046 | + stack.sh:main:1307 : is_service_enabled neutron-api 2024-04-03 08:15:22.059 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:22.061 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-04-03 08:15:22.074 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:22.076 | + stack.sh:main:1311 : echo_summary 'Starting Neutron' 2024-04-03 08:15:22.078 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:15:22.080 | + stack.sh:echo_summary:472 : echo -e Starting Neutron 2024-04-03 08:15:22.082 | + stack.sh:main:1312 : configure_neutron_after_post_config 2024-04-03 08:15:22.084 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-04-03 08:15:22.086 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-04-03 08:15:22.112 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-04-03 08:15:22.114 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-04-03 08:15:22.117 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-04-03 08:15:22.119 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-04-03 08:15:22.144 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-04-03 08:15:22.170 | + stack.sh:main:1313 : start_neutron_service_and_check 2024-04-03 08:15:22.172 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-04-03 08:15:22.174 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-04-03 08:15:22.176 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-04-03 08:15:22.178 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-04-03 08:15:22.181 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-04-03 08:15:22.183 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-04-03 08:15:22.185 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-04-03 08:15:22.188 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-04-03 08:15:22.190 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-04-03 08:15:22.192 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-04-03 08:15:22.195 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-04-03 08:15:22.197 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.199 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.201 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.204 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-04-03 08:15:22.205 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.208 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.210 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-04-03 08:15:22.224 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:22.226 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-04-03 08:15:22.228 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.230 | + functions-common:run_process:1689 : local service=q-svc 2024-04-03 08:15:22.232 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.234 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:22.237 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:22.239 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:22.241 | + functions-common:run_process:1695 : local name=q-svc 2024-04-03 08:15:22.243 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:22.245 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:22.247 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:22.249 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:22.251 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:22.255 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132122253 2024-04-03 08:15:22.257 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-04-03 08:15:22.270 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:22.272 | + functions-common:run_process:1699 : _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' '' '' '' 2024-04-03 08:15:22.274 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-04-03 08:15:22.276 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.278 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.280 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.282 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.284 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-04-03 08:15:22.286 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-04-03 08:15:22.288 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-04-03 08:15:22.290 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:22.293 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:22.295 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:22.297 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:22.299 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-04-03 08:15:22.301 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-04-03 08:15:22.303 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-04-03 08:15:22.305 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:22.307 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:15:22.308 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:15:22.310 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:15:22.312 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:15:22.314 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:15:22.316 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-04-03 08:15:22.318 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:15:22.321 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-04-03 08:15:22.369 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-04-03 08:15:22.419 | + functions-common:write_user_unit_file:1572 : 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' 2024-04-03 08:15:22.463 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-04-03 08:15:22.505 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-04-03 08:15:22.547 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:22.589 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:15:22.591 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:15:22.593 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-04-03 08:15:22.641 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:15:22.954 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-04-03 08:15:22.963 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-04-03 08:15:23.258 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-04-03 08:15:23.307 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:23.309 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:23.311 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:23.313 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:23.315 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:23.317 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:23.319 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:23.321 | + functions-common:time_stop:2442 : start_time=1712132122253 2024-04-03 08:15:23.323 | + functions-common:time_stop:2444 : [[ -z 1712132122253 ]] 2024-04-03 08:15:23.325 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:23.328 | + functions-common:time_stop:2447 : end_time=1712132123326 2024-04-03 08:15:23.330 | + functions-common:time_stop:2448 : elapsed_time=1073 2024-04-03 08:15:23.332 | + functions-common:time_stop:2449 : total=2562 2024-04-03 08:15:23.334 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:23.336 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3635 2024-04-03 08:15:23.338 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-04-03 08:15:23.340 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-04-03 08:15:23.354 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:23.356 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-04-03 08:15:23.358 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-04-03 08:15:23.360 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-04-03 08:15:23.360 | Waiting for Neutron to start... 2024-04-03 08:15:23.362 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-04-03 08:15:23.364 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-04-03 08:15:23.366 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-04-03 08:15:23.369 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-04-03 08:15:23.371 | + functions-common:test_with_retry:2375 : local until=60 2024-04-03 08:15:23.373 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-04-03 08:15:23.375 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-04-03 08:15:23.377 | + functions-common:time_start:2421 : local name=test_with_retry 2024-04-03 08:15:23.379 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:23.381 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:23.384 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:23.387 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132123385 2024-04-03 08:15:23.390 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-04-03 08:15:26.427 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-04-03 08:15:26.429 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:26.432 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:26.434 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:26.436 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:26.438 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:26.440 | + functions-common:time_stop:2441 : name=test_with_retry 2024-04-03 08:15:26.442 | + functions-common:time_stop:2442 : start_time=1712132123385 2024-04-03 08:15:26.445 | + functions-common:time_stop:2444 : [[ -z 1712132123385 ]] 2024-04-03 08:15:26.447 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:26.451 | + functions-common:time_stop:2447 : end_time=1712132126448 2024-04-03 08:15:26.453 | + functions-common:time_stop:2448 : elapsed_time=3063 2024-04-03 08:15:26.455 | + functions-common:time_stop:2449 : total=0 2024-04-03 08:15:26.456 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:26.459 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3063 2024-04-03 08:15:26.461 | + stack.sh:main:1318 : is_service_enabled placement 2024-04-03 08:15:26.474 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:26.476 | + stack.sh:main:1319 : echo_summary 'Starting Placement' 2024-04-03 08:15:26.478 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:15:26.480 | + stack.sh:echo_summary:472 : echo -e Starting Placement 2024-04-03 08:15:26.482 | + stack.sh:main:1320 : start_placement 2024-04-03 08:15:26.484 | + lib/placement:start_placement:173 : start_placement_api 2024-04-03 08:15:26.486 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-04-03 08:15:26.489 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-04-03 08:15:26.492 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-03 08:15:26.494 | + functions-common:run_process:1689 : local service=placement-api 2024-04-03 08:15:26.496 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-03 08:15:26.498 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:26.500 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:26.503 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:26.505 | + functions-common:run_process:1695 : local name=placement-api 2024-04-03 08:15:26.507 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:26.509 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:26.511 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:26.513 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:26.515 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:26.519 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132126517 2024-04-03 08:15:26.521 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-04-03 08:15:26.534 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:26.536 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-04-03 08:15:26.538 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-04-03 08:15:26.540 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-03 08:15:26.542 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-03 08:15:26.545 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-03 08:15:26.546 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-03 08:15:26.548 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-04-03 08:15:26.550 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-04-03 08:15:26.553 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-04-03 08:15:26.555 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:26.557 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:26.559 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:26.561 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:26.563 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-04-03 08:15:26.565 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2024-04-03 08:15:26.567 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-04-03 08:15:26.569 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-03 08:15:26.571 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-03 08:15:26.572 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-03 08:15:26.574 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-03 08:15:26.576 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-04-03 08:15:26.578 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-03 08:15:26.581 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-04-03 08:15:26.630 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-04-03 08:15:26.679 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-04-03 08:15:26.721 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-03 08:15:26.761 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:26.803 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-04-03 08:15:26.843 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-04-03 08:15:26.884 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-04-03 08:15:26.925 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-04-03 08:15:26.965 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-04-03 08:15:27.005 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-03 08:15:27.007 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-03 08:15:27.009 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-04-03 08:15:27.058 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-03 08:15:27.411 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-04-03 08:15:27.421 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-04-03 08:15:27.775 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-04-03 08:15:27.844 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:27.846 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:27.848 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:27.850 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:27.853 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:27.855 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:27.857 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:27.859 | + functions-common:time_stop:2442 : start_time=1712132126517 2024-04-03 08:15:27.860 | + functions-common:time_stop:2444 : [[ -z 1712132126517 ]] 2024-04-03 08:15:27.863 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:27.866 | + functions-common:time_stop:2447 : end_time=1712132127864 2024-04-03 08:15:27.868 | + functions-common:time_stop:2448 : elapsed_time=1347 2024-04-03 08:15:27.870 | + functions-common:time_stop:2449 : total=3635 2024-04-03 08:15:27.872 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:27.874 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4982 2024-04-03 08:15:27.877 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-04-03 08:15:27.877 | Waiting for placement-api to start... 2024-04-03 08:15:27.879 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-04-03 08:15:27.881 | + functions:wait_for_service:468 : local timeout=60 2024-04-03 08:15:27.882 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-04-03 08:15:27.884 | + functions:wait_for_service:470 : local rval=0 2024-04-03 08:15:27.886 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-03 08:15:27.888 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-03 08:15:27.890 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:27.892 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:27.895 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:27.898 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132127896 2024-04-03 08:15:27.900 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-03 08:15:27.906 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-04-03 08:15:29.148 | + :: : [[ 200 == 503 ]] 2024-04-03 08:15:29.149 | + :: : [[ 0 -eq 7 ]] 2024-04-03 08:15:29.152 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-03 08:15:29.154 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:29.156 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:29.158 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:29.160 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:29.162 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:29.164 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-03 08:15:29.165 | + functions-common:time_stop:2442 : start_time=1712132127896 2024-04-03 08:15:29.167 | + functions-common:time_stop:2444 : [[ -z 1712132127896 ]] 2024-04-03 08:15:29.170 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:29.173 | + functions-common:time_stop:2447 : end_time=1712132129171 2024-04-03 08:15:29.175 | + functions-common:time_stop:2448 : elapsed_time=1275 2024-04-03 08:15:29.177 | + functions-common:time_stop:2449 : total=5090 2024-04-03 08:15:29.179 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:29.181 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6365 2024-04-03 08:15:29.183 | + functions:wait_for_service:478 : return 0 2024-04-03 08:15:29.185 | + stack.sh:main:1323 : is_service_enabled neutron 2024-04-03 08:15:29.198 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:29.200 | + stack.sh:main:1324 : start_neutron 2024-04-03 08:15:29.202 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-04-03 08:15:29.204 | + lib/neutron:start_l2_agent:626 : 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' 2024-04-03 08:15:29.206 | + functions-common:run_process:1689 : local service=q-agt 2024-04-03 08:15:29.208 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:29.211 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:29.212 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:29.215 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:29.217 | + functions-common:run_process:1695 : local name=q-agt 2024-04-03 08:15:29.219 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:29.221 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:29.223 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:29.225 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:29.228 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:29.231 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132129229 2024-04-03 08:15:29.234 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-04-03 08:15:29.247 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:29.249 | + functions-common:run_process:1699 : _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' '' '' '' 2024-04-03 08:15:29.251 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-04-03 08:15:29.253 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:29.255 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:29.257 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:29.259 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:29.261 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-04-03 08:15:29.263 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-04-03 08:15:29.265 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-04-03 08:15:29.267 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:29.269 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:29.271 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:29.273 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:29.275 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-04-03 08:15:29.277 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-04-03 08:15:29.279 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-04-03 08:15:29.281 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-03 08:15:29.283 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:15:29.286 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:15:29.288 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:15:29.290 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:15:29.292 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:15:29.294 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-04-03 08:15:29.296 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:15:29.299 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-04-03 08:15:29.347 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-04-03 08:15:29.395 | + functions-common:write_user_unit_file:1572 : 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' 2024-04-03 08:15:29.438 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-04-03 08:15:29.478 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-04-03 08:15:29.520 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:29.560 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:15:29.562 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:15:29.564 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-04-03 08:15:29.614 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:15:29.957 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-04-03 08:15:29.967 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-04-03 08:15:30.264 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-04-03 08:15:30.315 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:30.317 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:30.319 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:30.321 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:30.323 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:30.325 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:30.327 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:30.328 | + functions-common:time_stop:2442 : start_time=1712132129229 2024-04-03 08:15:30.330 | + functions-common:time_stop:2444 : [[ -z 1712132129229 ]] 2024-04-03 08:15:30.333 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:30.336 | + functions-common:time_stop:2447 : end_time=1712132130334 2024-04-03 08:15:30.338 | + functions-common:time_stop:2448 : elapsed_time=1105 2024-04-03 08:15:30.340 | + functions-common:time_stop:2449 : total=4982 2024-04-03 08:15:30.341 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:30.343 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6087 2024-04-03 08:15:30.345 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-04-03 08:15:30.347 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-03 08:15:30.349 | + functions-common:is_provider_network:2287 : return 1 2024-04-03 08:15:30.351 | + lib/neutron:start_neutron:620 : start_other_agents 2024-04-03 08:15:30.352 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-03 08:15:30.354 | + functions-common:run_process:1689 : local service=q-dhcp 2024-04-03 08:15:30.356 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-03 08:15:30.358 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:30.360 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:30.362 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:30.363 | + functions-common:run_process:1695 : local name=q-dhcp 2024-04-03 08:15:30.365 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:30.367 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:30.369 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:30.371 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:30.373 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:30.377 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132130374 2024-04-03 08:15:30.378 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-04-03 08:15:30.392 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:30.394 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-04-03 08:15:30.395 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-04-03 08:15:30.398 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-03 08:15:30.399 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-03 08:15:30.401 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-03 08:15:30.403 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-03 08:15:30.405 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-04-03 08:15:30.407 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-04-03 08:15:30.409 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-04-03 08:15:30.411 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:30.413 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:30.414 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:30.417 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:30.418 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-04-03 08:15:30.420 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-04-03 08:15:30.422 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-04-03 08:15:30.424 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-03 08:15:30.426 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:15:30.428 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:15:30.430 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:15:30.431 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:15:30.434 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:15:30.436 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-04-03 08:15:30.437 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:15:30.440 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-04-03 08:15:30.490 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-04-03 08:15:30.541 | + functions-common:write_user_unit_file:1572 : 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' 2024-04-03 08:15:30.582 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-04-03 08:15:30.624 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-04-03 08:15:30.668 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:30.714 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:15:30.716 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:15:30.718 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-04-03 08:15:30.772 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:15:31.108 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-04-03 08:15:31.119 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-04-03 08:15:31.459 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-04-03 08:15:31.499 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:31.501 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:31.503 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:31.505 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:31.507 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:31.509 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:31.511 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:31.513 | + functions-common:time_stop:2442 : start_time=1712132130374 2024-04-03 08:15:31.515 | + functions-common:time_stop:2444 : [[ -z 1712132130374 ]] 2024-04-03 08:15:31.517 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:31.521 | + functions-common:time_stop:2447 : end_time=1712132131519 2024-04-03 08:15:31.523 | + functions-common:time_stop:2448 : elapsed_time=1145 2024-04-03 08:15:31.525 | + functions-common:time_stop:2449 : total=6087 2024-04-03 08:15:31.527 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:31.529 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7232 2024-04-03 08:15:31.531 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-04-03 08:15:31.533 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-04-03 08:15:31.535 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-04-03 08:15:31.538 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-04-03 08:15:31.540 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.542 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.545 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.546 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-04-03 08:15:31.548 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.551 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.552 | + functions-common:run_process:1689 : local service=q-l3 2024-04-03 08:15:31.554 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.556 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:31.558 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:31.560 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:31.562 | + functions-common:run_process:1695 : local name=q-l3 2024-04-03 08:15:31.564 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:31.566 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:31.567 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:31.569 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:31.571 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:31.575 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132131573 2024-04-03 08:15:31.577 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-04-03 08:15:31.591 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:31.593 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-04-03 08:15:31.595 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-04-03 08:15:31.597 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.599 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.601 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.603 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.605 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-04-03 08:15:31.607 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-04-03 08:15:31.609 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-04-03 08:15:31.611 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:31.612 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:31.614 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:31.616 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:31.618 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-04-03 08:15:31.620 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-04-03 08:15:31.622 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-04-03 08:15:31.624 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-03 08:15:31.626 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:15:31.628 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:15:31.630 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:15:31.631 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:15:31.633 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:15:31.636 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-04-03 08:15:31.638 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:15:31.641 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-04-03 08:15:31.692 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-04-03 08:15:31.742 | + functions-common:write_user_unit_file:1572 : 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' 2024-04-03 08:15:31.793 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-04-03 08:15:31.839 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-04-03 08:15:31.883 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:31.929 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:15:31.931 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:15:31.933 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-04-03 08:15:31.986 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:15:32.308 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-04-03 08:15:32.317 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-04-03 08:15:32.606 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-04-03 08:15:32.651 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:32.653 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:32.655 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:32.657 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:32.659 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:32.661 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:32.664 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:32.666 | + functions-common:time_stop:2442 : start_time=1712132131573 2024-04-03 08:15:32.668 | + functions-common:time_stop:2444 : [[ -z 1712132131573 ]] 2024-04-03 08:15:32.670 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:32.674 | + functions-common:time_stop:2447 : end_time=1712132132671 2024-04-03 08:15:32.676 | + functions-common:time_stop:2448 : elapsed_time=1098 2024-04-03 08:15:32.678 | + functions-common:time_stop:2449 : total=7232 2024-04-03 08:15:32.679 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:32.681 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8330 2024-04-03 08:15:32.683 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-03 08:15:32.685 | + functions-common:run_process:1689 : local service=q-meta 2024-04-03 08:15:32.687 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-03 08:15:32.689 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:32.691 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:32.693 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:32.695 | + functions-common:run_process:1695 : local name=q-meta 2024-04-03 08:15:32.697 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:32.698 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:32.700 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:32.702 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:32.704 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:32.708 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132132706 2024-04-03 08:15:32.710 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-04-03 08:15:32.724 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:32.726 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-04-03 08:15:32.728 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-04-03 08:15:32.730 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-03 08:15:32.732 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-03 08:15:32.734 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-03 08:15:32.736 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-03 08:15:32.738 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-04-03 08:15:32.740 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-04-03 08:15:32.741 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-04-03 08:15:32.743 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:32.745 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:32.747 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:32.749 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:32.751 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-04-03 08:15:32.753 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-04-03 08:15:32.755 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-04-03 08:15:32.757 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-03 08:15:32.759 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:15:32.761 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:15:32.762 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:15:32.764 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:15:32.766 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:15:32.768 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-04-03 08:15:32.770 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:15:32.773 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-04-03 08:15:32.823 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-04-03 08:15:32.874 | + functions-common:write_user_unit_file:1572 : 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' 2024-04-03 08:15:32.917 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-04-03 08:15:32.960 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-04-03 08:15:33.002 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:33.050 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:15:33.052 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:15:33.054 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-04-03 08:15:33.108 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:15:33.532 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-04-03 08:15:33.542 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-04-03 08:15:33.853 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-04-03 08:15:33.894 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:33.896 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:33.898 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:33.900 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:33.902 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:33.904 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:33.906 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:33.908 | + functions-common:time_stop:2442 : start_time=1712132132706 2024-04-03 08:15:33.910 | + functions-common:time_stop:2444 : [[ -z 1712132132706 ]] 2024-04-03 08:15:33.912 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:33.917 | + functions-common:time_stop:2447 : end_time=1712132133913 2024-04-03 08:15:33.919 | + functions-common:time_stop:2448 : elapsed_time=1207 2024-04-03 08:15:33.921 | + functions-common:time_stop:2449 : total=8330 2024-04-03 08:15:33.923 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:33.925 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9537 2024-04-03 08:15:33.927 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-04-03 08:15:33.929 | + functions-common:run_process:1689 : local service=q-metering 2024-04-03 08:15:33.931 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-04-03 08:15:33.933 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:33.935 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:33.946 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:33.949 | + functions-common:run_process:1695 : local name=q-metering 2024-04-03 08:15:33.950 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:33.952 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:33.954 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:33.956 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:33.959 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:33.962 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132133960 2024-04-03 08:15:33.964 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-04-03 08:15:33.978 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:33.979 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:33.981 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:33.983 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:33.986 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:33.988 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:33.990 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:33.991 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:33.994 | + functions-common:time_stop:2442 : start_time=1712132133960 2024-04-03 08:15:33.996 | + functions-common:time_stop:2444 : [[ -z 1712132133960 ]] 2024-04-03 08:15:33.998 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:34.002 | + functions-common:time_stop:2447 : end_time=1712132133999 2024-04-03 08:15:34.004 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-03 08:15:34.006 | + functions-common:time_stop:2449 : total=9537 2024-04-03 08:15:34.007 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:34.009 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9576 2024-04-03 08:15:34.011 | + stack.sh:main:1327 : is_service_enabled q-svc 2024-04-03 08:15:34.025 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:34.027 | + stack.sh:main:1327 : [[ True == \T\r\u\e ]] 2024-04-03 08:15:34.029 | + stack.sh:main:1328 : echo_summary 'Creating initial neutron network elements' 2024-04-03 08:15:34.031 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:15:34.033 | + stack.sh:echo_summary:472 : echo -e Creating initial neutron network elements 2024-04-03 08:15:34.035 | + stack.sh:main:1331 : type -p neutron_plugin_create_initial_networks 2024-04-03 08:15:34.037 | + stack.sh:main:1334 : create_neutron_initial_network 2024-04-03 08:15:34.039 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-04-03 08:15:34.041 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-04-03 08:15:34.043 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-04-03 08:15:34.045 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-03 08:15:35.587 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:35.590 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-03 08:15:35.590 | address-scope 2024-04-03 08:15:35.590 | router-admin-state-down-before-update 2024-04-03 08:15:35.590 | agent 2024-04-03 08:15:35.590 | agent-resources-synced 2024-04-03 08:15:35.590 | allowed-address-pairs 2024-04-03 08:15:35.590 | auto-allocated-topology 2024-04-03 08:15:35.590 | availability_zone 2024-04-03 08:15:35.590 | availability_zone_filter 2024-04-03 08:15:35.590 | default-subnetpools 2024-04-03 08:15:35.590 | dhcp_agent_scheduler 2024-04-03 08:15:35.590 | dvr 2024-04-03 08:15:35.590 | empty-string-filtering 2024-04-03 08:15:35.590 | external-net 2024-04-03 08:15:35.590 | extra_dhcp_opt 2024-04-03 08:15:35.590 | extraroute 2024-04-03 08:15:35.590 | extraroute-atomic 2024-04-03 08:15:35.590 | filter-validation 2024-04-03 08:15:35.590 | floating-ip-port-forwarding-detail 2024-04-03 08:15:35.590 | fip-port-details 2024-04-03 08:15:35.590 | flavors 2024-04-03 08:15:35.590 | floatingip-pools 2024-04-03 08:15:35.590 | ip-substring-filtering 2024-04-03 08:15:35.590 | router 2024-04-03 08:15:35.590 | ext-gw-mode 2024-04-03 08:15:35.590 | l3-ha 2024-04-03 08:15:35.590 | l3-flavors 2024-04-03 08:15:35.590 | l3-port-ip-change-not-allowed 2024-04-03 08:15:35.590 | l3_agent_scheduler 2024-04-03 08:15:35.590 | multi-provider 2024-04-03 08:15:35.590 | net-mtu 2024-04-03 08:15:35.590 | net-mtu-writable 2024-04-03 08:15:35.590 | network_availability_zone 2024-04-03 08:15:35.590 | network-ip-availability 2024-04-03 08:15:35.590 | pagination 2024-04-03 08:15:35.590 | port-device-profile 2024-04-03 08:15:35.590 | port-mac-override 2024-04-03 08:15:35.590 | port-mac-address-regenerate 2024-04-03 08:15:35.590 | port-numa-affinity-policy 2024-04-03 08:15:35.590 | binding 2024-04-03 08:15:35.590 | binding-extended 2024-04-03 08:15:35.590 | port-security 2024-04-03 08:15:35.590 | project-id 2024-04-03 08:15:35.590 | provider 2024-04-03 08:15:35.590 | quota-check-limit 2024-04-03 08:15:35.590 | quotas 2024-04-03 08:15:35.590 | quota_details 2024-04-03 08:15:35.590 | rbac-policies 2024-04-03 08:15:35.590 | rbac-address-group 2024-04-03 08:15:35.590 | rbac-address-scope 2024-04-03 08:15:35.590 | rbac-security-groups 2024-04-03 08:15:35.590 | rbac-subnetpool 2024-04-03 08:15:35.590 | revision-if-match 2024-04-03 08:15:35.590 | standard-attr-revisions 2024-04-03 08:15:35.590 | router_availability_zone 2024-04-03 08:15:35.590 | security-groups-normalized-cidr 2024-04-03 08:15:35.590 | port-security-groups-filtering 2024-04-03 08:15:35.590 | security-groups-remote-address-group 2024-04-03 08:15:35.590 | security-groups-shared-filtering 2024-04-03 08:15:35.590 | security-group 2024-04-03 08:15:35.590 | service-type 2024-04-03 08:15:35.590 | sorting 2024-04-03 08:15:35.590 | standard-attr-description 2024-04-03 08:15:35.590 | stateful-security-group 2024-04-03 08:15:35.590 | subnet_onboard 2024-04-03 08:15:35.590 | subnet-service-types 2024-04-03 08:15:35.590 | subnet_allocation 2024-04-03 08:15:35.590 | subnetpool-prefix-ops 2024-04-03 08:15:35.590 | standard-attr-tag 2024-04-03 08:15:35.590 | standard-attr-timestamp 2024-04-03 08:15:35.590 | nsxt-ops' 2024-04-03 08:15:35.592 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-03 08:15:35.592 | address-scope 2024-04-03 08:15:35.592 | router-admin-state-down-before-update 2024-04-03 08:15:35.592 | agent 2024-04-03 08:15:35.592 | agent-resources-synced 2024-04-03 08:15:35.592 | allowed-address-pairs 2024-04-03 08:15:35.592 | auto-allocated-topology 2024-04-03 08:15:35.592 | availability_zone 2024-04-03 08:15:35.592 | availability_zone_filter 2024-04-03 08:15:35.592 | default-subnetpools 2024-04-03 08:15:35.592 | dhcp_agent_scheduler 2024-04-03 08:15:35.592 | dvr 2024-04-03 08:15:35.592 | empty-string-filtering 2024-04-03 08:15:35.592 | external-net 2024-04-03 08:15:35.592 | extra_dhcp_opt 2024-04-03 08:15:35.592 | extraroute 2024-04-03 08:15:35.592 | extraroute-atomic 2024-04-03 08:15:35.592 | filter-validation 2024-04-03 08:15:35.592 | floating-ip-port-forwarding-detail 2024-04-03 08:15:35.592 | fip-port-details 2024-04-03 08:15:35.592 | flavors 2024-04-03 08:15:35.592 | floatingip-pools 2024-04-03 08:15:35.592 | ip-substring-filtering 2024-04-03 08:15:35.592 | router 2024-04-03 08:15:35.592 | ext-gw-mode 2024-04-03 08:15:35.592 | l3-ha 2024-04-03 08:15:35.592 | l3-flavors 2024-04-03 08:15:35.592 | l3-port-ip-change-not-allowed 2024-04-03 08:15:35.592 | l3_agent_scheduler 2024-04-03 08:15:35.592 | multi-provider 2024-04-03 08:15:35.592 | net-mtu 2024-04-03 08:15:35.592 | net-mtu-writable 2024-04-03 08:15:35.592 | network_availability_zone 2024-04-03 08:15:35.592 | network-ip-availability 2024-04-03 08:15:35.592 | pagination 2024-04-03 08:15:35.592 | port-device-profile 2024-04-03 08:15:35.592 | port-mac-override 2024-04-03 08:15:35.592 | port-mac-address-regenerate 2024-04-03 08:15:35.592 | port-numa-affinity-policy 2024-04-03 08:15:35.592 | binding 2024-04-03 08:15:35.592 | binding-extended 2024-04-03 08:15:35.592 | port-security 2024-04-03 08:15:35.592 | project-id 2024-04-03 08:15:35.592 | provider 2024-04-03 08:15:35.592 | quota-check-limit 2024-04-03 08:15:35.592 | quotas 2024-04-03 08:15:35.592 | quota_details 2024-04-03 08:15:35.592 | rbac-policies 2024-04-03 08:15:35.592 | rbac-address-group 2024-04-03 08:15:35.592 | rbac-address-scope 2024-04-03 08:15:35.592 | rbac-security-groups 2024-04-03 08:15:35.592 | rbac-subnetpool 2024-04-03 08:15:35.592 | revision-if-match 2024-04-03 08:15:35.592 | standard-attr-revisions 2024-04-03 08:15:35.592 | router_availability_zone 2024-04-03 08:15:35.592 | security-groups-normalized-cidr 2024-04-03 08:15:35.592 | port-security-groups-filtering 2024-04-03 08:15:35.592 | security-groups-remote-address-group 2024-04-03 08:15:35.592 | security-groups-shared-filtering 2024-04-03 08:15:35.592 | security-group 2024-04-03 08:15:35.592 | service-type 2024-04-03 08:15:35.592 | sorting 2024-04-03 08:15:35.592 | standard-attr-description 2024-04-03 08:15:35.592 | stateful-security-group 2024-04-03 08:15:35.592 | subnet_onboard 2024-04-03 08:15:35.592 | subnet-service-types 2024-04-03 08:15:35.592 | subnet_allocation 2024-04-03 08:15:35.592 | subnetpool-prefix-ops 2024-04-03 08:15:35.592 | standard-attr-tag 2024-04-03 08:15:35.592 | standard-attr-timestamp 2024-04-03 08:15:35.592 | nsxt-ops =~ auto-allocated-topology ]] 2024-04-03 08:15:35.594 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-03 08:15:35.596 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-04-03 08:15:35.598 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-04-03 08:15:35.601 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-04-03 08:15:36.994 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:36.996 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=e281a21b-d4b1-4125-88f4-6d2e6d8ac1ef 2024-04-03 08:15:36.998 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-04-03 08:15:37.000 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-04-03 08:15:37.002 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-03 08:15:37.004 | + functions-common:is_provider_network:2287 : return 1 2024-04-03 08:15:37.007 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-04-03 08:15:38.532 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:38.535 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=6986a94d-9183-4689-a7f1-1d9ac0f862b5 2024-04-03 08:15:38.537 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-04-03 08:15:38.539 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-03 08:15:38.552 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-04-03 08:15:38.555 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-04-03 08:15:38.557 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z e281a21b-d4b1-4125-88f4-6d2e6d8ac1ef ']' 2024-04-03 08:15:38.559 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-04-03 08:15:38.561 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-04-03 08:15:38.562 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool e281a21b-d4b1-4125-88f4-6d2e6d8ac1ef ' 2024-04-03 08:15:38.564 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-04-03 08:15:38.566 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 6986a94d-9183-4689-a7f1-1d9ac0f862b5 private-subnet' 2024-04-03 08:15:38.568 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-04-03 08:15:38.570 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool e281a21b-d4b1-4125-88f4-6d2e6d8ac1ef --network 6986a94d-9183-4689-a7f1-1d9ac0f862b5 private-subnet -f value -c id 2024-04-03 08:15:40.076 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:40.078 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=3a38d7d9-651b-4be3-8b5f-39f7e2430cca 2024-04-03 08:15:40.080 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-04-03 08:15:40.082 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-04-03 08:15:40.094 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 3a38d7d9-651b-4be3-8b5f-39f7e2430cca 2024-04-03 08:15:40.097 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=3a38d7d9-651b-4be3-8b5f-39f7e2430cca 2024-04-03 08:15:40.099 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-04-03 08:15:40.101 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-04-03 08:15:40.102 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-04-03 08:15:40.105 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-03 08:15:41.369 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:41.372 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-03 08:15:41.372 | address-scope 2024-04-03 08:15:41.372 | router-admin-state-down-before-update 2024-04-03 08:15:41.372 | agent 2024-04-03 08:15:41.372 | agent-resources-synced 2024-04-03 08:15:41.372 | allowed-address-pairs 2024-04-03 08:15:41.372 | auto-allocated-topology 2024-04-03 08:15:41.372 | availability_zone 2024-04-03 08:15:41.372 | availability_zone_filter 2024-04-03 08:15:41.372 | default-subnetpools 2024-04-03 08:15:41.372 | dhcp_agent_scheduler 2024-04-03 08:15:41.372 | dvr 2024-04-03 08:15:41.372 | empty-string-filtering 2024-04-03 08:15:41.372 | external-net 2024-04-03 08:15:41.372 | extra_dhcp_opt 2024-04-03 08:15:41.372 | extraroute 2024-04-03 08:15:41.372 | extraroute-atomic 2024-04-03 08:15:41.372 | filter-validation 2024-04-03 08:15:41.372 | floating-ip-port-forwarding-detail 2024-04-03 08:15:41.373 | fip-port-details 2024-04-03 08:15:41.373 | flavors 2024-04-03 08:15:41.373 | floatingip-pools 2024-04-03 08:15:41.373 | ip-substring-filtering 2024-04-03 08:15:41.373 | router 2024-04-03 08:15:41.373 | ext-gw-mode 2024-04-03 08:15:41.373 | l3-ha 2024-04-03 08:15:41.373 | l3-flavors 2024-04-03 08:15:41.373 | l3-port-ip-change-not-allowed 2024-04-03 08:15:41.373 | l3_agent_scheduler 2024-04-03 08:15:41.373 | multi-provider 2024-04-03 08:15:41.373 | net-mtu 2024-04-03 08:15:41.373 | net-mtu-writable 2024-04-03 08:15:41.373 | network_availability_zone 2024-04-03 08:15:41.373 | network-ip-availability 2024-04-03 08:15:41.373 | pagination 2024-04-03 08:15:41.373 | port-device-profile 2024-04-03 08:15:41.373 | port-mac-override 2024-04-03 08:15:41.373 | port-mac-address-regenerate 2024-04-03 08:15:41.373 | port-numa-affinity-policy 2024-04-03 08:15:41.373 | binding 2024-04-03 08:15:41.373 | binding-extended 2024-04-03 08:15:41.373 | port-security 2024-04-03 08:15:41.373 | project-id 2024-04-03 08:15:41.373 | provider 2024-04-03 08:15:41.373 | quota-check-limit 2024-04-03 08:15:41.373 | quotas 2024-04-03 08:15:41.373 | quota_details 2024-04-03 08:15:41.373 | rbac-policies 2024-04-03 08:15:41.373 | rbac-address-group 2024-04-03 08:15:41.373 | rbac-address-scope 2024-04-03 08:15:41.373 | rbac-security-groups 2024-04-03 08:15:41.373 | rbac-subnetpool 2024-04-03 08:15:41.373 | revision-if-match 2024-04-03 08:15:41.373 | standard-attr-revisions 2024-04-03 08:15:41.373 | router_availability_zone 2024-04-03 08:15:41.373 | security-groups-normalized-cidr 2024-04-03 08:15:41.373 | port-security-groups-filtering 2024-04-03 08:15:41.373 | security-groups-remote-address-group 2024-04-03 08:15:41.373 | security-groups-shared-filtering 2024-04-03 08:15:41.373 | security-group 2024-04-03 08:15:41.373 | service-type 2024-04-03 08:15:41.373 | sorting 2024-04-03 08:15:41.373 | standard-attr-description 2024-04-03 08:15:41.373 | stateful-security-group 2024-04-03 08:15:41.373 | subnet_onboard 2024-04-03 08:15:41.373 | subnet-service-types 2024-04-03 08:15:41.373 | subnet_allocation 2024-04-03 08:15:41.373 | subnetpool-prefix-ops 2024-04-03 08:15:41.373 | standard-attr-tag 2024-04-03 08:15:41.373 | standard-attr-timestamp 2024-04-03 08:15:41.373 | nsxt-ops' 2024-04-03 08:15:41.374 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-03 08:15:41.374 | address-scope 2024-04-03 08:15:41.374 | router-admin-state-down-before-update 2024-04-03 08:15:41.374 | agent 2024-04-03 08:15:41.374 | agent-resources-synced 2024-04-03 08:15:41.374 | allowed-address-pairs 2024-04-03 08:15:41.374 | auto-allocated-topology 2024-04-03 08:15:41.374 | availability_zone 2024-04-03 08:15:41.374 | availability_zone_filter 2024-04-03 08:15:41.374 | default-subnetpools 2024-04-03 08:15:41.374 | dhcp_agent_scheduler 2024-04-03 08:15:41.374 | dvr 2024-04-03 08:15:41.374 | empty-string-filtering 2024-04-03 08:15:41.374 | external-net 2024-04-03 08:15:41.374 | extra_dhcp_opt 2024-04-03 08:15:41.374 | extraroute 2024-04-03 08:15:41.374 | extraroute-atomic 2024-04-03 08:15:41.374 | filter-validation 2024-04-03 08:15:41.374 | floating-ip-port-forwarding-detail 2024-04-03 08:15:41.374 | fip-port-details 2024-04-03 08:15:41.374 | flavors 2024-04-03 08:15:41.374 | floatingip-pools 2024-04-03 08:15:41.374 | ip-substring-filtering 2024-04-03 08:15:41.374 | router 2024-04-03 08:15:41.374 | ext-gw-mode 2024-04-03 08:15:41.374 | l3-ha 2024-04-03 08:15:41.374 | l3-flavors 2024-04-03 08:15:41.374 | l3-port-ip-change-not-allowed 2024-04-03 08:15:41.374 | l3_agent_scheduler 2024-04-03 08:15:41.374 | multi-provider 2024-04-03 08:15:41.374 | net-mtu 2024-04-03 08:15:41.374 | net-mtu-writable 2024-04-03 08:15:41.374 | network_availability_zone 2024-04-03 08:15:41.374 | network-ip-availability 2024-04-03 08:15:41.374 | pagination 2024-04-03 08:15:41.374 | port-device-profile 2024-04-03 08:15:41.374 | port-mac-override 2024-04-03 08:15:41.374 | port-mac-address-regenerate 2024-04-03 08:15:41.374 | port-numa-affinity-policy 2024-04-03 08:15:41.374 | binding 2024-04-03 08:15:41.374 | binding-extended 2024-04-03 08:15:41.374 | port-security 2024-04-03 08:15:41.374 | project-id 2024-04-03 08:15:41.374 | provider 2024-04-03 08:15:41.374 | quota-check-limit 2024-04-03 08:15:41.374 | quotas 2024-04-03 08:15:41.374 | quota_details 2024-04-03 08:15:41.374 | rbac-policies 2024-04-03 08:15:41.374 | rbac-address-group 2024-04-03 08:15:41.374 | rbac-address-scope 2024-04-03 08:15:41.374 | rbac-security-groups 2024-04-03 08:15:41.374 | rbac-subnetpool 2024-04-03 08:15:41.374 | revision-if-match 2024-04-03 08:15:41.374 | standard-attr-revisions 2024-04-03 08:15:41.374 | router_availability_zone 2024-04-03 08:15:41.374 | security-groups-normalized-cidr 2024-04-03 08:15:41.374 | port-security-groups-filtering 2024-04-03 08:15:41.374 | security-groups-remote-address-group 2024-04-03 08:15:41.374 | security-groups-shared-filtering 2024-04-03 08:15:41.374 | security-group 2024-04-03 08:15:41.374 | service-type 2024-04-03 08:15:41.374 | sorting 2024-04-03 08:15:41.374 | standard-attr-description 2024-04-03 08:15:41.374 | stateful-security-group 2024-04-03 08:15:41.374 | subnet_onboard 2024-04-03 08:15:41.374 | subnet-service-types 2024-04-03 08:15:41.375 | subnet_allocation 2024-04-03 08:15:41.375 | subnetpool-prefix-ops 2024-04-03 08:15:41.375 | standard-attr-tag 2024-04-03 08:15:41.375 | standard-attr-timestamp 2024-04-03 08:15:41.375 | nsxt-ops =~ router ]] 2024-04-03 08:15:41.376 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-03 08:15:41.378 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-04-03 08:15:41.380 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-04-03 08:15:41.382 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-03 08:15:42.635 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:42.638 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-03 08:15:42.638 | address-scope 2024-04-03 08:15:42.638 | router-admin-state-down-before-update 2024-04-03 08:15:42.638 | agent 2024-04-03 08:15:42.638 | agent-resources-synced 2024-04-03 08:15:42.638 | allowed-address-pairs 2024-04-03 08:15:42.638 | auto-allocated-topology 2024-04-03 08:15:42.638 | availability_zone 2024-04-03 08:15:42.638 | availability_zone_filter 2024-04-03 08:15:42.638 | default-subnetpools 2024-04-03 08:15:42.638 | dhcp_agent_scheduler 2024-04-03 08:15:42.638 | dvr 2024-04-03 08:15:42.638 | empty-string-filtering 2024-04-03 08:15:42.638 | external-net 2024-04-03 08:15:42.638 | extra_dhcp_opt 2024-04-03 08:15:42.638 | extraroute 2024-04-03 08:15:42.638 | extraroute-atomic 2024-04-03 08:15:42.638 | filter-validation 2024-04-03 08:15:42.638 | floating-ip-port-forwarding-detail 2024-04-03 08:15:42.638 | fip-port-details 2024-04-03 08:15:42.638 | flavors 2024-04-03 08:15:42.638 | floatingip-pools 2024-04-03 08:15:42.638 | ip-substring-filtering 2024-04-03 08:15:42.638 | router 2024-04-03 08:15:42.638 | ext-gw-mode 2024-04-03 08:15:42.638 | l3-ha 2024-04-03 08:15:42.638 | l3-flavors 2024-04-03 08:15:42.638 | l3-port-ip-change-not-allowed 2024-04-03 08:15:42.638 | l3_agent_scheduler 2024-04-03 08:15:42.638 | multi-provider 2024-04-03 08:15:42.638 | net-mtu 2024-04-03 08:15:42.638 | net-mtu-writable 2024-04-03 08:15:42.638 | network_availability_zone 2024-04-03 08:15:42.638 | network-ip-availability 2024-04-03 08:15:42.638 | pagination 2024-04-03 08:15:42.638 | port-device-profile 2024-04-03 08:15:42.638 | port-mac-override 2024-04-03 08:15:42.638 | port-mac-address-regenerate 2024-04-03 08:15:42.639 | port-numa-affinity-policy 2024-04-03 08:15:42.639 | binding 2024-04-03 08:15:42.639 | binding-extended 2024-04-03 08:15:42.639 | port-security 2024-04-03 08:15:42.639 | project-id 2024-04-03 08:15:42.639 | provider 2024-04-03 08:15:42.639 | quota-check-limit 2024-04-03 08:15:42.639 | quotas 2024-04-03 08:15:42.639 | quota_details 2024-04-03 08:15:42.639 | rbac-policies 2024-04-03 08:15:42.639 | rbac-address-group 2024-04-03 08:15:42.639 | rbac-address-scope 2024-04-03 08:15:42.639 | rbac-security-groups 2024-04-03 08:15:42.639 | rbac-subnetpool 2024-04-03 08:15:42.639 | revision-if-match 2024-04-03 08:15:42.639 | standard-attr-revisions 2024-04-03 08:15:42.639 | router_availability_zone 2024-04-03 08:15:42.639 | security-groups-normalized-cidr 2024-04-03 08:15:42.639 | port-security-groups-filtering 2024-04-03 08:15:42.639 | security-groups-remote-address-group 2024-04-03 08:15:42.639 | security-groups-shared-filtering 2024-04-03 08:15:42.639 | security-group 2024-04-03 08:15:42.639 | service-type 2024-04-03 08:15:42.639 | sorting 2024-04-03 08:15:42.639 | standard-attr-description 2024-04-03 08:15:42.639 | stateful-security-group 2024-04-03 08:15:42.639 | subnet_onboard 2024-04-03 08:15:42.639 | subnet-service-types 2024-04-03 08:15:42.639 | subnet_allocation 2024-04-03 08:15:42.639 | subnetpool-prefix-ops 2024-04-03 08:15:42.639 | standard-attr-tag 2024-04-03 08:15:42.639 | standard-attr-timestamp 2024-04-03 08:15:42.639 | nsxt-ops' 2024-04-03 08:15:42.640 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-03 08:15:42.640 | address-scope 2024-04-03 08:15:42.640 | router-admin-state-down-before-update 2024-04-03 08:15:42.640 | agent 2024-04-03 08:15:42.640 | agent-resources-synced 2024-04-03 08:15:42.640 | allowed-address-pairs 2024-04-03 08:15:42.640 | auto-allocated-topology 2024-04-03 08:15:42.640 | availability_zone 2024-04-03 08:15:42.640 | availability_zone_filter 2024-04-03 08:15:42.640 | default-subnetpools 2024-04-03 08:15:42.640 | dhcp_agent_scheduler 2024-04-03 08:15:42.640 | dvr 2024-04-03 08:15:42.640 | empty-string-filtering 2024-04-03 08:15:42.640 | external-net 2024-04-03 08:15:42.640 | extra_dhcp_opt 2024-04-03 08:15:42.640 | extraroute 2024-04-03 08:15:42.640 | extraroute-atomic 2024-04-03 08:15:42.640 | filter-validation 2024-04-03 08:15:42.640 | floating-ip-port-forwarding-detail 2024-04-03 08:15:42.640 | fip-port-details 2024-04-03 08:15:42.640 | flavors 2024-04-03 08:15:42.640 | floatingip-pools 2024-04-03 08:15:42.640 | ip-substring-filtering 2024-04-03 08:15:42.640 | router 2024-04-03 08:15:42.640 | ext-gw-mode 2024-04-03 08:15:42.640 | l3-ha 2024-04-03 08:15:42.640 | l3-flavors 2024-04-03 08:15:42.640 | l3-port-ip-change-not-allowed 2024-04-03 08:15:42.640 | l3_agent_scheduler 2024-04-03 08:15:42.640 | multi-provider 2024-04-03 08:15:42.640 | net-mtu 2024-04-03 08:15:42.640 | net-mtu-writable 2024-04-03 08:15:42.640 | network_availability_zone 2024-04-03 08:15:42.640 | network-ip-availability 2024-04-03 08:15:42.640 | pagination 2024-04-03 08:15:42.640 | port-device-profile 2024-04-03 08:15:42.640 | port-mac-override 2024-04-03 08:15:42.640 | port-mac-address-regenerate 2024-04-03 08:15:42.640 | port-numa-affinity-policy 2024-04-03 08:15:42.640 | binding 2024-04-03 08:15:42.640 | binding-extended 2024-04-03 08:15:42.640 | port-security 2024-04-03 08:15:42.640 | project-id 2024-04-03 08:15:42.640 | provider 2024-04-03 08:15:42.640 | quota-check-limit 2024-04-03 08:15:42.640 | quotas 2024-04-03 08:15:42.640 | quota_details 2024-04-03 08:15:42.640 | rbac-policies 2024-04-03 08:15:42.640 | rbac-address-group 2024-04-03 08:15:42.640 | rbac-address-scope 2024-04-03 08:15:42.640 | rbac-security-groups 2024-04-03 08:15:42.640 | rbac-subnetpool 2024-04-03 08:15:42.640 | revision-if-match 2024-04-03 08:15:42.640 | standard-attr-revisions 2024-04-03 08:15:42.640 | router_availability_zone 2024-04-03 08:15:42.640 | security-groups-normalized-cidr 2024-04-03 08:15:42.640 | port-security-groups-filtering 2024-04-03 08:15:42.640 | security-groups-remote-address-group 2024-04-03 08:15:42.640 | security-groups-shared-filtering 2024-04-03 08:15:42.640 | security-group 2024-04-03 08:15:42.640 | service-type 2024-04-03 08:15:42.640 | sorting 2024-04-03 08:15:42.640 | standard-attr-description 2024-04-03 08:15:42.640 | stateful-security-group 2024-04-03 08:15:42.640 | subnet_onboard 2024-04-03 08:15:42.640 | subnet-service-types 2024-04-03 08:15:42.640 | subnet_allocation 2024-04-03 08:15:42.640 | subnetpool-prefix-ops 2024-04-03 08:15:42.640 | standard-attr-tag 2024-04-03 08:15:42.640 | standard-attr-timestamp 2024-04-03 08:15:42.640 | nsxt-ops =~ external-net ]] 2024-04-03 08:15:42.642 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-03 08:15:42.644 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-04-03 08:15:42.646 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-04-03 08:15:44.160 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:44.163 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=5a18c1ee-9cd6-4d94-8186-54dbd49f19c0 2024-04-03 08:15:44.165 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-04-03 08:15:44.167 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-03 08:15:44.180 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-04-03 08:15:44.182 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-04-03 08:15:44.184 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-04-03 08:15:44.186 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-03 08:15:45.440 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:45.443 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-03 08:15:45.443 | address-scope 2024-04-03 08:15:45.443 | router-admin-state-down-before-update 2024-04-03 08:15:45.443 | agent 2024-04-03 08:15:45.443 | agent-resources-synced 2024-04-03 08:15:45.443 | allowed-address-pairs 2024-04-03 08:15:45.443 | auto-allocated-topology 2024-04-03 08:15:45.443 | availability_zone 2024-04-03 08:15:45.443 | availability_zone_filter 2024-04-03 08:15:45.443 | default-subnetpools 2024-04-03 08:15:45.443 | dhcp_agent_scheduler 2024-04-03 08:15:45.443 | dvr 2024-04-03 08:15:45.443 | empty-string-filtering 2024-04-03 08:15:45.443 | external-net 2024-04-03 08:15:45.443 | extra_dhcp_opt 2024-04-03 08:15:45.443 | extraroute 2024-04-03 08:15:45.443 | extraroute-atomic 2024-04-03 08:15:45.444 | filter-validation 2024-04-03 08:15:45.444 | floating-ip-port-forwarding-detail 2024-04-03 08:15:45.444 | fip-port-details 2024-04-03 08:15:45.444 | flavors 2024-04-03 08:15:45.444 | floatingip-pools 2024-04-03 08:15:45.444 | ip-substring-filtering 2024-04-03 08:15:45.444 | router 2024-04-03 08:15:45.444 | ext-gw-mode 2024-04-03 08:15:45.444 | l3-ha 2024-04-03 08:15:45.444 | l3-flavors 2024-04-03 08:15:45.444 | l3-port-ip-change-not-allowed 2024-04-03 08:15:45.444 | l3_agent_scheduler 2024-04-03 08:15:45.444 | multi-provider 2024-04-03 08:15:45.444 | net-mtu 2024-04-03 08:15:45.444 | net-mtu-writable 2024-04-03 08:15:45.444 | network_availability_zone 2024-04-03 08:15:45.444 | network-ip-availability 2024-04-03 08:15:45.444 | pagination 2024-04-03 08:15:45.444 | port-device-profile 2024-04-03 08:15:45.444 | port-mac-override 2024-04-03 08:15:45.444 | port-mac-address-regenerate 2024-04-03 08:15:45.444 | port-numa-affinity-policy 2024-04-03 08:15:45.444 | binding 2024-04-03 08:15:45.444 | binding-extended 2024-04-03 08:15:45.444 | port-security 2024-04-03 08:15:45.444 | project-id 2024-04-03 08:15:45.444 | provider 2024-04-03 08:15:45.444 | quota-check-limit 2024-04-03 08:15:45.444 | quotas 2024-04-03 08:15:45.444 | quota_details 2024-04-03 08:15:45.444 | rbac-policies 2024-04-03 08:15:45.444 | rbac-address-group 2024-04-03 08:15:45.444 | rbac-address-scope 2024-04-03 08:15:45.444 | rbac-security-groups 2024-04-03 08:15:45.444 | rbac-subnetpool 2024-04-03 08:15:45.444 | revision-if-match 2024-04-03 08:15:45.444 | standard-attr-revisions 2024-04-03 08:15:45.444 | router_availability_zone 2024-04-03 08:15:45.444 | security-groups-normalized-cidr 2024-04-03 08:15:45.444 | port-security-groups-filtering 2024-04-03 08:15:45.444 | security-groups-remote-address-group 2024-04-03 08:15:45.444 | security-groups-shared-filtering 2024-04-03 08:15:45.444 | security-group 2024-04-03 08:15:45.444 | service-type 2024-04-03 08:15:45.444 | sorting 2024-04-03 08:15:45.444 | standard-attr-description 2024-04-03 08:15:45.444 | stateful-security-group 2024-04-03 08:15:45.445 | subnet_onboard 2024-04-03 08:15:45.445 | subnet-service-types 2024-04-03 08:15:45.445 | subnet_allocation 2024-04-03 08:15:45.445 | subnetpool-prefix-ops 2024-04-03 08:15:45.445 | standard-attr-tag 2024-04-03 08:15:45.445 | standard-attr-timestamp 2024-04-03 08:15:45.445 | nsxt-ops' 2024-04-03 08:15:45.445 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-03 08:15:45.445 | address-scope 2024-04-03 08:15:45.445 | router-admin-state-down-before-update 2024-04-03 08:15:45.445 | agent 2024-04-03 08:15:45.445 | agent-resources-synced 2024-04-03 08:15:45.445 | allowed-address-pairs 2024-04-03 08:15:45.445 | auto-allocated-topology 2024-04-03 08:15:45.445 | availability_zone 2024-04-03 08:15:45.445 | availability_zone_filter 2024-04-03 08:15:45.445 | default-subnetpools 2024-04-03 08:15:45.445 | dhcp_agent_scheduler 2024-04-03 08:15:45.445 | dvr 2024-04-03 08:15:45.445 | empty-string-filtering 2024-04-03 08:15:45.445 | external-net 2024-04-03 08:15:45.445 | extra_dhcp_opt 2024-04-03 08:15:45.445 | extraroute 2024-04-03 08:15:45.446 | extraroute-atomic 2024-04-03 08:15:45.446 | filter-validation 2024-04-03 08:15:45.446 | floating-ip-port-forwarding-detail 2024-04-03 08:15:45.446 | fip-port-details 2024-04-03 08:15:45.446 | flavors 2024-04-03 08:15:45.446 | floatingip-pools 2024-04-03 08:15:45.446 | ip-substring-filtering 2024-04-03 08:15:45.446 | router 2024-04-03 08:15:45.446 | ext-gw-mode 2024-04-03 08:15:45.446 | l3-ha 2024-04-03 08:15:45.446 | l3-flavors 2024-04-03 08:15:45.446 | l3-port-ip-change-not-allowed 2024-04-03 08:15:45.446 | l3_agent_scheduler 2024-04-03 08:15:45.446 | multi-provider 2024-04-03 08:15:45.446 | net-mtu 2024-04-03 08:15:45.446 | net-mtu-writable 2024-04-03 08:15:45.446 | network_availability_zone 2024-04-03 08:15:45.446 | network-ip-availability 2024-04-03 08:15:45.446 | pagination 2024-04-03 08:15:45.446 | port-device-profile 2024-04-03 08:15:45.446 | port-mac-override 2024-04-03 08:15:45.446 | port-mac-address-regenerate 2024-04-03 08:15:45.446 | port-numa-affinity-policy 2024-04-03 08:15:45.446 | binding 2024-04-03 08:15:45.446 | binding-extended 2024-04-03 08:15:45.446 | port-security 2024-04-03 08:15:45.446 | project-id 2024-04-03 08:15:45.446 | provider 2024-04-03 08:15:45.446 | quota-check-limit 2024-04-03 08:15:45.446 | quotas 2024-04-03 08:15:45.446 | quota_details 2024-04-03 08:15:45.446 | rbac-policies 2024-04-03 08:15:45.446 | rbac-address-group 2024-04-03 08:15:45.446 | rbac-address-scope 2024-04-03 08:15:45.446 | rbac-security-groups 2024-04-03 08:15:45.446 | rbac-subnetpool 2024-04-03 08:15:45.446 | revision-if-match 2024-04-03 08:15:45.446 | standard-attr-revisions 2024-04-03 08:15:45.446 | router_availability_zone 2024-04-03 08:15:45.446 | security-groups-normalized-cidr 2024-04-03 08:15:45.446 | port-security-groups-filtering 2024-04-03 08:15:45.446 | security-groups-remote-address-group 2024-04-03 08:15:45.446 | security-groups-shared-filtering 2024-04-03 08:15:45.446 | security-group 2024-04-03 08:15:45.446 | service-type 2024-04-03 08:15:45.446 | sorting 2024-04-03 08:15:45.446 | standard-attr-description 2024-04-03 08:15:45.446 | stateful-security-group 2024-04-03 08:15:45.446 | subnet_onboard 2024-04-03 08:15:45.446 | subnet-service-types 2024-04-03 08:15:45.446 | subnet_allocation 2024-04-03 08:15:45.446 | subnetpool-prefix-ops 2024-04-03 08:15:45.446 | standard-attr-tag 2024-04-03 08:15:45.447 | standard-attr-timestamp 2024-04-03 08:15:45.447 | nsxt-ops =~ auto-allocated-topology ]] 2024-04-03 08:15:45.447 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-03 08:15:45.449 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-04-03 08:15:45.451 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-04-03 08:15:45.454 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-04-03 08:15:46.911 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:46.914 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=bf653e0c-66bc-4ea0-b720-1b1639e2b7e8 2024-04-03 08:15:46.916 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-04-03 08:15:46.918 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-03 08:15:46.931 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-04-03 08:15:46.934 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-04-03 08:15:46.936 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 5a18c1ee-9cd6-4d94-8186-54dbd49f19c0 3a38d7d9-651b-4be3-8b5f-39f7e2430cca 2024-04-03 08:15:49.094 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-04-03 08:15:49.096 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 bf653e0c-66bc-4ea0-b720-1b1639e2b7e8 2024-04-03 08:15:49.099 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-04-03 08:15:49.101 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-04-03 08:15:49.103 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-04-03 08:15:49.105 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-04-03 08:15:49.107 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network bf653e0c-66bc-4ea0-b720-1b1639e2b7e8 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-04-03 08:15:49.109 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-04-03 08:15:49.110 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-04-03 08:15:49.114 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network bf653e0c-66bc-4ea0-b720-1b1639e2b7e8 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-04-03 08:15:49.114 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-04-03 08:15:50.659 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:50.661 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-04-03 08:15:50.662 | | id | 3b0e2ca2-1f65-4aed-8f02-2c0221d59414 |' 2024-04-03 08:15:50.663 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-04-03 08:15:50.665 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-04-03 08:15:50.678 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 3b0e2ca2-1f65-4aed-8f02-2c0221d59414 '|' 2024-04-03 08:15:50.680 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 3b0e2ca2-1f65-4aed-8f02-2c0221d59414 |' 2024-04-03 08:15:50.682 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-04-03 08:15:50.685 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-04-03 08:15:50.686 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 3b0e2ca2-1f65-4aed-8f02-2c0221d59414 '|' 2024-04-03 08:15:50.687 | ++ functions-common:get_field:829 : local data field 2024-04-03 08:15:50.689 | ++ functions-common:get_field:830 : read data 2024-04-03 08:15:50.691 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-04-03 08:15:50.692 | ++ functions-common:get_field:834 : field='$3' 2024-04-03 08:15:50.695 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 3b0e2ca2-1f65-4aed-8f02-2c0221d59414 |' 2024-04-03 08:15:50.695 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-04-03 08:15:50.700 | ++ functions-common:get_field:830 : read data 2024-04-03 08:15:50.703 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-04-03 08:15:50.706 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-04-03 08:15:50.706 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 3b0e2ca2-1f65-4aed-8f02-2c0221d59414 '|' 2024-04-03 08:15:50.708 | ++ functions-common:get_field:829 : local data field 2024-04-03 08:15:50.710 | ++ functions-common:get_field:830 : read data 2024-04-03 08:15:50.712 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-04-03 08:15:50.713 | ++ functions-common:get_field:834 : field='$6' 2024-04-03 08:15:50.716 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 3b0e2ca2-1f65-4aed-8f02-2c0221d59414 |' 2024-04-03 08:15:50.717 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-04-03 08:15:50.721 | ++ functions-common:get_field:830 : read data 2024-04-03 08:15:50.724 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=3b0e2ca2-1f65-4aed-8f02-2c0221d59414 2024-04-03 08:15:50.726 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway bf653e0c-66bc-4ea0-b720-1b1639e2b7e8 5a18c1ee-9cd6-4d94-8186-54dbd49f19c0 2024-04-03 08:15:52.649 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-04-03 08:15:52.651 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-04-03 08:15:52.663 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:52.665 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-04-03 08:15:52.667 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-04-03 08:15:52.668 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-04-03 08:15:52.670 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-04-03 08:15:52.672 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-04-03 08:15:52.674 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-04-03 08:15:52.687 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-04-03 08:15:52.689 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-04-03 08:15:52.691 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-04-03 08:15:52.693 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-04-03 08:15:52.695 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-04-03 08:15:52.696 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-04-03 08:15:52.698 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-04-03 08:15:52.700 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-04-03 08:15:52.701 | + functions-common:test_with_retry:2375 : local until=10 2024-04-03 08:15:52.703 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-04-03 08:15:52.705 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-04-03 08:15:52.707 | + functions-common:time_start:2421 : local name=test_with_retry 2024-04-03 08:15:52.708 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:52.710 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:52.712 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:52.715 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132152713 2024-04-03 08:15:52.717 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-04-03 08:15:52.722 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-04-03 08:15:52.724 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:52.725 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:52.727 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:52.728 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:52.730 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:52.732 | + functions-common:time_stop:2441 : name=test_with_retry 2024-04-03 08:15:52.734 | + functions-common:time_stop:2442 : start_time=1712132152713 2024-04-03 08:15:52.736 | + functions-common:time_stop:2444 : [[ -z 1712132152713 ]] 2024-04-03 08:15:52.738 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:52.741 | + functions-common:time_stop:2447 : end_time=1712132152739 2024-04-03 08:15:52.743 | + functions-common:time_stop:2448 : elapsed_time=26 2024-04-03 08:15:52.745 | + functions-common:time_stop:2449 : total=3063 2024-04-03 08:15:52.746 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:52.748 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3089 2024-04-03 08:15:52.751 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-04-03 08:15:52.751 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-04-03 08:15:52.756 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-04-03 08:15:52.758 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-04-03 08:15:52.759 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-04-03 08:15:52.761 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-04-03 08:15:52.764 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-04-03 08:15:52.764 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-04-03 08:15:52.765 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-04-03 08:15:52.765 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-04-03 08:15:54.031 | ++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:15:54.034 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.183 ' 2024-04-03 08:15:54.036 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-04-03 08:15:54.038 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-03 08:15:54.050 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-04-03 08:15:54.052 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-04-03 08:15:54.054 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-04-03 08:15:54.056 | + stack.sh:main:1339 : is_service_enabled nova 2024-04-03 08:15:54.069 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:54.071 | + stack.sh:main:1340 : echo_summary 'Starting Nova' 2024-04-03 08:15:54.073 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:15:54.075 | + stack.sh:echo_summary:472 : echo -e Starting Nova 2024-04-03 08:15:54.077 | + stack.sh:main:1341 : start_nova 2024-04-03 08:15:54.079 | + lib/nova:start_nova:1176 : start_nova_rest 2024-04-03 08:15:54.081 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:54.084 | + lib/nova:start_nova_rest:1086 : 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/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:54.086 | + lib/nova:start_nova_rest:1086 : 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/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:54.088 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-04-03 08:15:54.090 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-03 08:15:54.092 | + functions-common:run_process:1689 : local service=n-sch 2024-04-03 08:15:54.094 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-03 08:15:54.096 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:54.098 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:54.100 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:54.102 | + functions-common:run_process:1695 : local name=n-sch 2024-04-03 08:15:54.104 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:54.106 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:54.108 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:54.110 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:54.112 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:54.116 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132154114 2024-04-03 08:15:54.118 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-04-03 08:15:54.131 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:54.133 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-04-03 08:15:54.135 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-04-03 08:15:54.137 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-03 08:15:54.139 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-03 08:15:54.141 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-03 08:15:54.143 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-03 08:15:54.145 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-04-03 08:15:54.147 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-04-03 08:15:54.149 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-04-03 08:15:54.151 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:54.152 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:54.154 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:54.156 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:54.158 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-04-03 08:15:54.160 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-04-03 08:15:54.162 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-04-03 08:15:54.164 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-03 08:15:54.166 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:15:54.168 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:15:54.169 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:15:54.171 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:15:54.173 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:15:54.175 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-04-03 08:15:54.177 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:15:54.180 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-04-03 08:15:54.230 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-04-03 08:15:54.280 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-03 08:15:54.321 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-04-03 08:15:54.363 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-04-03 08:15:54.406 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:54.450 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:15:54.452 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:15:54.454 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-04-03 08:15:54.505 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:15:54.859 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-04-03 08:15:54.869 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-04-03 08:15:55.236 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-04-03 08:15:55.288 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:55.290 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:55.292 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:55.294 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:55.296 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:55.298 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:55.300 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:55.302 | + functions-common:time_stop:2442 : start_time=1712132154114 2024-04-03 08:15:55.304 | + functions-common:time_stop:2444 : [[ -z 1712132154114 ]] 2024-04-03 08:15:55.307 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:55.311 | + functions-common:time_stop:2447 : end_time=1712132155308 2024-04-03 08:15:55.313 | + functions-common:time_stop:2448 : elapsed_time=1194 2024-04-03 08:15:55.315 | + functions-common:time_stop:2449 : total=9576 2024-04-03 08:15:55.317 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:55.319 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10770 2024-04-03 08:15:55.321 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-04-03 08:15:55.323 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-04-03 08:15:55.328 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-03 08:15:55.330 | + functions-common:run_process:1689 : local service=n-api-meta 2024-04-03 08:15:55.332 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-03 08:15:55.333 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:55.336 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:55.338 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:55.340 | + functions-common:run_process:1695 : local name=n-api-meta 2024-04-03 08:15:55.342 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:55.344 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:55.346 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:55.348 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:55.350 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:55.354 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132155351 2024-04-03 08:15:55.356 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-04-03 08:15:55.370 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:55.372 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-04-03 08:15:55.374 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-04-03 08:15:55.378 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-03 08:15:55.380 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-03 08:15:55.382 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-03 08:15:55.385 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-03 08:15:55.387 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-04-03 08:15:55.391 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-04-03 08:15:55.393 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-04-03 08:15:55.395 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:55.397 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:55.399 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:55.401 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:55.403 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-04-03 08:15:55.405 | + functions-common:_run_under_systemd:1663 : 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' '' stack '' 2024-04-03 08:15:55.407 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-04-03 08:15:55.409 | + 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' 2024-04-03 08:15:55.412 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-03 08:15:55.413 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-03 08:15:55.415 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-03 08:15:55.417 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-04-03 08:15:55.419 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-03 08:15:55.422 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-04-03 08:15:55.476 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-04-03 08:15:55.527 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-04-03 08:15:55.571 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2024-04-03 08:15:55.614 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:55.656 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-04-03 08:15:55.699 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-04-03 08:15:55.740 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-04-03 08:15:55.781 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-04-03 08:15:55.824 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-04-03 08:15:55.865 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-03 08:15:55.867 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-03 08:15:55.869 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-04-03 08:15:55.919 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-03 08:15:56.284 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-04-03 08:15:56.294 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-04-03 08:15:56.655 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-04-03 08:15:56.725 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:56.727 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:56.729 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:56.731 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:56.741 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:56.743 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:56.745 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:56.747 | + functions-common:time_stop:2442 : start_time=1712132155351 2024-04-03 08:15:56.749 | + functions-common:time_stop:2444 : [[ -z 1712132155351 ]] 2024-04-03 08:15:56.752 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:56.761 | + functions-common:time_stop:2447 : end_time=1712132156753 2024-04-03 08:15:56.761 | + functions-common:time_stop:2448 : elapsed_time=1402 2024-04-03 08:15:56.761 | + functions-common:time_stop:2449 : total=10770 2024-04-03 08:15:56.762 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:56.763 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12172 2024-04-03 08:15:56.765 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:56.767 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:56.770 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-04-03 08:15:56.772 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:56.774 | + lib/nova:start_nova_console_proxies:1114 : 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/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:56.776 | + lib/nova:start_nova_console_proxies:1114 : 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/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:56.778 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-04-03 08:15:56.780 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:15:56.782 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-04-03 08:15:56.784 | + functions-common:run_process:1689 : local service=n-novnc 2024-04-03 08:15:56.786 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-04-03 08:15:56.788 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:56.790 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:56.792 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:56.794 | + functions-common:run_process:1695 : local name=n-novnc 2024-04-03 08:15:56.796 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:56.798 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:56.800 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:56.802 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:56.804 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:56.808 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132156806 2024-04-03 08:15:56.810 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-04-03 08:15:56.824 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:56.826 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:56.828 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:56.830 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:56.832 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:56.834 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:56.836 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:56.838 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:56.840 | + functions-common:time_stop:2442 : start_time=1712132156806 2024-04-03 08:15:56.842 | + functions-common:time_stop:2444 : [[ -z 1712132156806 ]] 2024-04-03 08:15:56.844 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:56.848 | + functions-common:time_stop:2447 : end_time=1712132156845 2024-04-03 08:15:56.850 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-03 08:15:56.851 | + functions-common:time_stop:2449 : total=12172 2024-04-03 08:15:56.853 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:56.855 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12211 2024-04-03 08:15:56.857 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-04-03 08:15:56.859 | + functions-common:run_process:1689 : local service=n-spice 2024-04-03 08:15:56.861 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-04-03 08:15:56.863 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:56.865 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:56.867 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:56.869 | + functions-common:run_process:1695 : local name=n-spice 2024-04-03 08:15:56.871 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:56.873 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:56.875 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:56.877 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:56.880 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:56.884 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132156882 2024-04-03 08:15:56.886 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-04-03 08:15:56.901 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:56.903 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:56.905 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:56.907 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:56.909 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:56.911 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:56.913 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:56.915 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:56.917 | + functions-common:time_stop:2442 : start_time=1712132156882 2024-04-03 08:15:56.919 | + functions-common:time_stop:2444 : [[ -z 1712132156882 ]] 2024-04-03 08:15:56.922 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:56.925 | + functions-common:time_stop:2447 : end_time=1712132156923 2024-04-03 08:15:56.927 | + functions-common:time_stop:2448 : elapsed_time=41 2024-04-03 08:15:56.929 | + functions-common:time_stop:2449 : total=12211 2024-04-03 08:15:56.931 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:56.933 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12252 2024-04-03 08:15:56.935 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-04-03 08:15:56.937 | + functions-common:run_process:1689 : local service=n-sproxy 2024-04-03 08:15:56.939 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-04-03 08:15:56.941 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:56.943 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:56.945 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:56.947 | + functions-common:run_process:1695 : local name=n-sproxy 2024-04-03 08:15:56.949 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:56.951 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:56.952 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:56.954 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:56.957 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:56.960 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132156958 2024-04-03 08:15:56.962 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-04-03 08:15:56.976 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:56.978 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:56.980 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:56.982 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:56.984 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:56.986 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:56.988 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:56.990 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:56.992 | + functions-common:time_stop:2442 : start_time=1712132156958 2024-04-03 08:15:56.994 | + functions-common:time_stop:2444 : [[ -z 1712132156958 ]] 2024-04-03 08:15:56.997 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:57.001 | + functions-common:time_stop:2447 : end_time=1712132156998 2024-04-03 08:15:57.003 | + functions-common:time_stop:2448 : elapsed_time=40 2024-04-03 08:15:57.014 | + functions-common:time_stop:2449 : total=12252 2024-04-03 08:15:57.017 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:57.019 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12292 2024-04-03 08:15:57.021 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:57.024 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:57.026 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-04-03 08:15:57.029 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:15:57.032 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-04-03 08:15:57.032 | Starting nova-conductor in a cellsv1-compatible way 2024-04-03 08:15:57.035 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-03 08:15:57.037 | + functions-common:run_process:1689 : local service=n-cond 2024-04-03 08:15:57.039 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-03 08:15:57.041 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:57.042 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:57.044 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:57.046 | + functions-common:run_process:1695 : local name=n-cond 2024-04-03 08:15:57.048 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:57.050 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:57.052 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:57.055 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:57.058 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:57.061 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132157059 2024-04-03 08:15:57.063 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-04-03 08:15:57.084 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:57.088 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-04-03 08:15:57.090 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-04-03 08:15:57.093 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-03 08:15:57.095 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-03 08:15:57.097 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-03 08:15:57.099 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-03 08:15:57.101 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-04-03 08:15:57.103 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-04-03 08:15:57.106 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-04-03 08:15:57.108 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:15:57.110 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:15:57.112 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:15:57.114 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:15:57.116 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-04-03 08:15:57.118 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-04-03 08:15:57.120 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-04-03 08:15:57.122 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-03 08:15:57.124 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:15:57.126 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:15:57.128 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:15:57.130 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:15:57.132 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:15:57.134 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-04-03 08:15:57.136 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:15:57.139 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-04-03 08:15:57.190 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-04-03 08:15:57.240 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-03 08:15:57.280 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-04-03 08:15:57.320 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-04-03 08:15:57.361 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:15:57.402 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:15:57.404 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:15:57.406 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-04-03 08:15:57.459 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:15:57.805 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-04-03 08:15:57.816 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-04-03 08:15:58.154 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-04-03 08:15:58.203 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:58.205 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:58.207 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:58.209 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:58.211 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:58.213 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:58.215 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:58.217 | + functions-common:time_stop:2442 : start_time=1712132157059 2024-04-03 08:15:58.219 | + functions-common:time_stop:2444 : [[ -z 1712132157059 ]] 2024-04-03 08:15:58.222 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:58.225 | + functions-common:time_stop:2447 : end_time=1712132158223 2024-04-03 08:15:58.227 | + functions-common:time_stop:2448 : elapsed_time=1164 2024-04-03 08:15:58.229 | + functions-common:time_stop:2449 : total=12292 2024-04-03 08:15:58.231 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:58.233 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13456 2024-04-03 08:15:58.235 | + lib/nova:start_nova_conductor:1149 : return 2024-04-03 08:15:58.237 | + lib/nova:start_nova:1179 : start_nova_compute 2024-04-03 08:15:58.239 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:58.241 | + lib/nova:start_nova_compute:1007 : 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/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:58.243 | + lib/nova:start_nova_compute:1007 : 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/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:58.245 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-04-03 08:15:58.247 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-04-03 08:15:58.250 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-04-03 08:15:58.252 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:58.254 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-03 08:15:58.256 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-04-03 08:15:58.258 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-03 08:15:58.261 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-04-03 08:15:58.263 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-04-03 08:15:58.265 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-04-03 08:15:58.267 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-04-03 08:15:58.275 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-04-03 08:15:58.275 | + inc/meta-config:merge_config_file:164 : read a 2024-04-03 08:15:58.275 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-04-03 08:15:58.275 | BEGIN { 2024-04-03 08:15:58.275 | section = "" 2024-04-03 08:15:58.275 | last_section = "" 2024-04-03 08:15:58.275 | section_count = 0 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | /^\[.+\]/ { 2024-04-03 08:15:58.275 | gsub("[][]", "", $1); 2024-04-03 08:15:58.275 | section=$1 2024-04-03 08:15:58.275 | next 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | /^ *\#/ { 2024-04-03 08:15:58.275 | next 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | /^[^ \t]+/ { 2024-04-03 08:15:58.275 | # get offset of first = in $0 2024-04-03 08:15:58.275 | eq_idx = index($0, "=") 2024-04-03 08:15:58.275 | # extract attr & value from $0 2024-04-03 08:15:58.275 | attr = substr($0, 1, eq_idx - 1) 2024-04-03 08:15:58.275 | value = substr($0, eq_idx + 1) 2024-04-03 08:15:58.275 | # only need to strip trailing whitespace from attr 2024-04-03 08:15:58.275 | sub(/[ \t]*$/, "", attr) 2024-04-03 08:15:58.275 | # need to strip leading & trailing whitespace from value 2024-04-03 08:15:58.275 | sub(/^[ \t]*/, "", value) 2024-04-03 08:15:58.275 | sub(/[ \t]*$/, "", value) 2024-04-03 08:15:58.275 | 2024-04-03 08:15:58.275 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-03 08:15:58.275 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-03 08:15:58.275 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-03 08:15:58.275 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-03 08:15:58.275 | if (! (section, attr) in cfg_attr_count) { 2024-04-03 08:15:58.275 | if (section != last_section) { 2024-04-03 08:15:58.275 | cfg_section[section_count++] = section 2024-04-03 08:15:58.275 | last_section = section 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-03 08:15:58.275 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-03 08:15:58.275 | 2024-04-03 08:15:58.275 | cfg_attr[section, attr, 0] = value 2024-04-03 08:15:58.275 | cfg_attr_count[section, attr] = 1 2024-04-03 08:15:58.275 | } else { 2024-04-03 08:15:58.275 | lno = cfg_attr_count[section, attr]++ 2024-04-03 08:15:58.275 | cfg_attr[section, attr, lno] = value 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | END { 2024-04-03 08:15:58.275 | # Process each section in order 2024-04-03 08:15:58.275 | for (sno = 0; sno < section_count; sno++) { 2024-04-03 08:15:58.275 | section = cfg_section[sno] 2024-04-03 08:15:58.275 | # The ini routines simply append a config item immediately 2024-04-03 08:15:58.275 | # after the section header. To keep the same order as defined 2024-04-03 08:15:58.275 | # in local.conf, invoke the ini routines in the reverse order 2024-04-03 08:15:58.275 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-03 08:15:58.275 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-03 08:15:58.275 | if (cfg_attr_count[section, attr] == 1) 2024-04-03 08:15:58.275 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-03 08:15:58.275 | else { 2024-04-03 08:15:58.275 | # For multiline, invoke the ini routines in the reverse order 2024-04-03 08:15:58.275 | count = cfg_attr_count[section, attr] 2024-04-03 08:15:58.275 | print "inidelete " configfile " " section " " attr 2024-04-03 08:15:58.275 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-03 08:15:58.275 | for (l = count -2; l >= 0; l--) 2024-04-03 08:15:58.275 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | } 2024-04-03 08:15:58.275 | ' 2024-04-03 08:15:58.275 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:15:58.275 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-03 08:15:58.275 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-03 08:15:58.282 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-04-03 08:15:58.282 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:15:58.282 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-04-03 08:15:58.282 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-04-03 08:15:58.283 | BEGIN { group = "" } 2024-04-03 08:15:58.283 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:15:58.283 | gsub("[][]", "", $1); 2024-04-03 08:15:58.283 | split($1, a, "|"); 2024-04-03 08:15:58.283 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-03 08:15:58.283 | group=a[1] 2024-04-03 08:15:58.283 | } else { 2024-04-03 08:15:58.283 | group="" 2024-04-03 08:15:58.283 | } 2024-04-03 08:15:58.283 | next 2024-04-03 08:15:58.283 | } 2024-04-03 08:15:58.283 | { 2024-04-03 08:15:58.283 | if (group != "") 2024-04-03 08:15:58.283 | print $0 2024-04-03 08:15:58.283 | } 2024-04-03 08:15:58.283 | ' /opt/stack/devstack/local.conf 2024-04-03 08:15:58.288 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-03 08:15:58.290 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-04-03 08:15:58.290 | Skipping multi-cell conductor fleet setup 2024-04-03 08:15:58.292 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-04-03 08:15:58.307 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-04-03 08:15:58.323 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-04-03 08:15:58.325 | + lib/nova:configure_console_compute:664 : local offset 2024-04-03 08:15:58.327 | + lib/nova:configure_console_compute:665 : offset=0 2024-04-03 08:15:58.329 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-04-03 08:15:58.331 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-04-03 08:15:58.347 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-04-03 08:15:58.349 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-04-03 08:15:58.365 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:58.367 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-04-03 08:15:58.383 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:58.385 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-04-03 08:15:58.388 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-04-03 08:15:58.425 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-04-03 08:15:58.440 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:58.443 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-04-03 08:15:58.456 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:58.458 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-04-03 08:15:58.485 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-04-03 08:15:58.487 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-04-03 08:15:58.488 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-04-03 08:15:58.490 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-04-03 08:15:58.492 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-04-03 08:15:58.494 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-04-03 08:15:58.496 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-04-03 08:15:58.498 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-04-03 08:15:58.513 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:58.515 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-04-03 08:15:58.517 | + functions-common:run_process:1689 : local service=n-cpu 2024-04-03 08:15:58.519 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-04-03 08:15:58.520 | + functions-common:run_process:1691 : local group= 2024-04-03 08:15:58.523 | + functions-common:run_process:1692 : local user= 2024-04-03 08:15:58.524 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:15:58.526 | + functions-common:run_process:1695 : local name=n-cpu 2024-04-03 08:15:58.528 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:15:58.530 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:15:58.532 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:15:58.534 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:15:58.537 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:15:58.540 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132158538 2024-04-03 08:15:58.542 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-04-03 08:15:58.556 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:15:58.558 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:15:58.560 | + functions-common:time_stop:2435 : local name 2024-04-03 08:15:58.562 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:15:58.564 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:15:58.566 | + functions-common:time_stop:2438 : local total 2024-04-03 08:15:58.568 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:15:58.569 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:15:58.571 | + functions-common:time_stop:2442 : start_time=1712132158538 2024-04-03 08:15:58.573 | + functions-common:time_stop:2444 : [[ -z 1712132158538 ]] 2024-04-03 08:15:58.576 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:15:58.580 | + functions-common:time_stop:2447 : end_time=1712132158577 2024-04-03 08:15:58.582 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-03 08:15:58.584 | + functions-common:time_stop:2449 : total=13456 2024-04-03 08:15:58.586 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:15:58.588 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13495 2024-04-03 08:15:58.591 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:58.593 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-03 08:15:58.595 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-04-03 08:15:58.610 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:15:58.612 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-04-03 08:15:58.612 | Dumping cells_v2 mapping 2024-04-03 08:15:58.614 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-04-03 08:15:59.016 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-03 08:16:00.374 | INFO dbcounter [None req-2251b167-e578-4359-a230-6e928be7e250 None None] Registered counter for database nova_api 2024-04-03 08:16:00.385 | DEBUG dbcounter [-] [53399] Writer thread running {{(pid=53399) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:16:00.412 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-03 08:16:00.412 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-04-03 08:16:00.412 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-03 08:16:00.412 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2024-04-03 08:16:00.412 | | cell1 | 0680bb99-a564-4d0e-806f-f11052d17493 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2024-04-03 08:16:00.412 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-03 08:16:00.754 | + stack.sh:main:1342 : async_runfunc create_flavors 2024-04-03 08:16:00.756 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-04-03 08:16:00.806 | + inc/async:async_inner:63 : create_flavors 2024-04-03 08:16:00.837 | [4647 Async create_flavors:53467]: running: create_flavors 2024-04-03 08:16:00.839 | + stack.sh:main:1344 : is_service_enabled cinder 2024-04-03 08:16:00.853 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:00.855 | + stack.sh:main:1345 : echo_summary 'Starting Cinder' 2024-04-03 08:16:00.857 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:16:00.859 | + stack.sh:echo_summary:472 : echo -e Starting Cinder 2024-04-03 08:16:00.861 | + stack.sh:main:1346 : start_cinder 2024-04-03 08:16:00.863 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-04-03 08:16:00.865 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-04-03 08:16:00.867 | + lib/cinder:start_cinder:587 : local cinder_url 2024-04-03 08:16:00.869 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-04-03 08:16:00.882 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:00.884 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-04-03 08:16:00.886 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-04-03 08:16:00.888 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-04-03 08:16:00.890 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-04-03 08:16:00.894 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-03 08:16:00.896 | + functions-common:run_process:1689 : local service=c-api 2024-04-03 08:16:00.898 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-03 08:16:00.900 | + functions-common:run_process:1691 : local group= 2024-04-03 08:16:00.902 | + functions-common:run_process:1692 : local user= 2024-04-03 08:16:00.904 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:16:00.906 | + functions-common:run_process:1695 : local name=c-api 2024-04-03 08:16:00.908 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:16:00.910 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:16:00.912 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:00.914 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:00.916 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:00.919 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132160917 2024-04-03 08:16:00.922 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-04-03 08:16:00.934 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:00.937 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-04-03 08:16:00.939 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-04-03 08:16:00.941 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-03 08:16:00.943 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-03 08:16:00.945 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-03 08:16:00.947 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-03 08:16:00.949 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-04-03 08:16:00.951 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-04-03 08:16:00.953 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-04-03 08:16:00.955 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:16:00.957 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:16:00.959 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:16:00.961 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:16:00.963 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-04-03 08:16:00.965 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2024-04-03 08:16:00.967 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-04-03 08:16:00.968 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-03 08:16:00.970 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-03 08:16:00.972 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-03 08:16:00.974 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-03 08:16:00.976 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-04-03 08:16:00.978 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-03 08:16:00.981 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-04-03 08:16:01.031 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-04-03 08:16:01.080 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-04-03 08:16:01.121 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2024-04-03 08:16:01.163 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:16:01.204 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-04-03 08:16:01.245 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-04-03 08:16:01.287 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-04-03 08:16:01.328 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-04-03 08:16:01.370 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-04-03 08:16:01.413 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-03 08:16:01.415 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-03 08:16:01.417 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-04-03 08:16:01.469 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-03 08:16:01.828 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-04-03 08:16:01.838 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-04-03 08:16:02.122 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-04-03 08:16:02.202 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:16:02.204 | + functions-common:time_stop:2435 : local name 2024-04-03 08:16:02.206 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:02.208 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:02.210 | + functions-common:time_stop:2438 : local total 2024-04-03 08:16:02.212 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:02.214 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:16:02.216 | + functions-common:time_stop:2442 : start_time=1712132160917 2024-04-03 08:16:02.218 | + functions-common:time_stop:2444 : [[ -z 1712132160917 ]] 2024-04-03 08:16:02.220 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:02.224 | + functions-common:time_stop:2447 : end_time=1712132162222 2024-04-03 08:16:02.226 | + functions-common:time_stop:2448 : elapsed_time=1305 2024-04-03 08:16:02.228 | + functions-common:time_stop:2449 : total=13495 2024-04-03 08:16:02.230 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:02.232 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14800 2024-04-03 08:16:02.234 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-04-03 08:16:02.236 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-04-03 08:16:02.236 | Waiting for Cinder API to start... 2024-04-03 08:16:02.238 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-04-03 08:16:02.243 | + functions:wait_for_service:468 : local timeout=60 2024-04-03 08:16:02.245 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-04-03 08:16:02.247 | + functions:wait_for_service:470 : local rval=0 2024-04-03 08:16:02.249 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-03 08:16:02.251 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-03 08:16:02.253 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:02.255 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:02.257 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:02.261 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132162259 2024-04-03 08:16:02.263 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-03 08:16:02.266 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-04-03 08:16:04.318 | + :: : [[ 401 == 503 ]] 2024-04-03 08:16:04.319 | + :: : [[ 0 -eq 7 ]] 2024-04-03 08:16:04.322 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-03 08:16:04.324 | + functions-common:time_stop:2435 : local name 2024-04-03 08:16:04.326 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:04.328 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:04.330 | + functions-common:time_stop:2438 : local total 2024-04-03 08:16:04.332 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:04.334 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-03 08:16:04.336 | + functions-common:time_stop:2442 : start_time=1712132162259 2024-04-03 08:16:04.338 | + functions-common:time_stop:2444 : [[ -z 1712132162259 ]] 2024-04-03 08:16:04.340 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:04.343 | + functions-common:time_stop:2447 : end_time=1712132164341 2024-04-03 08:16:04.345 | + functions-common:time_stop:2448 : elapsed_time=2082 2024-04-03 08:16:04.347 | + functions-common:time_stop:2449 : total=6365 2024-04-03 08:16:04.349 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:04.351 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8447 2024-04-03 08:16:04.353 | + functions:wait_for_service:478 : return 0 2024-04-03 08:16:04.355 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:04.357 | + functions-common:run_process:1689 : local service=c-sch 2024-04-03 08:16:04.359 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:04.361 | + functions-common:run_process:1691 : local group= 2024-04-03 08:16:04.363 | + functions-common:run_process:1692 : local user= 2024-04-03 08:16:04.365 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:16:04.367 | + functions-common:run_process:1695 : local name=c-sch 2024-04-03 08:16:04.369 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:16:04.371 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:16:04.373 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:04.375 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:04.377 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:04.381 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132164379 2024-04-03 08:16:04.383 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-04-03 08:16:04.397 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:04.399 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-04-03 08:16:04.401 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-04-03 08:16:04.403 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:04.404 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:04.406 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:04.408 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:04.411 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-04-03 08:16:04.413 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-04-03 08:16:04.415 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-04-03 08:16:04.417 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:16:04.419 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:16:04.421 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:16:04.423 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:16:04.425 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-04-03 08:16:04.427 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-04-03 08:16:04.429 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-04-03 08:16:04.431 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:04.432 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:16:04.435 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:16:04.436 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-03 08:16:04.438 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:16:04.440 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:16:04.442 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-04-03 08:16:04.444 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:16:04.447 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-04-03 08:16:04.498 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-04-03 08:16:04.549 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:04.593 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-04-03 08:16:04.635 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-04-03 08:16:04.677 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:16:04.719 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-03 08:16:04.720 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:16:04.723 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-04-03 08:16:04.775 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:16:05.155 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-04-03 08:16:05.164 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-04-03 08:16:05.494 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-04-03 08:16:05.543 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:16:05.546 | + functions-common:time_stop:2435 : local name 2024-04-03 08:16:05.548 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:05.550 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:05.552 | + functions-common:time_stop:2438 : local total 2024-04-03 08:16:05.554 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:05.556 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:16:05.558 | + functions-common:time_stop:2442 : start_time=1712132164379 2024-04-03 08:16:05.560 | + functions-common:time_stop:2444 : [[ -z 1712132164379 ]] 2024-04-03 08:16:05.562 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:05.566 | + functions-common:time_stop:2447 : end_time=1712132165563 2024-04-03 08:16:05.568 | + functions-common:time_stop:2448 : elapsed_time=1184 2024-04-03 08:16:05.570 | + functions-common:time_stop:2449 : total=14800 2024-04-03 08:16:05.572 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:05.574 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15984 2024-04-03 08:16:05.575 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.577 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.579 | + functions-common:run_process:1689 : local service=c-bak 2024-04-03 08:16:05.581 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:05.583 | + functions-common:run_process:1691 : local group= 2024-04-03 08:16:05.585 | + functions-common:run_process:1692 : local user= 2024-04-03 08:16:05.587 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.589 | + functions-common:run_process:1695 : local name=c-bak 2024-04-03 08:16:05.591 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:16:05.593 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:16:05.594 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:05.597 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:05.599 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:05.602 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132165600 2024-04-03 08:16:05.605 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-04-03 08:16:05.619 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:05.621 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:16:05.623 | + functions-common:time_stop:2435 : local name 2024-04-03 08:16:05.625 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:05.626 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:05.628 | + functions-common:time_stop:2438 : local total 2024-04-03 08:16:05.630 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:05.632 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:16:05.634 | + functions-common:time_stop:2442 : start_time=1712132165600 2024-04-03 08:16:05.636 | + functions-common:time_stop:2444 : [[ -z 1712132165600 ]] 2024-04-03 08:16:05.638 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:05.642 | + functions-common:time_stop:2447 : end_time=1712132165640 2024-04-03 08:16:05.644 | + functions-common:time_stop:2448 : elapsed_time=40 2024-04-03 08:16:05.646 | + functions-common:time_stop:2449 : total=15984 2024-04-03 08:16:05.648 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:05.650 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16024 2024-04-03 08:16:05.652 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.654 | + functions-common:run_process:1689 : local service=c-vol 2024-04-03 08:16:05.656 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:05.658 | + functions-common:run_process:1691 : local group= 2024-04-03 08:16:05.660 | + functions-common:run_process:1692 : local user= 2024-04-03 08:16:05.662 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.663 | + functions-common:run_process:1695 : local name=c-vol 2024-04-03 08:16:05.665 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:16:05.667 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:16:05.669 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:05.671 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:05.673 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:05.677 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132165675 2024-04-03 08:16:05.679 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-04-03 08:16:05.692 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:05.694 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.696 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-04-03 08:16:05.698 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:05.700 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:05.702 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:05.704 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:05.705 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-04-03 08:16:05.707 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-04-03 08:16:05.709 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-04-03 08:16:05.711 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:16:05.713 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:16:05.715 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:16:05.717 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.719 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-04-03 08:16:05.721 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.723 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-04-03 08:16:05.725 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:05.727 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-03 08:16:05.728 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-03 08:16:05.731 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:05.732 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-03 08:16:05.734 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-03 08:16:05.736 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-04-03 08:16:05.738 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-03 08:16:05.741 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-04-03 08:16:05.792 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-04-03 08:16:05.846 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-03 08:16:05.889 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-04-03 08:16:05.931 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-04-03 08:16:05.974 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:16:06.016 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-04-03 08:16:06.018 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-03 08:16:06.065 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-03 08:16:06.067 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-04-03 08:16:06.123 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-03 08:16:06.433 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-04-03 08:16:06.470 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-04-03 08:16:06.822 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-04-03 08:16:06.871 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:16:06.879 | + functions-common:time_stop:2435 : local name 2024-04-03 08:16:06.881 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:06.884 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:06.885 | + functions-common:time_stop:2438 : local total 2024-04-03 08:16:06.893 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:06.893 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:16:06.895 | + functions-common:time_stop:2442 : start_time=1712132165675 2024-04-03 08:16:06.897 | + functions-common:time_stop:2444 : [[ -z 1712132165675 ]] 2024-04-03 08:16:06.899 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:06.903 | + functions-common:time_stop:2447 : end_time=1712132166901 2024-04-03 08:16:06.905 | + functions-common:time_stop:2448 : elapsed_time=1226 2024-04-03 08:16:06.907 | + functions-common:time_stop:2449 : total=16024 2024-04-03 08:16:06.909 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:06.911 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17250 2024-04-03 08:16:06.913 | + stack.sh:main:1347 : create_volume_types 2024-04-03 08:16:06.915 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-04-03 08:16:06.930 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:06.932 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-04-03 08:16:06.934 | + lib/cinder:create_volume_types:674 : local be be_name 2024-04-03 08:16:06.936 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-03 08:16:06.938 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-04-03 08:16:06.940 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-04-03 08:16:06.942 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-04-03 08:16:06.956 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-04-03 08:16:06.956 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-04-03 08:16:06.956 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-04-03 08:16:06.962 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:06.964 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-04-03 08:16:08.763 | +-------------+--------------------------------------+ 2024-04-03 08:16:08.763 | | Field | Value | 2024-04-03 08:16:08.763 | +-------------+--------------------------------------+ 2024-04-03 08:16:08.763 | | description | None | 2024-04-03 08:16:08.764 | | id | f92cdbb8-400a-4556-8fcd-e5d03f2a539a | 2024-04-03 08:16:08.764 | | is_public | True | 2024-04-03 08:16:08.764 | | name | vsphere | 2024-04-03 08:16:08.764 | | properties | volume_backend_name='vsphere' | 2024-04-03 08:16:08.764 | +-------------+--------------------------------------+ 2024-04-03 08:16:08.894 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-04-03 08:16:08.896 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-04-03 08:16:08.898 | + stack.sh:main:1352 : [[ False == \T\r\u\e ]] 2024-04-03 08:16:08.900 | + stack.sh:main:1360 : is_service_enabled glance 2024-04-03 08:16:08.914 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:08.917 | + stack.sh:main:1361 : echo_summary 'Starting Glance' 2024-04-03 08:16:08.918 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:16:08.921 | + stack.sh:echo_summary:472 : echo -e Starting Glance 2024-04-03 08:16:08.923 | + stack.sh:main:1362 : start_glance 2024-04-03 08:16:08.925 | + lib/glance:start_glance:606 : local service_protocol=http 2024-04-03 08:16:08.927 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-04-03 08:16:08.942 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:08.944 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-04-03 08:16:08.947 | ++ lib/glance:start_glance:614 : which uwsgi 2024-04-03 08:16:08.950 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-03 08:16:08.952 | + functions-common:run_process:1689 : local service=g-api 2024-04-03 08:16:08.954 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-03 08:16:08.956 | + functions-common:run_process:1691 : local group= 2024-04-03 08:16:08.958 | + functions-common:run_process:1692 : local user= 2024-04-03 08:16:08.960 | + functions-common:run_process:1693 : local env_vars= 2024-04-03 08:16:08.962 | + functions-common:run_process:1695 : local name=g-api 2024-04-03 08:16:08.964 | + functions-common:run_process:1697 : time_start run_process 2024-04-03 08:16:08.967 | + functions-common:time_start:2421 : local name=run_process 2024-04-03 08:16:08.969 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:08.971 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:08.973 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:08.977 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132168975 2024-04-03 08:16:08.979 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-04-03 08:16:08.993 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:08.995 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-04-03 08:16:08.997 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-04-03 08:16:08.999 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-03 08:16:09.001 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-03 08:16:09.003 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-03 08:16:09.005 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-03 08:16:09.007 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-04-03 08:16:09.009 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-04-03 08:16:09.011 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-04-03 08:16:09.013 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-03 08:16:09.015 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-03 08:16:09.017 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-03 08:16:09.019 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-03 08:16:09.021 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-04-03 08:16:09.023 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2024-04-03 08:16:09.025 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-04-03 08:16:09.027 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-03 08:16:09.029 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-03 08:16:09.031 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-03 08:16:09.033 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-03 08:16:09.035 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-04-03 08:16:09.037 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-03 08:16:09.040 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-04-03 08:16:09.093 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-04-03 08:16:09.144 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-04-03 08:16:09.189 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-03 08:16:09.233 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-03 08:16:09.276 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-04-03 08:16:09.317 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-04-03 08:16:09.361 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-04-03 08:16:09.403 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-04-03 08:16:09.448 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-04-03 08:16:09.492 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-03 08:16:09.494 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-03 08:16:09.496 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-04-03 08:16:09.550 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-03 08:16:09.918 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-04-03 08:16:09.928 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-04-03 08:16:10.267 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-04-03 08:16:10.337 | + functions-common:run_process:1701 : time_stop run_process 2024-04-03 08:16:10.339 | + functions-common:time_stop:2435 : local name 2024-04-03 08:16:10.341 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:10.342 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:10.345 | + functions-common:time_stop:2438 : local total 2024-04-03 08:16:10.347 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:10.349 | + functions-common:time_stop:2441 : name=run_process 2024-04-03 08:16:10.350 | + functions-common:time_stop:2442 : start_time=1712132168975 2024-04-03 08:16:10.352 | + functions-common:time_stop:2444 : [[ -z 1712132168975 ]] 2024-04-03 08:16:10.355 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:10.358 | + functions-common:time_stop:2447 : end_time=1712132170356 2024-04-03 08:16:10.360 | + functions-common:time_stop:2448 : elapsed_time=1381 2024-04-03 08:16:10.362 | + functions-common:time_stop:2449 : total=17250 2024-04-03 08:16:10.364 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:10.366 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18631 2024-04-03 08:16:10.368 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-04-03 08:16:10.383 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:10.385 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-04-03 08:16:10.385 | Waiting for g-api (10.180.1.21) to start... 2024-04-03 08:16:10.387 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-04-03 08:16:10.389 | + functions:wait_for_service:468 : local timeout=60 2024-04-03 08:16:10.391 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-04-03 08:16:10.393 | + functions:wait_for_service:470 : local rval=0 2024-04-03 08:16:10.395 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-03 08:16:10.397 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-03 08:16:10.399 | + functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:10.402 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:10.404 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:10.408 | + functions-common:time_start:2426 : _TIME_START[$name]=1712132170406 2024-04-03 08:16:10.410 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-03 08:16:10.414 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-04-03 08:16:12.439 | + :: : [[ 300 == 503 ]] 2024-04-03 08:16:12.440 | + :: : [[ 0 -eq 7 ]] 2024-04-03 08:16:12.443 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-03 08:16:12.445 | + functions-common:time_stop:2435 : local name 2024-04-03 08:16:12.448 | + functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:12.450 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:12.453 | + functions-common:time_stop:2438 : local total 2024-04-03 08:16:12.455 | + functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:12.457 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-03 08:16:12.459 | + functions-common:time_stop:2442 : start_time=1712132170406 2024-04-03 08:16:12.461 | + functions-common:time_stop:2444 : [[ -z 1712132170406 ]] 2024-04-03 08:16:12.464 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:12.467 | + functions-common:time_stop:2447 : end_time=1712132172465 2024-04-03 08:16:12.469 | + functions-common:time_stop:2448 : elapsed_time=2059 2024-04-03 08:16:12.471 | + functions-common:time_stop:2449 : total=8447 2024-04-03 08:16:12.473 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:12.475 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10506 2024-04-03 08:16:12.477 | + functions:wait_for_service:478 : return 0 2024-04-03 08:16:12.479 | + stack.sh:main:1376 : is_service_enabled mysql postgresql 2024-04-03 08:16:12.493 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:12.496 | + stack.sh:main:1376 : is_service_enabled glance 2024-04-03 08:16:12.511 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:12.513 | + stack.sh:main:1377 : echo_summary 'Uploading images' 2024-04-03 08:16:12.515 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:16:12.517 | + stack.sh:echo_summary:472 : echo -e Uploading images 2024-04-03 08:16:12.519 | + stack.sh:main:1379 : for image_url in ${IMAGE_URLS//,/ } 2024-04-03 08:16:12.521 | + stack.sh:main:1380 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.523 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.525 | + functions:upload_image:134 : local image image_fname image_name 2024-04-03 08:16:12.526 | + functions:upload_image:136 : local max_attempts=5 2024-04-03 08:16:12.528 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-04-03 08:16:12.532 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.535 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.536 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-04-03 08:16:12.538 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-04-03 08:16:12.540 | ++ functions:upload_image:144 : seq 5 2024-04-03 08:16:12.543 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-04-03 08:16:12.545 | + functions:upload_image:145 : local rc=0 2024-04-03 08:16:12.547 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.549 | --2024-04-03 08:16:12-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-04-03 08:16:12.555 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-04-03 08:16:12.556 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-04-03 08:16:12.602 | HTTP request sent, awaiting response... 200 OK 2024-04-03 08:16:12.602 | Length: 21318656 (20M) [application/octet-stream] 2024-04-03 08:16:12.602 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-04-03 08:16:12.631 | 2024-04-03 08:16:12.747 | 0K ........ ........ .... 100% 140M=0.1s 2024-04-03 08:16:12.747 | 2024-04-03 08:16:12.747 | 2024-04-03 08:16:12 (140 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-04-03 08:16:12.747 | 2024-04-03 08:16:12.751 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-04-03 08:16:12.753 | + functions:upload_image:155 : break 2024-04-03 08:16:12.755 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.757 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-04-03 08:16:12.759 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-04-03 08:16:12.761 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-03 08:16:12.763 | + functions:upload_image:194 : local vmdk_disktype= 2024-04-03 08:16:12.764 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-04-03 08:16:12.766 | + functions:upload_image:196 : local path_len 2024-04-03 08:16:12.771 | + functions:upload_image:199 : local vmdk_adapter_type 2024-04-03 08:16:12.774 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.774 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.778 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-04-03 08:16:12.780 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-04-03 08:16:12.782 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-04-03 08:16:12.783 | + functions:upload_image:205 : local vmdk_create_type 2024-04-03 08:16:12.786 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.787 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.794 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-04-03 08:16:12.796 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-04-03 08:16:12.798 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-04-03 08:16:12.799 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-04-03 08:16:12.801 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-04-03 08:16:12.803 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-04-03 08:16:12.805 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-04-03 08:16:12.806 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-04-03 08:16:12.808 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-04-03 08:16:12.810 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-03 08:16:12.811 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-04-03 08:16:12.815 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-04-03 08:16:12.817 | + functions:upload_image:284 : IFS=':;' 2024-04-03 08:16:12.819 | + functions:upload_image:284 : read -a props 2024-04-03 08:16:12.821 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-04-03 08:16:12.822 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-04-03 08:16:12.824 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-04-03 08:16:12.826 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-04-03 08:16:12.828 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-03 08:16:12.830 | + functions:_upload_image:105 : shift 2024-04-03 08:16:12.832 | + functions:_upload_image:106 : local container=bare 2024-04-03 08:16:12.833 | + functions:_upload_image:107 : shift 2024-04-03 08:16:12.835 | + functions:_upload_image:108 : local disk=vmdk 2024-04-03 08:16:12.836 | + functions:_upload_image:109 : shift 2024-04-03 08:16:12.838 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-03 08:16:12.840 | + functions:_upload_image:111 : shift 2024-04-03 08:16:12.842 | + functions:_upload_image:112 : local properties 2024-04-03 08:16:12.843 | + functions:_upload_image:113 : local useimport 2024-04-03 08:16:12.845 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-04-03 08:16:12.847 | ++ functions:_image_properties_to_arg:87 : local result= 2024-04-03 08:16:12.849 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-03 08:16:12.851 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-04-03 08:16:12.852 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-03 08:16:12.854 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-04-03 08:16:12.856 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-03 08:16:12.857 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-04-03 08:16:12.859 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-04-03 08:16:12.861 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-04-03 08:16:12.863 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-04-03 08:16:12.865 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-04-03 08:16:15.450 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-03 08:16:15.450 | | Field | Value | 2024-04-03 08:16:15.450 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-03 08:16:15.450 | | container_format | bare | 2024-04-03 08:16:15.450 | | created_at | 2024-04-03T08:16:14Z | 2024-04-03 08:16:15.450 | | disk_format | vmdk | 2024-04-03 08:16:15.450 | | file | /v2/images/3dc5311e-ca84-4238-8aa3-ca3bc457beff/file | 2024-04-03 08:16:15.450 | | id | 3dc5311e-ca84-4238-8aa3-ca3bc457beff | 2024-04-03 08:16:15.450 | | min_disk | 0 | 2024-04-03 08:16:15.450 | | min_ram | 0 | 2024-04-03 08:16:15.450 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-04-03 08:16:15.450 | | owner | 189372726e694c868200b3b83cc6f425 | 2024-04-03 08:16:15.450 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2024-04-03 08:16:15.450 | | protected | False | 2024-04-03 08:16:15.450 | | schema | /v2/schemas/image | 2024-04-03 08:16:15.450 | | status | queued | 2024-04-03 08:16:15.450 | | tags | | 2024-04-03 08:16:15.450 | | updated_at | 2024-04-03T08:16:14Z | 2024-04-03 08:16:15.450 | | visibility | public | 2024-04-03 08:16:15.450 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-03 08:16:15.570 | + functions:upload_image:291 : return 2024-04-03 08:16:15.572 | + stack.sh:main:1384 : async_wait create_flavors 2024-04-03 08:16:15.620 | [4647 Async create_flavors:53467]: Waiting for completion of create_flavors running on PID 53467 (2 other jobs running) 2024-04-03 08:16:15.638 | [4647 Async create_flavors:53467]: Signaling child to exit 2024-04-03 08:16:16.332 | + inc/async:async_inner:64 : rc=0 2024-04-03 08:16:16.351 | [53467 Async create_flavors:53467]: finished successfully 2024-04-03 08:16:16.368 | WAKEUP 2024-04-03 08:16:16.385 | [4647 Async create_flavors:53467]: Signaled 2024-04-03 08:16:16.386 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-04-03 08:16:16.386 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:16.386 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-04-03 08:16:16.386 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-04-03 08:16:16.386 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-04-03 08:16:16.386 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.386 | | Field | Value | 2024-04-03 08:16:16.386 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.386 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.386 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.386 | | description | None | 2024-04-03 08:16:16.386 | | disk | 1 | 2024-04-03 08:16:16.386 | | id | c1 | 2024-04-03 08:16:16.386 | | name | cirros256 | 2024-04-03 08:16:16.386 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.386 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.386 | | ram | 256 | 2024-04-03 08:16:16.386 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.386 | | swap | | 2024-04-03 08:16:16.386 | | vcpus | 1 | 2024-04-03 08:16:16.386 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.386 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-04-03 08:16:16.386 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.386 | | Field | Value | 2024-04-03 08:16:16.386 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.386 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.386 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.386 | | description | None | 2024-04-03 08:16:16.386 | | disk | 5 | 2024-04-03 08:16:16.386 | | id | d1 | 2024-04-03 08:16:16.386 | | name | ds512M | 2024-04-03 08:16:16.386 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.386 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.386 | | ram | 512 | 2024-04-03 08:16:16.386 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.386 | | swap | | 2024-04-03 08:16:16.386 | | vcpus | 1 | 2024-04-03 08:16:16.386 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.386 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-04-03 08:16:16.386 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.386 | | Field | Value | 2024-04-03 08:16:16.386 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.387 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.387 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.387 | | description | None | 2024-04-03 08:16:16.387 | | disk | 10 | 2024-04-03 08:16:16.387 | | id | d2 | 2024-04-03 08:16:16.387 | | name | ds1G | 2024-04-03 08:16:16.387 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.387 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.387 | | ram | 1024 | 2024-04-03 08:16:16.387 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.387 | | swap | | 2024-04-03 08:16:16.387 | | vcpus | 1 | 2024-04-03 08:16:16.387 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.387 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-04-03 08:16:16.387 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.387 | | Field | Value | 2024-04-03 08:16:16.387 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.387 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.387 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.387 | | description | None | 2024-04-03 08:16:16.387 | | disk | 10 | 2024-04-03 08:16:16.387 | | id | d3 | 2024-04-03 08:16:16.387 | | name | ds2G | 2024-04-03 08:16:16.387 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.387 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.387 | | ram | 2048 | 2024-04-03 08:16:16.387 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.387 | | swap | | 2024-04-03 08:16:16.387 | | vcpus | 2 | 2024-04-03 08:16:16.387 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.387 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-04-03 08:16:16.387 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.387 | | Field | Value | 2024-04-03 08:16:16.387 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.387 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.387 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.387 | | description | None | 2024-04-03 08:16:16.387 | | disk | 20 | 2024-04-03 08:16:16.387 | | id | d4 | 2024-04-03 08:16:16.387 | | name | ds4G | 2024-04-03 08:16:16.387 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.387 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.387 | | ram | 4096 | 2024-04-03 08:16:16.387 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.387 | | swap | | 2024-04-03 08:16:16.387 | | vcpus | 4 | 2024-04-03 08:16:16.387 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.387 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-04-03 08:16:16.387 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-04-03 08:16:16.387 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-04-03 08:16:16.387 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.388 | | Field | Value | 2024-04-03 08:16:16.388 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.388 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.388 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.388 | | description | None | 2024-04-03 08:16:16.388 | | disk | 1 | 2024-04-03 08:16:16.388 | | id | 1 | 2024-04-03 08:16:16.388 | | name | m1.tiny | 2024-04-03 08:16:16.388 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.388 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.388 | | ram | 512 | 2024-04-03 08:16:16.388 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.388 | | swap | | 2024-04-03 08:16:16.388 | | vcpus | 1 | 2024-04-03 08:16:16.388 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.388 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-04-03 08:16:16.388 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.388 | | Field | Value | 2024-04-03 08:16:16.388 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.388 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.388 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.388 | | description | None | 2024-04-03 08:16:16.388 | | disk | 20 | 2024-04-03 08:16:16.388 | | id | 2 | 2024-04-03 08:16:16.388 | | name | m1.small | 2024-04-03 08:16:16.388 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.388 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.388 | | ram | 2048 | 2024-04-03 08:16:16.388 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.388 | | swap | | 2024-04-03 08:16:16.388 | | vcpus | 1 | 2024-04-03 08:16:16.388 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.388 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-04-03 08:16:16.388 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.388 | | Field | Value | 2024-04-03 08:16:16.388 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.388 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.388 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.388 | | description | None | 2024-04-03 08:16:16.388 | | disk | 40 | 2024-04-03 08:16:16.388 | | id | 3 | 2024-04-03 08:16:16.388 | | name | m1.medium | 2024-04-03 08:16:16.388 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.388 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.388 | | ram | 4096 | 2024-04-03 08:16:16.388 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.388 | | swap | | 2024-04-03 08:16:16.389 | | vcpus | 2 | 2024-04-03 08:16:16.389 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.389 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-04-03 08:16:16.389 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.389 | | Field | Value | 2024-04-03 08:16:16.389 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.389 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.389 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.389 | | description | None | 2024-04-03 08:16:16.389 | | disk | 80 | 2024-04-03 08:16:16.389 | | id | 4 | 2024-04-03 08:16:16.389 | | name | m1.large | 2024-04-03 08:16:16.389 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.389 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.389 | | ram | 8192 | 2024-04-03 08:16:16.389 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.389 | | swap | | 2024-04-03 08:16:16.389 | | vcpus | 4 | 2024-04-03 08:16:16.389 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.389 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-04-03 08:16:16.389 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.389 | | Field | Value | 2024-04-03 08:16:16.389 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.389 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:16.389 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:16.389 | | description | None | 2024-04-03 08:16:16.389 | | disk | 160 | 2024-04-03 08:16:16.389 | | id | 5 | 2024-04-03 08:16:16.389 | | name | m1.xlarge | 2024-04-03 08:16:16.389 | | os-flavor-access:is_public | True | 2024-04-03 08:16:16.389 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:16.389 | | ram | 16384 | 2024-04-03 08:16:16.389 | | rxtx_factor | 1.0 | 2024-04-03 08:16:16.389 | | swap | | 2024-04-03 08:16:16.389 | | vcpus | 8 | 2024-04-03 08:16:16.389 | +----------------------------+-----------------------+ 2024-04-03 08:16:16.420 | [4647 Async create_flavors:53467]: finished create_flavors with result 0 in 15 seconds 2024-04-03 08:16:16.423 | + inc/async:async_wait:197 : return 0 2024-04-03 08:16:16.424 | + stack.sh:main:1386 : is_service_enabled horizon 2024-04-03 08:16:16.439 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:16.440 | + stack.sh:main:1400 : is_service_enabled nova 2024-04-03 08:16:16.454 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:16.456 | + stack.sh:main:1400 : is_service_enabled keystone 2024-04-03 08:16:16.470 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:16.471 | + stack.sh:main:1401 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-04-03 08:16:16.473 | + stack.sh:main:1403 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-03 08:16:16.475 | + stack.sh:main:1407 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-04-03 08:16:16.478 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-04-03 08:16:16.479 | ++ opt/stack/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 /opt/stack/devstack/accrc --os-password nomoresecret 2024-04-03 08:16:16.482 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-04-03 08:16:16.483 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-04-03 08:16:16.484 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-04-03 08:16:16.485 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-04-03 08:16:16.486 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-04-03 08:16:16.487 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-04-03 08:16:16.488 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-04-03 08:16:16.489 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-04-03 08:16:16.490 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-04-03 08:16:16.491 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-04-03 08:16:16.492 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-04-03 08:16:16.493 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-03 08:16:16.494 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-04-03 08:16:16.495 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-03 08:16:16.496 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-04-03 08:16:16.497 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-03 08:16:16.498 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-04-03 08:16:16.499 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-03 08:16:16.500 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-04-03 08:16:16.501 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-03 08:16:16.502 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-04-03 08:16:16.503 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-04-03 08:16:16.504 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-03 08:16:16.505 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-04-03 08:16:16.506 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-03 08:16:16.507 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-04-03 08:16:16.508 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-04-03 08:16:16.509 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-04-03 08:16:16.510 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-03 08:16:16.511 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-04-03 08:16:16.512 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-03 08:16:16.513 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-04-03 08:16:16.514 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-04-03 08:16:16.515 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-04-03 08:16:16.516 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-04-03 08:16:16.517 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-04-03 08:16:16.518 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-04-03 08:16:16.519 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-04-03 08:16:16.520 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-04-03 08:16:16.522 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-04-03 08:16:16.523 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-04-03 08:16:16.524 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-04-03 08:16:16.525 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-04-03 08:16:16.526 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-04-03 08:16:16.527 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-04-03 08:16:16.528 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-04-03 08:16:16.529 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-04-03 08:16:16.530 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-04-03 08:16:16.531 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-04-03 08:16:16.532 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-04-03 08:16:16.533 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-04-03 08:16:16.534 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-04-03 08:16:16.536 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-04-03 08:16:16.537 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-04-03 08:16:16.537 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-04-03 08:16:16.537 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-04-03 08:16:16.537 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-04-03 08:16:16.538 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-04-03 08:16:17.447 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-04-03 08:16:17.448 | 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(': Failed to establish a new connection: [Errno 111] Connection refused')) 2024-04-03 08:16:17.567 | + stack.sh:main:1412 : save_stackenv 2024-04-03 08:16:17.569 | + functions-common:save_stackenv:60 : local tag= 2024-04-03 08:16:17.571 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-03 08:16:17.575 | + functions-common:save_stackenv:62 : time_stamp=2024-04-03-081617 2024-04-03 08:16:17.578 | + functions-common:save_stackenv:63 : echo '# 2024-04-03-081617 ' 2024-04-03 08:16:17.580 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.582 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-03 08:16:17.584 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.586 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-03 08:16:17.588 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.589 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-03 08:16:17.591 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.593 | + 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,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-04-03 08:16:17.595 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.597 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-03 08:16:17.599 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.601 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-03 08:16:17.603 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.605 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-03-080959 2024-04-03 08:16:17.607 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.609 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-03 08:16:17.610 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.612 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-03 08:16:17.614 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.616 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-03 08:16:17.618 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.620 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-03 08:16:17.622 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.624 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-03 08:16:17.626 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.628 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-03 08:16:17.630 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.632 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-03 08:16:17.634 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-03 08:16:17.636 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-03 08:16:17.638 | + stack.sh:main:1423 : merge_config_group /opt/stack/devstack/local.conf extra 2024-04-03 08:16:17.640 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-03 08:16:17.642 | + inc/meta-config:merge_config_group:171 : shift 2024-04-03 08:16:17.644 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-04-03 08:16:17.645 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:16:17.647 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-03 08:16:17.649 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-03 08:16:17.652 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-04-03 08:16:17.654 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:16:17.656 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-04-03 08:16:17.658 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:16:17.660 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-04-03 08:16:17.660 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:16:17.660 | gsub("[][]", "", $1); 2024-04-03 08:16:17.660 | split($1, a, "|"); 2024-04-03 08:16:17.660 | if (a[1] == matchgroup) 2024-04-03 08:16:17.660 | print a[2] 2024-04-03 08:16:17.660 | } 2024-04-03 08:16:17.660 | ' /opt/stack/devstack/local.conf 2024-04-03 08:16:17.664 | + stack.sh:main:1430 : run_phase stack extra 2024-04-03 08:16:17.666 | + functions-common:run_phase:1863 : local mode=stack 2024-04-03 08:16:17.668 | + functions-common:run_phase:1864 : local phase=extra 2024-04-03 08:16:17.670 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-03 08:16:17.673 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-03 08:16:17.675 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-03 08:16:17.677 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-03 08:16:17.679 | + functions-common:run_phase:1873 : local extra 2024-04-03 08:16:17.682 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-03 08:16:17.685 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-03 08:16:17.687 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-03 08:16:17.689 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-03 08:16:17.692 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-04-03 08:16:17.694 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-03 08:16:17.707 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:17.709 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:16:17.711 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:17.713 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-04-03 08:16:17.715 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:17.717 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:16:17.719 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:17.721 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-04-03 08:16:17.723 | ++ extras.d/80-tempest.sh:source:15 : : 2024-04-03 08:16:17.725 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-03 08:16:17.727 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-03 08:16:17.729 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:16:17.731 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-03 08:16:17.732 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-04-03 08:16:17.734 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-03 08:16:17.736 | + functions-common:run_plugins:1850 : local phase=extra 2024-04-03 08:16:17.738 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-03 08:16:17.740 | + functions-common:run_plugins:1853 : local plugin 2024-04-03 08:16:17.742 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-03 08:16:17.744 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-03 08:16:17.746 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-03 08:16:17.748 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-04-03 08:16:17.750 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:16:17.752 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:17.755 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-04-03 08:16:17.757 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:17.759 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:16:17.761 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:17.763 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-04-03 08:16:17.765 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-04-03 08:16:17.767 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:16:17.769 | ++ stack.sh:echo_summary:472 : echo -e Initializing Networking-NSX-T 2024-04-03 08:16:17.771 | + stack.sh:main:1438 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-04-03 08:16:17.773 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-03 08:16:17.775 | + inc/meta-config:merge_config_group:171 : shift 2024-04-03 08:16:17.777 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-04-03 08:16:17.779 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:16:17.781 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-03 08:16:17.783 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-03 08:16:17.785 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-04-03 08:16:17.787 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:16:17.789 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-04-03 08:16:17.791 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:16:17.793 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-04-03 08:16:17.793 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:16:17.793 | gsub("[][]", "", $1); 2024-04-03 08:16:17.793 | split($1, a, "|"); 2024-04-03 08:16:17.793 | if (a[1] == matchgroup) 2024-04-03 08:16:17.793 | print a[2] 2024-04-03 08:16:17.793 | } 2024-04-03 08:16:17.793 | ' /opt/stack/devstack/local.conf 2024-04-03 08:16:17.798 | + stack.sh:main:1447 : is_service_enabled n-cpu 2024-04-03 08:16:17.811 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:17.814 | + stack.sh:main:1452 : service_check 2024-04-03 08:16:17.816 | + functions-common:service_check:1728 : local service 2024-04-03 08:16:17.817 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:17.819 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-04-03 08:16:17.829 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-04-03 08:16:17.831 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:17.833 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-04-03 08:16:17.843 | enabled 2024-04-03 08:16:17.845 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-04-03 08:16:17.876 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-04-03 08:16:17.876 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-04-03 08:16:17.876 | Active: active (running) since Wed 2024-04-03 08:15:19 UTC; 58s ago 2024-04-03 08:16:17.876 | Main PID: 47042 (uwsgi) 2024-04-03 08:16:17.876 | Status: "uWSGI is ready" 2024-04-03 08:16:17.876 | Tasks: 3 (limit: 19115) 2024-04-03 08:16:17.876 | Memory: 239.1M 2024-04-03 08:16:17.876 | CPU: 6.076s 2024-04-03 08:16:17.876 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-04-03 08:16:17.876 | ├─47042 "nova-apiuWSGI master" 2024-04-03 08:16:17.876 | ├─47043 "nova-apiuWSGI worker 1" 2024-04-03 08:16:17.876 | └─47044 "nova-apiuWSGI worker 2" 2024-04-03 08:16:17.876 | 2024-04-03 08:16:17.876 | Apr 03 08:16:14 devstack devstack@n-api.service[47043]: [pid: 47043|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 3 08:16:14 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-04-03 08:16:17.876 | Apr 03 08:16:16 devstack devstack@n-api.service[47044]: DEBUG nova.api.openstack.wsgi [None req-407aaed9-7d45-45d5-a30a-1515249cd92f admin admin] Calling method '>' {{(pid=47044) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-04-03 08:16:17.876 | Apr 03 08:16:16 devstack devstack@n-api.service[47044]: INFO nova.api.openstack.requestlog [None req-407aaed9-7d45-45d5-a30a-1515249cd92f admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000976 2024-04-03 08:16:17.876 | Apr 03 08:16:16 devstack devstack@n-api.service[47044]: [pid: 47044|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Apr 3 08:16:16 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-04-03 08:16:17.876 | Apr 03 08:16:16 devstack devstack@n-api.service[47043]: DEBUG nova.api.openstack.wsgi [None req-6c3e65e0-b898-41b3-aa27-a1c2bf80a2bd admin admin] Action: 'create', calling method: >, body: {"flavor": {"os-flavor-access:is_public": true, "vcpus": 8, "id": "5", "name": "m1.xlarge", "ram": 16384, "swap": 0, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160}} {{(pid=47043) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-04-03 08:16:17.876 | Apr 03 08:16:16 devstack devstack@n-api.service[47043]: INFO nova.api.openstack.requestlog [None req-6c3e65e0-b898-41b3-aa27-a1c2bf80a2bd admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.040164 2024-04-03 08:16:17.876 | Apr 03 08:16:16 devstack devstack@n-api.service[47043]: [pid: 47043|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Apr 3 08:16:16 2024] POST /compute/v2.1/flavors => generated 408 bytes in 41 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-04-03 08:16:17.877 | Apr 03 08:16:16 devstack devstack@n-api.service[47044]: DEBUG nova.api.openstack.wsgi [None req-35be8933-016e-4cd9-a5b7-8be5feeb4c1e admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=47044) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-04-03 08:16:17.877 | Apr 03 08:16:16 devstack devstack@n-api.service[47044]: INFO nova.api.openstack.requestlog [None req-35be8933-016e-4cd9-a5b7-8be5feeb4c1e admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.014499 2024-04-03 08:16:17.877 | Apr 03 08:16:16 devstack devstack@n-api.service[47044]: [pid: 47044|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 3 08:16:16 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-04-03 08:16:17.879 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:17.881 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-04-03 08:16:17.891 | enabled 2024-04-03 08:16:17.894 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-04-03 08:16:17.905 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-04-03 08:16:17.905 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-04-03 08:16:17.905 | Active: active (running) since Wed 2024-04-03 08:15:58 UTC; 19s ago 2024-04-03 08:16:17.905 | Main PID: 52994 (nova-conductor) 2024-04-03 08:16:17.905 | Tasks: 3 (limit: 19115) 2024-04-03 08:16:17.905 | Memory: 149.0M 2024-04-03 08:16:17.905 | CPU: 2.189s 2024-04-03 08:16:17.905 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-04-03 08:16:17.905 | ├─52994 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-03 08:16:17.905 | ├─53415 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-03 08:16:17.905 | └─53416 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-03 08:16:17.905 | 2024-04-03 08:16:17.905 | Apr 03 08:16:00 devstack nova-conductor[52994]: DEBUG oslo_service.service [None req-33ed80c6-7b50-4116-ae77-1f0620307420 None None] oslo_limit.timeout = None {{(pid=52994) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.905 | Apr 03 08:16:00 devstack nova-conductor[52994]: DEBUG oslo_service.service [None req-33ed80c6-7b50-4116-ae77-1f0620307420 None None] oslo_limit.valid_interfaces = None {{(pid=52994) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.905 | Apr 03 08:16:00 devstack nova-conductor[52994]: DEBUG oslo_service.service [None req-33ed80c6-7b50-4116-ae77-1f0620307420 None None] oslo_limit.version = None {{(pid=52994) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.905 | Apr 03 08:16:00 devstack nova-conductor[52994]: DEBUG oslo_service.service [None req-33ed80c6-7b50-4116-ae77-1f0620307420 None None] oslo_reports.file_event_handler = None {{(pid=52994) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.905 | Apr 03 08:16:00 devstack nova-conductor[52994]: DEBUG oslo_service.service [None req-33ed80c6-7b50-4116-ae77-1f0620307420 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52994) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.905 | Apr 03 08:16:00 devstack nova-conductor[52994]: DEBUG oslo_service.service [None req-33ed80c6-7b50-4116-ae77-1f0620307420 None None] oslo_reports.log_dir = None {{(pid=52994) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.905 | Apr 03 08:16:00 devstack nova-conductor[52994]: DEBUG oslo_service.service [None req-33ed80c6-7b50-4116-ae77-1f0620307420 None None] ******************************************************************************** {{(pid=52994) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-03 08:16:17.905 | Apr 03 08:16:09 devstack nova-conductor[52994]: DEBUG dbcounter [-] [52994] Writing DB stats nova_api:SELECT=3 {{(pid=52994) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:17.905 | Apr 03 08:16:09 devstack nova-conductor[52994]: DEBUG dbcounter [-] [52994] Writing DB stats nova_cell1:SELECT=3 {{(pid=52994) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:17.905 | Apr 03 08:16:09 devstack nova-conductor[52994]: DEBUG dbcounter [-] [52994] Writing DB stats nova_cell0:SELECT=3 {{(pid=52994) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:17.908 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:17.910 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-04-03 08:16:17.919 | enabled 2024-04-03 08:16:17.922 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-04-03 08:16:17.933 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-04-03 08:16:17.933 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-04-03 08:16:17.933 | Active: active (running) since Wed 2024-04-03 08:15:55 UTC; 22s ago 2024-04-03 08:16:17.933 | Main PID: 51781 (nova-scheduler) 2024-04-03 08:16:17.933 | Tasks: 3 (limit: 19115) 2024-04-03 08:16:17.933 | Memory: 148.4M 2024-04-03 08:16:17.933 | CPU: 2.136s 2024-04-03 08:16:17.933 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-04-03 08:16:17.933 | ├─51781 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-03 08:16:17.933 | ├─52602 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-03 08:16:17.933 | └─52603 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-03 08:16:17.933 | 2024-04-03 08:16:17.933 | Apr 03 08:15:57 devstack nova-scheduler[51781]: DEBUG oslo_service.service [None req-c481567d-6bdf-47dd-8c33-6cec3e639153 None None] oslo_limit.timeout = None {{(pid=51781) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.933 | Apr 03 08:15:57 devstack nova-scheduler[51781]: DEBUG oslo_service.service [None req-c481567d-6bdf-47dd-8c33-6cec3e639153 None None] oslo_limit.valid_interfaces = None {{(pid=51781) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.933 | Apr 03 08:15:57 devstack nova-scheduler[51781]: DEBUG oslo_service.service [None req-c481567d-6bdf-47dd-8c33-6cec3e639153 None None] oslo_limit.version = None {{(pid=51781) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.933 | Apr 03 08:15:57 devstack nova-scheduler[51781]: DEBUG oslo_service.service [None req-c481567d-6bdf-47dd-8c33-6cec3e639153 None None] oslo_reports.file_event_handler = None {{(pid=51781) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.933 | Apr 03 08:15:57 devstack nova-scheduler[51781]: DEBUG oslo_service.service [None req-c481567d-6bdf-47dd-8c33-6cec3e639153 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51781) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.933 | Apr 03 08:15:57 devstack nova-scheduler[51781]: DEBUG oslo_service.service [None req-c481567d-6bdf-47dd-8c33-6cec3e639153 None None] oslo_reports.log_dir = None {{(pid=51781) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:17.933 | Apr 03 08:15:57 devstack nova-scheduler[51781]: DEBUG oslo_service.service [None req-c481567d-6bdf-47dd-8c33-6cec3e639153 None None] ******************************************************************************** {{(pid=51781) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-03 08:16:17.933 | Apr 03 08:16:06 devstack nova-scheduler[51781]: DEBUG dbcounter [-] [51781] Writing DB stats nova_api:SELECT=7 {{(pid=51781) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:17.933 | Apr 03 08:16:06 devstack nova-scheduler[51781]: DEBUG dbcounter [-] [51781] Writing DB stats nova_cell1:SELECT=5 {{(pid=51781) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:17.933 | Apr 03 08:16:07 devstack nova-scheduler[51781]: DEBUG dbcounter [-] [51781] Writing DB stats nova_cell0:SELECT=3 {{(pid=51781) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:17.936 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:17.938 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-04-03 08:16:17.947 | enabled 2024-04-03 08:16:17.950 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-04-03 08:16:17.961 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-04-03 08:16:17.961 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-04-03 08:16:17.961 | Active: active (running) since Wed 2024-04-03 08:15:56 UTC; 21s ago 2024-04-03 08:16:17.961 | Main PID: 52325 (uwsgi) 2024-04-03 08:16:17.961 | Status: "uWSGI is ready" 2024-04-03 08:16:17.961 | Tasks: 4 (limit: 19115) 2024-04-03 08:16:17.961 | Memory: 201.8M 2024-04-03 08:16:17.961 | CPU: 4.085s 2024-04-03 08:16:17.961 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-04-03 08:16:17.961 | ├─52325 "nova-api-metauWSGI master" 2024-04-03 08:16:17.961 | ├─52326 "nova-api-metauWSGI worker 1" 2024-04-03 08:16:17.961 | ├─52327 "nova-api-metauWSGI worker 2" 2024-04-03 08:16:17.961 | └─52328 "nova-api-metauWSGI http 1" 2024-04-03 08:16:17.961 | 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52327]: INFO dbcounter [None req-aec1c548-923c-4468-912a-f1e52a259da6 None None] Registered counter for database nova_cell1 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52327]: DEBUG oslo_db.sqlalchemy.engines [None req-aec1c548-923c-4468-912a-f1e52a259da6 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=52327) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52327]: DEBUG dbcounter [-] [52327] Writer thread running {{(pid=52327) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52327]: WARNING nova.api.metadata.handler [None req-aec1c548-923c-4468-912a-f1e52a259da6 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52326]: INFO dbcounter [None req-c9c0ff40-6a25-4abd-b98c-78136d1d56a5 None None] Registered counter for database nova_cell1 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52327]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x591256f24f10 pid: 52327 (default app) 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52326]: DEBUG oslo_db.sqlalchemy.engines [None req-c9c0ff40-6a25-4abd-b98c-78136d1d56a5 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=52326) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52326]: DEBUG dbcounter [-] [52326] Writer thread running {{(pid=52326) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52326]: WARNING nova.api.metadata.handler [None req-c9c0ff40-6a25-4abd-b98c-78136d1d56a5 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-04-03 08:16:17.961 | Apr 03 08:15:58 devstack devstack@n-api-meta.service[52326]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x591256f24f10 pid: 52326 (default app) 2024-04-03 08:16:17.964 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:17.966 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-04-03 08:16:17.975 | enabled 2024-04-03 08:16:17.977 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-04-03 08:16:17.988 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-04-03 08:16:17.989 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-04-03 08:16:17.989 | Active: active (running) since Wed 2024-04-03 08:15:27 UTC; 50s ago 2024-04-03 08:16:17.989 | Main PID: 48375 (uwsgi) 2024-04-03 08:16:17.989 | Status: "uWSGI is ready" 2024-04-03 08:16:17.989 | Tasks: 5 (limit: 19115) 2024-04-03 08:16:17.989 | Memory: 147.9M 2024-04-03 08:16:17.989 | CPU: 2.619s 2024-04-03 08:16:17.989 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-04-03 08:16:17.989 | ├─48375 "placementuWSGI master" 2024-04-03 08:16:17.989 | ├─48376 "placementuWSGI worker 1" 2024-04-03 08:16:17.989 | └─48377 "placementuWSGI worker 2" 2024-04-03 08:16:17.989 | 2024-04-03 08:16:17.989 | Apr 03 08:15:29 devstack devstack@placement-api.service[48377]: INFO placement.requestlog [None req-fe54ba51-4de6-46da-b541-4003abcf3892 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-04-03 08:16:17.989 | Apr 03 08:15:29 devstack devstack@placement-api.service[48377]: [pid: 48377|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Wed Apr 3 08:15:29 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-04-03 08:16:17.989 | Apr 03 08:15:39 devstack devstack@placement-api.service[48376]: DEBUG dbcounter [-] [48376] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=48376) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:17.989 | Apr 03 08:15:39 devstack devstack@placement-api.service[48377]: DEBUG dbcounter [-] [48377] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=48377) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:17.989 | Apr 03 08:15:56 devstack devstack@placement-api.service[48376]: DEBUG placement.requestlog [None req-52addabb-2eb1-45aa-ad32-3dfe685e0777 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48376) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-04-03 08:16:17.989 | Apr 03 08:15:56 devstack devstack@placement-api.service[48376]: INFO placement.requestlog [None req-52addabb-2eb1-45aa-ad32-3dfe685e0777 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-04-03 08:16:17.989 | Apr 03 08:15:56 devstack devstack@placement-api.service[48376]: [pid: 48376|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 3 08:15:56 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-04-03 08:16:17.989 | Apr 03 08:15:59 devstack devstack@placement-api.service[48377]: DEBUG placement.requestlog [None req-1e50c767-2e5a-42fe-aa3d-60e1e30b284f None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48377) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-04-03 08:16:17.989 | Apr 03 08:15:59 devstack devstack@placement-api.service[48377]: INFO placement.requestlog [None req-1e50c767-2e5a-42fe-aa3d-60e1e30b284f None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-04-03 08:16:17.989 | Apr 03 08:15:59 devstack devstack@placement-api.service[48377]: [pid: 48377|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 3 08:15:59 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-04-03 08:16:17.991 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:17.993 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-04-03 08:16:18.002 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-04-03 08:16:18.004 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.006 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-04-03 08:16:18.016 | enabled 2024-04-03 08:16:18.018 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-04-03 08:16:18.029 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-04-03 08:16:18.029 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.029 | Active: active (running) since Wed 2024-04-03 08:16:10 UTC; 7s ago 2024-04-03 08:16:18.029 | Main PID: 55749 (uwsgi) 2024-04-03 08:16:18.029 | Status: "uWSGI is ready" 2024-04-03 08:16:18.029 | Tasks: 9 (limit: 19115) 2024-04-03 08:16:18.029 | Memory: 237.4M 2024-04-03 08:16:18.029 | CPU: 4.684s 2024-04-03 08:16:18.029 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-04-03 08:16:18.029 | ├─55749 "glance-apiuWSGI master" 2024-04-03 08:16:18.029 | ├─55750 "glance-apiuWSGI worker 1" 2024-04-03 08:16:18.029 | └─55751 "glance-apiuWSGI worker 2" 2024-04-03 08:16:18.029 | 2024-04-03 08:16:18.029 | Apr 03 08:16:14 devstack devstack@g-api.service[55750]: INFO dbcounter [None req-ba6345bf-6514-4489-bf2e-9872bf216048 admin admin] Registered counter for database glance 2024-04-03 08:16:18.029 | Apr 03 08:16:14 devstack devstack@g-api.service[55750]: DEBUG oslo_db.sqlalchemy.engines [None req-ba6345bf-6514-4489-bf2e-9872bf216048 admin admin] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=55750) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:16:18.029 | Apr 03 08:16:14 devstack devstack@g-api.service[55750]: DEBUG dbcounter [-] [55750] Writer thread running {{(pid=55750) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-03 08:16:18.029 | Apr 03 08:16:14 devstack devstack@g-api.service[55750]: INFO glance.api.v2.image_data [None req-ba6345bf-6514-4489-bf2e-9872bf216048 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-04-03 08:16:18.029 | Apr 03 08:16:15 devstack devstack@g-api.service[55750]: DEBUG glance.location [None req-ba6345bf-6514-4489-bf2e-9872bf216048 admin admin] Enabling in-flight format inspection for vmdk {{(pid=55750) set_data /opt/stack/glance/glance/location.py:581}} 2024-04-03 08:16:18.029 | Apr 03 08:16:15 devstack devstack@g-api.service[55750]: DEBUG glance_store._drivers.filesystem [None req-ba6345bf-6514-4489-bf2e-9872bf216048 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/3dc5311e-ca84-4238-8aa3-ca3bc457beff with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=55750) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-04-03 08:16:18.029 | Apr 03 08:16:15 devstack devstack@g-api.service[55750]: WARNING glance.common.format_inspector [None req-ba6345bf-6514-4489-bf2e-9872bf216048 admin admin] Unsupported VMDK format b'streamOptimized' 2024-04-03 08:16:18.029 | Apr 03 08:16:15 devstack devstack@g-api.service[55750]: INFO glance.location [None req-ba6345bf-6514-4489-bf2e-9872bf216048 admin admin] Image format matched and virtual size computed: 0 2024-04-03 08:16:18.029 | Apr 03 08:16:15 devstack devstack@g-api.service[55750]: DEBUG glance_store.backend [None req-ba6345bf-6514-4489-bf2e-9872bf216048 admin admin] Skipping store.set_acls... not implemented. {{(pid=55750) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-04-03 08:16:18.029 | Apr 03 08:16:15 devstack devstack@g-api.service[55750]: [pid: 55750|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Apr 3 08:16:14 2024] PUT /v2/images/3dc5311e-ca84-4238-8aa3-ca3bc457beff/file => generated 0 bytes in 943 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-04-03 08:16:18.032 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.034 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-04-03 08:16:18.043 | enabled 2024-04-03 08:16:18.046 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-04-03 08:16:18.057 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-04-03 08:16:18.057 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.057 | Active: active (running) since Wed 2024-04-03 08:16:05 UTC; 12s ago 2024-04-03 08:16:18.057 | Main PID: 54566 (cinder-schedule) 2024-04-03 08:16:18.057 | Tasks: 1 (limit: 19115) 2024-04-03 08:16:18.057 | Memory: 102.0M 2024-04-03 08:16:18.057 | CPU: 1.787s 2024-04-03 08:16:18.057 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-04-03 08:16:18.057 | └─54566 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-04-03 08:16:18.057 | 2024-04-03 08:16:18.057 | Apr 03 08:16:07 devstack cinder-scheduler[54566]: DEBUG oslo_service.service [None req-50d8f597-8eed-4c43-86d8-6bc8511f0d81 None None] nova.token_auth_url = None {{(pid=54566) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.057 | Apr 03 08:16:07 devstack cinder-scheduler[54566]: DEBUG oslo_service.service [None req-50d8f597-8eed-4c43-86d8-6bc8511f0d81 None None] ******************************************************************************** {{(pid=54566) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-03 08:16:18.057 | Apr 03 08:16:07 devstack cinder-scheduler[54566]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-04-03 08:16:18.057 | Apr 03 08:16:07 devstack cinder-scheduler[54566]: INFO cinder.manager [None req-24db2232-4fab-47a9-9a4b-96f4d4e51ac4 None None] Initiating service 1 cleanup 2024-04-03 08:16:18.057 | Apr 03 08:16:07 devstack cinder-scheduler[54566]: INFO cinder.manager [None req-24db2232-4fab-47a9-9a4b-96f4d4e51ac4 None None] Service 1 cleanup completed. 2024-04-03 08:16:18.057 | Apr 03 08:16:07 devstack cinder-scheduler[54566]: DEBUG cinder.service [None req-24db2232-4fab-47a9-9a4b-96f4d4e51ac4 None None] Creating RPC server for service cinder-scheduler {{(pid=54566) start /opt/stack/cinder/cinder/service.py:238}} 2024-04-03 08:16:18.057 | Apr 03 08:16:07 devstack cinder-scheduler[54566]: DEBUG cinder.service [None req-24db2232-4fab-47a9-9a4b-96f4d4e51ac4 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54566) start /opt/stack/cinder/cinder/service.py:244}} 2024-04-03 08:16:18.057 | Apr 03 08:16:11 devstack cinder-scheduler[54566]: DEBUG cinder.scheduler.host_manager [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Received volume service update from devstack@vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None} {{(pid=54566) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-04-03 08:16:18.057 | Apr 03 08:16:11 devstack cinder-scheduler[54566]: DEBUG cinder.scheduler.host_manager [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2024, 4, 3, 8, 16, 11, 65494)} {{(pid=54566) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-04-03 08:16:18.057 | Apr 03 08:16:11 devstack cinder-scheduler[54566]: DEBUG cinder.utils [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=54566) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-04-03 08:16:18.060 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.062 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-04-03 08:16:18.071 | enabled 2024-04-03 08:16:18.074 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-04-03 08:16:18.085 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-04-03 08:16:18.085 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.085 | Active: active (running) since Wed 2024-04-03 08:16:02 UTC; 15s ago 2024-04-03 08:16:18.085 | Main PID: 54059 (uwsgi) 2024-04-03 08:16:18.085 | Status: "uWSGI is ready" 2024-04-03 08:16:18.085 | Tasks: 7 (limit: 19115) 2024-04-03 08:16:18.085 | Memory: 229.5M 2024-04-03 08:16:18.085 | CPU: 4.831s 2024-04-03 08:16:18.085 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-04-03 08:16:18.085 | ├─54059 "cinder-apiuWSGI master" 2024-04-03 08:16:18.085 | ├─54060 "cinder-apiuWSGI worker 1" 2024-04-03 08:16:18.085 | └─54061 "cinder-apiuWSGI worker 2" 2024-04-03 08:16:18.085 | 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54060]: INFO cinder.api.openstack.wsgi [None req-a43ef843-bf04-4e7b-8299-36dd98727a73 admin admin] http://10.180.1.21/volume/v3/189372726e694c868200b3b83cc6f425/types returned with HTTP 200 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54060]: [pid: 54060|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Apr 3 08:16:08 2024] POST /volume/v3/189372726e694c868200b3b83cc6f425/types => generated 182 bytes in 381 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54061]: DEBUG cinder.api.middleware.request_id [req-a43ef843-bf04-4e7b-8299-36dd98727a73 req-2935d7cb-2e03-491f-92aa-2090f08b4a4d None None] RequestId filter calling following filter/app {{(pid=54061) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54061]: INFO cinder.api.openstack.wsgi [req-a43ef843-bf04-4e7b-8299-36dd98727a73 req-2935d7cb-2e03-491f-92aa-2090f08b4a4d admin admin] POST http://10.180.1.21/volume/v3/189372726e694c868200b3b83cc6f425/types/f92cdbb8-400a-4556-8fcd-e5d03f2a539a/extra_specs 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54061]: DEBUG cinder.api.openstack.wsgi [req-a43ef843-bf04-4e7b-8299-36dd98727a73 req-2935d7cb-2e03-491f-92aa-2090f08b4a4d admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=54061) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54061]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: 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. 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54061]: warnings.warn('Policy enforcement is depending on the value of ' 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54061]: DEBUG oslo_db.sqlalchemy.engines [req-a43ef843-bf04-4e7b-8299-36dd98727a73 req-2935d7cb-2e03-491f-92aa-2090f08b4a4d admin admin] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=54061) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54061]: INFO cinder.api.openstack.wsgi [req-a43ef843-bf04-4e7b-8299-36dd98727a73 req-2935d7cb-2e03-491f-92aa-2090f08b4a4d admin admin] http://10.180.1.21/volume/v3/189372726e694c868200b3b83cc6f425/types/f92cdbb8-400a-4556-8fcd-e5d03f2a539a/extra_specs returned with HTTP 200 2024-04-03 08:16:18.085 | Apr 03 08:16:08 devstack devstack@c-api.service[54061]: [pid: 54061|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Apr 3 08:16:08 2024] POST /volume/v3/189372726e694c868200b3b83cc6f425/types/f92cdbb8-400a-4556-8fcd-e5d03f2a539a/extra_specs => generated 51 bytes in 321 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-04-03 08:16:18.088 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.090 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-04-03 08:16:18.099 | enabled 2024-04-03 08:16:18.101 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-04-03 08:16:18.112 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-04-03 08:16:18.112 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.112 | Active: active (running) since Wed 2024-04-03 08:16:06 UTC; 11s ago 2024-04-03 08:16:18.112 | Main PID: 55087 (cinder-volume) 2024-04-03 08:16:18.112 | Tasks: 3 (limit: 19115) 2024-04-03 08:16:18.112 | Memory: 251.4M 2024-04-03 08:16:18.112 | CPU: 4.259s 2024-04-03 08:16:18.112 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-04-03 08:16:18.113 | ├─55087 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-04-03 08:16:18.113 | └─55200 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-04-03 08:16:18.113 | 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: DEBUG cinder.image.image_utils [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=55200) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1163}} 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: INFO cinder.keymgr.migration [None req-3fee0167-a344-42e7-800d-5cbee8b1ef5d None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: DEBUG cinder.manager [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Notifying Schedulers of capabilities ... {{(pid=55200) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: INFO cinder.volume.manager [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Driver initialization completed successfully. 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: INFO cinder.manager [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Initiating service 2 cleanup 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: INFO cinder.manager [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Service 2 cleanup completed. 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: DEBUG cinder.service [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Creating RPC server for service cinder-volume {{(pid=55200) start /opt/stack/cinder/cinder/service.py:238}} 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: DEBUG cinder.service [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=55200) start /opt/stack/cinder/cinder/service.py:244}} 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: INFO cinder.volume.manager [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-04-03 08:16:18.113 | Apr 03 08:16:11 devstack cinder-volume[55200]: INFO cinder.volume.manager [None req-68307b5e-cca4-4b69-95fd-9f2768a2b423 None None] Driver post RPC initialization completed successfully. 2024-04-03 08:16:18.115 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.117 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-04-03 08:16:18.126 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-04-03 08:16:18.128 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.131 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-04-03 08:16:18.139 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-04-03 08:16:18.142 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.144 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-04-03 08:16:18.152 | enabled 2024-04-03 08:16:18.155 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-04-03 08:16:18.166 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-04-03 08:16:18.166 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.166 | Active: active (running) since Wed 2024-04-03 08:15:23 UTC; 54s ago 2024-04-03 08:16:18.166 | Main PID: 47727 (/usr/bin/python) 2024-04-03 08:16:18.166 | Tasks: 5 (limit: 19115) 2024-04-03 08:16:18.166 | Memory: 378.2M 2024-04-03 08:16:18.166 | CPU: 9.375s 2024-04-03 08:16:18.166 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-04-03 08:16:18.166 | ├─47727 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-04-03 08:16:18.167 | ├─47829 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-03 08:16:18.167 | ├─47830 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-03 08:16:18.167 | ├─47831 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-03 08:16:18.167 | └─47832 "neutron-server: periodic worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-03 08:16:18.167 | 2024-04-03 08:16:18.167 | Apr 03 08:16:02 devstack neutron-server[47830]: DEBUG dbcounter [-] [47830] Writing DB stats neutron:SELECT=3 {{(pid=47830) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:18.167 | Apr 03 08:16:02 devstack neutron-server[47830]: DEBUG dbcounter [-] [47830] Writing DB stats neutron:SELECT=70,neutron:UPDATE=1 {{(pid=47830) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:18.167 | Apr 03 08:16:03 devstack neutron-server[47831]: DEBUG neutron_lib.callbacks.manager [None req-0d708033-f80e-47f1-b3b7-0aab8779e4f1 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8552129408967', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-775061'] for agent (0a7c6e79-58f7-4781-b0b2-803f2023561c), after_update {{(pid=47831) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-03 08:16:18.167 | Apr 03 08:16:03 devstack neutron-server[47829]: DEBUG dbcounter [-] [47829] Writing DB stats neutron:SELECT=3 {{(pid=47829) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:18.167 | Apr 03 08:16:03 devstack neutron-server[47829]: DEBUG dbcounter [-] [47829] Writing DB stats neutron:SELECT=25,neutron:UPDATE=1,neutron:DELETE=1 {{(pid=47829) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:18.167 | Apr 03 08:16:04 devstack neutron-server[47831]: DEBUG neutron_lib.callbacks.manager [None req-74eed9f5-d261-4c1e-a183-0bb565444242 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8552129408967', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-775061'] for agent (cd0d0136-1821-4f69-930e-f7bbbdce4933), after_update {{(pid=47831) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-03 08:16:18.167 | Apr 03 08:16:04 devstack neutron-server[47831]: DEBUG neutron_lib.callbacks.manager [None req-af443578-368e-4f59-b3b9-4edd5a8f35ab None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8552129408967', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-775061'] for agent (f60874f4-03fb-49fe-8421-aa3b911b5965), after_update {{(pid=47831) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-03 08:16:18.167 | Apr 03 08:16:05 devstack neutron-server[47831]: DEBUG neutron_lib.callbacks.manager [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8552129408967', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-775061'] for agent (f1a0c76d-38a6-4694-b43d-1e16e163cf4f), after_update {{(pid=47831) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-03 08:16:18.167 | Apr 03 08:16:15 devstack neutron-server[47831]: DEBUG dbcounter [-] [47831] Writing DB stats neutron:SELECT=62,neutron:UPDATE=1 {{(pid=47831) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:18.167 | Apr 03 08:16:15 devstack neutron-server[47831]: DEBUG dbcounter [-] [47831] Writing DB stats neutron:SELECT=39,neutron:UPDATE=3 {{(pid=47831) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-03 08:16:18.169 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.171 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-04-03 08:16:18.179 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-04-03 08:16:18.182 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.184 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-04-03 08:16:18.192 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-04-03 08:16:18.195 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.197 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-04-03 08:16:18.205 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-04-03 08:16:18.208 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.210 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-04-03 08:16:18.218 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-04-03 08:16:18.220 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.222 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-04-03 08:16:18.231 | enabled 2024-04-03 08:16:18.234 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-04-03 08:16:18.245 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-04-03 08:16:18.245 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.245 | Active: active (running) since Wed 2024-04-03 08:15:30 UTC; 47s ago 2024-04-03 08:16:18.245 | Main PID: 48878 (neutron-openvsw) 2024-04-03 08:16:18.246 | Tasks: 4 (limit: 19115) 2024-04-03 08:16:18.246 | Memory: 159.2M 2024-04-03 08:16:18.246 | CPU: 3.668s 2024-04-03 08:16:18.246 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-04-03 08:16:18.246 | ├─48878 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-03 08:16:18.246 | ├─50385 /usr/bin/python3.10 /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/tmpf6ke94q6/privsep.sock 2024-04-03 08:16:18.246 | └─50419 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-04-03 08:16:18.246 | 2024-04-03 08:16:18.246 | Apr 03 08:16:12 devstack neutron-openvswitch-agent[48878]: DEBUG neutron.agent.linux.utils [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 50419. {{(pid=48878) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-03 08:16:18.246 | Apr 03 08:16:12 devstack neutron-openvswitch-agent[48878]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-04-03 08:16:18.246 | Apr 03 08:16:14 devstack neutron-openvswitch-agent[48878]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] Agent rpc_loop - iteration:19 started 2024-04-03 08:16:18.246 | Apr 03 08:16:14 devstack neutron-openvswitch-agent[48878]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x79608cbc,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=9904126183002454896,duration_nsec=181000000,duration_sec=41,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=48878) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-04-03 08:16:18.246 | Apr 03 08:16:14 devstack neutron-openvswitch-agent[48878]: DEBUG neutron.agent.linux.utils [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 50419. {{(pid=48878) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-03 08:16:18.246 | Apr 03 08:16:14 devstack neutron-openvswitch-agent[48878]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-04-03 08:16:18.246 | Apr 03 08:16:16 devstack neutron-openvswitch-agent[48878]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] Agent rpc_loop - iteration:20 started 2024-04-03 08:16:18.246 | Apr 03 08:16:16 devstack neutron-openvswitch-agent[48878]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x79608cbe,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=9904126183002454896,duration_nsec=181000000,duration_sec=43,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=48878) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-04-03 08:16:18.246 | Apr 03 08:16:16 devstack neutron-openvswitch-agent[48878]: DEBUG neutron.agent.linux.utils [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 50419. {{(pid=48878) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-03 08:16:18.246 | Apr 03 08:16:16 devstack neutron-openvswitch-agent[48878]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-6ba6d071-efa0-468c-a518-518171fda7a8 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-04-03 08:16:18.248 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.250 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-04-03 08:16:18.259 | enabled 2024-04-03 08:16:18.262 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-04-03 08:16:18.273 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-04-03 08:16:18.273 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.273 | Active: active (running) since Wed 2024-04-03 08:15:31 UTC; 46s ago 2024-04-03 08:16:18.273 | Main PID: 49294 (neutron-dhcp-ag) 2024-04-03 08:16:18.273 | Tasks: 13 (limit: 19115) 2024-04-03 08:16:18.273 | Memory: 423.2M 2024-04-03 08:16:18.273 | CPU: 8.448s 2024-04-03 08:16:18.273 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-04-03 08:16:18.273 | ├─49294 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-04-03 08:16:18.273 | ├─50635 /usr/bin/python3.10 /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/tmprzqaan1g/privsep.sock 2024-04-03 08:16:18.273 | ├─50676 /usr/bin/python3.10 /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/tmpldb482pk/privsep.sock 2024-04-03 08:16:18.273 | ├─50720 /usr/bin/python3.10 /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/tmp_1txoulp/privsep.sock 2024-04-03 08:16:18.273 | ├─50857 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-03 08:16:18.273 | ├─50858 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-03 08:16:18.273 | └─50869 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/6986a94d-9183-4689-a7f1-1d9ac0f862b5/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/6986a94d-9183-4689-a7f1-1d9ac0f862b5/host --addn-hosts=/opt/stack/data/neutron/dhcp/6986a94d-9183-4689-a7f1-1d9ac0f862b5/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/6986a94d-9183-4689-a7f1-1d9ac0f862b5/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/6986a94d-9183-4689-a7f1-1d9ac0f862b5/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-3a38d7d9-651b-4be3-8b5f-39f7e2430cca,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2024-04-03 08:16:18.273 | 2024-04-03 08:16:18.273 | Apr 03 08:15:49 devstack neutron-dhcp-agent[49294]: INFO neutron.agent.dhcp.agent [None req-88ca8532-625e-46eb-b8a1-b8b6b9a461c9 None None] DHCP configuration for ports {'f6df14d6-67ed-4416-afd7-955996798200'} is completed 2024-04-03 08:16:18.273 | Apr 03 08:15:50 devstack neutron-dhcp-agent[49294]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'bf653e0c-66bc-4ea0-b720-1b1639e2b7e8'}, 'priority': 0},) {} {{(pid=49294) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-03 08:16:18.273 | Apr 03 08:15:50 devstack neutron-dhcp-agent[49294]: DEBUG oslo_concurrency.lockutils [None req-e4b25bfb-ea3e-4da5-940f-aeaec8befc0b None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=49294) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-04-03 08:16:18.274 | Apr 03 08:15:50 devstack neutron-dhcp-agent[49294]: DEBUG oslo_concurrency.lockutils [None req-e4b25bfb-ea3e-4da5-940f-aeaec8befc0b None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=49294) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-04-03 08:16:18.274 | Apr 03 08:15:50 devstack neutron-dhcp-agent[49294]: DEBUG oslo_concurrency.lockutils [None req-e4b25bfb-ea3e-4da5-940f-aeaec8befc0b None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=49294) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-04-03 08:16:18.274 | Apr 03 08:15:50 devstack neutron-dhcp-agent[49294]: DEBUG neutron.agent.dhcp.agent [None req-e4b25bfb-ea3e-4da5-940f-aeaec8befc0b None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '3b0e2ca2-1f65-4aed-8f02-2c0221d59414', 'name': 'public-subnet', 'tenant_id': '189372726e694c868200b3b83cc6f425', 'network_id': 'bf653e0c-66bc-4ea0-b720-1b1639e2b7e8', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-04-03T08:15:50Z', 'updated_at': '2024-04-03T08:15:50Z', 'revision_number': 0, 'project_id': '189372726e694c868200b3b83cc6f425', 'network': {'id': 'bf653e0c-66bc-4ea0-b720-1b1639e2b7e8', 'name': 'public', 'tenant_id': '189372726e694c868200b3b83cc6f425', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['3b0e2ca2-1f65-4aed-8f02-2c0221d59414'], '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': '2024-04-03T08:15:46Z', 'updated_at': '2024-04-03T08:15:50Z', 'revision_number': 2, 'project_id': '189372726e694c868200b3b83cc6f425', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=49294) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-03 08:16:18.274 | Apr 03 08:15:50 devstack neutron-dhcp-agent[49294]: DEBUG oslo_concurrency.lockutils [None req-c5e90adb-bb64-4e02-bcb3-64f7c00d8b67 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=49294) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-04-03 08:16:18.274 | Apr 03 08:15:50 devstack neutron-dhcp-agent[49294]: DEBUG oslo_concurrency.lockutils [None req-c5e90adb-bb64-4e02-bcb3-64f7c00d8b67 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=49294) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-04-03 08:16:18.274 | Apr 03 08:15:50 devstack neutron-dhcp-agent[49294]: DEBUG oslo_concurrency.lockutils [None req-c5e90adb-bb64-4e02-bcb3-64f7c00d8b67 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=49294) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-04-03 08:16:18.274 | Apr 03 08:15:52 devstack neutron-dhcp-agent[49294]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=49294) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-03 08:16:18.276 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.278 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-04-03 08:16:18.288 | enabled 2024-04-03 08:16:18.291 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-04-03 08:16:18.302 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-04-03 08:16:18.302 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.302 | Active: active (running) since Wed 2024-04-03 08:15:32 UTC; 45s ago 2024-04-03 08:16:18.302 | Main PID: 49723 (neutron-l3-agen) 2024-04-03 08:16:18.302 | Tasks: 22 (limit: 19115) 2024-04-03 08:16:18.302 | Memory: 428.2M 2024-04-03 08:16:18.302 | CPU: 8.456s 2024-04-03 08:16:18.302 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-04-03 08:16:18.302 | ├─49723 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-04-03 08:16:18.302 | ├─50430 /usr/bin/python3.10 /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/tmp2pop4h7_/privsep.sock 2024-04-03 08:16:18.302 | ├─50999 /usr/bin/python3.10 /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/tmps_ee85yt/privsep.sock 2024-04-03 08:16:18.302 | ├─51093 /usr/bin/python3.10 /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/tmp467rwp0c/privsep.sock 2024-04-03 08:16:18.302 | ├─51298 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-03 08:16:18.302 | ├─51299 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-03 08:16:18.302 | └─51490 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/5a18c1ee-9cd6-4d94-8186-54dbd49f19c0.conf 2024-04-03 08:16:18.302 | 2024-04-03 08:16:18.302 | Apr 03 08:15:57 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[7ba21852-66a6-4aed-bceb-24d16b5a14d1]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f03974bb-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:15:58 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[30415c4d-d16f-42d5-b188-0c4e2e69d31f]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-f6df14d6-67\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:15:59 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[70c7eb68-72e9-410a-a3ee-2a4d67f233cf]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-f6df14d6-67\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:16:00 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[0a57c1c9-4120-4cf1-ac42-5218619dcdd1]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f03974bb-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:16:01 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[c4b5d076-e9dc-4eae-9c13-ece638956027]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f03974bb-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:16:02 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[74a112a4-a515-450a-bf6f-e94dab9f3b33]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-f6df14d6-67\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:16:03 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[63e2cde4-6ecc-428e-8a66-9bbe9b96ca8c]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-f6df14d6-67\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:16:04 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[461fdb46-1872-488d-9328-7941ea940b20]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f03974bb-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:16:05 devstack neutron-l3-agent[49723]: DEBUG oslo.privsep.daemon [-] privsep: reply[9750329e-d35a-436c-ad32-c383bafb9be2]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f03974bb-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50999) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-03 08:16:18.302 | Apr 03 08:16:15 devstack neutron-l3-agent[49723]: DEBUG oslo_service.periodic_task [None req-4dd53c0e-fc9b-4376-90e4-51cdf8a3dc94 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=49723) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-04-03 08:16:18.305 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-03 08:16:18.307 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-04-03 08:16:18.316 | enabled 2024-04-03 08:16:18.319 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-04-03 08:16:18.330 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-04-03 08:16:18.330 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-04-03 08:16:18.330 | Active: active (running) since Wed 2024-04-03 08:15:33 UTC; 44s ago 2024-04-03 08:16:18.330 | Main PID: 50137 (neutron-metadat) 2024-04-03 08:16:18.330 | Tasks: 3 (limit: 19115) 2024-04-03 08:16:18.330 | Memory: 124.0M 2024-04-03 08:16:18.330 | CPU: 1.999s 2024-04-03 08:16:18.330 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-04-03 08:16:18.330 | ├─50137 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-04-03 08:16:18.330 | ├─50424 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-04-03 08:16:18.330 | └─50425 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-04-03 08:16:18.330 | 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_rabbit.ssl_version = {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_notifications.driver = [] {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_notifications.retry = -1 {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] oslo_messaging_notifications.transport_url = **** {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-03 08:16:18.330 | Apr 03 08:15:35 devstack neutron-metadata-agent[50137]: DEBUG oslo_service.service [None req-22aa817d-7d4c-4711-9a4f-a853cc3ce725 None None] ******************************************************************************** {{(pid=50137) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-03 08:16:18.333 | + stack.sh:main:1458 : is_service_enabled n-api 2024-04-03 08:16:18.347 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:18.349 | + stack.sh:main:1459 : is_service_enabled n-cpu 2024-04-03 08:16:18.363 | + functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:18.365 | + stack.sh:main:1466 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-04-03 08:16:18.367 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:16:18.369 | + stack.sh:echo_summary:472 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-04-03 08:16:18.371 | + stack.sh:main:1473 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-04-03 08:16:18.745 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-03 08:16:20.172 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.172 | | Upgrade Check Results | 2024-04-03 08:16:20.172 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.172 | | Check: Cells v2 | 2024-04-03 08:16:20.172 | | Result: Success | 2024-04-03 08:16:20.172 | | Details: No host mappings or compute nodes were found. Remember to | 2024-04-03 08:16:20.172 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-04-03 08:16:20.172 | | compute hosts are deployed. | 2024-04-03 08:16:20.172 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.172 | | Check: Placement API | 2024-04-03 08:16:20.172 | | Result: Success | 2024-04-03 08:16:20.172 | | Details: None | 2024-04-03 08:16:20.172 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.172 | | Check: Cinder API | 2024-04-03 08:16:20.172 | | Result: Success | 2024-04-03 08:16:20.172 | | Details: None | 2024-04-03 08:16:20.172 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.172 | | Check: Policy File JSON to YAML Migration | 2024-04-03 08:16:20.172 | | Result: Success | 2024-04-03 08:16:20.172 | | Details: None | 2024-04-03 08:16:20.172 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.172 | | Check: Older than N-1 computes | 2024-04-03 08:16:20.172 | | Result: Success | 2024-04-03 08:16:20.172 | | Details: None | 2024-04-03 08:16:20.172 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.172 | | Check: hw_machine_type unset | 2024-04-03 08:16:20.172 | | Result: Success | 2024-04-03 08:16:20.172 | | Details: None | 2024-04-03 08:16:20.173 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.173 | | Check: Service User Token Configuration | 2024-04-03 08:16:20.173 | | Result: Success | 2024-04-03 08:16:20.173 | | Details: None | 2024-04-03 08:16:20.173 | +--------------------------------------------------------------------+ 2024-04-03 08:16:20.522 | + stack.sh:main:1480 : [[ -x /opt/stack/devstack/local.sh ]] 2024-04-03 08:16:20.524 | + stack.sh:main:1491 : command openstack complete 2024-04-03 08:16:20.525 | + stack.sh:main:1492 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-04-03 08:16:21.770 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-04-03 08:16:21.980 | + stack.sh:main:1495 : is_service_enabled cinder 2024-04-03 08:16:21.994 | + functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:21.996 | + stack.sh:main:1496 : is_ubuntu 2024-04-03 08:16:21.998 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-03 08:16:22.000 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-03 08:16:22.002 | + stack.sh:main:1497 : echo_summary 'Configuring lvm.conf global device filter' 2024-04-03 08:16:22.004 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:16:22.006 | + stack.sh:echo_summary:472 : echo -e Configuring lvm.conf global device filter 2024-04-03 08:16:22.008 | + stack.sh:main:1498 : set_lvm_filter 2024-04-03 08:16:22.009 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-04-03 08:16:22.011 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-04-03 08:16:22.014 | + lib/lvm:set_lvm_filter:189 : local pv 2024-04-03 08:16:22.016 | + lib/lvm:set_lvm_filter:190 : local vg 2024-04-03 08:16:22.018 | + lib/lvm:set_lvm_filter:191 : local line 2024-04-03 08:16:22.020 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-04-03 08:16:22.119 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-04-03 08:16:22.121 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-04-03 08:16:22.123 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-04-03 08:16:22.136 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-04-03 08:16:22.147 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-04-03 08:16:22.149 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:16:22.151 | + stack.sh:echo_summary:472 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-04-03 08:16:22.153 | + stack.sh:main:1508 : run_phase stack test-config 2024-04-03 08:16:22.155 | + functions-common:run_phase:1863 : local mode=stack 2024-04-03 08:16:22.157 | + functions-common:run_phase:1864 : local phase=test-config 2024-04-03 08:16:22.159 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-03 08:16:22.161 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-03 08:16:22.163 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-03 08:16:22.165 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-03 08:16:22.167 | + functions-common:run_phase:1873 : local extra 2024-04-03 08:16:22.169 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-03 08:16:22.173 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-03 08:16:22.175 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-03 08:16:22.177 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-03 08:16:22.179 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-04-03 08:16:22.181 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-03 08:16:22.194 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:22.196 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:16:22.198 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:22.200 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-04-03 08:16:22.202 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:22.203 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:16:22.205 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:22.207 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-04-03 08:16:22.209 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:22.211 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-04-03 08:16:22.213 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:16:22.215 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:16:22.217 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-04-03 08:16:22.251 | [4647 Async install_tempest:28218]: Waiting for completion of install_tempest running on PID 28218 (1 other jobs running) 2024-04-03 08:16:22.268 | [4647 Async install_tempest:28218]: Signaling child to exit 2024-04-03 08:16:22.268 | WAKEUP 2024-04-03 08:16:22.283 | [4647 Async install_tempest:28218]: Signaled 2024-04-03 08:16:22.285 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:614 : local git_ref=master 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:615 : local orig_dir 2024-04-03 08:16:22.285 | +++ functions-common:git_clone:616 : pwd 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-04-03 08:16:22.285 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:619 : RECLONE=False 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:633 : echo master 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:720 : local count=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:724 : timeout=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:22.285 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712131963679 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-04-03 08:16:22.285 | Cloning into '/opt/stack//tempest'... 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2435 : local name 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2438 : local total 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2442 : start_time=1712131963679 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2444 : [[ -z 1712131963679 ]] 2024-04-03 08:16:22.285 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2447 : end_time=1712131965855 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2448 : elapsed_time=2176 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2449 : total=38234 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40410 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:720 : local count=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:724 : timeout=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:22.285 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712131965886 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-04-03 08:16:22.285 | From https://opendev.org/openstack/tempest 2024-04-03 08:16:22.285 | * branch master -> FETCH_HEAD 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2435 : local name 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2438 : local total 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2442 : start_time=1712131965886 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2444 : [[ -z 1712131965886 ]] 2024-04-03 08:16:22.285 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2447 : end_time=1712131966765 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2448 : elapsed_time=879 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2449 : total=40410 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:22.285 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41289 2024-04-03 08:16:22.285 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:720 : local count=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:724 : timeout=0 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2422 : local start_time= 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-03 08:16:22.285 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-03 08:16:22.285 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712131966793 2024-04-03 08:16:22.285 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-03 08:16:22.285 | Note: switching to 'FETCH_HEAD'. 2024-04-03 08:16:22.285 | 2024-04-03 08:16:22.285 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-03 08:16:22.285 | changes and commit them, and you can discard any commits you make in this 2024-04-03 08:16:22.285 | state without impacting any branches by switching back to a branch. 2024-04-03 08:16:22.285 | 2024-04-03 08:16:22.286 | If you want to create a new branch to retain commits you create, you may 2024-04-03 08:16:22.286 | do so (now or later) by using -c with the switch command. Example: 2024-04-03 08:16:22.286 | 2024-04-03 08:16:22.286 | git switch -c 2024-04-03 08:16:22.286 | 2024-04-03 08:16:22.286 | Or undo this operation with: 2024-04-03 08:16:22.286 | 2024-04-03 08:16:22.286 | git switch - 2024-04-03 08:16:22.286 | 2024-04-03 08:16:22.286 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-03 08:16:22.286 | 2024-04-03 08:16:22.286 | HEAD is now at 8794025 Merge "Allow tempest cleanup delete resources based on prefix" 2024-04-03 08:16:22.286 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2435 : local name 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2438 : local total 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2442 : start_time=1712131966793 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2444 : [[ -z 1712131966793 ]] 2024-04-03 08:16:22.286 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2447 : end_time=1712131966890 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2448 : elapsed_time=97 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2449 : total=41289 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41386 2024-04-03 08:16:22.286 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-04-03 08:16:22.286 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-04-03 08:16:22.286 | ++ functions-common:git_clone:696 : git show --oneline 2024-04-03 08:16:22.286 | ++ functions-common:git_clone:696 : head -1 2024-04-03 08:16:22.286 | 8794025 Merge "Allow tempest cleanup delete resources based on prefix" 2024-04-03 08:16:22.286 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-03 08:16:22.286 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-04-03 08:16:22.286 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-04-03 08:16:22.286 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-04-03 08:16:22.286 | Collecting tox!=2.8.0,<4.0.0 2024-04-03 08:16:22.286 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-04-03 08:16:22.286 | Collecting 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 2024-04-03 08:16:22.286 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-04-03 08:16:22.286 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (21.3) 2024-04-03 08:16:22.286 | Collecting tomli>=2.0.1 2024-04-03 08:16:22.286 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-04-03 08:16:22.286 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-04-03 08:16:22.286 | Collecting filelock>=3.0.0 2024-04-03 08:16:22.286 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-04-03 08:16:22.286 | Collecting pluggy>=0.12.0 2024-04-03 08:16:22.286 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-04-03 08:16:22.286 | Collecting py>=1.4.17 2024-04-03 08:16:22.286 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-04-03 08:16:22.286 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from packaging>=14->tox!=2.8.0,<4.0.0) (3.0.9) 2024-04-03 08:16:22.286 | Collecting distlib<1,>=0.3.5 2024-04-03 08:16:22.286 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-04-03 08:16:22.286 | Collecting platformdirs<3,>=2.4 2024-04-03 08:16:22.286 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-04-03 08:16:22.286 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-04-03 08:16:22.286 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2024-04-03 08:16:22.286 | 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 2024-04-03 08:16:22.286 | ++ inc/python:pip_install:196 : result=0 2024-04-03 08:16:22.286 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2435 : local name 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2438 : local total 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2442 : start_time=1712131966933 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2444 : [[ -z 1712131966933 ]] 2024-04-03 08:16:22.286 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2447 : end_time=1712131970340 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2448 : elapsed_time=3407 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2449 : total=81256 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:22.286 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84663 2024-04-03 08:16:22.286 | ++ inc/python:pip_install:199 : return 0 2024-04-03 08:16:22.286 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-04-03 08:16:22.286 | ~/tempest ~/devstack 2024-04-03 08:16:22.286 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-04-03 08:16:22.286 | Switched to branch 'master' 2024-04-03 08:16:22.286 | Your branch is up to date with 'origin/master'. 2024-04-03 08:16:22.286 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-04-03 08:16:22.286 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-04-03 08:16:22.286 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.B2TFLSw38s 2024-04-03 08:16:22.286 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.B2TFLSw38s 2024-04-03 08:16:22.286 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-04-03 08:16:22.286 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.B2TFLSw38s 2024-04-03 08:16:22.286 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-04-03 08:16:22.286 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-04-03 08:16:22.286 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-04-03 08:16:22.286 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-03 08:16:22.286 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-03 08:16:22.287 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-03 08:16:22.287 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-03 08:16:22.287 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-04-03 08:16:22.287 | full create: /opt/stack/tempest/.tox/tempest 2024-04-03 08:16:22.287 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-04-03 08:16:22.287 | full develop-inst: /opt/stack/tempest 2024-04-03 08:16:22.287 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@8794025588409d4dedf901d0ee6b588898bf95e8#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-04-03 08:16:22.287 | ___________________________________ summary ____________________________________ 2024-04-03 08:16:22.287 | full: skipped tests 2024-04-03 08:16:22.287 | congratulations :) 2024-04-03 08:16:22.287 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.B2TFLSw38s -r requirements.txt 2024-04-03 08:16:22.287 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.0.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.6.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-04-03 08:16:22.287 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-04-03 08:16:22.287 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-04-03 08:16:22.287 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-04-03 08:16:22.287 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.4.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-04-03 08:16:22.287 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-04-03 08:16:22.287 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-04-03 08:16:22.287 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-04-03 08:16:22.287 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-04-03 08:16:22.287 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-04-03 08:16:22.287 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-04-03 08:16:22.287 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (23.2.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-04-03 08:16:22.287 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.33.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.1.2) 2024-04-03 08:16:22.287 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.3.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.31.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.5.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2024-04-03 08:16:22.287 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2024-04-03 08:16:22.287 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.14.2) 2024-04-03 08:16:22.287 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.3) 2024-04-03 08:16:22.287 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-04-03 08:16:22.287 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.7) 2024-04-03 08:16:22.287 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.1) 2024-04-03 08:16:22.287 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.2) 2024-04-03 08:16:22.287 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-04-03 08:16:22.287 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2024-04-03 08:16:22.287 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2024-04-03 08:16:22.287 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-04-03 08:16:22.287 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.6) 2024-04-03 08:16:22.287 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.2.2) 2024-04-03 08:16:22.287 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-04-03 08:16:22.287 | WARNING: There was an error checking the latest version of pip. 2024-04-03 08:16:22.287 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-04-03 08:16:22.287 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.B2TFLSw38s 2024-04-03 08:16:22.287 | ++ lib/tempest:install_tempest:859 : popd 2024-04-03 08:16:22.287 | ~/devstack 2024-04-03 08:16:22.316 | [4647 Async install_tempest:28218]: finished install_tempest with result 0 in 20 seconds 2024-04-03 08:16:22.319 | ++ inc/async:async_wait:197 : return 0 2024-04-03 08:16:22.321 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-04-03 08:16:22.323 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:16:22.325 | ++ stack.sh:echo_summary:472 : echo -e Initializing Tempest 2024-04-03 08:16:22.327 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-04-03 08:16:22.329 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-04-03 08:16:22.330 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-04-03 08:16:22.332 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-04-03 08:16:22.334 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-04-03 08:16:22.336 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-04-03 08:16:22.338 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-04-03 08:16:22.340 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-03 08:16:22.342 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-04-03 08:16:22.343 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-03 08:16:22.346 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-04-03 08:16:22.348 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-04-03 08:16:22.350 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-04-03 08:16:22.352 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-04-03 08:16:22.354 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-04-03 08:16:22.368 | Using python 3.10 to install testrepository 2024-04-03 08:16:22.370 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-04-03 08:16:23.503 | Collecting testrepository 2024-04-03 08:16:23.504 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-04-03 08:16:23.516 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-04-03 08:16:23.517 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-04-03 08:16:23.517 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-04-03 08:16:23.523 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-04-03 08:16:23.529 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-04-03 08:16:24.579 | Installing collected packages: testrepository 2024-04-03 08:16:24.717 | Successfully installed testrepository-0.0.20 2024-04-03 08:16:24.717 | 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 2024-04-03 08:16:24.821 | ++ inc/python:pip_install:196 : result=0 2024-04-03 08:16:24.823 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-03 08:16:24.824 | ++ functions-common:time_stop:2435 : local name 2024-04-03 08:16:24.826 | ++ functions-common:time_stop:2436 : local end_time 2024-04-03 08:16:24.828 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-03 08:16:24.830 | ++ functions-common:time_stop:2438 : local total 2024-04-03 08:16:24.832 | ++ functions-common:time_stop:2439 : local start_time 2024-04-03 08:16:24.833 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-03 08:16:24.835 | ++ functions-common:time_stop:2442 : start_time=1712132182365 2024-04-03 08:16:24.837 | ++ functions-common:time_stop:2444 : [[ -z 1712132182365 ]] 2024-04-03 08:16:24.839 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-03 08:16:24.842 | ++ functions-common:time_stop:2447 : end_time=1712132184840 2024-04-03 08:16:24.844 | ++ functions-common:time_stop:2448 : elapsed_time=2475 2024-04-03 08:16:24.845 | ++ functions-common:time_stop:2449 : total=102089 2024-04-03 08:16:24.847 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-03 08:16:24.849 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=104564 2024-04-03 08:16:24.850 | ++ inc/python:pip_install:199 : return 0 2024-04-03 08:16:24.852 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-04-03 08:16:24.854 | ++ lib/tempest:configure_tempest:200 : local images 2024-04-03 08:16:24.855 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-04-03 08:16:24.857 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-04-03 08:16:24.859 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-04-03 08:16:24.861 | ++ lib/tempest:configure_tempest:204 : local password 2024-04-03 08:16:24.862 | ++ lib/tempest:configure_tempest:205 : local line 2024-04-03 08:16:24.864 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-04-03 08:16:24.866 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-04-03 08:16:24.867 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-04-03 08:16:24.869 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-04-03 08:16:24.871 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-04-03 08:16:24.872 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-04-03 08:16:24.874 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-04-03 08:16:24.876 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-04-03 08:16:24.878 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-04-03 08:16:24.879 | ++ lib/tempest:configure_tempest:215 : local disk 2024-04-03 08:16:24.881 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-04-03 08:16:24.881 | ' 2024-04-03 08:16:24.883 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-04-03 08:16:24.884 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-04-03 08:16:24.896 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:24.898 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-04-03 08:16:24.900 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-04-03 08:16:24.901 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-04-03 08:16:24.903 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-04-03 08:16:24.905 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-04-03 08:16:24.907 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-04-03 08:16:24.908 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-04-03 08:16:24.908 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-04-03 08:16:26.176 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:16:26.178 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-04-03 08:16:26.180 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-04-03 08:16:26.182 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-04-03 08:16:26.183 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-04-03 08:16:26.185 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-04-03 08:16:26.187 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-04-03 08:16:26.188 | ++ lib/tempest:configure_tempest:254 : image_uuid=3dc5311e-ca84-4238-8aa3-ca3bc457beff 2024-04-03 08:16:26.190 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=3dc5311e-ca84-4238-8aa3-ca3bc457beff 2024-04-03 08:16:26.192 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-04-03 08:16:26.201 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-04-03 08:16:26.204 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-04-03 08:16:26.206 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-04-03 08:16:26.207 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-04-03 08:16:26.209 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-04-03 08:16:26.211 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-04-03 08:16:26.213 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-04-03 08:16:26.214 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-04-03 08:16:26.217 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-04-03 08:16:26.217 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-04-03 08:16:27.401 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:16:27.404 | ++ lib/tempest:configure_tempest:281 : admin_project_id=189372726e694c868200b3b83cc6f425 2024-04-03 08:16:27.406 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-04-03 08:16:27.419 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:27.421 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-04-03 08:16:28.658 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:16:28.661 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-04-03 08:16:28.661 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-03 08:16:28.661 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-03 08:16:28.661 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-03 08:16:28.661 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-03 08:16:28.661 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-03 08:16:28.661 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-03 08:16:28.661 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-03 08:16:28.661 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-03 08:16:28.661 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-03 08:16:28.661 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-03 08:16:28.661 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-03 08:16:28.661 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-03 08:16:28.661 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-04-03 08:16:28.662 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-04-03 08:16:28.664 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-03 08:16:28.664 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-03 08:16:28.664 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-03 08:16:28.664 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-03 08:16:28.664 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-03 08:16:28.664 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-03 08:16:28.664 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-03 08:16:28.664 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-03 08:16:28.664 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-03 08:16:28.664 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-03 08:16:28.664 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-03 08:16:28.665 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-03 08:16:28.665 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-03 08:16:28.665 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-04-03 08:16:28.667 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 3dc5311e-ca84-4238-8aa3-ca3bc457beff 2024-04-03 08:16:28.668 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-04-03 08:16:28.671 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 3dc5311e-ca84-4238-8aa3-ca3bc457beff -c size -f value 2024-04-03 08:16:29.891 | ++++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:16:29.894 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-04-03 08:16:29.896 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-04-03 08:16:29.896 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-04-03 08:16:29.920 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-04-03 08:16:29.922 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-04-03 08:16:31.047 | +----------------------------+-----------------------+ 2024-04-03 08:16:31.047 | | Field | Value | 2024-04-03 08:16:31.047 | +----------------------------+-----------------------+ 2024-04-03 08:16:31.047 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:31.047 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:31.047 | | description | None | 2024-04-03 08:16:31.047 | | disk | 1 | 2024-04-03 08:16:31.047 | | id | 42 | 2024-04-03 08:16:31.047 | | name | m1.nano | 2024-04-03 08:16:31.047 | | os-flavor-access:is_public | True | 2024-04-03 08:16:31.047 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:31.047 | | ram | 128 | 2024-04-03 08:16:31.047 | | rxtx_factor | 1.0 | 2024-04-03 08:16:31.047 | | swap | | 2024-04-03 08:16:31.047 | | vcpus | 1 | 2024-04-03 08:16:31.047 | +----------------------------+-----------------------+ 2024-04-03 08:16:31.165 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-04-03 08:16:31.167 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-03 08:16:31.167 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-03 08:16:31.167 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-03 08:16:31.167 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-03 08:16:31.167 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-03 08:16:31.167 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-03 08:16:31.167 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-03 08:16:31.167 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-03 08:16:31.167 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-03 08:16:31.167 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-03 08:16:31.167 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-03 08:16:31.167 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-03 08:16:31.167 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-03 08:16:31.168 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-04-03 08:16:31.169 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 3dc5311e-ca84-4238-8aa3-ca3bc457beff 2024-04-03 08:16:31.171 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-04-03 08:16:31.173 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 3dc5311e-ca84-4238-8aa3-ca3bc457beff -c size -f value 2024-04-03 08:16:32.394 | ++++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:16:32.396 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-04-03 08:16:32.398 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-04-03 08:16:32.398 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-04-03 08:16:32.425 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-04-03 08:16:32.427 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-04-03 08:16:33.555 | +----------------------------+-----------------------+ 2024-04-03 08:16:33.555 | | Field | Value | 2024-04-03 08:16:33.555 | +----------------------------+-----------------------+ 2024-04-03 08:16:33.555 | | OS-FLV-DISABLED:disabled | False | 2024-04-03 08:16:33.555 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-03 08:16:33.555 | | description | None | 2024-04-03 08:16:33.555 | | disk | 1 | 2024-04-03 08:16:33.555 | | id | 84 | 2024-04-03 08:16:33.555 | | name | m1.micro | 2024-04-03 08:16:33.555 | | os-flavor-access:is_public | True | 2024-04-03 08:16:33.555 | | properties | hw_rng:allowed='True' | 2024-04-03 08:16:33.555 | | ram | 192 | 2024-04-03 08:16:33.555 | | rxtx_factor | 1.0 | 2024-04-03 08:16:33.555 | | swap | | 2024-04-03 08:16:33.555 | | vcpus | 1 | 2024-04-03 08:16:33.555 | +----------------------------+-----------------------+ 2024-04-03 08:16:33.673 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-04-03 08:16:33.675 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-04-03 08:16:33.700 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-04-03 08:16:33.702 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-04-03 08:16:33.704 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-04-03 08:16:33.705 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-04-03 08:16:33.707 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-03 08:16:34.938 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:16:34.941 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-03 08:16:34.941 | address-scope 2024-04-03 08:16:34.941 | router-admin-state-down-before-update 2024-04-03 08:16:34.941 | agent 2024-04-03 08:16:34.941 | agent-resources-synced 2024-04-03 08:16:34.941 | allowed-address-pairs 2024-04-03 08:16:34.941 | auto-allocated-topology 2024-04-03 08:16:34.941 | availability_zone 2024-04-03 08:16:34.941 | availability_zone_filter 2024-04-03 08:16:34.941 | default-subnetpools 2024-04-03 08:16:34.941 | dhcp_agent_scheduler 2024-04-03 08:16:34.941 | dvr 2024-04-03 08:16:34.941 | empty-string-filtering 2024-04-03 08:16:34.941 | external-net 2024-04-03 08:16:34.941 | extra_dhcp_opt 2024-04-03 08:16:34.941 | extraroute 2024-04-03 08:16:34.941 | extraroute-atomic 2024-04-03 08:16:34.941 | filter-validation 2024-04-03 08:16:34.941 | floating-ip-port-forwarding-detail 2024-04-03 08:16:34.941 | fip-port-details 2024-04-03 08:16:34.941 | flavors 2024-04-03 08:16:34.941 | floatingip-pools 2024-04-03 08:16:34.941 | ip-substring-filtering 2024-04-03 08:16:34.941 | router 2024-04-03 08:16:34.941 | ext-gw-mode 2024-04-03 08:16:34.941 | l3-ha 2024-04-03 08:16:34.941 | l3-flavors 2024-04-03 08:16:34.941 | l3-port-ip-change-not-allowed 2024-04-03 08:16:34.941 | l3_agent_scheduler 2024-04-03 08:16:34.941 | multi-provider 2024-04-03 08:16:34.941 | net-mtu 2024-04-03 08:16:34.941 | net-mtu-writable 2024-04-03 08:16:34.941 | network_availability_zone 2024-04-03 08:16:34.941 | network-ip-availability 2024-04-03 08:16:34.941 | pagination 2024-04-03 08:16:34.941 | port-device-profile 2024-04-03 08:16:34.941 | port-mac-override 2024-04-03 08:16:34.941 | port-mac-address-regenerate 2024-04-03 08:16:34.941 | port-numa-affinity-policy 2024-04-03 08:16:34.941 | binding 2024-04-03 08:16:34.941 | binding-extended 2024-04-03 08:16:34.941 | port-security 2024-04-03 08:16:34.941 | project-id 2024-04-03 08:16:34.941 | provider 2024-04-03 08:16:34.941 | quota-check-limit 2024-04-03 08:16:34.941 | quotas 2024-04-03 08:16:34.941 | quota_details 2024-04-03 08:16:34.941 | rbac-policies 2024-04-03 08:16:34.941 | rbac-address-group 2024-04-03 08:16:34.941 | rbac-address-scope 2024-04-03 08:16:34.941 | rbac-security-groups 2024-04-03 08:16:34.941 | rbac-subnetpool 2024-04-03 08:16:34.941 | revision-if-match 2024-04-03 08:16:34.941 | standard-attr-revisions 2024-04-03 08:16:34.941 | router_availability_zone 2024-04-03 08:16:34.941 | security-groups-normalized-cidr 2024-04-03 08:16:34.941 | port-security-groups-filtering 2024-04-03 08:16:34.941 | security-groups-remote-address-group 2024-04-03 08:16:34.941 | security-groups-shared-filtering 2024-04-03 08:16:34.941 | security-group 2024-04-03 08:16:34.941 | service-type 2024-04-03 08:16:34.941 | sorting 2024-04-03 08:16:34.942 | standard-attr-description 2024-04-03 08:16:34.942 | stateful-security-group 2024-04-03 08:16:34.942 | subnet_onboard 2024-04-03 08:16:34.942 | subnet-service-types 2024-04-03 08:16:34.942 | subnet_allocation 2024-04-03 08:16:34.942 | subnetpool-prefix-ops 2024-04-03 08:16:34.942 | standard-attr-tag 2024-04-03 08:16:34.942 | standard-attr-timestamp 2024-04-03 08:16:34.942 | nsxt-ops' 2024-04-03 08:16:34.942 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-03 08:16:34.943 | address-scope 2024-04-03 08:16:34.943 | router-admin-state-down-before-update 2024-04-03 08:16:34.943 | agent 2024-04-03 08:16:34.943 | agent-resources-synced 2024-04-03 08:16:34.943 | allowed-address-pairs 2024-04-03 08:16:34.943 | auto-allocated-topology 2024-04-03 08:16:34.943 | availability_zone 2024-04-03 08:16:34.943 | availability_zone_filter 2024-04-03 08:16:34.943 | default-subnetpools 2024-04-03 08:16:34.943 | dhcp_agent_scheduler 2024-04-03 08:16:34.943 | dvr 2024-04-03 08:16:34.943 | empty-string-filtering 2024-04-03 08:16:34.943 | external-net 2024-04-03 08:16:34.943 | extra_dhcp_opt 2024-04-03 08:16:34.943 | extraroute 2024-04-03 08:16:34.943 | extraroute-atomic 2024-04-03 08:16:34.943 | filter-validation 2024-04-03 08:16:34.943 | floating-ip-port-forwarding-detail 2024-04-03 08:16:34.943 | fip-port-details 2024-04-03 08:16:34.943 | flavors 2024-04-03 08:16:34.943 | floatingip-pools 2024-04-03 08:16:34.943 | ip-substring-filtering 2024-04-03 08:16:34.943 | router 2024-04-03 08:16:34.943 | ext-gw-mode 2024-04-03 08:16:34.943 | l3-ha 2024-04-03 08:16:34.943 | l3-flavors 2024-04-03 08:16:34.943 | l3-port-ip-change-not-allowed 2024-04-03 08:16:34.943 | l3_agent_scheduler 2024-04-03 08:16:34.943 | multi-provider 2024-04-03 08:16:34.943 | net-mtu 2024-04-03 08:16:34.943 | net-mtu-writable 2024-04-03 08:16:34.943 | network_availability_zone 2024-04-03 08:16:34.943 | network-ip-availability 2024-04-03 08:16:34.943 | pagination 2024-04-03 08:16:34.943 | port-device-profile 2024-04-03 08:16:34.943 | port-mac-override 2024-04-03 08:16:34.943 | port-mac-address-regenerate 2024-04-03 08:16:34.943 | port-numa-affinity-policy 2024-04-03 08:16:34.943 | binding 2024-04-03 08:16:34.943 | binding-extended 2024-04-03 08:16:34.943 | port-security 2024-04-03 08:16:34.943 | project-id 2024-04-03 08:16:34.943 | provider 2024-04-03 08:16:34.943 | quota-check-limit 2024-04-03 08:16:34.943 | quotas 2024-04-03 08:16:34.943 | quota_details 2024-04-03 08:16:34.943 | rbac-policies 2024-04-03 08:16:34.943 | rbac-address-group 2024-04-03 08:16:34.943 | rbac-address-scope 2024-04-03 08:16:34.943 | rbac-security-groups 2024-04-03 08:16:34.943 | rbac-subnetpool 2024-04-03 08:16:34.943 | revision-if-match 2024-04-03 08:16:34.943 | standard-attr-revisions 2024-04-03 08:16:34.943 | router_availability_zone 2024-04-03 08:16:34.943 | security-groups-normalized-cidr 2024-04-03 08:16:34.943 | port-security-groups-filtering 2024-04-03 08:16:34.943 | security-groups-remote-address-group 2024-04-03 08:16:34.943 | security-groups-shared-filtering 2024-04-03 08:16:34.943 | security-group 2024-04-03 08:16:34.943 | service-type 2024-04-03 08:16:34.943 | sorting 2024-04-03 08:16:34.943 | standard-attr-description 2024-04-03 08:16:34.943 | stateful-security-group 2024-04-03 08:16:34.943 | subnet_onboard 2024-04-03 08:16:34.943 | subnet-service-types 2024-04-03 08:16:34.943 | subnet_allocation 2024-04-03 08:16:34.943 | subnetpool-prefix-ops 2024-04-03 08:16:34.943 | standard-attr-tag 2024-04-03 08:16:34.943 | standard-attr-timestamp 2024-04-03 08:16:34.943 | nsxt-ops =~ external-net ]] 2024-04-03 08:16:34.945 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-03 08:16:34.947 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-04-03 08:16:36.226 | +++ functions-common:oscwrap:2475 : return 0 2024-04-03 08:16:36.228 | ++ lib/tempest:configure_tempest:357 : public_network_id=bf653e0c-66bc-4ea0-b720-1b1639e2b7e8 2024-04-03 08:16:36.230 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-04-03 08:16:37.432 | +---------------------------+--------------------------------------+ 2024-04-03 08:16:37.432 | | Field | Value | 2024-04-03 08:16:37.432 | +---------------------------+--------------------------------------+ 2024-04-03 08:16:37.432 | | admin_state_up | UP | 2024-04-03 08:16:37.432 | | availability_zone_hints | | 2024-04-03 08:16:37.432 | | availability_zones | | 2024-04-03 08:16:37.432 | | created_at | 2024-04-03T08:16:37Z | 2024-04-03 08:16:37.432 | | description | | 2024-04-03 08:16:37.432 | | dns_domain | None | 2024-04-03 08:16:37.432 | | id | ec5d6f94-e57d-4265-8c11-77f7d38645f0 | 2024-04-03 08:16:37.432 | | ipv4_address_scope | None | 2024-04-03 08:16:37.432 | | ipv6_address_scope | None | 2024-04-03 08:16:37.432 | | is_default | False | 2024-04-03 08:16:37.432 | | is_vlan_transparent | None | 2024-04-03 08:16:37.432 | | mtu | 8950 | 2024-04-03 08:16:37.432 | | name | shared | 2024-04-03 08:16:37.432 | | port_security_enabled | True | 2024-04-03 08:16:37.432 | | project_id | 189372726e694c868200b3b83cc6f425 | 2024-04-03 08:16:37.432 | | provider:network_type | vlan | 2024-04-03 08:16:37.432 | | provider:physical_network | default | 2024-04-03 08:16:37.432 | | provider:segmentation_id | 95 | 2024-04-03 08:16:37.432 | | qos_policy_id | None | 2024-04-03 08:16:37.432 | | revision_number | 1 | 2024-04-03 08:16:37.432 | | router:external | Internal | 2024-04-03 08:16:37.432 | | segments | None | 2024-04-03 08:16:37.432 | | shared | True | 2024-04-03 08:16:37.432 | | status | ACTIVE | 2024-04-03 08:16:37.432 | | subnets | | 2024-04-03 08:16:37.432 | | tags | | 2024-04-03 08:16:37.432 | | tenant_id | 189372726e694c868200b3b83cc6f425 | 2024-04-03 08:16:37.433 | | updated_at | 2024-04-03T08:16:37Z | 2024-04-03 08:16:37.433 | +---------------------------+--------------------------------------+ 2024-04-03 08:16:37.555 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-04-03 08:16:38.803 | +----------------------+--------------------------------------+ 2024-04-03 08:16:38.803 | | Field | Value | 2024-04-03 08:16:38.803 | +----------------------+--------------------------------------+ 2024-04-03 08:16:38.803 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-04-03 08:16:38.803 | | cidr | 192.168.233.0/24 | 2024-04-03 08:16:38.803 | | created_at | 2024-04-03T08:16:38Z | 2024-04-03 08:16:38.803 | | description | shared-subnet | 2024-04-03 08:16:38.803 | | dns_nameservers | | 2024-04-03 08:16:38.803 | | dns_publish_fixed_ip | None | 2024-04-03 08:16:38.803 | | enable_dhcp | True | 2024-04-03 08:16:38.803 | | gateway_ip | 192.168.233.1 | 2024-04-03 08:16:38.803 | | host_routes | | 2024-04-03 08:16:38.803 | | id | f8ab0bf8-1664-440a-bdc1-d7e34b5d1b47 | 2024-04-03 08:16:38.803 | | ip_version | 4 | 2024-04-03 08:16:38.803 | | ipv6_address_mode | None | 2024-04-03 08:16:38.803 | | ipv6_ra_mode | None | 2024-04-03 08:16:38.803 | | name | shared-subnet | 2024-04-03 08:16:38.803 | | network_id | ec5d6f94-e57d-4265-8c11-77f7d38645f0 | 2024-04-03 08:16:38.803 | | project_id | 189372726e694c868200b3b83cc6f425 | 2024-04-03 08:16:38.803 | | revision_number | 0 | 2024-04-03 08:16:38.803 | | segment_id | None | 2024-04-03 08:16:38.803 | | service_types | | 2024-04-03 08:16:38.803 | | subnetpool_id | None | 2024-04-03 08:16:38.803 | | tags | | 2024-04-03 08:16:38.803 | | updated_at | 2024-04-03T08:16:38Z | 2024-04-03 08:16:38.803 | +----------------------+--------------------------------------+ 2024-04-03 08:16:38.929 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-04-03 08:16:38.955 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-04-03 08:16:38.984 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-04-03 08:16:38.988 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-04-03 08:16:39.013 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-04-03 08:16:39.036 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-04-03 08:16:39.059 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-04-03 08:16:39.082 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-04-03 08:16:39.109 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-04-03 08:16:39.133 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-04-03 08:16:39.155 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-04-03 08:16:39.177 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-04-03 08:16:39.204 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-04-03 08:16:39.229 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-04-03 08:16:39.230 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-04-03 08:16:39.257 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-04-03 08:16:39.284 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-04-03 08:16:39.306 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-04-03 08:16:39.332 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-04-03 08:16:39.334 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-04-03 08:16:39.361 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-04-03 08:16:39.384 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-04-03 08:16:39.386 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-04-03 08:16:39.408 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-04-03 08:16:39.421 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:39.422 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-04-03 08:16:39.425 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-04-03 08:16:39.449 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-04-03 08:16:39.461 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:39.462 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-04-03 08:16:39.485 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-04-03 08:16:39.509 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-04-03 08:16:39.533 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-04-03 08:16:39.535 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-04-03 08:16:39.565 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-04-03 08:16:39.591 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-04-03 08:16:39.603 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:39.605 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 3dc5311e-ca84-4238-8aa3-ca3bc457beff 2024-04-03 08:16:39.628 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 3dc5311e-ca84-4238-8aa3-ca3bc457beff 2024-04-03 08:16:39.652 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-04-03 08:16:39.675 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-04-03 08:16:39.698 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-04-03 08:16:39.724 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-04-03 08:16:39.736 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:39.738 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-04-03 08:16:39.740 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-04-03 08:16:39.743 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-04-03 08:16:39.745 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-04-03 08:16:39.746 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-04-03 08:16:39.748 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-04-03 08:16:39.763 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-04-03 08:16:39.764 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-04-03 08:16:39.787 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-04-03 08:16:39.815 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-04-03 08:16:39.838 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-04-03 08:16:39.861 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-04-03 08:16:39.885 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-04-03 08:16:39.908 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-04-03 08:16:39.931 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-04-03 08:16:39.954 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-04-03 08:16:39.976 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-04-03 08:16:39.977 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-04-03 08:16:40.000 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-04-03 08:16:40.002 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-04-03 08:16:40.013 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:40.015 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-04-03 08:16:40.037 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id bf653e0c-66bc-4ea0-b720-1b1639e2b7e8 2024-04-03 08:16:40.059 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-04-03 08:16:40.081 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-04-03 08:16:40.103 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-04-03 08:16:40.128 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-04-03 08:16:40.150 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-04-03 08:16:40.172 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-04-03 08:16:40.196 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-04-03 08:16:40.198 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-04-03 08:16:40.199 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-04-03 08:16:40.223 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-04-03 08:16:40.225 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-04-03 08:16:40.227 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-03 08:16:40.228 | ++ functions-common:is_provider_network:2287 : return 1 2024-04-03 08:16:40.230 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-04-03 08:16:40.253 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-04-03 08:16:40.275 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-04-03 08:16:40.298 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-04-03 08:16:40.321 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-04-03 08:16:40.343 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-04-03 08:16:40.365 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-03 08:16:40.368 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-04-03 08:16:40.380 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-04-03 08:16:40.404 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-03 08:16:40.407 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-04-03 08:16:40.421 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-04-03 08:16:40.446 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-03 08:16:40.449 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-04-03 08:16:40.461 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-04-03 08:16:40.484 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-03 08:16:40.486 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-04-03 08:16:40.499 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-04-03 08:16:40.521 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-04-03 08:16:40.523 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-04-03 08:16:40.525 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-04-03 08:16:40.527 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-04-03 08:16:40.540 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-04-03 08:16:40.542 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-04-03 08:16:40.565 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-04-03 08:16:40.576 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:40.578 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-04-03 08:16:40.601 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-04-03 08:16:40.602 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-04-03 08:16:40.604 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-04-03 08:16:40.606 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-04-03 08:16:40.608 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-04-03 08:16:40.610 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-04-03 08:16:40.611 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-04-03 08:16:40.613 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-04-03 08:16:40.615 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-04-03 08:16:40.629 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-04-03 08:16:40.631 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-04-03 08:16:40.656 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-04-03 08:16:40.658 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-04-03 08:16:40.659 | ++ lib/tempest:configure_tempest:668 : local service 2024-04-03 08:16:40.661 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-04-03 08:16:40.663 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-03 08:16:40.665 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-04-03 08:16:40.677 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:40.679 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-04-03 08:16:40.703 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-03 08:16:40.704 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-04-03 08:16:40.716 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:40.718 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-04-03 08:16:40.740 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-03 08:16:40.742 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-04-03 08:16:40.755 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:40.757 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-04-03 08:16:40.780 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-03 08:16:40.783 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-04-03 08:16:40.795 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:40.797 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-04-03 08:16:40.820 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-03 08:16:40.823 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-04-03 08:16:40.835 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:16:40.837 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-04-03 08:16:40.859 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-03 08:16:40.861 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-04-03 08:16:40.873 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:40.875 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-04-03 08:16:40.898 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-03 08:16:40.900 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-04-03 08:16:40.912 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:16:40.914 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-04-03 08:16:40.937 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-04-03 08:16:40.939 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-04-03 08:16:40.940 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-04-03 08:16:40.942 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-04-03 08:16:40.944 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-04-03 08:16:40.946 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-04-03 08:16:40.947 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-04-03 08:16:40.949 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-04-03 08:16:40.951 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-04-03 08:16:40.952 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-04-03 08:16:40.954 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-04-03 08:16:40.956 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-04-03 08:16:40.958 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-04-03 08:16:40.961 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.5UxBRiRDQa 2024-04-03 08:16:40.963 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-04-03 08:16:40.965 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-04-03 08:16:40.967 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-04-03 08:16:40.970 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.UcR21c9gkD 2024-04-03 08:16:40.972 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.UcR21c9gkD 2024-04-03 08:16:40.974 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-04-03 08:16:40.976 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.UcR21c9gkD 2024-04-03 08:16:40.977 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-04-03 08:16:40.979 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-04-03 08:16:40.981 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-04-03 08:16:40.986 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-03 08:16:40.988 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-03 08:16:40.990 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-03 08:16:40.991 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-03 08:16:40.993 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-04-03 08:16:40.995 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-04-03 08:16:41.240 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-04-03 08:16:41.617 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-04-03 08:16:50.429 | venv-tempest develop-inst: /opt/stack/tempest 2024-04-03 08:16:53.364 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@8794025588409d4dedf901d0ee6b588898bf95e8#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-04-03 08:16:53.364 | ___________________________________ summary ____________________________________ 2024-04-03 08:16:53.364 | venv-tempest: skipped tests 2024-04-03 08:16:53.364 | congratulations :) 2024-04-03 08:16:53.391 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.UcR21c9gkD -r requirements.txt 2024-04-03 08:16:53.947 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2024-04-03 08:16:53.947 | warnings.warn( 2024-04-03 08:16:53.947 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-04-03 08:16:53.947 | warnings.warn( 2024-04-03 08:16:54.041 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-04-03 08:16:54.421 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@8794025588409d4dedf901d0ee6b588898bf95e8#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-04-03 08:16:54.421 | venv-tempest run-test-pre: PYTHONHASHSEED='4173060812' 2024-04-03 08:16:54.421 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.UcR21c9gkD -r requirements.txt 2024-04-03 08:16:55.256 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.0.0) 2024-04-03 08:16:55.257 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.6.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-04-03 08:16:55.268 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-04-03 08:16:55.268 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-04-03 08:16:55.268 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-04-03 08:16:55.268 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.4.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-04-03 08:16:55.268 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-04-03 08:16:55.268 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-04-03 08:16:55.269 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-04-03 08:16:55.269 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-04-03 08:16:55.270 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-04-03 08:16:55.271 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-04-03 08:16:55.272 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-04-03 08:16:55.272 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-04-03 08:16:55.278 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-04-03 08:16:55.279 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-04-03 08:16:55.296 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (23.2.0) 2024-04-03 08:16:55.296 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.33.0) 2024-04-03 08:16:55.297 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.0) 2024-04-03 08:16:55.298 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-04-03 08:16:55.313 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-04-03 08:16:55.314 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.1.2) 2024-04-03 08:16:55.331 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-04-03 08:16:55.337 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.3.0) 2024-04-03 08:16:55.353 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-04-03 08:16:55.354 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.31.0) 2024-04-03 08:16:55.370 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.5.0) 2024-04-03 08:16:55.372 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2024-04-03 08:16:55.373 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2024-04-03 08:16:55.387 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-04-03 08:16:55.388 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.3) 2024-04-03 08:16:55.389 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.14.2) 2024-04-03 08:16:55.396 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-04-03 08:16:55.397 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.7) 2024-04-03 08:16:55.405 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-04-03 08:16:55.406 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.2) 2024-04-03 08:16:55.407 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-04-03 08:16:55.408 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.1) 2024-04-03 08:16:55.431 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-04-03 08:16:55.451 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-04-03 08:16:55.487 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2024-04-03 08:16:55.509 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2024-04-03 08:16:55.554 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-04-03 08:16:55.567 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.2.2) 2024-04-03 08:16:55.568 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.6) 2024-04-03 08:16:55.568 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-04-03 08:16:55.675 | WARNING: There was an error checking the latest version of pip. 2024-04-03 08:16:55.743 | ___________________________________ summary ____________________________________ 2024-04-03 08:16:55.743 | venv-tempest: commands succeeded 2024-04-03 08:16:55.743 | congratulations :) 2024-04-03 08:16:55.769 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.UcR21c9gkD 2024-04-03 08:16:55.772 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-04-03 08:16:55.774 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-04-03 08:16:55.776 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-04-03 08:16:55.799 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.5UxBRiRDQa 2024-04-03 08:16:56.044 | venv create: /opt/stack/tempest/.tox/venv 2024-04-03 08:16:56.326 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-04-03 08:17:09.358 | venv develop-inst: /opt/stack/tempest 2024-04-03 08:17:12.825 | venv installed: alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.14.0,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.21.7,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.3,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.2.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,Pygments==2.17.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,reno==4.1.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.2.6,sphinxcontrib-applehelp==1.0.8,sphinxcontrib-devhelp==1.0.6,sphinxcontrib-htmlhelp==2.0.5,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.7,sphinxcontrib-serializinghtml==1.1.10,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@8794025588409d4dedf901d0ee6b588898bf95e8#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-04-03 08:17:12.825 | venv run-test-pre: PYTHONHASHSEED='2907176215' 2024-04-03 08:17:12.825 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.5UxBRiRDQa 2024-04-03 08:17:13.122 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2024-04-03 08:17:13.122 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-04-03 08:17:13.122 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2024-04-03 08:17:13.122 | @jsonschema.FormatChecker.cls_checks('base64') 2024-04-03 08:17:13.361 | /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. 2024-04-03 08:17:13.361 | warnings.warn( 2024-04-03 08:17:13.580 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-04-03 08:17:13.580 | for key, value in info.getheaders().items(): 2024-04-03 08:17:13.602 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-04-03 08:17:13.602 | for key, value in info.getheaders().items(): 2024-04-03 08:17:13.797 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-04-03 08:17:13.797 | for key, value in info.getheaders().items(): 2024-04-03 08:17:13.798 | /opt/stack/tempest/tempest/lib/services/clients.py:209: 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 2024-04-03 08:17:13.798 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-04-03 08:17:14.308 | ___________________________________ summary ____________________________________ 2024-04-03 08:17:14.308 | venv: commands succeeded 2024-04-03 08:17:14.308 | congratulations :) 2024-04-03 08:17:14.334 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-04-03 08:17:14.347 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-03 08:17:14.349 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-04-03 08:17:14.351 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-04-03 08:17:14.363 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-03 08:17:14.365 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-04-03 08:17:14.367 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-04-03 08:17:14.369 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-04-03 08:17:14.370 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-04-03 08:17:14.372 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-04-03 08:17:14.374 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-04-03 08:17:14.376 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-04-03 08:17:14.377 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-04-03 08:17:14.379 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-04-03 08:17:14.381 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-04-03 08:17:14.383 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-04-03 08:17:14.384 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-04-03 08:17:14.386 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-04-03 08:17:14.388 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-04-03 08:17:14.390 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-04-03 08:17:14.392 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-04-03 08:17:14.394 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-04-03 08:17:14.395 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-04-03 08:17:14.397 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-04-03 08:17:14.399 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-04-03 08:17:14.400 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-04-03 08:17:14.403 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-04-03 08:17:14.405 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2024-04-03 08:17:14.407 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-04-03 08:17:14.409 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.5UxBRiRDQa network-feature-enabled api_extensions 2024-04-03 08:17:14.409 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-04-03 08:17:14.425 | ++ lib/tempest:configure_tempest:788 : 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,floating-ip-port-forwarding-detail,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,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,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 2024-04-03 08:17:14.427 | +++ lib/tempest:configure_tempest:790 : 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,floating-ip-port-forwarding-detail,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,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,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 2024-04-03 08:17:14.429 | +++ lib/tempest:remove_disabled_extensions:110 : 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,floating-ip-port-forwarding-detail,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,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,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 2024-04-03 08:17:14.431 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-04-03 08:17:14.433 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-04-03 08:17:14.435 | +++ lib/tempest:remove_disabled_extensions:113 : 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,floating-ip-port-forwarding-detail,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,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,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' 2024-04-03 08:17:14.450 | +++ functions-common:remove_disabled_services:2122 : _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,floating-ip-port-forwarding-detail,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,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,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 2024-04-03 08:17:14.466 | ++ lib/tempest:configure_tempest:790 : 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,floating-ip-port-forwarding-detail,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,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,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 2024-04-03 08:17:14.467 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-04-03 08:17:14.469 | ++ lib/tempest:configure_tempest:795 : 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,floating-ip-port-forwarding-detail,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,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,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 2024-04-03 08:17:14.492 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-04-03 08:17:14.494 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-04-03 08:17:14.496 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-04-03 08:17:14.498 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-04-03 08:17:14.499 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-04-03 08:17:14.501 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-04-03 08:17:14.527 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-04-03 08:17:14.529 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-04-03 08:17:14.531 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-04-03 08:17:14.533 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-04-03 08:17:14.535 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-04-03 08:17:14.537 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-04-03 08:17:14.539 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-04-03 08:17:14.540 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-04-03 08:17:14.542 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-04-03 08:17:14.545 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-04-03 08:17:14.546 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-04-03 08:17:14.548 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-04-03 08:17:14.550 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-04-03 08:17:14.552 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-04-03 08:17:14.575 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-04-03 08:17:14.575 | ' 2024-04-03 08:17:14.577 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-04-03 08:17:14.579 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-03 08:17:14.581 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest Plugins 2024-04-03 08:17:14.582 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-04-03 08:17:14.585 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-04-03 08:17:14.585 | ~/tempest ~/tempest 2024-04-03 08:17:14.587 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-04-03 08:17:14.588 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-04-03 08:17:14.589 | ~/tempest 2024-04-03 08:17:14.591 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-03 08:17:14.593 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-03 08:17:14.595 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:17:14.597 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-03 08:17:14.599 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-04-03 08:17:14.601 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-03 08:17:14.604 | + functions-common:run_plugins:1850 : local phase=test-config 2024-04-03 08:17:14.606 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-03 08:17:14.608 | + functions-common:run_plugins:1853 : local plugin 2024-04-03 08:17:14.610 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-03 08:17:14.612 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-03 08:17:14.615 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-03 08:17:14.617 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-04-03 08:17:14.619 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-03 08:17:14.621 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:17:14.623 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-04-03 08:17:14.626 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:17:14.628 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-03 08:17:14.630 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-03 08:17:14.632 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-04-03 08:17:14.634 | + stack.sh:main:1512 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-04-03 08:17:14.636 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-03 08:17:14.639 | + inc/meta-config:merge_config_group:171 : shift 2024-04-03 08:17:14.641 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-04-03 08:17:14.643 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:17:14.645 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-03 08:17:14.647 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-03 08:17:14.650 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-04-03 08:17:14.652 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-03 08:17:14.654 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-04-03 08:17:14.656 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-03 08:17:14.658 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-04-03 08:17:14.658 | /^\[\[.+\|.*\]\]/ { 2024-04-03 08:17:14.658 | gsub("[][]", "", $1); 2024-04-03 08:17:14.658 | split($1, a, "|"); 2024-04-03 08:17:14.658 | if (a[1] == matchgroup) 2024-04-03 08:17:14.658 | print a[2] 2024-04-03 08:17:14.658 | } 2024-04-03 08:17:14.658 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 45 osc 164 apt-get 8 test_with_retry 3 dbsync 2 pip_install 104 apt-get-update 5 run_process 18 git_timed 38 ------------------------- Unaccounted time 40 ========================= Total runtime 437 ================= Async summary ================= Time spent in the background minus waits: 190 sec Elapsed time: 437 sec Time if we did everything serially: 627 sec Speedup: 1.43478 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 41583 | | keystone | INSERT | 98 | | glance | SELECT | 999 | | glance | CREATE | 65 | | glance | INSERT | 258 | | glance | SHOW | 8 | | glance | UPDATE | 17 | | glance | ALTER | 9 | | glance | DROP | 1 | | cinder | SELECT | 145 | | cinder | SHOW | 1 | | cinder | CREATE | 74 | | cinder | SET | 1 | | cinder | ALTER | 18 | | neutron | SELECT | 2453 | | neutron | SHOW | 41 | | neutron | CREATE | 317 | | neutron | INSERT | 133 | | neutron | UPDATE | 179 | | neutron | ALTER | 150 | | neutron | DROP | 51 | | neutron | DELETE | 17 | | nova_cell1 | SELECT | 121 | | nova_cell1 | SHOW | 35 | | nova_cell1 | CREATE | 157 | | nova_cell1 | ALTER | 2 | | nova_cell0 | SELECT | 18 | | nova_cell0 | SHOW | 35 | | nova_cell0 | CREATE | 157 | | nova_cell0 | ALTER | 2 | | placement | SELECT | 10 | | placement | INSERT | 4 | | placement | SET | 2 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 6 | | cinder | INSERT | 5 | | cinder | UPDATE | 8 | | nova_cell1 | UPDATE | 15 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | cinder | DELETE | 1 | | keystone | DELETE | 5 | +------------+-----------+-------+ This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: 73da7dfb93ce4a1a215c58a6011ac26c1b63b3fa Drop the devstack-single-node-centos-7 nodeset 2024-03-04 18:52:06 +0000 OS Version: Ubuntu 22.04 jammy