2025-04-16 21:59:46.110 | + stack.sh:main:502 : exec 2025-04-16 21:59:46.110 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-215946' 2025-04-16 21:59:46.110 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-16-215946.summary.2025-04-16-215946 2025-04-16 21:59:46.110 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:59:46.110 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-215946 2025-04-16 21:59:46.110 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-215946 /opt/stack//logs/stack.sh.log 2025-04-16 21:59:46.110 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-215946.summary.2025-04-16-215946 /opt/stack//logs/stack.sh.log.summary 2025-04-16 21:59:46.110 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-16 21:59:46.110 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-16 21:59:46.110 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-16 21:59:46.110 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-16 21:59:46.110 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-16 21:59:46.110 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-16 21:59:46.110 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-16 21:59:46.110 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 21:59:46.110 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-16 21:59:46.110 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-16 21:59:46.111 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 21:59:46.113 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 21:59:46.114 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-16 21:59:46.116 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-16 21:59:46.118 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 21:59:46.119 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-16 21:59:46.121 | + stack.sh:main:575 : trap err_trap ERR 2025-04-16 21:59:46.122 | + stack.sh:main:588 : set -o errexit 2025-04-16 21:59:46.124 | + stack.sh:main:591 : uname -a 2025-04-16 21:59:46.124 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-04-16 21:59:46.126 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-16 21:59:46.127 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-16 21:59:46.130 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-16 21:59:46.154 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-16 21:59:46.164 | + stack.sh:main:605 : fetch_plugins 2025-04-16 21:59:46.166 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-16 21:59:46.167 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-16 21:59:46.169 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-16 21:59:46.170 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-16 21:59:46.170 | Fetching DevStack plugins 2025-04-16 21:59:46.171 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-16 21:59:46.173 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-16 21:59:46.174 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-16 21:59:46.175 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-16 21:59:46.177 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:59:46.178 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-16 21:59:46.179 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-16 21:59:46.181 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-16 21:59:46.182 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-16 21:59:46.183 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-16 21:59:46.185 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:59:46.186 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:59:46.188 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:59:46.189 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:59:46.191 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:59:46.200 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:59:46.201 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:59:46.203 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:59:46.204 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:59:46.206 | + functions-common:git_clone:593 : echo devstack 2025-04-16 21:59:46.206 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:59:46.209 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-16 21:59:46.210 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:59:46.212 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 21:59:46.213 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:59:46.214 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:59:46.215 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:59:46.217 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:59:46.218 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:59:46.220 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:59:46.221 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:59:46.222 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:59:46.224 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:59:46.226 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840786225 2025-04-16 21:59:46.228 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 21:59:46.234 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-16 21:59:46.748 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:59:46.750 | + functions-common:time_stop:2400 : local name 2025-04-16 21:59:46.751 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:59:46.753 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:59:46.754 | + functions-common:time_stop:2403 : local total 2025-04-16 21:59:46.755 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:59:46.757 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:59:46.758 | + functions-common:time_stop:2407 : start_time=1744840786225 2025-04-16 21:59:46.759 | + functions-common:time_stop:2409 : [[ -z 1744840786225 ]] 2025-04-16 21:59:46.761 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:59:46.763 | + functions-common:time_stop:2412 : end_time=1744840786762 2025-04-16 21:59:46.765 | + functions-common:time_stop:2413 : elapsed_time=537 2025-04-16 21:59:46.766 | + functions-common:time_stop:2414 : total=0 2025-04-16 21:59:46.767 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:59:46.769 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=537 2025-04-16 21:59:46.770 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-16 21:59:46.771 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-16 21:59:46.773 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:59:46.774 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:59:46.775 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:59:46.777 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:59:46.778 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:59:46.779 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:59:46.781 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:59:46.782 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:59:46.784 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:59:46.786 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840786785 2025-04-16 21:59:46.788 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-16 21:59:47.239 | From https://github.com/sapcc/networking-nsx-t 2025-04-16 21:59:47.239 | * branch devstack -> FETCH_HEAD 2025-04-16 21:59:47.242 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:59:47.244 | + functions-common:time_stop:2400 : local name 2025-04-16 21:59:47.245 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:59:47.246 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:59:47.248 | + functions-common:time_stop:2403 : local total 2025-04-16 21:59:47.249 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:59:47.251 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:59:47.252 | + functions-common:time_stop:2407 : start_time=1744840786785 2025-04-16 21:59:47.253 | + functions-common:time_stop:2409 : [[ -z 1744840786785 ]] 2025-04-16 21:59:47.255 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:59:47.257 | + functions-common:time_stop:2412 : end_time=1744840787256 2025-04-16 21:59:47.259 | + functions-common:time_stop:2413 : elapsed_time=471 2025-04-16 21:59:47.260 | + functions-common:time_stop:2414 : total=537 2025-04-16 21:59:47.261 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:59:47.263 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1008 2025-04-16 21:59:47.264 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:59:47.266 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:59:47.267 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:59:47.268 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:59:47.270 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:59:47.271 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:59:47.272 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:59:47.274 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:59:47.275 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:59:47.277 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:59:47.279 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840787278 2025-04-16 21:59:47.280 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:59:47.290 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:59:47.290 | 2025-04-16 21:59:47.290 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:59:47.290 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:59:47.290 | state without impacting any branches by switching back to a branch. 2025-04-16 21:59:47.290 | 2025-04-16 21:59:47.290 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:59:47.290 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:59:47.290 | 2025-04-16 21:59:47.290 | git switch -c 2025-04-16 21:59:47.290 | 2025-04-16 21:59:47.290 | Or undo this operation with: 2025-04-16 21:59:47.290 | 2025-04-16 21:59:47.290 | git switch - 2025-04-16 21:59:47.290 | 2025-04-16 21:59:47.290 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:59:47.290 | 2025-04-16 21:59:47.290 | HEAD is now at 29bc664 Delay agent initialization 2025-04-16 21:59:47.291 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:59:47.293 | + functions-common:time_stop:2400 : local name 2025-04-16 21:59:47.294 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:59:47.295 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:59:47.297 | + functions-common:time_stop:2403 : local total 2025-04-16 21:59:47.298 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:59:47.299 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:59:47.301 | + functions-common:time_stop:2407 : start_time=1744840787278 2025-04-16 21:59:47.302 | + functions-common:time_stop:2409 : [[ -z 1744840787278 ]] 2025-04-16 21:59:47.304 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:59:47.306 | + functions-common:time_stop:2412 : end_time=1744840787305 2025-04-16 21:59:47.307 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-16 21:59:47.309 | + functions-common:time_stop:2414 : total=1008 2025-04-16 21:59:47.310 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:59:47.311 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1035 2025-04-16 21:59:47.313 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-16 21:59:47.322 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-16 21:59:47.324 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:59:47.324 | + functions-common:git_clone:656 : head -1 2025-04-16 21:59:47.326 | 29bc664 Delay agent initialization 2025-04-16 21:59:47.327 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:59:47.329 | + stack.sh:main:609 : run_phase override_defaults 2025-04-16 21:59:47.331 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-16 21:59:47.332 | + functions-common:run_phase:1829 : local phase= 2025-04-16 21:59:47.334 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:59:47.335 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:59:47.336 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:59:47.338 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:59:47.339 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:59:47.342 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:59:47.344 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:59:47.345 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:59:47.347 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:59:47.348 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-16 21:59:47.350 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:59:47.359 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:59:47.360 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 21:59:47.361 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:59:47.363 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:59:47.364 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:59:47.365 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:59:47.367 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:59:47.368 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-16 21:59:47.370 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-16 21:59:47.371 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 21:59:47.372 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 21:59:47.374 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-16 21:59:47.375 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-16 21:59:47.377 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-16 21:59:47.378 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-16 21:59:47.379 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-16 21:59:47.379 | Overriding Configuration Defaults 2025-04-16 21:59:47.381 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-16 21:59:47.382 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:59:47.384 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-16 21:59:47.385 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-16 21:59:47.397 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-16 21:59:47.398 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-16 21:59:47.407 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:59:47.409 | +++ lib/tls:source:43 : hostname -f 2025-04-16 21:59:47.412 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-16 21:59:47.413 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-16 21:59:47.414 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-16 21:59:47.416 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-16 21:59:47.417 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-16 21:59:47.419 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-16 21:59:47.420 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-16 21:59:47.422 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-16 21:59:47.423 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-16 21:59:47.424 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-16 21:59:47.427 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-16 21:59:47.436 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-16 21:59:47.447 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-16 21:59:47.456 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-16 21:59:47.465 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-16 21:59:47.488 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-16 21:59:47.528 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-16 21:59:47.574 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-16 21:59:47.592 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-16 21:59:47.626 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-16 21:59:47.658 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-16 21:59:47.660 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-16 21:59:47.670 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:59:47.672 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-16 21:59:47.673 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-16 21:59:47.675 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-16 21:59:47.677 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-16 21:59:47.679 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-16 21:59:47.691 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 21:59:47.693 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 21:59:47.695 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-16 21:59:47.696 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-16 21:59:47.698 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-16 21:59:47.700 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 21:59:47.701 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 21:59:47.704 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-16 21:59:47.715 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-16 21:59:47.716 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-16 21:59:47.718 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-16 21:59:47.729 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-16 21:59:47.731 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-16 21:59:47.733 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-16 21:59:47.734 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-16 21:59:47.736 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-16 21:59:47.738 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-16 21:59:47.739 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-16 21:59:47.741 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-16 21:59:47.742 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-16 21:59:47.744 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-16 21:59:47.746 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-16 21:59:47.747 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-16 21:59:47.749 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-16 21:59:47.750 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-16 21:59:47.752 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-16 21:59:47.754 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-16 21:59:47.756 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 21:59:47.757 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 21:59:47.759 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-16 21:59:47.761 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-16 21:59:47.763 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-16 21:59:47.764 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-16 21:59:47.766 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-16 21:59:47.768 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-16 21:59:47.778 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-16 21:59:47.781 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-16 21:59:47.783 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-16 21:59:47.783 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 21:59:47.786 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-16 21:59:47.787 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-16 21:59:47.789 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-16 21:59:47.790 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-16 21:59:47.792 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-16 21:59:47.793 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-16 21:59:47.795 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-16 21:59:47.797 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-16 21:59:47.798 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-16 21:59:47.800 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-16 21:59:47.801 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-16 21:59:47.803 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-16 21:59:47.805 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-16 21:59:47.806 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:59:47.808 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-16 21:59:47.810 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-16 21:59:47.812 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-16 21:59:47.822 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 21:59:47.824 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 21:59:47.826 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 21:59:47.827 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 21:59:47.829 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 21:59:47.831 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-16 21:59:47.832 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:59:47.834 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-16 21:59:47.835 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 21:59:47.837 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-16 21:59:47.838 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-16 21:59:47.840 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-16 21:59:47.841 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-16 21:59:47.843 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-16 21:59:47.845 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-16 21:59:47.846 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-16 21:59:47.848 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-16 21:59:47.849 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-16 21:59:47.851 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-16 21:59:47.852 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-16 21:59:47.854 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-16 21:59:47.875 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-16 21:59:47.884 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-16 21:59:47.885 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-16 21:59:47.887 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-16 21:59:47.889 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-16 21:59:47.890 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-16 21:59:47.892 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-16 21:59:47.894 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-16 21:59:47.895 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-16 21:59:47.897 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-16 21:59:47.898 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-16 21:59:47.900 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-16 21:59:47.902 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-16 21:59:47.903 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-16 21:59:47.905 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-16 21:59:47.906 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-16 21:59:47.908 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-16 21:59:47.910 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-16 21:59:47.912 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-16 21:59:47.914 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-16 21:59:47.915 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-16 21:59:47.915 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-16 21:59:47.915 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-16 21:59:47.919 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=c7:63ac:94a1 2025-04-16 21:59:47.921 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-16 21:59:47.923 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-16 21:59:47.924 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-16 21:59:47.926 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-16 21:59:47.927 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fdc7:63ac:94a1::/56 2025-04-16 21:59:47.930 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fdc7:63ac:94a1::/56 2025-04-16 21:59:47.930 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-16 21:59:47.934 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fdc7:63ac:94a1::/64 2025-04-16 21:59:47.935 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-16 21:59:47.937 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-16 21:59:47.939 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-16 21:59:47.940 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-16 21:59:47.942 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-16 21:59:47.944 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-16 21:59:47.945 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-16 21:59:47.947 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-16 21:59:47.949 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-16 21:59:47.950 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-16 21:59:47.952 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-16 21:59:47.953 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-16 21:59:47.955 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fdc7:63ac:94a1::/56 2025-04-16 21:59:47.957 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-16 21:59:47.958 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-16 21:59:47.961 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-16 21:59:47.961 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-16 21:59:47.962 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-16 21:59:47.965 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-16 21:59:47.969 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-16 21:59:47.969 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-16 21:59:47.969 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-16 21:59:47.972 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-16 21:59:47.975 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-16 21:59:47.977 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-16 21:59:47.979 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-16 21:59:47.980 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-16 21:59:47.982 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-16 21:59:47.984 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-16 21:59:47.986 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-16 21:59:47.987 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 21:59:48.000 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-16 21:59:48.010 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-16 21:59:48.019 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-16 21:59:48.029 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-16 21:59:48.078 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-16 21:59:48.081 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-16 21:59:48.082 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-16 21:59:48.084 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-16 21:59:48.086 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-16 21:59:48.088 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-16 21:59:48.088 | False' 2025-04-16 21:59:48.090 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-16 21:59:48.101 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-16 21:59:48.103 | + stack.sh:main:639 : run_phase source 2025-04-16 21:59:48.105 | + functions-common:run_phase:1828 : local mode=source 2025-04-16 21:59:48.106 | + functions-common:run_phase:1829 : local phase= 2025-04-16 21:59:48.108 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:59:48.110 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:59:48.111 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:59:48.113 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:59:48.114 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:59:48.116 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:59:48.119 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:59:48.121 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:59:48.122 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:59:48.124 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-16 21:59:48.126 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:59:48.137 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:59:48.138 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 21:59:48.140 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-16 21:59:48.166 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-16 21:59:48.168 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-16 21:59:48.170 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 21:59:48.172 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-16 21:59:48.173 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-16 21:59:48.175 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-16 21:59:48.176 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-16 21:59:48.178 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-16 21:59:48.178 | Loading plugin settings 2025-04-16 21:59:48.180 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-16 21:59:48.182 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:59:48.183 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-16 21:59:48.185 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-16 21:59:48.187 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-16 21:59:48.188 | ++ functions-common:define_plugin:1872 : : 2025-04-16 21:59:48.190 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-16 21:59:48.192 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-16 21:59:48.193 | + functions-common:verify_disabled_services:2111 : local service 2025-04-16 21:59:48.195 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.197 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-16 21:59:48.199 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.200 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-04-16 21:59:48.202 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.204 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-04-16 21:59:48.205 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.207 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-04-16 21:59:48.209 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.211 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-04-16 21:59:48.213 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.214 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-04-16 21:59:48.216 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.218 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-04-16 21:59:48.219 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.221 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-04-16 21:59:48.223 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.225 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-04-16 21:59:48.226 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.228 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-04-16 21:59:48.230 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.232 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-04-16 21:59:48.233 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.235 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-04-16 21:59:48.237 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.238 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-04-16 21:59:48.240 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.242 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-04-16 21:59:48.244 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.246 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-16 21:59:48.247 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.249 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-16 21:59:48.251 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.253 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-16 21:59:48.254 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.256 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-16 21:59:48.258 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.259 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-04-16 21:59:48.261 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.263 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-04-16 21:59:48.265 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.266 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-04-16 21:59:48.268 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:59:48.270 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-04-16 21:59:48.272 | + stack.sh:main:710 : initialize_database_backends 2025-04-16 21:59:48.274 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 21:59:48.275 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-16 21:59:48.287 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:59:48.289 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-16 21:59:48.290 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 21:59:48.292 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-16 21:59:48.304 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:59:48.305 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-16 21:59:48.307 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-16 21:59:48.309 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-16 21:59:48.311 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-16 21:59:48.312 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-16 21:59:48.314 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-16 21:59:48.316 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-16 21:59:48.318 | + lib/database:initialize_database_backends:92 : return 0 2025-04-16 21:59:48.320 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-16 21:59:48.320 | Using mysql database backend 2025-04-16 21:59:48.322 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-16 21:59:48.333 | + stack.sh:main:716 : define_database_baseurl 2025-04-16 21:59:48.336 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-16 21:59:48.338 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 21:59:48.340 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-16 21:59:48.342 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 21:59:48.344 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-16 21:59:48.356 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:59:48.357 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-16 21:59:48.369 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-16 21:59:48.381 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:59:48.383 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-16 21:59:48.396 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-16 21:59:48.408 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-16 21:59:48.420 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:59:48.422 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-16 21:59:48.434 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:59:48.436 | + stack.sh:main:772 : save_stackenv 772 2025-04-16 21:59:48.438 | + functions-common:save_stackenv:60 : local tag=772 2025-04-16 21:59:48.440 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 21:59:48.443 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-215948 2025-04-16 21:59:48.445 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-215948 772' 2025-04-16 21:59:48.447 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.449 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 21:59:48.451 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.453 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 21:59:48.454 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.456 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 21:59:48.458 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.460 | + 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 2025-04-16 21:59:48.462 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.464 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 21:59:48.465 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.467 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 21:59:48.469 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.471 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-215946 2025-04-16 21:59:48.473 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.475 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 21:59:48.476 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.478 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 21:59:48.480 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.482 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 21:59:48.484 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.486 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 21:59:48.487 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.489 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 21:59:48.491 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.493 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 21:59:48.495 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.497 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 21:59:48.498 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:59:48.500 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 21:59:48.502 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-16 21:59:48.504 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-16 21:59:48.506 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-16 21:59:48.508 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-16 21:59:48.509 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 21:59:48.511 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:59:48.513 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:59:48.515 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:59:48.517 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:59:48.519 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:59:48.530 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:59:48.532 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-16 21:59:48.534 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:59:48.536 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:59:48.536 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 21:59:48.540 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-16 21:59:48.541 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:59:48.543 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 21:59:48.545 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:59:48.546 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:59:48.548 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:59:48.550 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:59:48.551 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:59:48.553 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:59:48.555 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:59:48.556 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:59:48.558 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:59:48.561 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840788559 2025-04-16 21:59:48.563 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 21:59:48.566 | Cloning into '/opt/stack//requirements'... 2025-04-16 22:00:31.451 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:00:31.453 | + functions-common:time_stop:2400 : local name 2025-04-16 22:00:31.455 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:00:31.457 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:00:31.458 | + functions-common:time_stop:2403 : local total 2025-04-16 22:00:31.460 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:00:31.462 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:00:31.463 | + functions-common:time_stop:2407 : start_time=1744840788559 2025-04-16 22:00:31.465 | + functions-common:time_stop:2409 : [[ -z 1744840788559 ]] 2025-04-16 22:00:31.467 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:00:31.470 | + functions-common:time_stop:2412 : end_time=1744840831468 2025-04-16 22:00:31.472 | + functions-common:time_stop:2413 : elapsed_time=42909 2025-04-16 22:00:31.473 | + functions-common:time_stop:2414 : total=1035 2025-04-16 22:00:31.475 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:00:31.477 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43944 2025-04-16 22:00:31.478 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-16 22:00:31.480 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-16 22:00:31.482 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:00:31.483 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:00:31.485 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:00:31.487 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:00:31.488 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:00:31.490 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:00:31.492 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:00:31.493 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:00:31.496 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:00:31.499 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840831497 2025-04-16 22:00:31.500 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-16 22:00:32.175 | From https://opendev.org/openstack/requirements 2025-04-16 22:00:32.175 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 22:00:32.183 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:00:32.185 | + functions-common:time_stop:2400 : local name 2025-04-16 22:00:32.186 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:00:32.188 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:00:32.190 | + functions-common:time_stop:2403 : local total 2025-04-16 22:00:32.191 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:00:32.193 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:00:32.195 | + functions-common:time_stop:2407 : start_time=1744840831497 2025-04-16 22:00:32.196 | + functions-common:time_stop:2409 : [[ -z 1744840831497 ]] 2025-04-16 22:00:32.199 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:00:32.202 | + functions-common:time_stop:2412 : end_time=1744840832200 2025-04-16 22:00:32.203 | + functions-common:time_stop:2413 : elapsed_time=703 2025-04-16 22:00:32.205 | + functions-common:time_stop:2414 : total=43944 2025-04-16 22:00:32.207 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:00:32.208 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44647 2025-04-16 22:00:32.210 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 22:00:32.212 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:00:32.213 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:00:32.215 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:00:32.217 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:00:32.218 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:00:32.220 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:00:32.222 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:00:32.223 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:00:32.225 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:00:32.228 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840832226 2025-04-16 22:00:32.230 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 22:00:32.238 | Note: switching to 'FETCH_HEAD'. 2025-04-16 22:00:32.238 | 2025-04-16 22:00:32.238 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 22:00:32.238 | changes and commit them, and you can discard any commits you make in this 2025-04-16 22:00:32.238 | state without impacting any branches by switching back to a branch. 2025-04-16 22:00:32.238 | 2025-04-16 22:00:32.238 | If you want to create a new branch to retain commits you create, you may 2025-04-16 22:00:32.238 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 22:00:32.238 | 2025-04-16 22:00:32.238 | git switch -c 2025-04-16 22:00:32.238 | 2025-04-16 22:00:32.238 | Or undo this operation with: 2025-04-16 22:00:32.238 | 2025-04-16 22:00:32.238 | git switch - 2025-04-16 22:00:32.238 | 2025-04-16 22:00:32.238 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 22:00:32.238 | 2025-04-16 22:00:32.238 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 22:00:32.241 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:00:32.242 | + functions-common:time_stop:2400 : local name 2025-04-16 22:00:32.244 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:00:32.246 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:00:32.247 | + functions-common:time_stop:2403 : local total 2025-04-16 22:00:32.249 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:00:32.251 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:00:32.252 | + functions-common:time_stop:2407 : start_time=1744840832226 2025-04-16 22:00:32.254 | + functions-common:time_stop:2409 : [[ -z 1744840832226 ]] 2025-04-16 22:00:32.257 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:00:32.259 | + functions-common:time_stop:2412 : end_time=1744840832257 2025-04-16 22:00:32.261 | + functions-common:time_stop:2413 : elapsed_time=31 2025-04-16 22:00:32.263 | + functions-common:time_stop:2414 : total=44647 2025-04-16 22:00:32.264 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:00:32.266 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44678 2025-04-16 22:00:32.268 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-16 22:00:32.278 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-16 22:00:32.280 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 22:00:32.281 | + functions-common:git_clone:656 : head -1 2025-04-16 22:00:32.283 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 22:00:32.285 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 22:00:32.287 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-16 22:00:32.289 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:00:32.291 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-16 22:00:32.293 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-16 22:00:32.295 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-16 22:00:32.297 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-16 22:00:32.299 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-16 22:00:32.301 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-16 22:00:32.303 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-16 22:00:32.305 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-16 22:00:32.307 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-16 22:00:32.310 | ++ tools/install_prereqs.sh:source:47 : NOW=1744840832 2025-04-16 22:00:32.312 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-16 22:00:32.315 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-16 22:00:32.318 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-16 22:00:32.320 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744840832 2025-04-16 22:00:32.321 | ++ tools/install_prereqs.sh:source:50 : [[ 1744840832 -lt 7200 ]] 2025-04-16 22:00:32.323 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-16 22:00:32.325 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-16 22:00:32.327 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-16 22:00:32.329 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-16 22:00:32.331 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-16 22:00:32.333 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-16 22:00:32.334 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-16 22:00:32.337 | +++ 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 2025-04-16 22:00:32.364 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-16 22:00:32.364 | apache2-dev 2025-04-16 22:00:32.364 | bc 2025-04-16 22:00:32.364 | bsdmainutils 2025-04-16 22:00:32.364 | curl 2025-04-16 22:00:32.364 | g++ 2025-04-16 22:00:32.364 | gawk 2025-04-16 22:00:32.364 | gcc 2025-04-16 22:00:32.364 | gettext 2025-04-16 22:00:32.364 | git 2025-04-16 22:00:32.364 | graphviz 2025-04-16 22:00:32.364 | iputils-ping 2025-04-16 22:00:32.364 | libapache2-mod-proxy-uwsgi 2025-04-16 22:00:32.364 | libffi-dev 2025-04-16 22:00:32.364 | libjpeg-dev 2025-04-16 22:00:32.364 | libpcre3-dev 2025-04-16 22:00:32.364 | libpq-dev 2025-04-16 22:00:32.364 | libssl-dev 2025-04-16 22:00:32.364 | libsystemd-dev 2025-04-16 22:00:32.364 | libxml2-dev 2025-04-16 22:00:32.364 | libxslt1-dev 2025-04-16 22:00:32.364 | libyaml-dev 2025-04-16 22:00:32.364 | lsof 2025-04-16 22:00:32.364 | openssh-server 2025-04-16 22:00:32.364 | openssl 2025-04-16 22:00:32.364 | pkg-config 2025-04-16 22:00:32.364 | psmisc 2025-04-16 22:00:32.364 | python3-dev 2025-04-16 22:00:32.364 | python3-pip 2025-04-16 22:00:32.364 | python3-systemd 2025-04-16 22:00:32.364 | python3-venv 2025-04-16 22:00:32.364 | tar 2025-04-16 22:00:32.364 | tcpdump 2025-04-16 22:00:32.364 | unzip 2025-04-16 22:00:32.364 | uuid-runtime 2025-04-16 22:00:32.364 | wget 2025-04-16 22:00:32.364 | wget 2025-04-16 22:00:32.364 | zlib1g-dev 2025-04-16 22:00:32.364 | libkrb5-dev 2025-04-16 22:00:32.364 | libldap2-dev 2025-04-16 22:00:32.364 | libsasl2-dev 2025-04-16 22:00:32.364 | memcached 2025-04-16 22:00:32.364 | python3-mysqldb 2025-04-16 22:00:32.364 | sqlite3 2025-04-16 22:00:32.364 | conntrack 2025-04-16 22:00:32.365 | curl 2025-04-16 22:00:32.365 | ebtables 2025-04-16 22:00:32.365 | genisoimage 2025-04-16 22:00:32.365 | iptables 2025-04-16 22:00:32.365 | iputils-arping 2025-04-16 22:00:32.365 | kpartx 2025-04-16 22:00:32.365 | libjs-jquery-tablesorter 2025-04-16 22:00:32.365 | parted 2025-04-16 22:00:32.365 | pm-utils 2025-04-16 22:00:32.365 | python3-mysqldb 2025-04-16 22:00:32.365 | socat 2025-04-16 22:00:32.365 | sqlite3 2025-04-16 22:00:32.365 | sudo 2025-04-16 22:00:32.365 | vlan 2025-04-16 22:00:32.365 | lsscsi 2025-04-16 22:00:32.365 | open-iscsi 2025-04-16 22:00:32.365 | lvm2 2025-04-16 22:00:32.365 | qemu-utils 2025-04-16 22:00:32.365 | thin-provisioning-tools 2025-04-16 22:00:32.365 | acl 2025-04-16 22:00:32.365 | dnsmasq-base 2025-04-16 22:00:32.365 | dnsmasq-utils 2025-04-16 22:00:32.365 | ebtables 2025-04-16 22:00:32.365 | haproxy 2025-04-16 22:00:32.365 | iptables 2025-04-16 22:00:32.365 | iputils-arping 2025-04-16 22:00:32.365 | iputils-ping 2025-04-16 22:00:32.365 | postgresql-server-dev-all 2025-04-16 22:00:32.365 | python3-mysqldb 2025-04-16 22:00:32.365 | sqlite3 2025-04-16 22:00:32.365 | sudo 2025-04-16 22:00:32.365 | vlan 2025-04-16 22:00:32.365 | ipset 2025-04-16 22:00:32.365 | conntrack 2025-04-16 22:00:32.365 | conntrackd 2025-04-16 22:00:32.365 | keepalived' 2025-04-16 22:00:32.367 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-16 22:00:32.382 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-16 22:00:32.382 | apache2-dev 2025-04-16 22:00:32.382 | bc 2025-04-16 22:00:32.382 | bsdmainutils 2025-04-16 22:00:32.382 | curl 2025-04-16 22:00:32.382 | g++ 2025-04-16 22:00:32.382 | gawk 2025-04-16 22:00:32.382 | gcc 2025-04-16 22:00:32.382 | gettext 2025-04-16 22:00:32.382 | git 2025-04-16 22:00:32.382 | graphviz 2025-04-16 22:00:32.382 | iputils-ping 2025-04-16 22:00:32.382 | libapache2-mod-proxy-uwsgi 2025-04-16 22:00:32.382 | libffi-dev 2025-04-16 22:00:32.382 | libjpeg-dev 2025-04-16 22:00:32.382 | libpcre3-dev 2025-04-16 22:00:32.382 | libpq-dev 2025-04-16 22:00:32.382 | libssl-dev 2025-04-16 22:00:32.382 | libsystemd-dev 2025-04-16 22:00:32.383 | libxml2-dev 2025-04-16 22:00:32.383 | libxslt1-dev 2025-04-16 22:00:32.383 | libyaml-dev 2025-04-16 22:00:32.383 | lsof 2025-04-16 22:00:32.383 | openssh-server 2025-04-16 22:00:32.383 | openssl 2025-04-16 22:00:32.383 | pkg-config 2025-04-16 22:00:32.383 | psmisc 2025-04-16 22:00:32.383 | python3-dev 2025-04-16 22:00:32.383 | python3-pip 2025-04-16 22:00:32.383 | python3-systemd 2025-04-16 22:00:32.383 | python3-venv 2025-04-16 22:00:32.383 | tar 2025-04-16 22:00:32.383 | tcpdump 2025-04-16 22:00:32.383 | unzip 2025-04-16 22:00:32.383 | uuid-runtime 2025-04-16 22:00:32.383 | wget 2025-04-16 22:00:32.383 | wget 2025-04-16 22:00:32.383 | zlib1g-dev 2025-04-16 22:00:32.383 | libkrb5-dev 2025-04-16 22:00:32.383 | libldap2-dev 2025-04-16 22:00:32.383 | libsasl2-dev 2025-04-16 22:00:32.383 | memcached 2025-04-16 22:00:32.383 | python3-mysqldb 2025-04-16 22:00:32.383 | sqlite3 2025-04-16 22:00:32.383 | conntrack 2025-04-16 22:00:32.383 | curl 2025-04-16 22:00:32.383 | ebtables 2025-04-16 22:00:32.383 | genisoimage 2025-04-16 22:00:32.383 | iptables 2025-04-16 22:00:32.383 | iputils-arping 2025-04-16 22:00:32.383 | kpartx 2025-04-16 22:00:32.383 | libjs-jquery-tablesorter 2025-04-16 22:00:32.383 | parted 2025-04-16 22:00:32.383 | pm-utils 2025-04-16 22:00:32.383 | python3-mysqldb 2025-04-16 22:00:32.383 | socat 2025-04-16 22:00:32.383 | sqlite3 2025-04-16 22:00:32.383 | sudo 2025-04-16 22:00:32.383 | vlan 2025-04-16 22:00:32.383 | lsscsi 2025-04-16 22:00:32.383 | open-iscsi 2025-04-16 22:00:32.383 | lvm2 2025-04-16 22:00:32.383 | qemu-utils 2025-04-16 22:00:32.383 | thin-provisioning-tools 2025-04-16 22:00:32.383 | acl 2025-04-16 22:00:32.383 | dnsmasq-base 2025-04-16 22:00:32.383 | dnsmasq-utils 2025-04-16 22:00:32.383 | ebtables 2025-04-16 22:00:32.383 | haproxy 2025-04-16 22:00:32.383 | iptables 2025-04-16 22:00:32.383 | iputils-arping 2025-04-16 22:00:32.383 | iputils-ping 2025-04-16 22:00:32.383 | postgresql-server-dev-all 2025-04-16 22:00:32.384 | python3-mysqldb 2025-04-16 22:00:32.384 | sqlite3 2025-04-16 22:00:32.384 | sudo 2025-04-16 22:00:32.384 | vlan 2025-04-16 22:00:32.384 | ipset 2025-04-16 22:00:32.384 | conntrack 2025-04-16 22:00:32.384 | conntrackd 2025-04-16 22:00:32.384 | keepalived ' 2025-04-16 22:00:32.384 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-16 22:00:32.385 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:00:32.387 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:00:32.390 | ++ 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 2025-04-16 22:00:32.390 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-16 22:00:32.394 | ++ 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 2025-04-16 22:00:32.396 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-16 22:00:32.397 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 22:00:32.399 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-16 22:00:32.401 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 22:00:32.402 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 22:00:32.404 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 22:00:32.406 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:00:32.408 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:00:32.409 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 22:00:32.411 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-16 22:00:32.413 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-16 22:00:32.414 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-16 22:00:32.416 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-16 22:00:32.420 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-16 22:00:32.421 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-16 22:00:32.423 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-16 22:00:32.425 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 22:00:32.426 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:00:32.429 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:00:32.431 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744840832430 2025-04-16 22:00:32.433 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-16 22:00:32.435 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-16 22:00:32.437 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-04-16 22:00:32.631 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-16 22:00:32.637 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-16 22:00:32.656 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-16 22:00:32.802 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-16 22:00:32.847 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-16 22:00:32.858 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-16 22:00:32.869 | Get:7 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-16 22:00:32.870 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-16 22:00:32.903 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-16 22:00:32.908 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-16 22:00:32.917 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-16 22:00:32.934 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-16 22:00:32.945 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-16 22:00:32.953 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-16 22:00:32.967 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-16 22:00:32.978 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-16 22:00:32.987 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-16 22:00:32.996 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-16 22:00:33.011 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-16 22:00:33.024 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-16 22:00:33.035 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-16 22:00:33.043 | Get:22 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-16 22:00:33.373 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-16 22:00:34.041 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-16 22:00:34.051 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-16 22:00:34.051 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-16 22:00:34.180 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-16 22:00:34.187 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-16 22:00:34.188 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-16 22:00:34.213 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-16 22:00:34.228 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-16 22:00:34.228 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-16 22:00:34.230 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-16 22:00:34.230 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-16 22:00:40.347 | Fetched 16.4 MB in 3s (6,010 kB/s) 2025-04-16 22:00:41.430 | Reading package lists... 2025-04-16 22:00:41.456 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-16 22:00:41.458 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-16 22:00:41.459 | ++ functions-common:time_stop:2400 : local name 2025-04-16 22:00:41.461 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 22:00:41.463 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:00:41.465 | ++ functions-common:time_stop:2403 : local total 2025-04-16 22:00:41.467 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 22:00:41.468 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-16 22:00:41.470 | ++ functions-common:time_stop:2407 : start_time=1744840832430 2025-04-16 22:00:41.472 | ++ functions-common:time_stop:2409 : [[ -z 1744840832430 ]] 2025-04-16 22:00:41.474 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:00:41.477 | ++ functions-common:time_stop:2412 : end_time=1744840841475 2025-04-16 22:00:41.479 | ++ functions-common:time_stop:2413 : elapsed_time=9045 2025-04-16 22:00:41.480 | ++ functions-common:time_stop:2414 : total=0 2025-04-16 22:00:41.482 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:00:41.484 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9045 2025-04-16 22:00:41.486 | ++ functions-common:install_package:1422 : 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 2025-04-16 22:00:41.487 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 22:00:41.489 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:00:41.491 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:00:41.493 | ++ functions-common:real_install_package:1410 : 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 2025-04-16 22:00:41.508 | ++ functions-common:apt_get:1190 : 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 2025-04-16 22:00:41.567 | Reading package lists... 2025-04-16 22:00:41.787 | Building dependency tree... 2025-04-16 22:00:41.788 | Reading state information... 2025-04-16 22:00:41.981 | acl is already the newest version (2.3.1-1). 2025-04-16 22:00:41.981 | bc is already the newest version (1.07.1-3build1). 2025-04-16 22:00:41.981 | bc set to manually installed. 2025-04-16 22:00:41.981 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-16 22:00:41.981 | ebtables is already the newest version (2.0.11-4build2). 2025-04-16 22:00:41.981 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 22:00:41.981 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 22:00:41.981 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-16 22:00:41.981 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-16 22:00:41.981 | ipset is already the newest version (7.15-1build1). 2025-04-16 22:00:41.981 | iputils-arping is already the newest version (3:20211215-1). 2025-04-16 22:00:41.981 | iputils-ping is already the newest version (3:20211215-1). 2025-04-16 22:00:41.981 | iputils-ping set to manually installed. 2025-04-16 22:00:41.981 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-16 22:00:41.981 | libffi-dev is already the newest version (3.4.2-4). 2025-04-16 22:00:41.981 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-16 22:00:41.981 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-16 22:00:41.981 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-16 22:00:41.981 | lsof set to manually installed. 2025-04-16 22:00:41.981 | lsscsi is already the newest version (0.31-1build2). 2025-04-16 22:00:41.981 | parted is already the newest version (3.4-2build1). 2025-04-16 22:00:41.981 | parted set to manually installed. 2025-04-16 22:00:41.981 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-16 22:00:41.981 | psmisc is already the newest version (23.4-2build3). 2025-04-16 22:00:41.981 | psmisc set to manually installed. 2025-04-16 22:00:41.981 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-16 22:00:41.981 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-16 22:00:41.981 | python3-systemd set to manually installed. 2025-04-16 22:00:41.981 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-16 22:00:41.981 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-16 22:00:41.981 | thin-provisioning-tools set to manually installed. 2025-04-16 22:00:41.981 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-16 22:00:41.981 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-16 22:00:41.981 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-16 22:00:41.981 | pm-utils is already the newest version (1.4.1-19). 2025-04-16 22:00:41.981 | postgresql-server-dev-all is already the newest version (238). 2025-04-16 22:00:41.981 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-16 22:00:41.981 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-16 22:00:41.981 | curl set to manually installed. 2025-04-16 22:00:41.981 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 22:00:41.981 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 22:00:41.981 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-16 22:00:41.981 | gawk set to manually installed. 2025-04-16 22:00:41.981 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-16 22:00:41.981 | git set to manually installed. 2025-04-16 22:00:41.981 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-16 22:00:41.981 | iptables set to manually installed. 2025-04-16 22:00:41.981 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-16 22:00:41.981 | kpartx set to manually installed. 2025-04-16 22:00:41.981 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-16 22:00:41.981 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-16 22:00:41.981 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-16 22:00:41.981 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-16 22:00:41.981 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-16 22:00:41.981 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-16 22:00:41.981 | sudo set to manually installed. 2025-04-16 22:00:41.981 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-16 22:00:41.981 | tar set to manually installed. 2025-04-16 22:00:41.981 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-16 22:00:41.981 | tcpdump set to manually installed. 2025-04-16 22:00:41.981 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-16 22:00:41.981 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-16 22:00:41.981 | uuid-runtime set to manually installed. 2025-04-16 22:00:41.981 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-16 22:00:41.981 | wget set to manually installed. 2025-04-16 22:00:41.981 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-16 22:00:41.981 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-16 22:00:41.981 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-16 22:00:41.981 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-16 22:00:41.981 | The following additional packages will be installed: 2025-04-16 22:00:41.981 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-16 22:00:41.981 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-16 22:00:41.981 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-16 22:00:41.982 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-16 22:00:41.982 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-16 22:00:41.983 | Suggested packages: 2025-04-16 22:00:41.983 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-16 22:00:41.983 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-16 22:00:41.983 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-16 22:00:41.983 | systemd-container libtss2-rc0 2025-04-16 22:00:41.983 | Recommended packages: 2025-04-16 22:00:41.983 | krb5-locales 2025-04-16 22:00:42.028 | The following packages will be upgraded: 2025-04-16 22:00:42.028 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-16 22:00:42.028 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-16 22:00:42.028 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-16 22:00:42.028 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-16 22:00:42.028 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-16 22:00:42.029 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-16 22:00:42.029 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-16 22:00:42.029 | systemd-timesyncd 2025-04-16 22:00:42.580 | Preconfiguring packages ... 2025-04-16 22:00:42.660 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-16 22:00:42.660 | Need to get 0 B/22.3 MB of archives. 2025-04-16 22:00:42.660 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-16 22:00:43.358 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 22:00:43.365 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 22:00:43.380 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 22:00:43.573 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 22:00:43.589 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 22:00:43.657 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 22:00:43.670 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 22:00:43.744 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 22:00:43.754 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 22:00:43.818 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 22:00:43.831 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 22:00:43.888 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 22:00:43.899 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 22:00:44.064 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 22:00:44.075 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 22:00:44.174 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 22:00:44.406 | (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 ... 166490 files and directories currently installed.) 2025-04-16 22:00:44.412 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 22:00:44.457 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 22:00:44.778 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 22:00:44.790 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 22:00:44.854 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 22:00:44.969 | (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 ... 166490 files and directories currently installed.) 2025-04-16 22:00:44.975 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 22:00:44.997 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 22:00:45.056 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 22:00:45.067 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 22:00:45.169 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 22:00:45.180 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 22:00:45.258 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 22:00:45.275 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 22:00:45.365 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 22:00:45.375 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 22:00:45.467 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-16 22:00:45.477 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 22:00:45.578 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 22:00:45.589 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 22:00:45.656 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-16 22:00:45.679 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-16 22:00:45.783 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 22:00:45.799 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 22:00:45.864 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 22:00:45.877 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 22:00:45.945 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-16 22:00:45.968 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-16 22:00:46.099 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-16 22:00:46.328 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-16 22:00:46.403 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:46.415 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:46.482 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:46.603 | (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 ... 166490 files and directories currently installed.) 2025-04-16 22:00:46.609 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:46.622 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:46.684 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:46.802 | (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 ... 166490 files and directories currently installed.) 2025-04-16 22:00:46.808 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:46.823 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:46.902 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:47.027 | (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 ... 166490 files and directories currently installed.) 2025-04-16 22:00:47.032 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:47.050 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:47.116 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:47.239 | (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 ... 166490 files and directories currently installed.) 2025-04-16 22:00:47.245 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:47.258 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:47.317 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:47.329 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:47.387 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:47.398 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:47.450 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:47.460 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:47.520 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 22:00:47.531 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 22:00:47.593 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 22:00:47.604 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 22:00:47.668 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 22:00:47.697 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 22:00:47.814 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 22:00:47.836 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 22:00:47.924 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 22:00:47.934 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 22:00:48.051 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 22:00:48.063 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 22:00:48.137 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 22:00:48.148 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 22:00:48.214 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 22:00:48.225 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 22:00:48.277 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 22:00:48.289 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 22:00:48.380 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 22:00:48.392 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 22:00:48.450 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 22:00:48.480 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 22:00:48.533 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 22:00:48.547 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 22:00:48.645 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-16 22:00:48.656 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-16 22:00:48.717 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-16 22:00:48.802 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-16 22:00:48.813 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-16 22:00:49.667 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-16 22:00:50.377 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-16 22:00:51.413 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-16 22:00:52.221 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-16 22:00:52.232 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:52.242 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 22:00:52.252 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-16 22:00:52.736 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-16 22:00:52.750 | update-initramfs: deferring update (trigger activated) 2025-04-16 22:00:52.756 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-16 22:00:53.129 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-16 22:00:53.195 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:53.205 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-16 22:00:53.217 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 22:00:53.227 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-16 22:00:53.242 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 22:00:53.252 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 22:00:53.962 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 22:00:53.973 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:53.984 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-16 22:00:53.998 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-16 22:00:54.008 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:54.018 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 22:00:54.029 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-16 22:00:54.040 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 22:00:54.883 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-16 22:00:55.354 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-16 22:00:55.394 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 22:00:55.406 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-16 22:00:55.416 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-16 22:00:55.426 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-16 22:00:55.524 | update-initramfs: deferring update (trigger activated) 2025-04-16 22:00:56.925 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 22:00:56.935 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 22:00:56.946 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 22:00:56.957 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 22:00:57.131 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 22:00:57.141 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-16 22:00:59.114 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-16 22:00:59.135 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-16 22:00:59.151 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-16 22:00:59.204 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-16 22:00:59.248 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-16 22:00:59.331 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 22:00:59.639 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-16 22:00:59.656 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-16 22:00:59.693 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-16 22:01:07.030 | NEEDRESTART-VER: 3.5 2025-04-16 22:01:07.783 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 22:01:07.783 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 22:01:07.783 | NEEDRESTART-KSTA: 1 2025-04-16 22:01:07.783 | NEEDRESTART-SVC: apt-news.service 2025-04-16 22:01:07.783 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 22:01:07.783 | NEEDRESTART-SVC: dbus.service 2025-04-16 22:01:07.783 | NEEDRESTART-SVC: epmd.service 2025-04-16 22:01:07.783 | NEEDRESTART-SVC: esm-cache.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: mariadb.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: memcached.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: multipathd.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: packagekit.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: pmcd.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: pmie.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: polkit.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: udisks2.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: user@1001.service 2025-04-16 22:01:07.784 | NEEDRESTART-SVC: vgauth.service 2025-04-16 22:01:09.742 | ++ functions-common:apt_get:1194 : result=0 2025-04-16 22:01:09.744 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 22:01:09.746 | ++ functions-common:time_stop:2400 : local name 2025-04-16 22:01:09.748 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:09.750 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:09.751 | ++ functions-common:time_stop:2403 : local total 2025-04-16 22:01:09.753 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:09.755 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-16 22:01:09.757 | ++ functions-common:time_stop:2407 : start_time=1744840841506 2025-04-16 22:01:09.759 | ++ functions-common:time_stop:2409 : [[ -z 1744840841506 ]] 2025-04-16 22:01:09.761 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:09.764 | ++ functions-common:time_stop:2412 : end_time=1744840869762 2025-04-16 22:01:09.766 | ++ functions-common:time_stop:2413 : elapsed_time=28256 2025-04-16 22:01:09.768 | ++ functions-common:time_stop:2414 : total=552 2025-04-16 22:01:09.769 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:09.771 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28808 2025-04-16 22:01:09.773 | ++ functions-common:apt_get:1198 : return 0 2025-04-16 22:01:09.775 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-16 22:01:09.777 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-16 22:01:09.779 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-16 22:01:09.783 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-16 22:01:09.785 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-16 22:01:09.787 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-16 22:01:09.790 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-16 22:01:09.793 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-16 22:01:09.795 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-16 22:01:09.797 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-16 22:01:10.108 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-16 22:01:10.109 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-16 22:01:10.110 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-16 22:01:10.112 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-16 22:01:10.113 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-16 22:01:10.114 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-16 22:01:10.116 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-16 22:01:10.117 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-16 22:01:10.118 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-16 22:01:10.119 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-16 22:01:10.121 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-16 22:01:10.122 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-16 22:01:10.123 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-16 22:01:10.124 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-16 22:01:10.126 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-16 22:01:10.128 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-16 22:01:10.129 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-16 22:01:10.130 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-16 22:01:10.132 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-16 22:01:10.133 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-16 22:01:10.134 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-16 22:01:10.135 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-16 22:01:10.137 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-16 22:01:10.139 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-16 22:01:10.140 | + functions-common:_ensure_lsb_release:394 : return 2025-04-16 22:01:10.142 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-16 22:01:10.174 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-16 22:01:10.176 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-16 22:01:10.210 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-16 22:01:10.212 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-16 22:01:10.245 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-16 22:01:10.247 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-16 22:01:10.248 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-16 22:01:10.249 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-16 22:01:10.251 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-16 22:01:10.252 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-16 22:01:10.254 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-16 22:01:10.255 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-16 22:01:10.256 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-16 22:01:10.258 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-16 22:01:10.259 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-16 22:01:10.259 | Distro: jammy 2025-04-16 22:01:10.261 | + tools/install_pip.sh:main:124 : get_versions 2025-04-16 22:01:10.262 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 22:01:10.265 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 22:01:10.266 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 22:01:10.268 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 22:01:10.268 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 22:01:10.483 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 22:01:10.484 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 22:01:10.485 | pip: 0.1.15 2025-04-16 22:01:10.486 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-16 22:01:10.487 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-16 22:01:10.489 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 22:01:10.490 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 22:01:10.491 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 22:01:10.492 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 22:01:10.494 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 22:01:10.495 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 22:01:10.496 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 22:01:10.497 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 22:01:10.499 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 22:01:10.500 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 22:01:10.501 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 22:01:10.503 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 22:01:10.504 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 22:01:10.505 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-16 22:01:10.506 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:10.508 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:10.509 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-16 22:01:10.512 | + tools/install_pip.sh:main:153 : set -x 2025-04-16 22:01:10.513 | + tools/install_pip.sh:main:156 : get_versions 2025-04-16 22:01:10.515 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 22:01:10.518 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 22:01:10.519 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 22:01:10.521 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 22:01:10.521 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 22:01:10.529 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 22:01:10.531 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 22:01:10.531 | pip: 0.1.15 2025-04-16 22:01:10.533 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-16 22:01:10.535 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-16 22:01:10.537 | + stack.sh:main:811 : fixup_all 2025-04-16 22:01:10.539 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-16 22:01:10.541 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-16 22:01:10.543 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:10.545 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:10.547 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-16 22:01:10.556 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-16 22:01:10.565 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-16 22:01:10.573 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-16 22:01:10.575 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-16 22:01:10.577 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 22:01:10.579 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 22:01:10.580 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 22:01:10.582 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 22:01:10.584 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 22:01:10.585 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 22:01:10.587 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 22:01:10.589 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 22:01:10.591 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 22:01:10.592 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 22:01:10.594 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 22:01:10.596 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 22:01:10.597 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 22:01:10.599 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-16 22:01:10.601 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-16 22:01:10.603 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-16 22:01:10.611 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-16 22:01:10.620 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-16 22:01:10.629 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-16 22:01:10.637 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-16 22:01:10.645 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-16 22:01:10.654 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-16 22:01:10.663 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-16 22:01:10.665 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-16 22:01:10.667 | + inc/python:setup_devstack_virtualenv:46 : [[ :/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: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2025-04-16 22:01:10.669 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/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 2025-04-16 22:01:10.671 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/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 2025-04-16 22:01:10.673 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 22:01:10.675 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 22:01:10.678 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-16 22:01:10.696 | Using python 3.10 to install os-testr 2025-04-16 22:01:10.698 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-16 22:01:12.621 | Collecting os-testr 2025-04-16 22:01:12.623 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 22:01:12.659 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-16 22:01:12.661 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-16 22:01:12.683 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-16 22:01:12.685 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-16 22:01:12.710 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-16 22:01:12.712 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 22:01:12.736 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-16 22:01:12.738 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 22:01:12.773 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-16 22:01:12.773 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 22:01:12.800 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-16 22:01:12.803 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 22:01:12.806 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-16 22:01:12.809 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-16 22:01:12.813 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-16 22:01:12.880 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-16 22:01:13.236 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2025-04-16 22:01:13.317 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:13.320 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:13.322 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:13.324 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:13.325 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:13.327 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:13.329 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:13.331 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:13.333 | + functions-common:time_stop:2407 : start_time=1744840870692 2025-04-16 22:01:13.335 | + functions-common:time_stop:2409 : [[ -z 1744840870692 ]] 2025-04-16 22:01:13.337 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:13.340 | + functions-common:time_stop:2412 : end_time=1744840873338 2025-04-16 22:01:13.342 | + functions-common:time_stop:2413 : elapsed_time=2646 2025-04-16 22:01:13.344 | + functions-common:time_stop:2414 : total=0 2025-04-16 22:01:13.346 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:13.348 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2646 2025-04-16 22:01:13.350 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:13.352 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-16 22:01:13.397 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-16 22:01:13.458 | + stack.sh:main:838 : install_infra 2025-04-16 22:01:13.460 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 22:01:13.462 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-16 22:01:13.464 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-16 22:01:16.618 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 22:01:16.620 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-16 22:01:16.638 | + inc/python:pip_install:216 : 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 2025-04-16 22:01:17.598 | Collecting pbr 2025-04-16 22:01:17.605 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 22:01:17.631 | Installing collected packages: pbr 2025-04-16 22:01:17.697 | Successfully installed pbr-5.11.1 2025-04-16 22:01:17.768 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:17.770 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:17.772 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:17.774 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:17.775 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:17.777 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:17.779 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:17.781 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:17.782 | + functions-common:time_stop:2407 : start_time=1744840876632 2025-04-16 22:01:17.784 | + functions-common:time_stop:2409 : [[ -z 1744840876632 ]] 2025-04-16 22:01:17.786 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:17.790 | + functions-common:time_stop:2412 : end_time=1744840877787 2025-04-16 22:01:17.791 | + functions-common:time_stop:2413 : elapsed_time=1155 2025-04-16 22:01:17.793 | + functions-common:time_stop:2414 : total=2646 2025-04-16 22:01:17.795 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:17.797 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3801 2025-04-16 22:01:17.799 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:17.801 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 22:01:17.803 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-16 22:01:17.820 | + inc/python:pip_install:216 : 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 2025-04-16 22:01:18.670 | Processing /opt/stack/requirements 2025-04-16 22:01:18.670 | Preparing metadata (setup.py): started 2025-04-16 22:01:19.355 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 22:01:19.536 | Collecting Parsley>=1.2 2025-04-16 22:01:19.540 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 22:01:19.653 | Collecting PyYAML>=3.12 2025-04-16 22:01:19.660 | 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) 2025-04-16 22:01:19.771 | Collecting beagle>=0.2.1 2025-04-16 22:01:19.773 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-16 22:01:19.799 | Collecting fixtures>=3.0.0 2025-04-16 22:01:19.800 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 22:01:19.847 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-16 22:01:19.850 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 22:01:19.909 | Collecting requests>=2.14.2 2025-04-16 22:01:19.912 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 22:01:19.935 | Collecting six>=1.10.0 2025-04-16 22:01:19.938 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 22:01:19.946 | 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.dev6395) (5.11.1) 2025-04-16 22:01:19.987 | Collecting cliff>=2.11.0 2025-04-16 22:01:19.991 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 22:01:20.083 | Collecting urllib3<1.27,>=1.21.1 2025-04-16 22:01:20.090 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 22:01:20.132 | Collecting certifi>=2017.4.17 2025-04-16 22:01:20.135 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 22:01:20.163 | Collecting idna<4,>=2.5 2025-04-16 22:01:20.166 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 22:01:20.362 | Collecting charset-normalizer<4,>=2 2025-04-16 22:01:20.366 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 22:01:20.478 | Collecting importlib-metadata>=4.4 2025-04-16 22:01:20.481 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 22:01:20.527 | Collecting stevedore>=2.0.1 2025-04-16 22:01:20.531 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 22:01:20.564 | Collecting PrettyTable>=0.7.2 2025-04-16 22:01:20.566 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 22:01:20.631 | Collecting cmd2>=1.0.0 2025-04-16 22:01:20.634 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 22:01:20.656 | Collecting autopage>=0.4.0 2025-04-16 22:01:20.658 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 22:01:20.735 | Collecting attrs>=16.3.0 2025-04-16 22:01:20.738 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 22:01:20.759 | Collecting pyperclip>=1.6 2025-04-16 22:01:20.759 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 22:01:20.782 | Collecting wcwidth>=0.1.7 2025-04-16 22:01:20.784 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 22:01:20.846 | Collecting zipp>=0.5 2025-04-16 22:01:20.848 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 22:01:20.904 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-16 22:01:21.048 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-04-16 22:01:21.854 | Running setup.py install for openstack-requirements: started 2025-04-16 22:01:23.262 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-16 22:01:23.270 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6395 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2025-04-16 22:01:23.367 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:23.369 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:23.371 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:23.373 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:23.374 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:23.376 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:23.378 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:23.379 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:23.381 | + functions-common:time_stop:2407 : start_time=1744840877814 2025-04-16 22:01:23.383 | + functions-common:time_stop:2409 : [[ -z 1744840877814 ]] 2025-04-16 22:01:23.385 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:23.388 | + functions-common:time_stop:2412 : end_time=1744840883386 2025-04-16 22:01:23.390 | + functions-common:time_stop:2413 : elapsed_time=5572 2025-04-16 22:01:23.391 | + functions-common:time_stop:2414 : total=3801 2025-04-16 22:01:23.393 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:23.395 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9373 2025-04-16 22:01:23.397 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:23.398 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-16 22:01:23.400 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-16 22:01:23.402 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-16 22:01:23.404 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:23.406 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:23.408 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-16 22:01:23.410 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:23.412 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-16 22:01:23.427 | Using python 3.10 to install pbr 2025-04-16 22:01:23.429 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-16 22:01:24.213 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-16 22:01:24.445 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:24.447 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:24.449 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:24.451 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:24.453 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:24.454 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:24.456 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:24.458 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:24.459 | + functions-common:time_stop:2407 : start_time=1744840883423 2025-04-16 22:01:24.461 | + functions-common:time_stop:2409 : [[ -z 1744840883423 ]] 2025-04-16 22:01:24.463 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:24.466 | + functions-common:time_stop:2412 : end_time=1744840884464 2025-04-16 22:01:24.468 | + functions-common:time_stop:2413 : elapsed_time=1041 2025-04-16 22:01:24.469 | + functions-common:time_stop:2414 : total=9373 2025-04-16 22:01:24.471 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:24.473 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10414 2025-04-16 22:01:24.475 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:24.477 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-16 22:01:27.607 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-16 22:01:28.193 | Collecting bindep 2025-04-16 22:01:28.195 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-16 22:01:28.254 | Collecting pbr>=2 2025-04-16 22:01:28.257 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-16 22:01:28.279 | Collecting distro>=1.7 2025-04-16 22:01:28.281 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-16 22:01:28.319 | Collecting packaging 2025-04-16 22:01:28.321 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-16 22:01:28.337 | Collecting Parsley 2025-04-16 22:01:28.338 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 22:01:28.342 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-16 22:01:28.383 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-16 22:01:28.620 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-16 22:01:28.689 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 22:01:28.692 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 22:01:28.695 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-16 22:01:28.709 | + stack.sh:main:847 : pkgs= 2025-04-16 22:01:28.711 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-16 22:01:28.713 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-16 22:01:28.715 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 22:01:28.716 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-16 22:01:28.718 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 22:01:28.720 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 22:01:28.722 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 22:01:28.723 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 22:01:28.725 | + functions-common:run_phase:1838 : local extra 2025-04-16 22:01:28.728 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 22:01:28.730 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 22:01:28.732 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 22:01:28.734 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 22:01:28.736 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-16 22:01:28.738 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 22:01:28.749 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:28.751 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:01:28.752 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:01:28.754 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 22:01:28.756 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:01:28.758 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:01:28.759 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:01:28.761 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 22:01:28.763 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:01:28.765 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 22:01:28.766 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:01:28.768 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:01:28.770 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 22:01:28.772 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 22:01:28.774 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:01:28.775 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 22:01:28.777 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-16 22:01:28.779 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 22:01:28.781 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-16 22:01:28.783 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 22:01:28.785 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 22:01:28.786 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 22:01:28.788 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 22:01:28.790 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 22:01:28.792 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-16 22:01:28.794 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:01:28.796 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:01:28.798 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 22:01:28.799 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:01:28.801 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:01:28.803 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:01:28.805 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 22:01:28.807 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-16 22:01:28.809 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-16 22:01:28.811 | + functions:set_systemd_override:832 : local value=2048 2025-04-16 22:01:28.813 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-16 22:01:28.815 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-16 22:01:28.856 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-16 22:01:28.856 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-16 22:01:28.858 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-16 22:01:29.089 | + stack.sh:main:860 : install_rpc_backend 2025-04-16 22:01:29.092 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-16 22:01:29.105 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:29.107 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-16 22:01:29.109 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 22:01:29.111 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 22:01:29.113 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 22:01:29.115 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 22:01:29.117 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 22:01:29.119 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 22:01:29.121 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:29.122 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:29.124 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 22:01:29.126 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 22:01:29.128 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 22:01:29.130 | + functions-common:apt_get_update:1150 : return 2025-04-16 22:01:29.132 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-16 22:01:29.134 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 22:01:29.136 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:29.138 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:29.140 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-16 22:01:29.156 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-04-16 22:01:29.220 | Reading package lists... 2025-04-16 22:01:29.433 | Building dependency tree... 2025-04-16 22:01:29.435 | Reading state information... 2025-04-16 22:01:29.632 | The following packages will be upgraded: 2025-04-16 22:01:29.632 | rabbitmq-server 2025-04-16 22:01:29.959 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 22:01:29.959 | Need to get 0 B/15.2 MB of archives. 2025-04-16 22:01:29.959 | After this operation, 0 B of additional disk space will be used. 2025-04-16 22:01:30.056 | (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 ... 166490 files and directories currently installed.) 2025-04-16 22:01:30.062 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-16 22:01:30.078 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-16 22:01:30.517 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-16 22:01:35.915 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 22:01:36.363 | NEEDRESTART-VER: 3.5 2025-04-16 22:01:36.859 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 22:01:36.859 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 22:01:36.859 | NEEDRESTART-KSTA: 1 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: dbus.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: epmd.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: mariadb.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: memcached.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: multipathd.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: packagekit.service 2025-04-16 22:01:36.859 | NEEDRESTART-SVC: pmcd.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: pmie.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: polkit.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: udisks2.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: user@1001.service 2025-04-16 22:01:36.860 | NEEDRESTART-SVC: vgauth.service 2025-04-16 22:01:38.810 | + functions-common:apt_get:1194 : result=0 2025-04-16 22:01:38.812 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 22:01:38.814 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:38.816 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:38.818 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:38.820 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:38.821 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:38.823 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 22:01:38.825 | + functions-common:time_stop:2407 : start_time=1744840889154 2025-04-16 22:01:38.827 | + functions-common:time_stop:2409 : [[ -z 1744840889154 ]] 2025-04-16 22:01:38.829 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:38.833 | + functions-common:time_stop:2412 : end_time=1744840898830 2025-04-16 22:01:38.835 | + functions-common:time_stop:2413 : elapsed_time=9676 2025-04-16 22:01:38.837 | + functions-common:time_stop:2414 : total=28808 2025-04-16 22:01:38.839 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:38.840 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38484 2025-04-16 22:01:38.842 | + functions-common:apt_get:1198 : return 0 2025-04-16 22:01:38.844 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-16 22:01:38.846 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 22:01:38.848 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 22:01:38.850 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 22:01:38.852 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 22:01:38.854 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 22:01:38.856 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 22:01:38.858 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 22:01:38.860 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 22:01:38.862 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 22:01:38.863 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 22:01:38.865 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 22:01:38.867 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 22:01:38.869 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 22:01:38.871 | + stack.sh:main:861 : restart_rpc_backend 2025-04-16 22:01:38.873 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-16 22:01:38.885 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:38.887 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-16 22:01:38.889 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:01:38.891 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-16 22:01:38.893 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-16 22:01:38.895 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-16 22:01:38.898 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-16 22:01:38.900 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-16 22:01:38.902 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-16 22:01:38.904 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-16 22:01:38.906 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-16 22:01:38.908 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-16 22:01:38.910 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-16 22:01:39.355 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-16 22:01:39.355 | user tags 2025-04-16 22:01:39.355 | guest [administrator]' 2025-04-16 22:01:39.358 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-16 22:01:39.358 | user tags 2025-04-16 22:01:39.358 | guest [administrator]' 2025-04-16 22:01:39.358 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-16 22:01:39.363 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-16 22:01:39.365 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-16 22:01:39.367 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-16 22:01:39.789 | Adding user "stackrabbit" ... 2025-04-16 22:01:39.795 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-16 22:01:39.808 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-16 22:01:40.273 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-16 22:01:40.290 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-16 22:01:40.292 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-16 22:01:40.720 | Changing password for user "stackrabbit" ... 2025-04-16 22:01:40.737 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-16 22:01:40.739 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-16 22:01:40.741 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-16 22:01:41.163 | Deleting user "guest" ... 2025-04-16 22:01:41.181 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-16 22:01:41.195 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:41.197 | + stack.sh:main:864 : install_database 2025-04-16 22:01:41.199 | + lib/database:install_database:118 : install_database_mysql 2025-04-16 22:01:41.201 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-16 22:01:41.203 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:41.205 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:41.207 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-16 22:01:41.319 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-16 22:01:41.321 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-16 22:01:41.324 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-16 22:01:41.326 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:41.328 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:41.330 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-16 22:01:41.331 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-16 22:01:41.334 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-16 22:01:41.336 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-16 22:01:41.338 | + stack.sh:main:867 : install_database_python 2025-04-16 22:01:41.340 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-16 22:01:41.341 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-16 22:01:41.343 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-16 22:01:41.345 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 22:01:41.347 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-16 22:01:41.349 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-16 22:01:41.351 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 22:01:41.354 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-16 22:01:41.354 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 22:01:41.358 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-16 22:01:41.360 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-16 22:01:41.361 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-16 22:01:41.363 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-16 22:01:41.365 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-16 22:01:41.381 | Using python 3.10 to install PyMySQL 2025-04-16 22:01:41.383 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-04-16 22:01:42.267 | Collecting PyMySQL 2025-04-16 22:01:42.270 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 22:01:42.275 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-16 22:01:42.338 | Installing collected packages: PyMySQL 2025-04-16 22:01:42.374 | Successfully installed PyMySQL-1.0.3 2025-04-16 22:01:42.443 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:42.445 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:42.447 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:42.449 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:42.451 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:42.453 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:42.454 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:42.456 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:42.458 | + functions-common:time_stop:2407 : start_time=1744840901377 2025-04-16 22:01:42.459 | + functions-common:time_stop:2409 : [[ -z 1744840901377 ]] 2025-04-16 22:01:42.462 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:42.465 | + functions-common:time_stop:2412 : end_time=1744840902463 2025-04-16 22:01:42.466 | + functions-common:time_stop:2413 : elapsed_time=1086 2025-04-16 22:01:42.468 | + functions-common:time_stop:2414 : total=10414 2025-04-16 22:01:42.470 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:42.471 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11500 2025-04-16 22:01:42.473 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:42.475 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-16 22:01:42.477 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 22:01:42.479 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-16 22:01:42.480 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-16 22:01:42.493 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:42.495 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-16 22:01:42.497 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-16 22:01:42.510 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:42.512 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-16 22:01:42.514 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 22:01:42.515 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 22:01:42.517 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 22:01:42.519 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 22:01:42.521 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 22:01:42.522 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 22:01:42.524 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:42.526 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:42.528 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 22:01:42.530 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 22:01:42.532 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 22:01:42.534 | + functions-common:apt_get_update:1150 : return 2025-04-16 22:01:42.535 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-16 22:01:42.537 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 22:01:42.539 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:42.541 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:42.543 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-16 22:01:42.559 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-04-16 22:01:42.619 | Reading package lists... 2025-04-16 22:01:42.853 | Building dependency tree... 2025-04-16 22:01:42.854 | Reading state information... 2025-04-16 22:01:43.082 | radvd is already the newest version (1:2.18-3build2). 2025-04-16 22:01:43.082 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 22:01:43.086 | + functions-common:apt_get:1194 : result=0 2025-04-16 22:01:43.089 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 22:01:43.091 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:43.092 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:43.094 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:43.096 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:43.097 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:43.099 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 22:01:43.101 | + functions-common:time_stop:2407 : start_time=1744840902557 2025-04-16 22:01:43.102 | + functions-common:time_stop:2409 : [[ -z 1744840902557 ]] 2025-04-16 22:01:43.105 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:43.108 | + functions-common:time_stop:2412 : end_time=1744840903106 2025-04-16 22:01:43.110 | + functions-common:time_stop:2413 : elapsed_time=549 2025-04-16 22:01:43.112 | + functions-common:time_stop:2414 : total=38484 2025-04-16 22:01:43.113 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:43.115 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39033 2025-04-16 22:01:43.117 | + functions-common:apt_get:1198 : return 0 2025-04-16 22:01:43.119 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-16 22:01:43.132 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:43.134 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-16 22:01:43.136 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-16 22:01:43.138 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-16 22:01:43.140 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-16 22:01:43.155 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-16 22:01:43.157 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 22:01:43.159 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 22:01:43.160 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 22:01:43.162 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 22:01:43.164 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 22:01:43.166 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 22:01:43.167 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:43.169 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:43.171 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 22:01:43.173 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 22:01:43.174 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 22:01:43.176 | + functions-common:apt_get_update:1150 : return 2025-04-16 22:01:43.178 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-16 22:01:43.180 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 22:01:43.182 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:43.183 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:43.185 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-16 22:01:43.201 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2025-04-16 22:01:43.260 | Reading package lists... 2025-04-16 22:01:43.473 | Building dependency tree... 2025-04-16 22:01:43.474 | Reading state information... 2025-04-16 22:01:43.692 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-16 22:01:43.692 | fakeroot set to manually installed. 2025-04-16 22:01:43.692 | make is already the newest version (4.3-4.1build1). 2025-04-16 22:01:43.692 | make set to manually installed. 2025-04-16 22:01:43.692 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-16 22:01:43.692 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 22:01:43.696 | + functions-common:apt_get:1194 : result=0 2025-04-16 22:01:43.698 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 22:01:43.700 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:43.701 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:43.703 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:43.705 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:43.706 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:43.708 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 22:01:43.710 | + functions-common:time_stop:2407 : start_time=1744840903199 2025-04-16 22:01:43.711 | + functions-common:time_stop:2409 : [[ -z 1744840903199 ]] 2025-04-16 22:01:43.714 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:43.717 | + functions-common:time_stop:2412 : end_time=1744840903715 2025-04-16 22:01:43.719 | + functions-common:time_stop:2413 : elapsed_time=516 2025-04-16 22:01:43.720 | + functions-common:time_stop:2414 : total=39033 2025-04-16 22:01:43.722 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:43.723 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39549 2025-04-16 22:01:43.725 | + functions-common:apt_get:1198 : return 0 2025-04-16 22:01:43.727 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-16 22:01:43.729 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:43.730 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:43.732 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-16 22:01:43.734 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-16 22:01:43.736 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-16 22:01:43.739 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-16 22:01:43.741 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-16 22:01:43.744 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-16 22:01:43.745 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-16 22:01:43.748 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-16 22:01:43.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-16 22:01:43.751 | + functions:vercmp:639 : local v1=6.8 2025-04-16 22:01:43.753 | + functions:vercmp:640 : local 'op=<' 2025-04-16 22:01:43.754 | + functions:vercmp:641 : local v2=3.13 2025-04-16 22:01:43.756 | + functions:vercmp:642 : local result 2025-04-16 22:01:43.759 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-16 22:01:43.759 | ++ functions:vercmp:646 : sort -V 2025-04-16 22:01:43.760 | ++ functions:vercmp:646 : head -1 2025-04-16 22:01:43.763 | + functions:vercmp:646 : result=3.13 2025-04-16 22:01:43.765 | + functions:vercmp:648 : case $op in 2025-04-16 22:01:43.766 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-16 22:01:43.768 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-16 22:01:43.770 | + functions:vercmp:659 : return 2025-04-16 22:01:43.772 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-16 22:01:43.773 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:01:43.775 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-16 22:01:44.266 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-16 22:01:44.267 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-16 22:01:44.269 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:44.271 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:44.273 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-16 22:01:44.275 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:44.277 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-16 22:01:44.290 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:44.292 | + stack.sh:main:875 : install_etcd3 2025-04-16 22:01:44.294 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-16 22:01:44.294 | Installing etcd 2025-04-16 22:01:44.295 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-16 22:01:44.304 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-16 22:01:44.313 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-16 22:01:44.315 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-16 22:01:44.324 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-16 22:01:44.326 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 22:01:44.328 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 22:01:44.331 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 22:01:44.333 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 22:01:44.335 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2025-04-16 22:01:44.337 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-16 22:01:44.339 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 22:01:44.348 | --2025-04-16 22:01:44-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 22:01:44.355 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 22:01:44.356 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 22:01:44.391 | HTTP request sent, awaiting response... 200 OK 2025-04-16 22:01:44.391 | Length: 16171146 (15M) [application/gzip] 2025-04-16 22:01:44.391 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-16 22:01:44.402 | 2025-04-16 22:01:44.466 | 0K ........ ....... 100% 206M=0.07s 2025-04-16 22:01:44.466 | 2025-04-16 22:01:44.466 | 2025-04-16 22:01:44 (206 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-16 22:01:44.466 | 2025-04-16 22:01:44.470 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-16 22:01:44.473 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 22:01:44.475 | ++ functions:get_extra_file:74 : return 2025-04-16 22:01:44.478 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 22:01:44.479 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-16 22:01:44.481 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-16 22:01:44.483 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-16 22:01:44.574 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-16 22:01:44.577 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-04-16 22:01:44.579 | etcd-v3.4.27-linux-amd64/ 2025-04-16 22:01:44.580 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-16 22:01:44.580 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-16 22:01:44.709 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 22:01:44.710 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-16 22:01:44.711 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-16 22:01:44.712 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-16 22:01:44.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-16 22:01:44.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-16 22:01:44.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-16 22:01:44.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-16 22:01:44.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-16 22:01:44.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-16 22:01:44.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-16 22:01:44.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-16 22:01:44.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-16 22:01:44.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-16 22:01:44.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-16 22:01:44.717 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-16 22:01:44.717 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-16 22:01:44.717 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-16 22:01:44.717 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-16 22:01:44.717 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-16 22:01:44.717 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-16 22:01:44.717 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-16 22:01:44.717 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-16 22:01:44.718 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-16 22:01:44.719 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-16 22:01:44.720 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-16 22:01:44.720 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-16 22:01:44.721 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-16 22:01:44.722 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-16 22:01:44.723 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-16 22:01:44.723 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-16 22:01:44.724 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-16 22:01:44.725 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-16 22:01:44.726 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-16 22:01:44.727 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-16 22:01:44.728 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-16 22:01:44.728 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-16 22:01:44.729 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-16 22:01:44.730 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-16 22:01:44.730 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-16 22:01:44.731 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-16 22:01:44.732 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-16 22:01:44.732 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-16 22:01:44.735 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-16 22:01:44.736 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-16 22:01:44.736 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-16 22:01:44.736 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-16 22:01:44.738 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-16 22:01:44.738 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-16 22:01:44.738 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-16 22:01:44.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-16 22:01:44.740 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-16 22:01:44.740 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-16 22:01:44.740 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-16 22:01:44.741 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-16 22:01:44.742 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-16 22:01:44.743 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-16 22:01:44.743 | etcd-v3.4.27-linux-amd64/README.md 2025-04-16 22:01:44.743 | etcd-v3.4.27-linux-amd64/etcd 2025-04-16 22:01:44.915 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-16 22:01:44.937 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-16 22:01:44.958 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-16 22:01:44.960 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-16 22:01:44.973 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:01:44.975 | + stack.sh:main:894 : install_dstat 2025-04-16 22:01:44.977 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-16 22:01:44.990 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:01:44.992 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-16 22:01:44.994 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:01:44.996 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-16 22:01:44.998 | + stack.sh:main:903 : install_libs 2025-04-16 22:01:45.000 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-16 22:01:45.001 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-16 22:01:45.003 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-16 22:01:45.005 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-16 22:01:45.007 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.009 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.010 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-16 22:01:45.012 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.014 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-16 22:01:45.016 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-16 22:01:45.018 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-16 22:01:45.020 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-16 22:01:45.021 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.023 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.025 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-16 22:01:45.027 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.029 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-16 22:01:45.031 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-16 22:01:45.032 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-16 22:01:45.034 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-16 22:01:45.036 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.038 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.040 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-16 22:01:45.042 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.044 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-16 22:01:45.046 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-16 22:01:45.047 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-16 22:01:45.049 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-16 22:01:45.051 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.053 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.055 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-16 22:01:45.057 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.059 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-16 22:01:45.061 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-16 22:01:45.063 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-16 22:01:45.065 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-16 22:01:45.067 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.068 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.070 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-16 22:01:45.072 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.074 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-16 22:01:45.076 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-16 22:01:45.078 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-16 22:01:45.080 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-16 22:01:45.081 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.083 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.085 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-16 22:01:45.087 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.089 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-16 22:01:45.091 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-16 22:01:45.093 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-16 22:01:45.095 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-16 22:01:45.096 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.098 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.100 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-16 22:01:45.102 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.104 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-16 22:01:45.106 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-16 22:01:45.108 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-16 22:01:45.110 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-16 22:01:45.112 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.114 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.116 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-16 22:01:45.118 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.119 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-16 22:01:45.121 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-16 22:01:45.123 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-16 22:01:45.125 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-16 22:01:45.127 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.129 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.131 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-16 22:01:45.133 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.135 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-16 22:01:45.136 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-16 22:01:45.138 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-16 22:01:45.140 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-16 22:01:45.142 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.144 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.146 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-16 22:01:45.148 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.150 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-16 22:01:45.151 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-16 22:01:45.153 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-16 22:01:45.155 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-16 22:01:45.157 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.159 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.161 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-16 22:01:45.163 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.165 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-16 22:01:45.167 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-16 22:01:45.168 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-16 22:01:45.170 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-16 22:01:45.172 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.174 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.176 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-16 22:01:45.178 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.180 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-16 22:01:45.181 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-16 22:01:45.183 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-16 22:01:45.185 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-16 22:01:45.187 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.189 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.191 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-16 22:01:45.193 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.194 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-16 22:01:45.196 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-16 22:01:45.198 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-16 22:01:45.200 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-16 22:01:45.202 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.204 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.206 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-16 22:01:45.208 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.210 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-16 22:01:45.212 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-16 22:01:45.213 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-16 22:01:45.215 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-16 22:01:45.217 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.219 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.221 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-16 22:01:45.223 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.225 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-16 22:01:45.227 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-16 22:01:45.229 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-16 22:01:45.231 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-16 22:01:45.233 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.234 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.236 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-16 22:01:45.238 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.240 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-16 22:01:45.242 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-16 22:01:45.244 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-16 22:01:45.246 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-16 22:01:45.248 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.250 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.252 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-16 22:01:45.254 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.256 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-16 22:01:45.258 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-16 22:01:45.259 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-16 22:01:45.261 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-16 22:01:45.263 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.265 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.267 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-16 22:01:45.269 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.270 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-16 22:01:45.272 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-16 22:01:45.274 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-16 22:01:45.276 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-16 22:01:45.278 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.279 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.281 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-16 22:01:45.283 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.285 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-16 22:01:45.287 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-16 22:01:45.289 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-16 22:01:45.291 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-16 22:01:45.293 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.295 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.297 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-16 22:01:45.299 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.301 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-16 22:01:45.303 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-16 22:01:45.304 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-16 22:01:45.306 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-16 22:01:45.308 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.310 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.312 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-16 22:01:45.314 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.316 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-16 22:01:45.318 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-16 22:01:45.320 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-16 22:01:45.322 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-16 22:01:45.323 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.325 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.327 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-16 22:01:45.329 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.331 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-16 22:01:45.333 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-16 22:01:45.335 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-16 22:01:45.337 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-16 22:01:45.339 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.340 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.342 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-16 22:01:45.344 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.346 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-16 22:01:45.348 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-16 22:01:45.350 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-16 22:01:45.352 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-16 22:01:45.354 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.355 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.357 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-16 22:01:45.359 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.361 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-16 22:01:45.363 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-16 22:01:45.365 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-16 22:01:45.367 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-16 22:01:45.368 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.370 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.372 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-16 22:01:45.374 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.376 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-16 22:01:45.378 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-16 22:01:45.380 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-16 22:01:45.382 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-16 22:01:45.384 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.386 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.388 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-16 22:01:45.389 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.391 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-16 22:01:45.393 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-16 22:01:45.395 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-16 22:01:45.397 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-16 22:01:45.399 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.401 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.403 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-16 22:01:45.405 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.407 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-16 22:01:45.409 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-16 22:01:45.411 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-16 22:01:45.412 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-16 22:01:45.414 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.416 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.418 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-16 22:01:45.420 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.422 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-16 22:01:45.424 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-16 22:01:45.426 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-16 22:01:45.428 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-16 22:01:45.429 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.431 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.433 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-16 22:01:45.435 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.437 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-16 22:01:45.439 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-16 22:01:45.441 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-16 22:01:45.443 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-16 22:01:45.444 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.446 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.448 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-16 22:01:45.450 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.452 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-16 22:01:45.454 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-16 22:01:45.456 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-16 22:01:45.458 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-16 22:01:45.460 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.462 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.463 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-16 22:01:45.465 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.467 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-16 22:01:45.470 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-16 22:01:45.471 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-16 22:01:45.473 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-16 22:01:45.475 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.477 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.479 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-16 22:01:45.481 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.483 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-16 22:01:45.485 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-16 22:01:45.487 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-16 22:01:45.488 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-16 22:01:45.490 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.492 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.494 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-16 22:01:45.496 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.498 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-16 22:01:45.500 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-16 22:01:45.502 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-16 22:01:45.503 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-16 22:01:45.505 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.507 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.509 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-16 22:01:45.511 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.513 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-16 22:01:45.514 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-16 22:01:45.516 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-16 22:01:45.518 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-16 22:01:45.520 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.522 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.524 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-16 22:01:45.526 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.528 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-16 22:01:45.530 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-16 22:01:45.531 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-16 22:01:45.533 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-16 22:01:45.535 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.537 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.539 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-16 22:01:45.540 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.542 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-16 22:01:45.544 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-16 22:01:45.546 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-16 22:01:45.548 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-16 22:01:45.550 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.552 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.554 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-16 22:01:45.556 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.557 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-16 22:01:45.559 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-16 22:01:45.561 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-16 22:01:45.563 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-16 22:01:45.565 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:45.567 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:45.568 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-16 22:01:45.570 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:45.572 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-16 22:01:45.587 | Using python 3.10 to install etcd3 2025-04-16 22:01:45.589 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-04-16 22:01:46.474 | Collecting etcd3 2025-04-16 22:01:46.474 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-16 22:01:47.129 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-16 22:01:47.132 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-16 22:01:47.354 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-16 22:01:47.356 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-16 22:01:47.381 | Collecting six>=1.12.0 (from etcd3) 2025-04-16 22:01:47.385 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-16 22:01:47.412 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-16 22:01:47.414 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 22:01:47.429 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-16 22:01:47.457 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-16 22:01:47.462 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 22:01:47.464 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-16 22:01:47.554 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-16 22:01:47.933 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-16 22:01:48.109 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:48.111 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:48.113 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:48.114 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:48.116 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:48.118 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:48.120 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:48.121 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:48.123 | + functions-common:time_stop:2407 : start_time=1744840905584 2025-04-16 22:01:48.125 | + functions-common:time_stop:2409 : [[ -z 1744840905584 ]] 2025-04-16 22:01:48.127 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:48.130 | + functions-common:time_stop:2412 : end_time=1744840908128 2025-04-16 22:01:48.132 | + functions-common:time_stop:2413 : elapsed_time=2544 2025-04-16 22:01:48.133 | + functions-common:time_stop:2414 : total=11500 2025-04-16 22:01:48.135 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:48.137 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14044 2025-04-16 22:01:48.139 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:48.141 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-16 22:01:48.156 | Using python 3.10 to install etcd3gw 2025-04-16 22:01:48.158 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-04-16 22:01:49.142 | Collecting etcd3gw 2025-04-16 22:01:49.144 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 22:01:49.196 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-16 22:01:49.204 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 22:01:49.209 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-16 22:01:49.252 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-16 22:01:49.255 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 22:01:49.365 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-16 22:01:49.367 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-16 22:01:49.393 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-16 22:01:49.397 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 22:01:49.452 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-16 22:01:49.455 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-16 22:01:49.489 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-16 22:01:49.492 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 22:01:49.518 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-16 22:01:49.521 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-16 22:01:49.524 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 22:01:49.527 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 22:01:49.530 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 22:01:49.534 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 22:01:49.537 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 22:01:49.645 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-16 22:01:49.987 | Successfully installed certifi-2025.1.31 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2025-04-16 22:01:50.121 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:50.123 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:50.125 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:50.128 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:50.129 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:50.131 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:50.133 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:50.135 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:50.137 | + functions-common:time_stop:2407 : start_time=1744840908152 2025-04-16 22:01:50.138 | + functions-common:time_stop:2409 : [[ -z 1744840908152 ]] 2025-04-16 22:01:50.141 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:50.144 | + functions-common:time_stop:2412 : end_time=1744840910142 2025-04-16 22:01:50.146 | + functions-common:time_stop:2413 : elapsed_time=1990 2025-04-16 22:01:50.148 | + functions-common:time_stop:2414 : total=14044 2025-04-16 22:01:50.150 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:50.151 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16034 2025-04-16 22:01:50.154 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:50.156 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-16 22:01:50.158 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-16 22:01:50.160 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-16 22:01:50.162 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 22:01:50.164 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 22:01:50.166 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 22:01:50.168 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 22:01:50.170 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 22:01:50.172 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 22:01:50.174 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 22:01:50.176 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 22:01:50.178 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 22:01:50.180 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 22:01:50.182 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 22:01:50.184 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 22:01:50.186 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 22:01:50.188 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-16 22:01:50.190 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:50.192 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:50.194 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-16 22:01:50.196 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 22:01:50.199 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 22:01:50.200 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 22:01:50.203 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 22:01:50.204 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 22:01:50.207 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 22:01:50.209 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 22:01:50.211 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:50.213 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:50.215 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 22:01:50.217 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 22:01:50.219 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 22:01:50.221 | + functions-common:apt_get_update:1150 : return 2025-04-16 22:01:50.223 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 22:01:50.225 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 22:01:50.227 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:50.229 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:50.231 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 22:01:50.248 | + functions-common:apt_get:1190 : 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 2025-04-16 22:01:50.310 | Reading package lists... 2025-04-16 22:01:50.564 | Building dependency tree... 2025-04-16 22:01:50.565 | Reading state information... 2025-04-16 22:01:50.816 | uwsgi is already the newest version (2.0.20-4). 2025-04-16 22:01:50.816 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-16 22:01:50.816 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 22:01:50.816 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 22:01:50.821 | + functions-common:apt_get:1194 : result=0 2025-04-16 22:01:50.823 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 22:01:50.825 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:50.827 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:50.829 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:50.831 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:50.833 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:50.835 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 22:01:50.837 | + functions-common:time_stop:2407 : start_time=1744840910246 2025-04-16 22:01:50.838 | + functions-common:time_stop:2409 : [[ -z 1744840910246 ]] 2025-04-16 22:01:50.841 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:50.844 | + functions-common:time_stop:2412 : end_time=1744840910842 2025-04-16 22:01:50.846 | + functions-common:time_stop:2413 : elapsed_time=596 2025-04-16 22:01:50.848 | + functions-common:time_stop:2414 : total=39549 2025-04-16 22:01:50.850 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:50.852 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40145 2025-04-16 22:01:50.853 | + functions-common:apt_get:1198 : return 0 2025-04-16 22:01:50.855 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-16 22:01:50.857 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:01:50.859 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:01:50.861 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-16 22:01:50.897 | Enabling module proxy. 2025-04-16 22:01:50.901 | To activate the new configuration, you need to run: 2025-04-16 22:01:50.901 | systemctl restart apache2 2025-04-16 22:01:50.904 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-16 22:01:50.936 | Considering dependency proxy for proxy_uwsgi: 2025-04-16 22:01:50.936 | Module proxy already enabled 2025-04-16 22:01:50.936 | Enabling module proxy_uwsgi. 2025-04-16 22:01:50.940 | To activate the new configuration, you need to run: 2025-04-16 22:01:50.940 | systemctl restart apache2 2025-04-16 22:01:50.943 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-16 22:01:50.945 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 22:01:50.947 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:01:50.949 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 22:01:51.040 | + stack.sh:main:909 : install_keystoneauth 2025-04-16 22:01:51.042 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-16 22:01:51.044 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-16 22:01:51.046 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.048 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.050 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-16 22:01:51.052 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.054 | + stack.sh:main:910 : install_keystoneclient 2025-04-16 22:01:51.056 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-16 22:01:51.058 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-16 22:01:51.060 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.062 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.064 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-16 22:01:51.066 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.068 | + stack.sh:main:911 : install_glanceclient 2025-04-16 22:01:51.070 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-16 22:01:51.072 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-16 22:01:51.073 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.075 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.077 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-16 22:01:51.079 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.081 | + stack.sh:main:912 : install_cinderclient 2025-04-16 22:01:51.083 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-16 22:01:51.085 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-16 22:01:51.087 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.089 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.091 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-16 22:01:51.092 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.094 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-16 22:01:51.096 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-16 22:01:51.098 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.100 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.102 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-16 22:01:51.104 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.106 | + stack.sh:main:913 : install_novaclient 2025-04-16 22:01:51.108 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-16 22:01:51.110 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-16 22:01:51.112 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.114 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.116 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-16 22:01:51.118 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.120 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-16 22:01:51.133 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:51.135 | + stack.sh:main:915 : install_swiftclient 2025-04-16 22:01:51.138 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-16 22:01:51.140 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-16 22:01:51.142 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.144 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.146 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-16 22:01:51.148 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.150 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-16 22:01:51.163 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:51.165 | + stack.sh:main:918 : install_neutronclient 2025-04-16 22:01:51.167 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-16 22:01:51.169 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-16 22:01:51.171 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.173 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.175 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-16 22:01:51.177 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.179 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-16 22:01:51.181 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-16 22:01:51.182 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-16 22:01:51.184 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:01:51.186 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:01:51.189 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-16 22:01:51.190 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:01:51.192 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-16 22:01:51.194 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-16 22:01:51.196 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 22:01:51.199 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-16 22:01:51.201 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-16 22:01:51.203 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 22:01:51.206 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-16 22:01:51.206 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 22:01:51.210 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-16 22:01:51.212 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-16 22:01:51.213 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-16 22:01:51.216 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-16 22:01:51.218 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-16 22:01:51.233 | Using python 3.10 to install keystonemiddleware 2025-04-16 22:01:51.235 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-04-16 22:01:52.129 | Collecting keystonemiddleware 2025-04-16 22:01:52.131 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 22:01:52.185 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-16 22:01:52.187 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 22:01:52.239 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-16 22:01:52.241 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 22:01:52.284 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-16 22:01:52.286 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 22:01:52.333 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-16 22:01:52.335 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 22:01:52.367 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-16 22:01:52.369 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 22:01:52.401 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-16 22:01:52.403 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 22:01:52.445 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-16 22:01:52.447 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 22:01:52.483 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-16 22:01:52.486 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 22:01:52.538 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-16 22:01:52.541 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 22:01:52.543 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2025-04-16 22:01:52.569 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-16 22:01:52.570 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 22:01:52.603 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-16 22:01:52.605 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 22:01:52.609 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-16 22:01:52.655 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 22:01:52.657 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 22:01:52.677 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 22:01:52.679 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 22:01:52.712 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 22:01:52.715 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 22:01:52.779 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 22:01:52.781 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 22:01:52.877 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 22:01:52.879 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2025-04-16 22:01:52.907 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 22:01:52.909 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 22:01:52.934 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 22:01:52.936 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-16 22:01:52.955 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 22:01:52.957 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 22:01:53.057 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 22:01:53.059 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-16 22:01:53.079 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 22:01:53.080 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-16 22:01:53.170 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 22:01:53.173 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-16 22:01:53.237 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 22:01:53.242 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-16 22:01:53.268 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 22:01:53.270 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-16 22:01:53.305 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 22:01:53.305 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-16 22:01:53.339 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 22:01:53.341 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 22:01:53.385 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 22:01:53.387 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 22:01:53.397 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2025-04-16 22:01:53.425 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2025-04-16 22:01:53.425 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-04-16 22:01:53.427 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2025-04-16 22:01:53.427 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2025.1.31) 2025-04-16 22:01:53.571 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 22:01:53.573 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-04-16 22:01:53.605 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 22:01:53.607 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 22:01:53.740 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-16 22:01:53.743 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-16 22:01:53.747 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-16 22:01:53.750 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-16 22:01:53.753 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-16 22:01:53.756 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-16 22:01:53.759 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-16 22:01:53.762 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-16 22:01:53.764 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-16 22:01:53.768 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-16 22:01:53.771 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-16 22:01:53.776 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-16 22:01:53.779 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-16 22:01:53.782 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-16 22:01:53.785 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-16 22:01:53.787 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-16 22:01:53.793 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-16 22:01:53.805 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-16 22:01:53.808 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 22:01:53.811 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-16 22:01:53.814 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-16 22:01:53.818 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-16 22:01:53.823 | 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) 2025-04-16 22:01:53.830 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-16 22:01:53.833 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 22:01:53.836 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-16 22:01:53.841 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-16 22:01:53.843 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-16 22:01:54.140 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2025-04-16 22:01:55.817 | 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.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.1 oslo.log-5.3.2 oslo.serialization-5.2.1 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2025-04-16 22:01:55.964 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:55.966 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:55.968 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:55.969 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:55.972 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:55.974 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:55.975 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:55.977 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:55.979 | + functions-common:time_stop:2407 : start_time=1744840911229 2025-04-16 22:01:55.981 | + functions-common:time_stop:2409 : [[ -z 1744840911229 ]] 2025-04-16 22:01:55.983 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:55.986 | + functions-common:time_stop:2412 : end_time=1744840915984 2025-04-16 22:01:55.988 | + functions-common:time_stop:2413 : elapsed_time=4755 2025-04-16 22:01:55.990 | + functions-common:time_stop:2414 : total=16034 2025-04-16 22:01:55.992 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:55.993 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20789 2025-04-16 22:01:55.995 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:55.997 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-16 22:01:55.999 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-16 22:01:56.001 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 22:01:56.004 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-16 22:01:56.006 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-16 22:01:56.008 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 22:01:56.011 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-16 22:01:56.011 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 22:01:56.015 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-16 22:01:56.017 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-16 22:01:56.018 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-16 22:01:56.021 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-16 22:01:56.023 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-16 22:01:56.039 | Using python 3.10 to install python-memcached 2025-04-16 22:01:56.041 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-04-16 22:01:56.920 | Collecting python-memcached 2025-04-16 22:01:56.922 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 22:01:56.925 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-04-16 22:01:56.927 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-16 22:01:57.145 | Installing collected packages: python-memcached 2025-04-16 22:01:57.178 | Successfully installed python-memcached-1.59 2025-04-16 22:01:57.248 | + inc/python:pip_install:222 : result=0 2025-04-16 22:01:57.250 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:01:57.252 | + functions-common:time_stop:2400 : local name 2025-04-16 22:01:57.254 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:01:57.256 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:01:57.257 | + functions-common:time_stop:2403 : local total 2025-04-16 22:01:57.259 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:01:57.261 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:01:57.263 | + functions-common:time_stop:2407 : start_time=1744840916035 2025-04-16 22:01:57.265 | + functions-common:time_stop:2409 : [[ -z 1744840916035 ]] 2025-04-16 22:01:57.267 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:01:57.270 | + functions-common:time_stop:2412 : end_time=1744840917268 2025-04-16 22:01:57.272 | + functions-common:time_stop:2413 : elapsed_time=1233 2025-04-16 22:01:57.273 | + functions-common:time_stop:2414 : total=20789 2025-04-16 22:01:57.275 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:01:57.277 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22022 2025-04-16 22:01:57.279 | + inc/python:pip_install:225 : return 0 2025-04-16 22:01:57.281 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-16 22:01:57.294 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:01:57.297 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 22:01:57.298 | + stack.sh:main:926 : stack_install_service keystone 2025-04-16 22:01:57.300 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-16 22:01:57.302 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-16 22:01:57.304 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 22:01:57.306 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-16 22:01:57.308 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-16 22:01:57.320 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:01:57.321 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-16 22:01:57.323 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-16 22:01:57.325 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-16 22:01:57.327 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 22:01:57.328 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 22:01:57.330 | ++ functions-common:git_clone:576 : pwd 2025-04-16 22:01:57.332 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 22:01:57.334 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 22:01:57.336 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 22:01:57.349 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 22:01:57.351 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 22:01:57.352 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 22:01:57.354 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 22:01:57.356 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 22:01:57.356 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 22:01:57.360 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-16 22:01:57.362 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 22:01:57.363 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 22:01:57.365 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:01:57.367 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:01:57.368 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:01:57.370 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:01:57.371 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:01:57.373 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:01:57.375 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:01:57.376 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:01:57.378 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:01:57.381 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840917379 2025-04-16 22:01:57.383 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 22:01:57.386 | Cloning into '/opt/stack//keystone'... 2025-04-16 22:01:59.996 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:01:59.998 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:00.000 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:00.001 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:00.003 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:00.005 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:00.006 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:00.008 | + functions-common:time_stop:2407 : start_time=1744840917379 2025-04-16 22:02:00.010 | + functions-common:time_stop:2409 : [[ -z 1744840917379 ]] 2025-04-16 22:02:00.012 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:00.015 | + functions-common:time_stop:2412 : end_time=1744840920013 2025-04-16 22:02:00.016 | + functions-common:time_stop:2413 : elapsed_time=2634 2025-04-16 22:02:00.018 | + functions-common:time_stop:2414 : total=44678 2025-04-16 22:02:00.020 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:00.022 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47312 2025-04-16 22:02:00.023 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-16 22:02:00.025 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 22:02:00.027 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:02:00.029 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:02:00.031 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:02:00.033 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:02:00.034 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:02:00.036 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:02:00.038 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:02:00.039 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:02:00.041 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:02:00.044 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840920042 2025-04-16 22:02:00.046 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 22:02:02.499 | From https://opendev.org/openstack/keystone 2025-04-16 22:02:02.499 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 22:02:02.504 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:02:02.506 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:02.507 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:02.509 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:02.511 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:02.513 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:02.514 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:02.516 | + functions-common:time_stop:2407 : start_time=1744840920042 2025-04-16 22:02:02.518 | + functions-common:time_stop:2409 : [[ -z 1744840920042 ]] 2025-04-16 22:02:02.520 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:02.523 | + functions-common:time_stop:2412 : end_time=1744840922521 2025-04-16 22:02:02.525 | + functions-common:time_stop:2413 : elapsed_time=2479 2025-04-16 22:02:02.526 | + functions-common:time_stop:2414 : total=47312 2025-04-16 22:02:02.528 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:02.530 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=49791 2025-04-16 22:02:02.531 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 22:02:02.533 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:02:02.535 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:02:02.536 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:02:02.538 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:02:02.540 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:02:02.541 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:02:02.543 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:02:02.545 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:02:02.547 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:02:02.551 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840922548 2025-04-16 22:02:02.552 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 22:02:02.644 | Note: switching to 'FETCH_HEAD'. 2025-04-16 22:02:02.644 | 2025-04-16 22:02:02.644 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 22:02:02.644 | changes and commit them, and you can discard any commits you make in this 2025-04-16 22:02:02.644 | state without impacting any branches by switching back to a branch. 2025-04-16 22:02:02.644 | 2025-04-16 22:02:02.644 | If you want to create a new branch to retain commits you create, you may 2025-04-16 22:02:02.644 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 22:02:02.644 | 2025-04-16 22:02:02.644 | git switch -c 2025-04-16 22:02:02.644 | 2025-04-16 22:02:02.644 | Or undo this operation with: 2025-04-16 22:02:02.644 | 2025-04-16 22:02:02.644 | git switch - 2025-04-16 22:02:02.644 | 2025-04-16 22:02:02.644 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 22:02:02.644 | 2025-04-16 22:02:02.644 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 22:02:02.647 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:02:02.649 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:02.651 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:02.652 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:02.654 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:02.656 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:02.658 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:02.659 | + functions-common:time_stop:2407 : start_time=1744840922548 2025-04-16 22:02:02.661 | + functions-common:time_stop:2409 : [[ -z 1744840922548 ]] 2025-04-16 22:02:02.663 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:02.667 | + functions-common:time_stop:2412 : end_time=1744840922664 2025-04-16 22:02:02.668 | + functions-common:time_stop:2413 : elapsed_time=116 2025-04-16 22:02:02.670 | + functions-common:time_stop:2414 : total=49791 2025-04-16 22:02:02.672 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:02.673 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=49907 2025-04-16 22:02:02.675 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-16 22:02:02.685 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-16 22:02:02.688 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 22:02:02.688 | + functions-common:git_clone:656 : head -1 2025-04-16 22:02:02.690 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 22:02:02.692 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 22:02:02.694 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-16 22:02:02.696 | + inc/python:setup_develop:360 : local bindep 2025-04-16 22:02:02.697 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 22:02:02.699 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-16 22:02:02.701 | + inc/python:setup_develop:366 : local extras= 2025-04-16 22:02:02.703 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-16 22:02:02.705 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 22:02:02.707 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 22:02:02.709 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-16 22:02:02.710 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 22:02:02.712 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 22:02:02.715 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-16 22:02:02.716 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 22:02:02.719 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-16 22:02:02.721 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 22:02:02.722 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 22:02:02.725 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-16 22:02:02.729 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-16 22:02:02.731 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-16 22:02:03.058 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-16 22:02:03.060 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 22:02:03.062 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 22:02:03.064 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 22:02:03.066 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-16 22:02:03.068 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-16 22:02:03.069 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 22:02:03.071 | + inc/python:setup_package:450 : local extras= 2025-04-16 22:02:03.073 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 22:02:03.075 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 22:02:03.077 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 22:02:03.079 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 22:02:03.081 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 22:02:03.083 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-16 22:02:03.098 | Using python 3.10 to install /opt/stack/keystone 2025-04-16 22:02:03.100 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2025-04-16 22:02:03.873 | Obtaining file:///opt/stack/keystone 2025-04-16 22:02:03.876 | Preparing metadata (setup.py): started 2025-04-16 22:02:04.566 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 22:02:04.621 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-04-16 22:02:04.622 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-04-16 22:02:04.721 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-16 22:02:04.723 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 22:02:04.745 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-16 22:02:04.747 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-16 22:02:04.978 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-16 22:02:04.981 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-16 22:02:05.399 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.403 | 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.metadata (10.0 kB) 2025-04-16 22:02:05.405 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-04-16 22:02:05.427 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.429 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 22:02:05.431 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 22:02:05.432 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2025-04-16 22:02:05.498 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.501 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-16 22:02:05.561 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.564 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-16 22:02:05.566 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2025-04-16 22:02:05.567 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2025-04-16 22:02:05.568 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 22:02:05.636 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.638 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-16 22:02:05.686 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.688 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 22:02:05.690 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.1) 2025-04-16 22:02:05.691 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.2) 2025-04-16 22:02:05.740 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.743 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 22:02:05.788 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.791 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 22:02:05.794 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-04-16 22:02:05.815 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.817 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 22:02:05.819 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2025-04-16 22:02:05.841 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.842 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-16 22:02:05.872 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.874 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-16 22:02:05.901 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.903 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 22:02:05.904 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-04-16 22:02:05.947 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.949 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-16 22:02:05.951 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-04-16 22:02:05.953 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2025-04-16 22:02:05.978 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 22:02:05.979 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 22:02:05.981 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2025-04-16 22:02:06.177 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 22:02:06.181 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-16 22:02:06.185 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-04-16 22:02:06.233 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 22:02:06.236 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 22:02:06.264 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 22:02:06.266 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 22:02:06.288 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 22:02:06.290 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 22:02:06.318 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 22:02:06.320 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 22:02:06.347 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-16 22:02:06.349 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-16 22:02:06.356 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-04-16 22:02:06.401 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.403 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-16 22:02:06.442 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.444 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-16 22:02:06.468 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2025-04-16 22:02:06.470 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2025-04-16 22:02:06.513 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-04-16 22:02:06.514 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-04-16 22:02:06.515 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-04-16 22:02:06.516 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2025-04-16 22:02:06.585 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.587 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-16 22:02:06.606 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.608 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 22:02:06.626 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.627 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-16 22:02:06.653 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-04-16 22:02:06.654 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-04-16 22:02:06.714 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.716 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 22:02:06.747 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.749 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 22:02:06.751 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-04-16 22:02:06.805 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.807 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 22:02:06.830 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.832 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 22:02:06.871 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.873 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 22:02:06.907 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.909 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 22:02:06.926 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==0.0.1.dev11) (2023.3) 2025-04-16 22:02:06.960 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 22:02:06.962 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-16 22:02:06.978 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-04-16 22:02:06.980 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-04-16 22:02:06.980 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-04-16 22:02:06.981 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-04-16 22:02:07.044 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 22:02:07.046 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 22:02:07.193 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 22:02:07.197 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-16 22:02:07.231 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 22:02:07.233 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-16 22:02:07.278 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 22:02:07.280 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-16 22:02:07.537 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 22:02:07.552 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-16 22:02:07.636 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 22:02:07.639 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 22:02:07.673 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:07.675 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-16 22:02:07.751 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 22:02:07.753 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-16 22:02:07.776 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.15.0) 2025-04-16 22:02:07.907 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 22:02:07.909 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-16 22:02:07.945 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-04-16 22:02:08.033 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.036 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-16 22:02:08.081 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.083 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-16 22:02:08.135 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.136 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-16 22:02:08.157 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.159 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 22:02:08.179 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.181 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-16 22:02:08.221 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.222 | 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.metadata (11 kB) 2025-04-16 22:02:08.253 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.254 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 22:02:08.256 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (4.0.1) 2025-04-16 22:02:08.316 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.317 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 22:02:08.398 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.1.0) 2025-04-16 22:02:08.399 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-04-16 22:02:08.400 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.15) 2025-04-16 22:02:08.400 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2025.1.31) 2025-04-16 22:02:08.466 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2025-04-16 22:02:08.563 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.565 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-16 22:02:08.697 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.698 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 22:02:08.797 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (69.1.1) 2025-04-16 22:02:08.959 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 22:02:08.961 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-16 22:02:09.225 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-16 22:02:09.230 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-16 22:02:09.251 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-16 22:02:09.254 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-16 22:02:09.257 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-16 22:02:09.260 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-16 22:02:09.263 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-16 22:02:09.267 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-16 22:02:09.272 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-16 22:02:09.275 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-16 22:02:09.278 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-16 22:02:09.280 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-16 22:02:09.283 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-16 22:02:09.288 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-16 22:02:09.291 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-16 22:02:09.295 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-16 22:02:09.302 | 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) 2025-04-16 22:02:09.313 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-16 22:02:09.317 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-16 22:02:09.320 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-16 22:02:09.323 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 22:02:09.326 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-16 22:02:09.328 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-16 22:02:09.336 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-16 22:02:09.342 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-16 22:02:09.353 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-16 22:02:09.355 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-16 22:02:09.359 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-16 22:02:09.362 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-16 22:02:09.364 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-16 22:02:09.367 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-16 22:02:09.370 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 22:02:09.372 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-16 22:02:09.375 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-16 22:02:09.378 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-16 22:02:09.380 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-16 22:02:09.382 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-16 22:02:09.386 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-16 22:02:09.390 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-16 22:02:09.395 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-16 22:02:09.399 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-16 22:02:09.406 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-16 22:02:09.412 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-16 22:02:09.420 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-16 22:02:09.426 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-16 22:02:09.434 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-16 22:02:09.436 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-16 22:02:09.441 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-16 22:02:09.445 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-16 22:02:09.447 | 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) 2025-04-16 22:02:09.450 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-16 22:02:09.454 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-16 22:02:09.456 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 22:02:09.459 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-16 22:02:09.462 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-16 22:02:09.959 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, 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 2025-04-16 22:02:14.336 | Running setup.py develop for keystone 2025-04-16 22:02:15.397 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.1 oslo.messaging-14.4.2 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.1 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2025-04-16 22:02:15.728 | + inc/python:pip_install:222 : result=0 2025-04-16 22:02:15.730 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:02:15.732 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:15.734 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:15.735 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:15.737 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:15.739 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:15.741 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:02:15.742 | + functions-common:time_stop:2407 : start_time=1744840923094 2025-04-16 22:02:15.744 | + functions-common:time_stop:2409 : [[ -z 1744840923094 ]] 2025-04-16 22:02:15.746 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:15.749 | + functions-common:time_stop:2412 : end_time=1744840935747 2025-04-16 22:02:15.751 | + functions-common:time_stop:2413 : elapsed_time=12653 2025-04-16 22:02:15.753 | + functions-common:time_stop:2414 : total=22022 2025-04-16 22:02:15.755 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:15.756 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34675 2025-04-16 22:02:15.758 | + inc/python:pip_install:225 : return 0 2025-04-16 22:02:15.760 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 22:02:15.762 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:02:15.764 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-16 22:02:15.766 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-16 22:02:15.767 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:02:15.769 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:02:15.771 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-16 22:02:15.773 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:02:15.775 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-16 22:02:15.788 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:15.790 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-16 22:02:15.792 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 22:02:15.794 | + stack.sh:main:927 : configure_keystone 2025-04-16 22:02:15.796 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-16 22:02:15.806 | + 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 ]] 2025-04-16 22:02:15.808 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-16 22:02:15.811 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-16 22:02:15.823 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:15.825 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-16 22:02:15.849 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-16 22:02:15.872 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-16 22:02:15.897 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-16 22:02:15.921 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-16 22:02:15.946 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-16 22:02:15.970 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-16 22:02:15.993 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-16 22:02:16.015 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-16 22:02:16.017 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-16 22:02:16.019 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-16 22:02:16.021 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-16 22:02:16.023 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 22:02:16.025 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 22:02:16.037 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:16.040 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 22:02:16.042 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 22:02:16.044 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 22:02:16.055 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:16.057 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:02:16.060 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:02:16.084 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 22:02:16.086 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 22:02:16.088 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-16 22:02:16.090 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-16 22:02:16.103 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:16.105 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-16 22:02:16.129 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-16 22:02:16.131 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-16 22:02:16.158 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-16 22:02:16.160 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-16 22:02:16.162 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-16 22:02:16.164 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-16 22:02:16.166 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:02:16.168 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:02:16.170 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:02:16.183 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:16.184 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:02:16.186 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-16 22:02:16.189 | + 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' 2025-04-16 22:02:16.214 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-16 22:02:16.216 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-16 22:02:16.217 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-16 22:02:16.219 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-16 22:02:16.222 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 22:02:16.235 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 22:02:16.236 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 22:02:16.238 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 22:02:16.240 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 22:02:16.242 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 22:02:16.265 | + 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' 2025-04-16 22:02:16.288 | + 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' 2025-04-16 22:02:16.310 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 22:02:16.334 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-16 22:02:16.357 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-16 22:02:16.359 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-04-16 22:02:16.360 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-16 22:02:16.362 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 22:02:16.364 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-16 22:02:16.366 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 22:02:16.368 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 22:02:16.370 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 22:02:16.373 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-16 22:02:16.375 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 22:02:16.376 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 22:02:16.386 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 22:02:16.386 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:02:16.392 | d /var/run/uwsgi 0755 stack root 2025-04-16 22:02:16.395 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:02:16.403 | /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. 2025-04-16 22:02:16.406 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 22:02:16.408 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-16 22:02:16.411 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 22:02:16.435 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-16 22:02:16.457 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-16 22:02:16.479 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-16 22:02:16.501 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-16 22:02:16.523 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-16 22:02:16.546 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-16 22:02:16.568 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-16 22:02:16.590 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-16 22:02:16.613 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 22:02:16.635 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-16 22:02:16.657 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-16 22:02:16.679 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-16 22:02:16.701 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 22:02:16.703 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 22:02:16.706 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-16 22:02:16.708 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-16 22:02:16.709 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 22:02:16.711 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:16.713 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:16.715 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 22:02:16.717 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 22:02:16.719 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 22:02:16.741 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-16 22:02:16.764 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2025-04-16 22:02:16.765 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 22:02:16.771 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-16 22:02:16.773 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-16 22:02:16.775 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-16 22:02:16.777 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 22:02:16.779 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 22:02:16.781 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 22:02:16.783 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:16.785 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:16.786 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 22:02:16.788 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 22:02:16.790 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:16.792 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:16.794 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-16 22:02:16.827 | Enabling site keystone-wsgi-public. 2025-04-16 22:02:16.831 | To activate the new configuration, you need to run: 2025-04-16 22:02:16.831 | systemctl reload apache2 2025-04-16 22:02:16.835 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 22:02:16.837 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 22:02:16.839 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:02:16.841 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 22:02:16.941 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-16 22:02:16.967 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-16 22:02:16.992 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-16 22:02:17.016 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-16 22:02:17.018 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-16 22:02:17.044 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-16 22:02:17.067 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-16 22:02:17.090 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-16 22:02:17.114 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 22:02:17.116 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 22:02:17.118 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-16 22:02:17.141 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-16 22:02:17.165 | + stack.sh:main:931 : is_service_enabled swift 2025-04-16 22:02:17.178 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:17.180 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-16 22:02:17.193 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:17.195 | + stack.sh:main:947 : stack_install_service glance 2025-04-16 22:02:17.197 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-16 22:02:17.199 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-16 22:02:17.201 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 22:02:17.203 | + lib/stack:stack_install_service:32 : install_glance 2025-04-16 22:02:17.205 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-16 22:02:17.207 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-16 22:02:17.209 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-16 22:02:17.221 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:17.223 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-16 22:02:17.225 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-16 22:02:17.238 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:17.240 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-16 22:02:17.242 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-16 22:02:17.244 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:02:17.246 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:02:17.248 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-16 22:02:17.250 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:02:17.252 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-16 22:02:17.254 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-16 22:02:17.256 | ++ inc/python:join_extras:29 : echo cinder 2025-04-16 22:02:17.259 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-16 22:02:17.260 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-16 22:02:17.262 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-16 22:02:17.264 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-16 22:02:17.267 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-16 22:02:17.269 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-16 22:02:17.270 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-16 22:02:17.273 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-04-16 22:02:17.274 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-16 22:02:17.278 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-16 22:02:17.280 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-16 22:02:17.281 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-16 22:02:17.284 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-16 22:02:17.286 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-16 22:02:17.302 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-16 22:02:17.304 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-04-16 22:02:18.228 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 22:02:18.230 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 22:02:18.284 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2025-04-16 22:02:18.284 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2025-04-16 22:02:18.285 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2025-04-16 22:02:18.286 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 22:02:18.287 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2025-04-16 22:02:18.288 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.1) 2025-04-16 22:02:18.288 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.1) 2025-04-16 22:02:18.289 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2025-04-16 22:02:18.290 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 22:02:18.291 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2025-04-16 22:02:18.292 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2025-04-16 22:02:18.350 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 22:02:18.362 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-16 22:02:18.471 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 22:02:18.479 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 22:02:18.623 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 22:02:18.640 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 22:02:18.681 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 22:02:18.683 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-16 22:02:18.690 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2025-04-16 22:02:18.691 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2025-04-16 22:02:18.691 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2025-04-16 22:02:18.710 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2025-04-16 22:02:18.711 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2025-04-16 22:02:18.735 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-04-16 22:02:18.736 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-04-16 22:02:18.737 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-04-16 22:02:18.777 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-16 22:02:18.779 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 22:02:18.781 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 22:02:18.782 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.2) 2025-04-16 22:02:18.786 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.1) 2025-04-16 22:02:18.787 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2025-04-16 22:02:18.792 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2025-04-16 22:02:18.811 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2025-04-16 22:02:18.812 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-04-16 22:02:18.813 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-04-16 22:02:18.814 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2025-04-16 22:02:18.824 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-04-16 22:02:18.825 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2025-04-16 22:02:18.834 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 22:02:18.835 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 22:02:18.842 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-04-16 22:02:18.843 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2025-04-16 22:02:18.844 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-04-16 22:02:18.853 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2025-04-16 22:02:18.873 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2025-04-16 22:02:18.873 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2025-04-16 22:02:18.874 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2025-04-16 22:02:18.875 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2025.1.31) 2025-04-16 22:02:18.910 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-04-16 22:02:18.921 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2025-04-16 22:02:19.045 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2025-04-16 22:02:19.047 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2025-04-16 22:02:19.062 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2025-04-16 22:02:19.063 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2025-04-16 22:02:19.064 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2025-04-16 22:02:19.065 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2025-04-16 22:02:19.065 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2025-04-16 22:02:19.066 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2025-04-16 22:02:19.091 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2025-04-16 22:02:19.200 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2025-04-16 22:02:19.241 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2025-04-16 22:02:19.358 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-16 22:02:19.368 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-16 22:02:19.383 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-16 22:02:19.390 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-16 22:02:19.397 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-16 22:02:19.400 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-16 22:02:19.777 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-16 22:02:20.544 | Successfully installed glance-store-4.6.1 os-brick-6.4.2 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2025-04-16 22:02:20.644 | + inc/python:pip_install:222 : result=0 2025-04-16 22:02:20.646 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:02:20.649 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:20.651 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:20.653 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:20.654 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:20.656 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:20.658 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:02:20.660 | + functions-common:time_stop:2407 : start_time=1744840937298 2025-04-16 22:02:20.661 | + functions-common:time_stop:2409 : [[ -z 1744840937298 ]] 2025-04-16 22:02:20.664 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:20.667 | + functions-common:time_stop:2412 : end_time=1744840940665 2025-04-16 22:02:20.669 | + functions-common:time_stop:2413 : elapsed_time=3367 2025-04-16 22:02:20.671 | + functions-common:time_stop:2414 : total=34675 2025-04-16 22:02:20.672 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:20.674 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38042 2025-04-16 22:02:20.676 | + inc/python:pip_install:225 : return 0 2025-04-16 22:02:20.678 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-16 22:02:20.680 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-16 22:02:20.682 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-16 22:02:20.692 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2025-04-16 22:02:20.696 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-16 22:02:20.698 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-16 22:02:20.700 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-16 22:02:20.701 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 22:02:20.703 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 22:02:20.705 | ++ functions-common:git_clone:576 : pwd 2025-04-16 22:02:20.708 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 22:02:20.709 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 22:02:20.712 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 22:02:20.724 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 22:02:20.726 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 22:02:20.727 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 22:02:20.729 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 22:02:20.732 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 22:02:20.732 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 22:02:20.736 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-16 22:02:20.737 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 22:02:20.739 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 22:02:20.741 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:02:20.743 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:02:20.745 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:02:20.746 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:02:20.748 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:02:20.750 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:02:20.751 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:02:20.753 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:02:20.755 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:02:20.758 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840940756 2025-04-16 22:02:20.760 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 22:02:20.761 | Cloning into '/opt/stack//glance'... 2025-04-16 22:02:23.048 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:02:23.050 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:23.052 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:23.054 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:23.056 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:23.057 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:23.059 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:23.061 | + functions-common:time_stop:2407 : start_time=1744840940756 2025-04-16 22:02:23.063 | + functions-common:time_stop:2409 : [[ -z 1744840940756 ]] 2025-04-16 22:02:23.065 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:23.068 | + functions-common:time_stop:2412 : end_time=1744840943066 2025-04-16 22:02:23.070 | + functions-common:time_stop:2413 : elapsed_time=2310 2025-04-16 22:02:23.071 | + functions-common:time_stop:2414 : total=49907 2025-04-16 22:02:23.073 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:23.075 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=52217 2025-04-16 22:02:23.077 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-16 22:02:23.079 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 22:02:23.080 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:02:23.082 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:02:23.084 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:02:23.086 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:02:23.087 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:02:23.089 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:02:23.091 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:02:23.093 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:02:23.095 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:02:23.098 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840943096 2025-04-16 22:02:23.100 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 22:02:25.075 | From https://opendev.org/openstack/glance 2025-04-16 22:02:25.075 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 22:02:25.079 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:02:25.081 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:25.083 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:25.085 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:25.086 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:25.088 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:25.090 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:25.092 | + functions-common:time_stop:2407 : start_time=1744840943096 2025-04-16 22:02:25.094 | + functions-common:time_stop:2409 : [[ -z 1744840943096 ]] 2025-04-16 22:02:25.096 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:25.099 | + functions-common:time_stop:2412 : end_time=1744840945097 2025-04-16 22:02:25.101 | + functions-common:time_stop:2413 : elapsed_time=2001 2025-04-16 22:02:25.103 | + functions-common:time_stop:2414 : total=52217 2025-04-16 22:02:25.104 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:25.106 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=54218 2025-04-16 22:02:25.108 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 22:02:25.110 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:02:25.111 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:02:25.113 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:02:25.115 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:02:25.117 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:02:25.119 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:02:25.121 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:02:25.123 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:02:25.125 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:02:25.128 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840945126 2025-04-16 22:02:25.130 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 22:02:25.196 | Note: switching to 'FETCH_HEAD'. 2025-04-16 22:02:25.196 | 2025-04-16 22:02:25.196 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 22:02:25.196 | changes and commit them, and you can discard any commits you make in this 2025-04-16 22:02:25.196 | state without impacting any branches by switching back to a branch. 2025-04-16 22:02:25.196 | 2025-04-16 22:02:25.196 | If you want to create a new branch to retain commits you create, you may 2025-04-16 22:02:25.196 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 22:02:25.196 | 2025-04-16 22:02:25.196 | git switch -c 2025-04-16 22:02:25.196 | 2025-04-16 22:02:25.196 | Or undo this operation with: 2025-04-16 22:02:25.196 | 2025-04-16 22:02:25.196 | git switch - 2025-04-16 22:02:25.196 | 2025-04-16 22:02:25.196 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 22:02:25.196 | 2025-04-16 22:02:25.196 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-16 22:02:25.199 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:02:25.201 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:25.203 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:25.205 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:25.207 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:25.209 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:25.211 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:25.212 | + functions-common:time_stop:2407 : start_time=1744840945126 2025-04-16 22:02:25.214 | + functions-common:time_stop:2409 : [[ -z 1744840945126 ]] 2025-04-16 22:02:25.217 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:25.220 | + functions-common:time_stop:2412 : end_time=1744840945218 2025-04-16 22:02:25.222 | + functions-common:time_stop:2413 : elapsed_time=92 2025-04-16 22:02:25.224 | + functions-common:time_stop:2414 : total=54218 2025-04-16 22:02:25.225 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:25.227 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=54310 2025-04-16 22:02:25.229 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-16 22:02:25.240 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-16 22:02:25.242 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 22:02:25.243 | + functions-common:git_clone:656 : head -1 2025-04-16 22:02:25.244 | 18453f8 Fixed typo in discovery.py 2025-04-16 22:02:25.247 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 22:02:25.248 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-16 22:02:25.250 | + inc/python:setup_develop:360 : local bindep 2025-04-16 22:02:25.253 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 22:02:25.254 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-16 22:02:25.257 | + inc/python:setup_develop:366 : local extras= 2025-04-16 22:02:25.259 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-16 22:02:25.261 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 22:02:25.262 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 22:02:25.264 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-16 22:02:25.266 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 22:02:25.268 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 22:02:25.271 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-16 22:02:25.272 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 22:02:25.275 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-16 22:02:25.277 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 22:02:25.278 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 22:02:25.281 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-16 22:02:25.285 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-16 22:02:25.287 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-16 22:02:25.606 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-16 22:02:25.608 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 22:02:25.610 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 22:02:25.612 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 22:02:25.614 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-16 22:02:25.616 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-16 22:02:25.618 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 22:02:25.619 | + inc/python:setup_package:450 : local extras= 2025-04-16 22:02:25.621 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 22:02:25.623 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 22:02:25.625 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 22:02:25.627 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 22:02:25.629 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 22:02:25.631 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-16 22:02:25.648 | Using python 3.10 to install /opt/stack/glance 2025-04-16 22:02:25.649 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-04-16 22:02:26.464 | Obtaining file:///opt/stack/glance 2025-04-16 22:02:26.465 | Preparing metadata (setup.py): started 2025-04-16 22:02:26.844 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 22:02:26.906 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.11.1) 2025-04-16 22:02:26.908 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.7.1) 2025-04-16 22:02:26.908 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.4.41) 2025-04-16 22:02:26.908 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.33.3) 2025-04-16 22:02:26.909 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.0.1) 2025-04-16 22:02:26.910 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.1) 2025-04-16 22:02:26.911 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.8.7) 2025-04-16 22:02:27.005 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.008 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 22:02:27.010 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.9.4) 2025-04-16 22:02:27.036 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.038 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 22:02:27.040 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (9.2.0) 2025-04-16 22:02:27.041 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 22:02:27.041 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 22:02:27.042 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.2.0) 2025-04-16 22:02:27.043 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.2.1) 2025-04-16 22:02:27.044 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.1.0) 2025-04-16 22:02:27.045 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.4.1) 2025-04-16 22:02:27.085 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.087 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-16 22:02:27.089 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.0) 2025-04-16 22:02:27.090 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (10.4.1) 2025-04-16 22:02:27.111 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.113 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 22:02:27.117 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.7.0) 2025-04-16 22:02:27.117 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.5.2) 2025-04-16 22:02:27.117 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.17.3) 2025-04-16 22:02:27.117 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 22:02:27.118 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (23.1.1) 2025-04-16 22:02:27.119 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.1.1) 2025-04-16 22:02:27.119 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.1.1) 2025-04-16 22:02:27.144 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.146 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 22:02:27.148 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.2) 2025-04-16 22:02:27.149 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.4.2) 2025-04-16 22:02:27.149 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 22:02:27.179 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.181 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 22:02:27.182 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.2.1) 2025-04-16 22:02:27.202 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.203 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-16 22:02:27.205 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.1.0) 2025-04-16 22:02:27.206 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.6.1) 2025-04-16 22:02:27.207 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.0) 2025-04-16 22:02:27.208 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (40.0.2) 2025-04-16 22:02:27.225 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.227 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 22:02:27.229 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.1.0) 2025-04-16 22:02:27.230 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.9.0) 2025-04-16 22:02:27.263 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-16 22:02:27.265 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 22:02:27.272 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev13) (1.2.4) 2025-04-16 22:02:27.306 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 22:02:27.308 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-16 22:02:27.310 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev13) (2.28.2) 2025-04-16 22:02:27.329 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev13) (1.15.1) 2025-04-16 22:02:27.342 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev13) (5.2.1) 2025-04-16 22:02:27.346 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev13) (1.15.0) 2025-04-16 22:02:27.352 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.3.0) 2025-04-16 22:02:27.353 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.0.2) 2025-04-16 22:02:27.354 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (1.16.0) 2025-04-16 22:02:27.394 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev13) (3.0.9) 2025-04-16 22:02:27.415 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (23.1.0) 2025-04-16 22:02:27.416 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (0.19.3) 2025-04-16 22:02:27.441 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev13) (1.7.0) 2025-04-16 22:02:27.464 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.5.0) 2025-04-16 22:02:27.466 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.1.1) 2025-04-16 22:02:27.481 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev13) (0.18) 2025-04-16 22:02:27.500 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (6.0) 2025-04-16 22:02:27.502 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (0.8.0) 2025-04-16 22:02:27.502 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (2.0.0) 2025-04-16 22:02:27.551 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (2.0.1) 2025-04-16 22:02:27.552 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (0.5.0) 2025-04-16 22:02:27.614 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 22:02:27.616 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-16 22:02:27.641 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (2.8.2) 2025-04-16 22:02:27.642 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (0.9.6) 2025-04-16 22:02:27.668 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 22:02:27.669 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.3.0) 2025-04-16 22:02:27.670 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.2.4) 2025-04-16 22:02:27.671 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.7.0) 2025-04-16 22:02:27.672 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (3.2.1) 2025-04-16 22:02:27.683 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (3.1.2) 2025-04-16 22:02:27.684 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 22:02:27.686 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 22:02:27.817 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-16 22:02:27.820 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-04-16 22:02:27.843 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (0.11.0) 2025-04-16 22:02:27.846 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (23.1) 2025-04-16 22:02:27.846 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 22:02:27.846 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 22:02:27.880 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev13) (69.1.1) 2025-04-16 22:02:27.909 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev13) (0.2.6) 2025-04-16 22:02:27.958 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev13) (0.7) 2025-04-16 22:02:28.132 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.134 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 22:02:28.173 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.175 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-16 22:02:28.198 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.200 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-16 22:02:28.203 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev13) (6.3.1) 2025-04-16 22:02:28.247 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.247 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-16 22:02:28.327 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.329 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 22:02:28.343 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.0.0) 2025-04-16 22:02:28.414 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev13) (2.21) 2025-04-16 22:02:28.522 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.524 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 22:02:28.538 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev13) (2.1.2) 2025-04-16 22:02:28.654 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.656 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-16 22:02:28.675 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.677 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 22:02:28.705 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.707 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-16 22:02:28.709 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 22:02:28.731 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 22:02:28.738 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-16 22:02:28.742 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (1.1.8) 2025-04-16 22:02:28.799 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.16.0) 2025-04-16 22:02:28.814 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev13) (1.0.5) 2025-04-16 22:02:28.835 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (1.4.0) 2025-04-16 22:02:28.837 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 22:02:29.006 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 22:02:29.008 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 22:02:29.095 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.1.0) 2025-04-16 22:02:29.096 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.4) 2025-04-16 22:02:29.097 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (1.26.15) 2025-04-16 22:02:29.098 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (2025.1.31) 2025-04-16 22:02:29.232 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev13) (2.6.0) 2025-04-16 22:02:29.463 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 22:02:29.465 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-16 22:02:29.519 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 22:02:29.521 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-16 22:02:29.657 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 22:02:29.659 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-16 22:02:29.996 | Collecting pyperclip>=1.6 (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.dev13) 2025-04-16 22:02:29.996 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 22:02:30.061 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-16 22:02:30.066 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-16 22:02:30.069 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-16 22:02:30.079 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-16 22:02:30.083 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-16 22:02:30.090 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-16 22:02:30.096 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-16 22:02:30.101 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-16 22:02:30.106 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-16 22:02:30.112 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-16 22:02:30.116 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 22:02:30.121 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-16 22:02:30.140 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-16 22:02:30.151 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-04-16 22:02:30.155 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-16 22:02:30.158 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-16 22:02:30.161 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-16 22:02:30.163 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 22:02:30.166 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-16 22:02:30.168 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-16 22:02:30.171 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-16 22:02:30.173 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 22:02:30.175 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 22:02:30.178 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 22:02:30.181 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-16 22:02:30.510 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-04-16 22:02:33.893 | Running setup.py develop for glance 2025-04-16 22:02:35.099 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev13 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.1 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2025-04-16 22:02:35.248 | + inc/python:pip_install:222 : result=0 2025-04-16 22:02:35.250 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:02:35.252 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:35.253 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:35.255 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:35.257 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:35.259 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:35.261 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:02:35.262 | + functions-common:time_stop:2407 : start_time=1744840945643 2025-04-16 22:02:35.264 | + functions-common:time_stop:2409 : [[ -z 1744840945643 ]] 2025-04-16 22:02:35.266 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:35.269 | + functions-common:time_stop:2412 : end_time=1744840955267 2025-04-16 22:02:35.271 | + functions-common:time_stop:2413 : elapsed_time=9624 2025-04-16 22:02:35.273 | + functions-common:time_stop:2414 : total=38042 2025-04-16 22:02:35.275 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:35.277 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47666 2025-04-16 22:02:35.279 | + inc/python:pip_install:225 : return 0 2025-04-16 22:02:35.281 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 22:02:35.282 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:02:35.284 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-16 22:02:35.286 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-16 22:02:35.288 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:02:35.290 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:02:35.292 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-16 22:02:35.294 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:02:35.296 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 22:02:35.298 | + stack.sh:main:948 : configure_glance 2025-04-16 22:02:35.300 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-16 22:02:35.309 | + lib/glance:configure_glance:325 : local dburl 2025-04-16 22:02:35.312 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-16 22:02:35.314 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-16 22:02:35.315 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-16 22:02:35.317 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-16 22:02:35.319 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:02:35.321 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:02:35.322 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:02:35.334 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:35.336 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:02:35.337 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 22:02:35.340 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 22:02:35.341 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-16 22:02:35.366 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 22:02:35.389 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-16 22:02:35.412 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 22:02:35.434 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-16 22:02:35.459 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-16 22:02:35.483 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-16 22:02:35.485 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 22:02:35.486 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-16 22:02:35.488 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 22:02:35.490 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-16 22:02:35.513 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-16 22:02:35.535 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 22:02:35.556 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-16 22:02:35.578 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-16 22:02:35.600 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-16 22:02:35.622 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-16 22:02:35.645 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-16 22:02:35.667 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 22:02:35.690 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 22:02:35.712 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-16 22:02:35.737 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-16 22:02:35.739 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-16 22:02:35.740 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-16 22:02:35.742 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 22:02:35.744 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 22:02:35.746 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 22:02:35.758 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:35.760 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 22:02:35.762 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 22:02:35.764 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 22:02:35.776 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:35.778 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:02:35.780 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:02:35.803 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 22:02:35.805 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 22:02:35.807 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-16 22:02:35.809 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-16 22:02:35.832 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-16 22:02:35.855 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-16 22:02:35.857 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-16 22:02:35.858 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-16 22:02:35.860 | + lib/glance:configure_glance_store:253 : local be 2025-04-16 22:02:35.862 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-16 22:02:35.864 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-16 22:02:35.866 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 22:02:35.891 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-16 22:02:35.892 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-16 22:02:35.917 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-16 22:02:35.919 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-16 22:02:35.932 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:35.933 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-16 22:02:35.956 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-16 22:02:35.968 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:35.970 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-16 22:02:35.972 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-16 22:02:35.974 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 22:02:35.976 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 22:02:35.989 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 22:02:35.991 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 22:02:35.992 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 22:02:35.994 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 22:02:35.996 | + 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}}' 2025-04-16 22:02:36.018 | + 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' 2025-04-16 22:02:36.041 | + 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' 2025-04-16 22:02:36.064 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 22:02:36.086 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-16 22:02:36.089 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-16 22:02:36.114 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-16 22:02:36.137 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 22:02:36.159 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-16 22:02:36.182 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-16 22:02:36.206 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-16 22:02:36.230 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-16 22:02:36.253 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 22:02:36.277 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-16 22:02:36.301 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-16 22:02:36.326 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-16 22:02:36.350 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-16 22:02:36.353 | + lib/glance:configure_glance:410 : 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 2025-04-16 22:02:36.357 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-16 22:02:36.369 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:36.371 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-16 22:02:36.373 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2025-04-16 22:02:36.375 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-16 22:02:36.376 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 22:02:36.378 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-16 22:02:36.380 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 22:02:36.383 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-16 22:02:36.385 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-16 22:02:36.387 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 22:02:36.411 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-16 22:02:36.413 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-16 22:02:36.415 | ++ functions:get_random_port:848 : true 2025-04-16 22:02:36.417 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-16 22:02:36.418 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-16 22:02:36.420 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-16 22:02:36.460 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-16 22:02:36.461 | ++ functions:get_random_port:852 : break 2 2025-04-16 22:02:36.463 | ++ functions:get_random_port:856 : echo 60999 2025-04-16 22:02:36.465 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-16 22:02:36.467 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-16 22:02:36.490 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-16 22:02:36.511 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-16 22:02:36.533 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-16 22:02:36.554 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 22:02:36.576 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-16 22:02:36.598 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-16 22:02:36.620 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-16 22:02:36.643 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 22:02:36.666 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 22:02:36.689 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 22:02:36.712 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 22:02:36.735 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-16 22:02:36.757 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 22:02:36.779 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-16 22:02:36.803 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-16 22:02:36.825 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-16 22:02:36.848 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-16 22:02:36.870 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-16 22:02:36.893 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-16 22:02:36.895 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-16 22:02:36.896 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 22:02:36.898 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:36.900 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:36.902 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-16 22:02:36.904 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-16 22:02:36.932 | proxy (enabled by site administrator) 2025-04-16 22:02:36.934 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-16 22:02:36.936 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-16 22:02:36.938 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 22:02:36.940 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:36.942 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:36.944 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-16 22:02:36.945 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-16 22:02:36.973 | No module matches proxy_http 2025-04-16 22:02:36.975 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-16 22:02:37.007 | Considering dependency proxy for proxy_http: 2025-04-16 22:02:37.007 | Module proxy already enabled 2025-04-16 22:02:37.007 | Enabling module proxy_http. 2025-04-16 22:02:37.011 | To activate the new configuration, you need to run: 2025-04-16 22:02:37.011 | systemctl restart apache2 2025-04-16 22:02:37.014 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-16 22:02:37.016 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 22:02:37.018 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:02:37.020 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 22:02:37.121 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-16 22:02:37.123 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-16 22:02:37.125 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-16 22:02:37.127 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 22:02:37.129 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:37.131 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:37.133 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 22:02:37.135 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 22:02:37.137 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 22:02:37.137 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-16 22:02:37.145 | KeepAlive Off 2025-04-16 22:02:37.148 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 22:02:37.148 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-16 22:02:37.154 | SetEnv proxy-sendchunked 1 2025-04-16 22:02:37.158 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 22:02:37.158 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-16 22:02:37.164 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-16 22:02:37.167 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-16 22:02:37.169 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-16 22:02:37.170 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 22:02:37.172 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 22:02:37.174 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 22:02:37.176 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:37.178 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:37.179 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 22:02:37.181 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 22:02:37.183 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:37.185 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:37.187 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-16 22:02:37.219 | Enabling site glance-wsgi-api. 2025-04-16 22:02:37.222 | To activate the new configuration, you need to run: 2025-04-16 22:02:37.222 | systemctl reload apache2 2025-04-16 22:02:37.225 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-16 22:02:37.227 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 22:02:37.229 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:02:37.231 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 22:02:37.326 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-16 22:02:37.331 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-16 22:02:37.355 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-16 22:02:37.357 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-16 22:02:37.382 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-16 22:02:37.405 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-16 22:02:37.428 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-16 22:02:37.442 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:37.444 | + stack.sh:main:953 : stack_install_service cinder 2025-04-16 22:02:37.445 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-16 22:02:37.447 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-16 22:02:37.449 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 22:02:37.451 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-16 22:02:37.453 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-16 22:02:37.455 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-16 22:02:37.457 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-16 22:02:37.459 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 22:02:37.461 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 22:02:37.463 | ++ functions-common:git_clone:576 : pwd 2025-04-16 22:02:37.465 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 22:02:37.467 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 22:02:37.470 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 22:02:37.482 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 22:02:37.484 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 22:02:37.485 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 22:02:37.487 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 22:02:37.489 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 22:02:37.490 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 22:02:37.494 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-16 22:02:37.495 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 22:02:37.497 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 22:02:37.499 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:02:37.501 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:02:37.503 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:02:37.504 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:02:37.506 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:02:37.508 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:02:37.509 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:02:37.511 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:02:37.513 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:02:37.516 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840957514 2025-04-16 22:02:37.518 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 22:02:37.520 | Cloning into '/opt/stack//cinder'... 2025-04-16 22:02:40.823 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:02:40.825 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:40.827 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:40.829 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:40.831 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:40.832 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:40.834 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:40.836 | + functions-common:time_stop:2407 : start_time=1744840957514 2025-04-16 22:02:40.838 | + functions-common:time_stop:2409 : [[ -z 1744840957514 ]] 2025-04-16 22:02:40.840 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:40.843 | + functions-common:time_stop:2412 : end_time=1744840960841 2025-04-16 22:02:40.845 | + functions-common:time_stop:2413 : elapsed_time=3327 2025-04-16 22:02:40.847 | + functions-common:time_stop:2414 : total=54310 2025-04-16 22:02:40.849 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:40.850 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=57637 2025-04-16 22:02:40.852 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-16 22:02:40.854 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 22:02:40.856 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:02:40.858 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:02:40.860 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:02:40.861 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:02:40.863 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:02:40.865 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:02:40.867 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:02:40.869 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:02:40.871 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:02:40.874 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840960872 2025-04-16 22:02:40.876 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 22:02:43.808 | From https://opendev.org/openstack/cinder 2025-04-16 22:02:43.809 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 22:02:43.813 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:02:43.815 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:43.816 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:43.818 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:43.820 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:43.822 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:43.824 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:43.825 | + functions-common:time_stop:2407 : start_time=1744840960872 2025-04-16 22:02:43.827 | + functions-common:time_stop:2409 : [[ -z 1744840960872 ]] 2025-04-16 22:02:43.829 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:43.832 | + functions-common:time_stop:2412 : end_time=1744840963830 2025-04-16 22:02:43.834 | + functions-common:time_stop:2413 : elapsed_time=2958 2025-04-16 22:02:43.836 | + functions-common:time_stop:2414 : total=57637 2025-04-16 22:02:43.838 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:43.840 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=60595 2025-04-16 22:02:43.842 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 22:02:43.843 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:02:43.845 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:02:43.847 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:02:43.849 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:02:43.851 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:02:43.852 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:02:43.854 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:02:43.856 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:02:43.858 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:02:43.861 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840963859 2025-04-16 22:02:43.863 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 22:02:44.102 | Note: switching to 'FETCH_HEAD'. 2025-04-16 22:02:44.102 | 2025-04-16 22:02:44.102 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 22:02:44.102 | changes and commit them, and you can discard any commits you make in this 2025-04-16 22:02:44.102 | state without impacting any branches by switching back to a branch. 2025-04-16 22:02:44.102 | 2025-04-16 22:02:44.102 | If you want to create a new branch to retain commits you create, you may 2025-04-16 22:02:44.102 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 22:02:44.102 | 2025-04-16 22:02:44.102 | git switch -c 2025-04-16 22:02:44.102 | 2025-04-16 22:02:44.102 | Or undo this operation with: 2025-04-16 22:02:44.102 | 2025-04-16 22:02:44.102 | git switch - 2025-04-16 22:02:44.102 | 2025-04-16 22:02:44.102 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 22:02:44.102 | 2025-04-16 22:02:44.102 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 22:02:44.106 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:02:44.108 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:44.110 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:44.112 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:44.113 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:44.115 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:44.117 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:02:44.119 | + functions-common:time_stop:2407 : start_time=1744840963859 2025-04-16 22:02:44.120 | + functions-common:time_stop:2409 : [[ -z 1744840963859 ]] 2025-04-16 22:02:44.123 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:44.126 | + functions-common:time_stop:2412 : end_time=1744840964124 2025-04-16 22:02:44.128 | + functions-common:time_stop:2413 : elapsed_time=265 2025-04-16 22:02:44.129 | + functions-common:time_stop:2414 : total=60595 2025-04-16 22:02:44.131 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:44.133 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=60860 2025-04-16 22:02:44.135 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-16 22:02:44.145 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-16 22:02:44.148 | + functions-common:git_clone:656 : head -1 2025-04-16 22:02:44.148 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 22:02:44.150 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 22:02:44.152 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 22:02:44.154 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-16 22:02:44.156 | + inc/python:setup_develop:360 : local bindep 2025-04-16 22:02:44.158 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 22:02:44.160 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-16 22:02:44.162 | + inc/python:setup_develop:366 : local extras= 2025-04-16 22:02:44.163 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-16 22:02:44.165 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 22:02:44.167 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 22:02:44.169 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-16 22:02:44.171 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 22:02:44.173 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 22:02:44.175 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-16 22:02:44.177 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 22:02:44.179 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-16 22:02:44.181 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 22:02:44.183 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 22:02:44.185 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-16 22:02:44.189 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-16 22:02:44.191 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-16 22:02:44.532 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-16 22:02:44.534 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 22:02:44.536 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 22:02:44.541 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 22:02:44.543 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-16 22:02:44.545 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-16 22:02:44.548 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 22:02:44.549 | + inc/python:setup_package:450 : local extras= 2025-04-16 22:02:44.551 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 22:02:44.554 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 22:02:44.556 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 22:02:44.558 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 22:02:44.560 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 22:02:44.563 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-16 22:02:44.584 | Using python 3.10 to install /opt/stack/cinder 2025-04-16 22:02:44.586 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-04-16 22:02:45.398 | Obtaining file:///opt/stack/cinder 2025-04-16 22:02:45.398 | Preparing metadata (setup.py): started 2025-04-16 22:02:45.960 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 22:02:46.048 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.11.1) 2025-04-16 22:02:46.051 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.1) 2025-04-16 22:02:46.051 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.33.3) 2025-04-16 22:02:46.051 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.0.2) 2025-04-16 22:02:46.051 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.22.0) 2025-04-16 22:02:46.052 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.0.1) 2025-04-16 22:02:46.053 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.1.0) 2025-04-16 22:02:46.054 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.17.3) 2025-04-16 22:02:46.054 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.0) 2025-04-16 22:02:46.055 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (10.4.1) 2025-04-16 22:02:46.369 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.372 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2025-04-16 22:02:46.400 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.403 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 22:02:46.405 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (9.2.0) 2025-04-16 22:02:46.406 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 22:02:46.407 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 22:02:46.408 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.1.1) 2025-04-16 22:02:46.408 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.2) 2025-04-16 22:02:46.409 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.4.2) 2025-04-16 22:02:46.410 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 22:02:46.411 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.2.1) 2025-04-16 22:02:46.411 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.0) 2025-04-16 22:02:46.412 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.1.0) 2025-04-16 22:02:46.413 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (7.1.0) 2025-04-16 22:02:46.414 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.1) 2025-04-16 22:02:46.415 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.1) 2025-04-16 22:02:46.415 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.2.0) 2025-04-16 22:02:46.416 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.2.1) 2025-04-16 22:02:46.451 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.453 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 22:02:46.455 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.1.0) 2025-04-16 22:02:46.455 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (23.1) 2025-04-16 22:02:46.496 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.498 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-16 22:02:46.500 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.5.2) 2025-04-16 22:02:46.501 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.1) 2025-04-16 22:02:46.501 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.5) 2025-04-16 22:02:46.502 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.9) 2025-04-16 22:02:46.503 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.6.1) 2025-04-16 22:02:46.539 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.541 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 22:02:46.543 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 22:02:46.579 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.581 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 22:02:46.608 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.609 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 22:02:46.611 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2023.3) 2025-04-16 22:02:46.611 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.28.2) 2025-04-16 22:02:46.613 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.5.1) 2025-04-16 22:02:46.613 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.4.0) 2025-04-16 22:02:46.634 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.634 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-16 22:02:46.639 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.16.0) 2025-04-16 22:02:46.640 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.4.41) 2025-04-16 22:02:46.641 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.0) 2025-04-16 22:02:46.661 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.663 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-16 22:02:46.666 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.3.1) 2025-04-16 22:02:46.667 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.8.7) 2025-04-16 22:02:46.667 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.1.1) 2025-04-16 22:02:46.732 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.735 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-16 22:02:46.736 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.4.2) 2025-04-16 22:02:46.737 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.0) 2025-04-16 22:02:46.784 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.787 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 22:02:46.901 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-16 22:02:46.904 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 22:02:46.906 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.3.0) 2025-04-16 22:02:46.906 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (40.0.2) 2025-04-16 22:02:46.907 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.2.3) 2025-04-16 22:02:47.001 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-16 22:02:47.003 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-16 22:02:47.524 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-16 22:02:47.527 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-16 22:02:48.099 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 22:02:48.101 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-16 22:02:48.104 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2025-04-16 22:02:48.133 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 22:02:48.135 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 22:02:48.164 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2025-04-16 22:02:48.177 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.3.0) 2025-04-16 22:02:48.338 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 22:02:48.340 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 22:02:48.359 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 22:02:48.361 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 22:02:48.462 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 22:02:48.464 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 22:02:48.485 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 22:02:48.488 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 22:02:48.520 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.15.0) 2025-04-16 22:02:48.541 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (23.1.0) 2025-04-16 22:02:48.542 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.19.3) 2025-04-16 22:02:48.567 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2025-04-16 22:02:48.590 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.5.0) 2025-04-16 22:02:48.592 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2025-04-16 22:02:48.641 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 22:02:48.643 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 22:02:48.676 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 22:02:48.678 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-16 22:02:48.704 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 22:02:48.706 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 22:02:48.734 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2025-04-16 22:02:48.754 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2025-04-16 22:02:48.757 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2025-04-16 22:02:48.757 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2025-04-16 22:02:48.757 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.0.0) 2025-04-16 22:02:48.783 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.9.4) 2025-04-16 22:02:48.785 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2025-04-16 22:02:48.786 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2025-04-16 22:02:48.813 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2025-04-16 22:02:48.814 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2025-04-16 22:02:48.841 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2025-04-16 22:02:48.842 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.3.0) 2025-04-16 22:02:48.843 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2025-04-16 22:02:48.844 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2025-04-16 22:02:48.845 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.7.0) 2025-04-16 22:02:48.856 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2025-04-16 22:02:48.857 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 22:02:48.859 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 22:02:48.880 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.5) 2025-04-16 22:02:48.905 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev23) (2023.3) 2025-04-16 22:02:48.920 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2025-04-16 22:02:48.921 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 22:02:48.932 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.7.0) 2025-04-16 22:02:48.945 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2025-04-16 22:02:48.976 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (0.7.1) 2025-04-16 22:02:49.007 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-16 22:02:49.009 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 22:02:49.011 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.15) 2025-04-16 22:02:49.096 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-16 22:02:49.099 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2025-04-16 22:02:49.112 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (69.1.1) 2025-04-16 22:02:49.179 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.3.0) 2025-04-16 22:02:49.197 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (23.1.1) 2025-04-16 22:02:49.219 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-16 22:02:49.221 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 22:02:49.223 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.15.0) 2025-04-16 22:02:49.313 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.1.0) 2025-04-16 22:02:49.313 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2025-04-16 22:02:49.314 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2025.1.31) 2025-04-16 22:02:49.332 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2025-04-16 22:02:49.372 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-16 22:02:49.375 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 22:02:49.532 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.2.0) 2025-04-16 22:02:49.533 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1) 2025-04-16 22:02:49.534 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2025-04-16 22:02:49.627 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-16 22:02:49.629 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-16 22:02:49.691 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.4) 2025-04-16 22:02:49.709 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2025-04-16 22:02:49.850 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2025-04-16 22:02:49.888 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2025-04-16 22:02:49.888 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.3) 2025-04-16 22:02:50.075 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (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) 2025-04-16 22:02:50.078 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 22:02:50.080 | 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 /opt/stack/data/venv/lib/python3.10/site-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.22.3) 2025-04-16 22:02:50.194 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.2) 2025-04-16 22:02:50.402 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2025-04-16 22:02:50.430 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.16.0) 2025-04-16 22:02:50.455 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.6) 2025-04-16 22:02:51.129 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.6.0) 2025-04-16 22:02:51.257 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2025-04-16 22:02:51.472 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-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) 2025-04-16 22:02:51.549 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (2.3) 2025-04-16 22:02:51.822 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-16 22:02:51.825 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-16 22:02:51.875 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2025-04-16 22:02:51.915 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-16 22:02:51.919 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-16 22:02:51.925 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-16 22:02:51.931 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-16 22:02:51.937 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-16 22:02:51.944 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-16 22:02:51.951 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-16 22:02:51.954 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-16 22:02:51.959 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-16 22:02:51.961 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-16 22:02:51.984 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-16 22:02:52.038 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-16 22:02:52.042 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-16 22:02:52.045 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-16 22:02:52.047 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-16 22:02:52.050 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-16 22:02:52.054 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-04-16 22:02:52.067 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-16 22:02:52.079 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-16 22:02:52.082 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-16 22:02:52.085 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-16 22:02:52.088 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-16 22:02:52.091 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-16 22:02:52.093 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-16 22:02:52.095 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-16 22:02:52.642 | Installing collected packages: zstd, voluptuous, pyasn1, 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 2025-04-16 22:02:55.630 | Running setup.py develop for cinder 2025-04-16 22:02:57.092 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev23 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.1 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2025-04-16 22:02:57.415 | + inc/python:pip_install:222 : result=0 2025-04-16 22:02:57.417 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:02:57.419 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:57.421 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:57.423 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:57.425 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:57.426 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:57.428 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:02:57.430 | + functions-common:time_stop:2407 : start_time=1744840964578 2025-04-16 22:02:57.432 | + functions-common:time_stop:2409 : [[ -z 1744840964578 ]] 2025-04-16 22:02:57.434 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:57.437 | + functions-common:time_stop:2412 : end_time=1744840977435 2025-04-16 22:02:57.439 | + functions-common:time_stop:2413 : elapsed_time=12857 2025-04-16 22:02:57.440 | + functions-common:time_stop:2414 : total=47666 2025-04-16 22:02:57.442 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:57.444 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=60523 2025-04-16 22:02:57.446 | + inc/python:pip_install:225 : return 0 2025-04-16 22:02:57.448 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 22:02:57.450 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:02:57.452 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-16 22:02:57.454 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-16 22:02:57.455 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:02:57.457 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:02:57.459 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-16 22:02:57.461 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:02:57.463 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-16 22:02:57.465 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-16 22:02:57.467 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-16 22:02:57.469 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:57.471 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:57.473 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-16 22:02:57.482 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-16 22:02:57.484 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 22:02:57.486 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 22:02:57.488 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 22:02:57.490 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 22:02:57.492 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 22:02:57.494 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 22:02:57.496 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:57.498 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:57.499 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 22:02:57.502 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 22:02:57.503 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 22:02:57.505 | + functions-common:apt_get_update:1150 : return 2025-04-16 22:02:57.507 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-16 22:02:57.509 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 22:02:57.511 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:57.513 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:57.515 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-16 22:02:57.532 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-04-16 22:02:57.592 | Reading package lists... 2025-04-16 22:02:57.803 | Building dependency tree... 2025-04-16 22:02:57.805 | Reading state information... 2025-04-16 22:02:58.018 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-16 22:02:58.018 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 22:02:58.023 | + functions-common:apt_get:1194 : result=0 2025-04-16 22:02:58.025 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 22:02:58.027 | + functions-common:time_stop:2400 : local name 2025-04-16 22:02:58.029 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:02:58.032 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:02:58.034 | + functions-common:time_stop:2403 : local total 2025-04-16 22:02:58.036 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:02:58.038 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 22:02:58.040 | + functions-common:time_stop:2407 : start_time=1744840977530 2025-04-16 22:02:58.042 | + functions-common:time_stop:2409 : [[ -z 1744840977530 ]] 2025-04-16 22:02:58.044 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:02:58.048 | + functions-common:time_stop:2412 : end_time=1744840978046 2025-04-16 22:02:58.050 | + functions-common:time_stop:2413 : elapsed_time=516 2025-04-16 22:02:58.052 | + functions-common:time_stop:2414 : total=40145 2025-04-16 22:02:58.054 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:02:58.056 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40661 2025-04-16 22:02:58.058 | + functions-common:apt_get:1198 : return 0 2025-04-16 22:02:58.060 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 22:02:58.062 | + stack.sh:main:954 : configure_cinder 2025-04-16 22:02:58.064 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-16 22:02:58.073 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-16 22:02:58.076 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-16 22:02:58.078 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-16 22:02:58.080 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 22:02:58.082 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-16 22:02:58.082 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 22:02:58.086 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-16 22:02:58.088 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-16 22:02:58.089 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 22:02:58.091 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-16 22:02:58.093 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-16 22:02:58.095 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-16 22:02:58.096 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 22:02:58.098 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-16 22:02:58.106 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-16 22:02:58.115 | + 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 2025-04-16 22:02:58.124 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-04-16 22:02:58.133 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-16 22:02:58.145 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-16 22:02:58.153 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 22:02:58.156 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 22:02:58.159 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.fj2vqDNens 2025-04-16 22:02:58.160 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 22:02:58.162 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 22:02:58.164 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-16 22:02:58.166 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.fj2vqDNens 2025-04-16 22:02:58.169 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.fj2vqDNens 2025-04-16 22:02:58.177 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.fj2vqDNens /etc/sudoers.d/cinder-rootwrap 2025-04-16 22:02:58.186 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 22:02:58.189 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 22:02:58.191 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 22:02:58.193 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 22:02:58.195 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 22:02:58.197 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 22:02:58.199 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 22:02:58.201 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 22:02:58.201 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 22:02:58.207 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 22:02:58.210 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 22:02:58.218 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 22:02:58.227 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-16 22:02:58.229 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-16 22:02:58.232 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-16 22:02:58.235 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-16 22:02:58.249 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-16 22:02:58.264 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-16 22:02:58.277 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-16 22:02:58.292 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-16 22:02:58.306 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-16 22:02:58.319 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-16 22:02:58.333 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-16 22:02:58.347 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-16 22:02:58.349 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 22:02:58.351 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-16 22:02:58.353 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 22:02:58.354 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-16 22:02:58.378 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-16 22:02:58.401 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 22:02:58.424 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-16 22:02:58.446 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-16 22:02:58.469 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-16 22:02:58.491 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-16 22:02:58.514 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-16 22:02:58.536 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 22:02:58.559 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 22:02:58.582 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-16 22:02:58.607 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-16 22:02:58.630 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-16 22:02:58.632 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-16 22:02:58.634 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-16 22:02:58.636 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-16 22:02:58.637 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:02:58.639 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:02:58.641 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:02:58.654 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:58.656 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:02:58.657 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 22:02:58.660 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 22:02:58.685 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-16 22:02:58.708 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-16 22:02:58.730 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-16 22:02:58.753 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-16 22:02:58.776 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-16 22:02:58.799 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-16 22:02:58.824 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-16 22:02:58.847 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 22:02:58.872 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-16 22:02:58.879 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 2a6660f9f0c56309acd1b353e0ebd99b 2025-04-16 22:02:58.902 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-16 22:02:58.904 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-16 22:02:58.927 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-16 22:02:58.951 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-16 22:02:58.974 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-16 22:02:58.997 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-16 22:02:59.020 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-16 22:02:59.043 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-16 22:02:59.056 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:59.058 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-16 22:02:59.059 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-16 22:02:59.061 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-16 22:02:59.063 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-16 22:02:59.065 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 22:02:59.067 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-16 22:02:59.069 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-16 22:02:59.071 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-16 22:02:59.072 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-16 22:02:59.074 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-16 22:02:59.076 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-16 22:02:59.101 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 22:02:59.124 | + 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 2025-04-16 22:02:59.147 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-16 22:02:59.170 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-16 22:02:59.192 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-16 22:02:59.194 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-16 22:02:59.196 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-16 22:02:59.198 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-16 22:02:59.222 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-16 22:02:59.224 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-16 22:02:59.247 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-16 22:02:59.248 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-16 22:02:59.250 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-16 22:02:59.252 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-16 22:02:59.275 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-16 22:02:59.277 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-16 22:02:59.279 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-16 22:02:59.291 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:59.293 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-16 22:02:59.305 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:59.307 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-16 22:02:59.320 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:02:59.322 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-16 22:02:59.323 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-16 22:02:59.325 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-16 22:02:59.327 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-16 22:02:59.329 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 22:02:59.331 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 22:02:59.333 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 22:02:59.345 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:59.348 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 22:02:59.350 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 22:02:59.352 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 22:02:59.364 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:59.366 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:02:59.368 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:02:59.391 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 22:02:59.393 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 22:02:59.395 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-16 22:02:59.397 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-16 22:02:59.399 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 22:02:59.402 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 22:02:59.415 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 22:02:59.416 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 22:02:59.418 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 22:02:59.420 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 22:02:59.422 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 22:02:59.445 | + 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' 2025-04-16 22:02:59.468 | + 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' 2025-04-16 22:02:59.490 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 22:02:59.513 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-16 22:02:59.525 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:02:59.527 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-16 22:02:59.529 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-16 22:02:59.531 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 22:02:59.533 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-16 22:02:59.535 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 22:02:59.537 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 22:02:59.540 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 22:02:59.543 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-16 22:02:59.544 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 22:02:59.546 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 22:02:59.556 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 22:02:59.556 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:02:59.562 | d /var/run/uwsgi 0755 stack root 2025-04-16 22:02:59.566 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:02:59.576 | /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. 2025-04-16 22:02:59.579 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-16 22:02:59.581 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-16 22:02:59.584 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 22:02:59.608 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-16 22:02:59.630 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-16 22:02:59.652 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 22:02:59.675 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 22:02:59.697 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 22:02:59.719 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 22:02:59.742 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 22:02:59.764 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 22:02:59.786 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 22:02:59.810 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 22:02:59.833 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 22:02:59.855 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 22:02:59.877 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 22:02:59.879 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 22:02:59.882 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-16 22:02:59.884 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-16 22:02:59.885 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 22:02:59.887 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:59.889 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:59.891 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 22:02:59.893 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 22:02:59.895 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-16 22:02:59.917 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 22:02:59.940 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2025-04-16 22:02:59.940 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 22:02:59.946 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-16 22:02:59.949 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-16 22:02:59.951 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-16 22:02:59.953 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 22:02:59.955 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 22:02:59.957 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 22:02:59.959 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:59.960 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:59.962 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 22:02:59.964 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 22:02:59.966 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:02:59.968 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:02:59.970 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-16 22:03:00.001 | Enabling site cinder-wsgi. 2025-04-16 22:03:00.005 | To activate the new configuration, you need to run: 2025-04-16 22:03:00.005 | systemctl reload apache2 2025-04-16 22:03:00.009 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 22:03:00.011 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 22:03:00.013 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:03:00.015 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 22:03:00.104 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-16 22:03:00.106 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-16 22:03:00.108 | + 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 2025-04-16 22:03:00.131 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-16 22:03:00.154 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-16 22:03:00.177 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 22:03:00.199 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-16 22:03:00.222 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-16 22:03:00.245 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-16 22:03:00.258 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:00.260 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-16 22:03:00.261 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 22:03:00.263 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 22:03:00.265 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 22:03:00.267 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-16 22:03:00.291 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-16 22:03:00.313 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-16 22:03:00.336 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-16 22:03:00.359 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-16 22:03:00.382 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-16 22:03:00.404 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-16 22:03:00.427 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-16 22:03:00.450 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 22:03:00.472 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-16 22:03:00.494 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-16 22:03:00.518 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 22:03:00.540 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-16 22:03:00.542 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-16 22:03:00.555 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:00.557 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-04-16 22:03:00.581 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 22:03:00.583 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 22:03:00.585 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-16 22:03:00.609 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-16 22:03:00.636 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-16 22:03:00.649 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:00.651 | + stack.sh:main:959 : stack_install_service neutron 2025-04-16 22:03:00.653 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-16 22:03:00.655 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-16 22:03:00.657 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 22:03:00.659 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-16 22:03:00.661 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-16 22:03:00.663 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-16 22:03:00.665 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:03:00.667 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:03:00.669 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-16 22:03:00.671 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:03:00.673 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-16 22:03:00.675 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-16 22:03:00.677 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-16 22:03:00.679 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 22:03:00.681 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 22:03:00.683 | ++ functions-common:git_clone:576 : pwd 2025-04-16 22:03:00.685 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 22:03:00.687 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 22:03:00.689 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 22:03:00.702 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 22:03:00.704 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 22:03:00.706 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 22:03:00.708 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 22:03:00.710 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 22:03:00.710 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 22:03:00.714 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-16 22:03:00.716 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 22:03:00.718 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 22:03:00.720 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:00.722 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:00.724 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:00.725 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:00.727 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:00.729 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:00.731 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:00.733 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:00.735 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:00.738 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840980736 2025-04-16 22:03:00.740 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 22:03:00.742 | Cloning into '/opt/stack//neutron'... 2025-04-16 22:03:04.147 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:04.149 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:04.151 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:04.153 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:04.154 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:04.156 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:04.158 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:04.160 | + functions-common:time_stop:2407 : start_time=1744840980736 2025-04-16 22:03:04.162 | + functions-common:time_stop:2409 : [[ -z 1744840980736 ]] 2025-04-16 22:03:04.164 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:04.167 | + functions-common:time_stop:2412 : end_time=1744840984165 2025-04-16 22:03:04.169 | + functions-common:time_stop:2413 : elapsed_time=3429 2025-04-16 22:03:04.171 | + functions-common:time_stop:2414 : total=60860 2025-04-16 22:03:04.172 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:04.174 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=64289 2025-04-16 22:03:04.176 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-16 22:03:04.178 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 22:03:04.180 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:04.182 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:04.184 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:04.186 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:04.188 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:04.189 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:04.191 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:04.193 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:04.195 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:04.199 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840984197 2025-04-16 22:03:04.200 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 22:03:07.604 | From https://opendev.org/openstack/neutron 2025-04-16 22:03:07.604 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 22:03:07.609 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:07.611 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:07.613 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:07.614 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:07.616 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:07.618 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:07.620 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:07.622 | + functions-common:time_stop:2407 : start_time=1744840984197 2025-04-16 22:03:07.624 | + functions-common:time_stop:2409 : [[ -z 1744840984197 ]] 2025-04-16 22:03:07.627 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:07.629 | + functions-common:time_stop:2412 : end_time=1744840987627 2025-04-16 22:03:07.631 | + functions-common:time_stop:2413 : elapsed_time=3430 2025-04-16 22:03:07.633 | + functions-common:time_stop:2414 : total=64289 2025-04-16 22:03:07.635 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:07.637 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=67719 2025-04-16 22:03:07.639 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 22:03:07.641 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:07.643 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:07.644 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:07.646 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:07.648 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:07.650 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:07.652 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:07.654 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:07.657 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:07.660 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840987657 2025-04-16 22:03:07.662 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 22:03:07.919 | Note: switching to 'FETCH_HEAD'. 2025-04-16 22:03:07.919 | 2025-04-16 22:03:07.919 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 22:03:07.919 | changes and commit them, and you can discard any commits you make in this 2025-04-16 22:03:07.919 | state without impacting any branches by switching back to a branch. 2025-04-16 22:03:07.919 | 2025-04-16 22:03:07.919 | If you want to create a new branch to retain commits you create, you may 2025-04-16 22:03:07.919 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 22:03:07.919 | 2025-04-16 22:03:07.919 | git switch -c 2025-04-16 22:03:07.919 | 2025-04-16 22:03:07.919 | Or undo this operation with: 2025-04-16 22:03:07.919 | 2025-04-16 22:03:07.919 | git switch - 2025-04-16 22:03:07.919 | 2025-04-16 22:03:07.919 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 22:03:07.919 | 2025-04-16 22:03:07.919 | HEAD is now at feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 22:03:07.924 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:07.926 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:07.928 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:07.930 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:07.932 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:07.934 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:07.936 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:07.938 | + functions-common:time_stop:2407 : start_time=1744840987657 2025-04-16 22:03:07.940 | + functions-common:time_stop:2409 : [[ -z 1744840987657 ]] 2025-04-16 22:03:07.942 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:07.945 | + functions-common:time_stop:2412 : end_time=1744840987943 2025-04-16 22:03:07.947 | + functions-common:time_stop:2413 : elapsed_time=286 2025-04-16 22:03:07.949 | + functions-common:time_stop:2414 : total=67719 2025-04-16 22:03:07.951 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:07.953 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68005 2025-04-16 22:03:07.955 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-16 22:03:07.965 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-16 22:03:07.967 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 22:03:07.967 | + functions-common:git_clone:656 : head -1 2025-04-16 22:03:07.970 | feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 22:03:07.972 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 22:03:07.974 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-16 22:03:07.976 | + inc/python:setup_develop:360 : local bindep 2025-04-16 22:03:07.978 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 22:03:07.980 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-16 22:03:07.982 | + inc/python:setup_develop:366 : local extras= 2025-04-16 22:03:07.984 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-16 22:03:07.986 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 22:03:07.987 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 22:03:07.990 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-16 22:03:07.991 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 22:03:07.994 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 22:03:07.996 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-16 22:03:07.998 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 22:03:08.001 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-16 22:03:08.002 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 22:03:08.004 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 22:03:08.007 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-16 22:03:08.011 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-16 22:03:08.013 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-16 22:03:08.337 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-16 22:03:08.340 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 22:03:08.342 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 22:03:08.344 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 22:03:08.346 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-16 22:03:08.348 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-16 22:03:08.350 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 22:03:08.352 | + inc/python:setup_package:450 : local extras= 2025-04-16 22:03:08.354 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 22:03:08.356 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 22:03:08.358 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 22:03:08.360 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 22:03:08.362 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 22:03:08.363 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-16 22:03:08.380 | Using python 3.10 to install /opt/stack/neutron 2025-04-16 22:03:08.382 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-04-16 22:03:09.205 | Obtaining file:///opt/stack/neutron 2025-04-16 22:03:09.206 | Preparing metadata (setup.py): started 2025-04-16 22:03:09.804 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 22:03:09.876 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.11.1) 2025-04-16 22:03:09.877 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.2) 2025-04-16 22:03:09.878 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.0.1) 2025-04-16 22:03:09.879 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.1) 2025-04-16 22:03:09.880 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.0) 2025-04-16 22:03:09.880 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-04-16 22:03:09.881 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.33.3) 2025-04-16 22:03:09.977 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev13) 2025-04-16 22:03:09.977 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-16 22:03:09.985 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.22.0) 2025-04-16 22:03:09.987 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.28.2) 2025-04-16 22:03:09.987 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-04-16 22:03:09.987 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (10.4.1) 2025-04-16 22:03:09.988 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.8.0) 2025-04-16 22:03:09.989 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.11.0) 2025-04-16 22:03:10.034 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.036 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 22:03:10.071 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.073 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 22:03:10.075 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.3.1) 2025-04-16 22:03:10.075 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.4.41) 2025-04-16 22:03:10.076 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.8.7) 2025-04-16 22:03:10.077 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.0) 2025-04-16 22:03:10.078 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.9.4) 2025-04-16 22:03:10.079 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.0) 2025-04-16 22:03:10.080 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.0) 2025-04-16 22:03:10.080 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 22:03:10.081 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (9.2.0) 2025-04-16 22:03:10.082 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 22:03:10.083 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.1.1) 2025-04-16 22:03:10.083 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.1.1) 2025-04-16 22:03:10.084 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.2) 2025-04-16 22:03:10.085 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.4.2) 2025-04-16 22:03:10.086 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 22:03:10.086 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.1) 2025-04-16 22:03:10.087 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 22:03:10.088 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-04-16 22:03:10.089 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (7.1.0) 2025-04-16 22:03:10.090 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.1) 2025-04-16 22:03:10.090 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.1) 2025-04-16 22:03:10.091 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.2.0) 2025-04-16 22:03:10.092 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.2.1) 2025-04-16 22:03:10.093 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 22:03:10.093 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.1.0) 2025-04-16 22:03:10.121 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.123 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 22:03:10.146 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.149 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 22:03:10.263 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.263 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-16 22:03:10.305 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.307 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 22:03:10.310 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1) 2025-04-16 22:03:10.310 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.9.5) 2025-04-16 22:03:10.337 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.338 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-16 22:03:10.340 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1.1) 2025-04-16 22:03:10.342 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (18.4.0) 2025-04-16 22:03:10.342 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.5.1) 2025-04-16 22:03:10.370 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.371 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 22:03:10.404 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev13) 2025-04-16 22:03:10.406 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 22:03:10.407 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.4.1) 2025-04-16 22:03:10.408 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.0) 2025-04-16 22:03:10.414 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev13) (1.2.4) 2025-04-16 22:03:10.417 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev13) (1.15.0) 2025-04-16 22:03:10.423 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.3.0) 2025-04-16 22:03:10.424 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.0.2) 2025-04-16 22:03:10.424 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.16.0) 2025-04-16 22:03:10.432 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev13) (3.0.9) 2025-04-16 22:03:10.435 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev13) (2.1.2) 2025-04-16 22:03:10.460 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.1.0) 2025-04-16 22:03:10.461 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.7.0) 2025-04-16 22:03:10.485 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (3.1.1) 2025-04-16 22:03:10.486 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (5.2.0) 2025-04-16 22:03:10.533 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 22:03:10.535 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 22:03:10.604 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 22:03:10.606 | 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.metadata (9.8 kB) 2025-04-16 22:03:10.620 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (6.0) 2025-04-16 22:03:10.620 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.4) 2025-04-16 22:03:10.622 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 22:03:10.622 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.32) 2025-04-16 22:03:10.623 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.0.1) 2025-04-16 22:03:10.627 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.1.8) 2025-04-16 22:03:10.627 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (40.0.2) 2025-04-16 22:03:10.633 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev13) (1.0.5) 2025-04-16 22:03:10.657 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev13) 2025-04-16 22:03:10.657 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-16 22:03:10.739 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev13) (0.18) 2025-04-16 22:03:10.759 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev13) (2.0.0) 2025-04-16 22:03:10.786 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.0.1) 2025-04-16 22:03:10.787 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.0) 2025-04-16 22:03:10.818 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (2.8.2) 2025-04-16 22:03:10.820 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (0.9.6) 2025-04-16 22:03:10.845 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.1.1) 2025-04-16 22:03:10.846 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.3.0) 2025-04-16 22:03:10.847 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.4) 2025-04-16 22:03:10.848 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.7.0) 2025-04-16 22:03:10.859 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 22:03:10.861 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 22:03:10.881 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (1.15.1) 2025-04-16 22:03:10.906 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 22:03:10.907 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 22:03:10.921 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 22:03:10.922 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 22:03:10.933 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (3.7.0) 2025-04-16 22:03:11.016 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev13) 2025-04-16 22:03:11.019 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 22:03:11.052 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev13) (69.1.1) 2025-04-16 22:03:11.106 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev13) 2025-04-16 22:03:11.107 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-16 22:03:11.168 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.3.0) 2025-04-16 22:03:11.169 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.17.3) 2025-04-16 22:03:11.201 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) 2025-04-16 22:03:11.203 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 22:03:11.256 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 22:03:11.258 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 22:03:11.382 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 22:03:11.384 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2025-04-16 22:03:11.419 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 22:03:11.421 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.4) 2025-04-16 22:03:11.422 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (1.26.15) 2025-04-16 22:03:11.423 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2025.1.31) 2025-04-16 22:03:11.471 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev13) (0.7) 2025-04-16 22:03:11.613 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev13) (0.13.1) 2025-04-16 22:03:11.646 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.0.0) 2025-04-16 22:03:11.718 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (2.21) 2025-04-16 22:03:11.751 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.5.1) 2025-04-16 22:03:11.752 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (2.4.3) 2025-04-16 22:03:11.753 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (6.0.1) 2025-04-16 22:03:11.941 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev13) (2.3) 2025-04-16 22:03:11.973 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (23.1.0) 2025-04-16 22:03:11.974 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.19.3) 2025-04-16 22:03:12.095 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 22:03:12.095 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (4.9.2) 2025-04-16 22:03:12.193 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.16.0) 2025-04-16 22:03:12.215 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (0.2.6) 2025-04-16 22:03:12.594 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.6.0) 2025-04-16 22:03:12.828 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (1.8.2) 2025-04-16 22:03:12.869 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (3.15.0) 2025-04-16 22:03:12.945 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (1.5.0) 2025-04-16 22:03:13.183 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-16 22:03:13.189 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-16 22:03:13.204 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-16 22:03:13.207 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-16 22:03:13.210 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-16 22:03:13.213 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-16 22:03:13.219 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-16 22:03:13.222 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-16 22:03:13.226 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-16 22:03:13.229 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-16 22:03:13.231 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-16 22:03:13.234 | 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) 2025-04-16 22:03:13.237 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2025-04-16 22:03:13.241 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-16 22:03:13.662 | 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 2025-04-16 22:03:16.379 | Running setup.py develop for neutron 2025-04-16 22:03:17.852 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev13 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-16 22:03:18.015 | + inc/python:pip_install:222 : result=0 2025-04-16 22:03:18.018 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:03:18.020 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:18.022 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:18.024 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:18.025 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:18.027 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:18.029 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:03:18.031 | + functions-common:time_stop:2407 : start_time=1744840988375 2025-04-16 22:03:18.033 | + functions-common:time_stop:2409 : [[ -z 1744840988375 ]] 2025-04-16 22:03:18.035 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:18.038 | + functions-common:time_stop:2412 : end_time=1744840998036 2025-04-16 22:03:18.040 | + functions-common:time_stop:2413 : elapsed_time=9661 2025-04-16 22:03:18.042 | + functions-common:time_stop:2414 : total=60523 2025-04-16 22:03:18.044 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:18.045 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=70184 2025-04-16 22:03:18.047 | + inc/python:pip_install:225 : return 0 2025-04-16 22:03:18.050 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 22:03:18.052 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:03:18.053 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-16 22:03:18.056 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-16 22:03:18.058 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:03:18.060 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:03:18.061 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-16 22:03:18.064 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:03:18.066 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-16 22:03:18.068 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 22:03:18.069 | + stack.sh:main:962 : is_service_enabled nova 2025-04-16 22:03:18.083 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:18.085 | + stack.sh:main:964 : stack_install_service nova 2025-04-16 22:03:18.087 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-16 22:03:18.089 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-16 22:03:18.091 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 22:03:18.093 | + lib/stack:stack_install_service:32 : install_nova 2025-04-16 22:03:18.095 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-16 22:03:18.097 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-16 22:03:18.099 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:03:18.100 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:03:18.102 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-16 22:03:18.104 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:03:18.106 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-16 22:03:18.119 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:18.121 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-16 22:03:18.133 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:18.135 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-16 22:03:18.148 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:18.150 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova e3db83ce866de40805263486843e0b4d491b72b0 2025-04-16 22:03:18.151 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-16 22:03:18.153 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-16 22:03:18.155 | + functions-common:git_clone:574 : local git_ref=e3db83ce866de40805263486843e0b4d491b72b0 2025-04-16 22:03:18.157 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 22:03:18.159 | ++ functions-common:git_clone:576 : pwd 2025-04-16 22:03:18.161 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 22:03:18.163 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 22:03:18.165 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 22:03:18.177 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 22:03:18.179 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 22:03:18.181 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 22:03:18.182 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 22:03:18.185 | + functions-common:git_clone:593 : echo e3db83ce866de40805263486843e0b4d491b72b0 2025-04-16 22:03:18.185 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 22:03:18.189 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-16 22:03:18.190 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 22:03:18.192 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 22:03:18.194 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:18.196 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:18.197 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:18.199 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:18.201 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:18.203 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:18.204 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:18.206 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:18.209 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:18.211 | + functions-common:time_start:2391 : _TIME_START[$name]=1744840998209 2025-04-16 22:03:18.213 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 22:03:18.216 | Cloning into '/opt/stack//nova'... 2025-04-16 22:03:22.073 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:22.075 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:22.077 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:22.078 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:22.080 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:22.082 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:22.083 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:22.085 | + functions-common:time_stop:2407 : start_time=1744840998209 2025-04-16 22:03:22.087 | + functions-common:time_stop:2409 : [[ -z 1744840998209 ]] 2025-04-16 22:03:22.089 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:22.092 | + functions-common:time_stop:2412 : end_time=1744841002090 2025-04-16 22:03:22.094 | + functions-common:time_stop:2413 : elapsed_time=3881 2025-04-16 22:03:22.095 | + functions-common:time_stop:2414 : total=68005 2025-04-16 22:03:22.097 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:22.099 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=71886 2025-04-16 22:03:22.100 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-16 22:03:22.102 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin e3db83ce866de40805263486843e0b4d491b72b0 2025-04-16 22:03:22.104 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:22.106 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:22.107 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:22.109 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:22.111 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:22.112 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:22.114 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:22.115 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:22.118 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:22.120 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841002118 2025-04-16 22:03:22.122 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin e3db83ce866de40805263486843e0b4d491b72b0 2025-04-16 22:03:32.296 | From https://opendev.org/openstack/nova 2025-04-16 22:03:32.296 | * branch e3db83ce866de40805263486843e0b4d491b72b0 -> FETCH_HEAD 2025-04-16 22:03:32.331 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:32.333 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:32.334 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:32.336 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:32.338 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:32.340 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:32.341 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:32.343 | + functions-common:time_stop:2407 : start_time=1744841002118 2025-04-16 22:03:32.345 | + functions-common:time_stop:2409 : [[ -z 1744841002118 ]] 2025-04-16 22:03:32.347 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:32.350 | + functions-common:time_stop:2412 : end_time=1744841012348 2025-04-16 22:03:32.352 | + functions-common:time_stop:2413 : elapsed_time=10230 2025-04-16 22:03:32.353 | + functions-common:time_stop:2414 : total=71886 2025-04-16 22:03:32.355 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:32.356 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=82116 2025-04-16 22:03:32.358 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 22:03:32.360 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:32.362 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:32.363 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:32.365 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:32.367 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:32.369 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:32.370 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:32.372 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:32.374 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:32.377 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841012375 2025-04-16 22:03:32.379 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 22:03:32.676 | Note: switching to 'FETCH_HEAD'. 2025-04-16 22:03:32.676 | 2025-04-16 22:03:32.676 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 22:03:32.676 | changes and commit them, and you can discard any commits you make in this 2025-04-16 22:03:32.676 | state without impacting any branches by switching back to a branch. 2025-04-16 22:03:32.676 | 2025-04-16 22:03:32.676 | If you want to create a new branch to retain commits you create, you may 2025-04-16 22:03:32.676 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 22:03:32.676 | 2025-04-16 22:03:32.676 | git switch -c 2025-04-16 22:03:32.676 | 2025-04-16 22:03:32.676 | Or undo this operation with: 2025-04-16 22:03:32.676 | 2025-04-16 22:03:32.676 | git switch - 2025-04-16 22:03:32.676 | 2025-04-16 22:03:32.677 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 22:03:32.677 | 2025-04-16 22:03:32.677 | HEAD is now at e3db83c Update InstanceNUMACell version in more cases 2025-04-16 22:03:32.681 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:32.683 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:32.685 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:32.686 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:32.688 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:32.690 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:32.692 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:32.693 | + functions-common:time_stop:2407 : start_time=1744841012375 2025-04-16 22:03:32.695 | + functions-common:time_stop:2409 : [[ -z 1744841012375 ]] 2025-04-16 22:03:32.697 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:32.700 | + functions-common:time_stop:2412 : end_time=1744841012698 2025-04-16 22:03:32.702 | + functions-common:time_stop:2413 : elapsed_time=323 2025-04-16 22:03:32.704 | + functions-common:time_stop:2414 : total=82116 2025-04-16 22:03:32.705 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:32.707 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=82439 2025-04-16 22:03:32.709 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-16 22:03:32.719 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-16 22:03:32.722 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 22:03:32.722 | + functions-common:git_clone:656 : head -1 2025-04-16 22:03:32.725 | e3db83c Update InstanceNUMACell version in more cases 2025-04-16 22:03:32.728 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 22:03:32.729 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-16 22:03:32.731 | + inc/python:setup_develop:360 : local bindep 2025-04-16 22:03:32.733 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 22:03:32.735 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-16 22:03:32.736 | + inc/python:setup_develop:366 : local extras= 2025-04-16 22:03:32.738 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-16 22:03:32.740 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 22:03:32.742 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 22:03:32.744 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-16 22:03:32.746 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 22:03:32.748 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 22:03:32.750 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-16 22:03:32.752 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 22:03:32.754 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-16 22:03:32.755 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 22:03:32.758 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 22:03:32.760 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-16 22:03:32.764 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-16 22:03:32.766 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-16 22:03:33.091 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-16 22:03:33.093 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 22:03:33.095 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 22:03:33.097 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 22:03:33.099 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-16 22:03:33.101 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-16 22:03:33.103 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 22:03:33.105 | + inc/python:setup_package:450 : local extras= 2025-04-16 22:03:33.107 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 22:03:33.109 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 22:03:33.111 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 22:03:33.112 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 22:03:33.114 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 22:03:33.116 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-16 22:03:33.135 | Using python 3.10 to install /opt/stack/nova 2025-04-16 22:03:33.137 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-04-16 22:03:33.966 | Obtaining file:///opt/stack/nova 2025-04-16 22:03:33.967 | Preparing metadata (setup.py): started 2025-04-16 22:03:34.570 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 22:03:34.658 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.11.1) 2025-04-16 22:03:34.659 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (1.4.41) 2025-04-16 22:03:34.659 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.1.1) 2025-04-16 22:03:34.660 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (0.33.3) 2025-04-16 22:03:34.661 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.1.2) 2025-04-16 22:03:34.662 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (10.4.1) 2025-04-16 22:03:34.663 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (4.9.2) 2025-04-16 22:03:34.665 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (2.5.1) 2025-04-16 22:03:34.665 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (40.0.2) 2025-04-16 22:03:34.665 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (1.8.7) 2025-04-16 22:03:34.665 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (2.0.2) 2025-04-16 22:03:34.666 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.0.1) 2025-04-16 22:03:34.667 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.5.2) 2025-04-16 22:03:34.668 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.7.0) 2025-04-16 22:03:34.668 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (1.9.4) 2025-04-16 22:03:34.669 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (0.8.0) 2025-04-16 22:03:34.670 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (0.11.0) 2025-04-16 22:03:34.671 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.1.0) 2025-04-16 22:03:34.672 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (1.1.0) 2025-04-16 22:03:34.672 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (4.17.3) 2025-04-16 22:03:34.673 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (9.4.0) 2025-04-16 22:03:34.674 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.3.0) 2025-04-16 22:03:34.675 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (11.0.0) 2025-04-16 22:03:34.675 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (4.4.1) 2025-04-16 22:03:34.676 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (2.28.2) 2025-04-16 22:03:34.677 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.1.0) 2025-04-16 22:03:34.770 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev10) 2025-04-16 22:03:34.770 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-16 22:03:34.780 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.5.0) 2025-04-16 22:03:34.780 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.2.0) 2025-04-16 22:03:34.781 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (9.2.0) 2025-04-16 22:03:34.781 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.2.0) 2025-04-16 22:03:34.782 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.3.2) 2025-04-16 22:03:34.783 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (2.2.0) 2025-04-16 22:03:34.784 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.1.0) 2025-04-16 22:03:34.785 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.2.1) 2025-04-16 22:03:34.785 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (2.2.0) 2025-04-16 22:03:34.786 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (6.2.1) 2025-04-16 22:03:34.787 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (14.1.1) 2025-04-16 22:03:34.788 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (7.1.0) 2025-04-16 22:03:34.789 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (14.4.2) 2025-04-16 22:03:34.789 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (4.2.1) 2025-04-16 22:03:34.790 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.2.0) 2025-04-16 22:03:34.791 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (6.1.1) 2025-04-16 22:03:34.792 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.2.1) 2025-04-16 22:03:34.793 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (2.0.0) 2025-04-16 22:03:34.794 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.2.0) 2025-04-16 22:03:34.794 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (5.9.5) 2025-04-16 22:03:34.795 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.2.0) 2025-04-16 22:03:34.796 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (6.4.2) 2025-04-16 22:03:34.797 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (1.1.0) 2025-04-16 22:03:34.798 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.0.0) 2025-04-16 22:03:34.798 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (3.2.0) 2025-04-16 22:03:34.799 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (4.3.0) 2025-04-16 22:03:34.821 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev10) 2025-04-16 22:03:34.823 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 22:03:34.826 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (4.2.0) 2025-04-16 22:03:34.827 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (0.2.3) 2025-04-16 22:03:34.827 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (1.3.4) 2025-04-16 22:03:34.828 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (1.7.0) 2025-04-16 22:03:34.829 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (2.8.2) 2025-04-16 22:03:34.830 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (2.4.1) 2025-04-16 22:03:34.832 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (1.5.1) 2025-04-16 22:03:34.832 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (6.0) 2025-04-16 22:03:34.832 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev10) (23.1) 2025-04-16 22:03:34.838 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev10) (1.2.4) 2025-04-16 22:03:34.848 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.0.1.dev10) (5.6.1) 2025-04-16 22:03:34.868 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev10) (1.15.1) 2025-04-16 22:03:34.881 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev10) (2.3.0) 2025-04-16 22:03:34.882 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev10) (1.16.0) 2025-04-16 22:03:34.895 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev10) (2.1.2) 2025-04-16 22:03:34.913 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev10) (23.1.0) 2025-04-16 22:03:34.914 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev10) (0.19.3) 2025-04-16 22:03:34.963 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev10) (3.1.1) 2025-04-16 22:03:34.963 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev10) (5.2.0) 2025-04-16 22:03:34.989 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.4.4) 2025-04-16 22:03:34.990 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.4.0) 2025-04-16 22:03:34.990 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.32) 2025-04-16 22:03:34.992 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.0.1) 2025-04-16 22:03:34.993 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.1.8) 2025-04-16 22:03:35.003 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev10) (5.9.0) 2025-04-16 22:03:35.006 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev10) (6.3.1) 2025-04-16 22:03:35.027 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev10) (2.5.0) 2025-04-16 22:03:35.029 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev10) (2.4.2) 2025-04-16 22:03:35.031 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev10) (0.7.7) 2025-04-16 22:03:35.057 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev10) (0.18) 2025-04-16 22:03:35.129 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev10) (2.0.1) 2025-04-16 22:03:35.129 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev10) (0.5.0) 2025-04-16 22:03:35.166 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.0.1.dev10) (0.9.6) 2025-04-16 22:03:35.193 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev10) (5.1.1) 2025-04-16 22:03:35.194 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev10) (5.3.0) 2025-04-16 22:03:35.194 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev10) (5.2.4) 2025-04-16 22:03:35.198 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev10) (0.7.0) 2025-04-16 22:03:35.208 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev10) (4.0.1) 2025-04-16 22:03:35.210 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev10) (4.0.1) 2025-04-16 22:03:35.232 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev10) (1.0.5) 2025-04-16 22:03:35.259 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev10) (2023.3) 2025-04-16 22:03:35.260 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev10) (2023.3) 2025-04-16 22:03:35.274 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev10) (1.4.0) 2025-04-16 22:03:35.275 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev10) (4.0.1) 2025-04-16 22:03:35.300 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev10) (3.0.9) 2025-04-16 22:03:35.344 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.0.1.dev10) (1.5.0) 2025-04-16 22:03:35.356 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev10) (69.1.1) 2025-04-16 22:03:35.394 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev10) (0.2.6) 2025-04-16 22:03:35.457 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev10) (23.1.1) 2025-04-16 22:03:35.458 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev10) (2.0.1) 2025-04-16 22:03:35.459 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev10) (1.15.0) 2025-04-16 22:03:35.479 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev10) (4.3.0) 2025-04-16 22:03:35.480 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev10) (2.1.0) 2025-04-16 22:03:35.481 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev10) (2.8.1) 2025-04-16 22:03:35.484 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev10) (3.19.1) 2025-04-16 22:03:35.514 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev10) (3.1.0) 2025-04-16 22:03:35.515 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev10) (3.4) 2025-04-16 22:03:35.515 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev10) (1.26.15) 2025-04-16 22:03:35.516 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev10) (2025.1.31) 2025-04-16 22:03:35.561 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.0.1.dev10) (0.7) 2025-04-16 22:03:35.687 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.0.1.dev10) (0.13.1) 2025-04-16 22:03:35.987 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev10) 2025-04-16 22:03:35.990 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-16 22:03:36.008 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev10) (5.0.0) 2025-04-16 22:03:36.116 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev10) (2.21) 2025-04-16 22:03:36.151 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (0.5.1) 2025-04-16 22:03:36.151 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (2.4.3) 2025-04-16 22:03:36.153 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (6.0.1) 2025-04-16 22:03:36.295 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.0.1.dev10) (2.3) 2025-04-16 22:03:36.444 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev10) (0.16.0) 2025-04-16 22:03:36.463 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev10) (2.17.7) 2025-04-16 22:03:36.835 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev10) (2.6.0) 2025-04-16 22:03:37.156 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (1.8.2) 2025-04-16 22:03:37.196 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (3.15.0) 2025-04-16 22:03:37.239 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev10) (2.4.0) 2025-04-16 22:03:37.441 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-16 22:03:37.453 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-16 22:03:37.996 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-16 22:03:39.871 | Running setup.py develop for nova 2025-04-16 22:03:41.399 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev10 numpy-1.24.2 websockify-0.10.0 2025-04-16 22:03:41.547 | + inc/python:pip_install:222 : result=0 2025-04-16 22:03:41.549 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:03:41.551 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:41.552 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:41.554 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:41.556 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:41.557 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:41.559 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:03:41.561 | + functions-common:time_stop:2407 : start_time=1744841013130 2025-04-16 22:03:41.562 | + functions-common:time_stop:2409 : [[ -z 1744841013130 ]] 2025-04-16 22:03:41.565 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:41.568 | + functions-common:time_stop:2412 : end_time=1744841021566 2025-04-16 22:03:41.569 | + functions-common:time_stop:2413 : elapsed_time=8436 2025-04-16 22:03:41.571 | + functions-common:time_stop:2414 : total=70184 2025-04-16 22:03:41.572 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:41.574 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78620 2025-04-16 22:03:41.576 | + inc/python:pip_install:225 : return 0 2025-04-16 22:03:41.578 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 22:03:41.580 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:03:41.581 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-16 22:03:41.583 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-16 22:03:41.585 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:03:41.587 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:03:41.589 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-16 22:03:41.591 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:03:41.593 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-04-16 22:03:41.605 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 22:03:41.607 | + stack.sh:main:965 : configure_nova 2025-04-16 22:03:41.609 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-16 22:03:41.619 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-16 22:03:41.621 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-16 22:03:41.622 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 22:03:41.625 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-16 22:03:41.626 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 22:03:41.629 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-16 22:03:41.631 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-16 22:03:41.633 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 22:03:41.635 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-16 22:03:41.637 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-16 22:03:41.638 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-16 22:03:41.640 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 22:03:41.642 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-16 22:03:41.651 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-16 22:03:41.660 | + 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 2025-04-16 22:03:41.670 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-04-16 22:03:41.679 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-16 22:03:41.688 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-16 22:03:41.697 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 22:03:41.700 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 22:03:41.703 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.9dYApecyyh 2025-04-16 22:03:41.705 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 22:03:41.707 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 22:03:41.709 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-16 22:03:41.710 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 22:03:41.712 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 22:03:41.714 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.9dYApecyyh 2025-04-16 22:03:41.717 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.9dYApecyyh 2025-04-16 22:03:41.725 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.9dYApecyyh /etc/sudoers.d/nova-rootwrap 2025-04-16 22:03:41.735 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 22:03:41.738 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 22:03:41.740 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 22:03:41.742 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 22:03:41.744 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 22:03:41.746 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 22:03:41.747 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 22:03:41.750 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 22:03:41.750 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 22:03:41.756 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 22:03:41.759 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 22:03:41.768 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 22:03:41.776 | + lib/nova:configure_nova:258 : [[ 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 ]] 2025-04-16 22:03:41.778 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-16 22:03:41.782 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-16 22:03:41.795 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:41.797 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-16 22:03:41.798 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-16 22:03:41.801 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-16 22:03:41.804 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-16 22:03:41.827 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-16 22:03:41.829 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-16 22:03:41.850 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-16 22:03:41.873 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-16 22:03:41.894 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 22:03:41.918 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-16 22:03:41.942 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-16 22:03:41.965 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-16 22:03:41.987 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-16 22:03:42.010 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-16 22:03:42.032 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-16 22:03:42.054 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-16 22:03:42.077 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 22:03:42.101 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-16 22:03:42.123 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-16 22:03:42.145 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-16 22:03:42.147 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 22:03:42.149 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 22:03:42.150 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 22:03:42.152 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 22:03:42.154 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 22:03:42.156 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 22:03:42.157 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 22:03:42.159 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 22:03:42.161 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 22:03:42.163 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 22:03:42.164 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 22:03:42.166 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 22:03:42.168 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 22:03:42.169 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-16 22:03:42.182 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:42.184 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:03:42.185 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-16 22:03:42.188 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-16 22:03:42.189 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 22:03:42.191 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 22:03:42.193 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 22:03:42.195 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:03:42.197 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:03:42.198 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:03:42.210 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:42.212 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:03:42.214 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 22:03:42.216 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 22:03:42.241 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-16 22:03:42.242 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-16 22:03:42.244 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-16 22:03:42.246 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-16 22:03:42.248 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:03:42.249 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:03:42.251 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:03:42.263 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:42.265 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:03:42.266 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 22:03:42.269 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 22:03:42.294 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-16 22:03:42.318 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-16 22:03:42.341 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-16 22:03:42.362 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-16 22:03:42.375 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:42.377 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-16 22:03:42.389 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:42.392 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-16 22:03:42.392 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-16 22:03:42.396 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-16 22:03:42.398 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-16 22:03:42.420 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-16 22:03:42.422 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-16 22:03:42.446 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-16 22:03:42.468 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-16 22:03:42.480 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:42.482 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-16 22:03:42.483 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-16 22:03:42.485 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 22:03:42.487 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 22:03:42.489 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-16 22:03:42.512 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-16 22:03:42.534 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 22:03:42.556 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-16 22:03:42.579 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-16 22:03:42.601 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-16 22:03:42.624 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-16 22:03:42.646 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-16 22:03:42.669 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 22:03:42.691 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 22:03:42.714 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-16 22:03:42.726 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:42.728 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-16 22:03:42.729 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-16 22:03:42.754 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-16 22:03:42.776 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-16 22:03:42.799 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-16 22:03:42.821 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-16 22:03:42.844 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-16 22:03:42.866 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-16 22:03:42.889 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-16 22:03:42.911 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-16 22:03:42.924 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:42.926 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-16 22:03:42.927 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-16 22:03:42.950 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-16 22:03:42.974 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-16 22:03:42.976 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-16 22:03:42.999 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-16 22:03:43.001 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-16 22:03:43.003 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-16 22:03:43.005 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 22:03:43.007 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 22:03:43.009 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 22:03:43.010 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 22:03:43.012 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 22:03:43.014 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 22:03:43.016 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 22:03:43.019 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 22:03:43.021 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 22:03:43.022 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 22:03:43.024 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 22:03:43.026 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 22:03:43.028 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 22:03:43.030 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-16 22:03:43.032 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-16 22:03:43.034 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-16 22:03:43.036 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 22:03:43.049 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 22:03:43.051 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 22:03:43.053 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 22:03:43.054 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 22:03:43.056 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 22:03:43.079 | + 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' 2025-04-16 22:03:43.102 | + 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' 2025-04-16 22:03:43.125 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 22:03:43.147 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-16 22:03:43.172 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-16 22:03:43.184 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:43.186 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2025-04-16 22:03:43.188 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-16 22:03:43.190 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 22:03:43.192 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-16 22:03:43.194 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 22:03:43.196 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 22:03:43.198 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 22:03:43.201 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-16 22:03:43.202 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 22:03:43.204 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 22:03:43.214 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 22:03:43.214 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:03:43.221 | d /var/run/uwsgi 0755 stack root 2025-04-16 22:03:43.224 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:03:43.232 | /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. 2025-04-16 22:03:43.235 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 22:03:43.237 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-16 22:03:43.240 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 22:03:43.263 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-16 22:03:43.285 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-16 22:03:43.306 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 22:03:43.328 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 22:03:43.350 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 22:03:43.372 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 22:03:43.394 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 22:03:43.416 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 22:03:43.438 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 22:03:43.460 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 22:03:43.482 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 22:03:43.505 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 22:03:43.527 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 22:03:43.529 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 22:03:43.531 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-16 22:03:43.533 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-16 22:03:43.535 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 22:03:43.537 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:43.539 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:43.541 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 22:03:43.543 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 22:03:43.545 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 22:03:43.567 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 22:03:43.590 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2025-04-16 22:03:43.590 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 22:03:43.597 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-16 22:03:43.599 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-16 22:03:43.601 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-16 22:03:43.603 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 22:03:43.605 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 22:03:43.607 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 22:03:43.608 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:43.610 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:43.612 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 22:03:43.614 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 22:03:43.616 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:43.618 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:43.620 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-16 22:03:43.651 | Enabling site nova-api-wsgi. 2025-04-16 22:03:43.655 | To activate the new configuration, you need to run: 2025-04-16 22:03:43.655 | systemctl reload apache2 2025-04-16 22:03:43.658 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 22:03:43.660 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 22:03:43.662 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:03:43.664 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 22:03:43.754 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-16 22:03:43.767 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:43.769 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-04-16 22:03:43.771 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-16 22:03:43.773 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 22:03:43.775 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-16 22:03:43.777 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-16 22:03:43.779 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 22:03:43.781 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 22:03:43.784 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-16 22:03:43.786 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 22:03:43.788 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 22:03:43.797 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 22:03:43.798 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:03:43.804 | d /var/run/uwsgi 0755 stack root 2025-04-16 22:03:43.807 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:03:43.815 | /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. 2025-04-16 22:03:43.818 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-16 22:03:43.820 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-16 22:03:43.823 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 22:03:43.849 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-16 22:03:43.871 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-16 22:03:43.893 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-16 22:03:43.916 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 22:03:43.938 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 22:03:43.960 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-16 22:03:43.982 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-16 22:03:44.004 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-16 22:03:44.027 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 22:03:44.049 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 22:03:44.071 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 22:03:44.093 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-16 22:03:44.116 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-16 22:03:44.117 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-16 22:03:44.140 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-16 22:03:44.152 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:44.154 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-16 22:03:44.179 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-16 22:03:44.181 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-16 22:03:44.183 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-16 22:03:44.195 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:44.197 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:03:44.200 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:03:44.222 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-16 22:03:44.247 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-16 22:03:44.248 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 22:03:44.250 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-16 22:03:44.252 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 22:03:44.254 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 22:03:44.256 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 22:03:44.268 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:44.271 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 22:03:44.272 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 22:03:44.274 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 22:03:44.287 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:44.288 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:03:44.291 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:03:44.314 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 22:03:44.316 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 22:03:44.317 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-16 22:03:44.340 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-16 22:03:44.363 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-16 22:03:44.388 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-16 22:03:44.400 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:44.402 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 22:03:44.424 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-16 22:03:44.426 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-16 22:03:44.428 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-16 22:03:44.453 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-16 22:03:44.476 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-04-16 22:03:44.499 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-16 22:03:44.521 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-16 22:03:44.544 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-16 22:03:44.567 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-16 22:03:44.589 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-16 22:03:44.612 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-16 22:03:44.635 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-16 22:03:44.647 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:44.650 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-16 22:03:44.653 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 22:03:44.655 | + lib/nova:create_nova_conf:582 : local conf 2025-04-16 22:03:44.657 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-16 22:03:44.659 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-16 22:03:44.661 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 22:03:44.663 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 22:03:44.665 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-16 22:03:44.667 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-16 22:03:44.669 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-16 22:03:44.672 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-16 22:03:44.674 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 22:03:44.676 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 22:03:44.678 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 22:03:44.680 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:03:44.682 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:03:44.684 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:03:44.696 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:44.698 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:03:44.700 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 22:03:44.703 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 22:03:44.727 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-16 22:03:44.752 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-16 22:03:44.777 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:03:44.779 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-16 22:03:44.780 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 22:03:44.782 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-16 22:03:44.784 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 22:03:44.786 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 22:03:44.788 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 22:03:44.801 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:44.803 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 22:03:44.805 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 22:03:44.807 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 22:03:44.820 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:44.821 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:03:44.824 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:03:44.846 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 22:03:44.848 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 22:03:44.850 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-16 22:03:44.852 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-16 22:03:44.854 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-16 22:03:44.856 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 22:03:44.869 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 22:03:44.871 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 22:03:44.873 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 22:03:44.875 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 22:03:44.876 | + 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}}' 2025-04-16 22:03:44.899 | + 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' 2025-04-16 22:03:44.922 | + 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' 2025-04-16 22:03:44.944 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 22:03:44.967 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:03:44.969 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-16 22:03:44.971 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-16 22:03:44.973 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-16 22:03:44.974 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-16 22:03:44.976 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-16 22:03:44.988 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:44.990 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-16 22:03:44.992 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-16 22:03:45.004 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:45.006 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-16 22:03:45.018 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:45.020 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-16 22:03:45.034 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:45.036 | + stack.sh:main:968 : is_service_enabled placement 2025-04-16 22:03:45.049 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:45.051 | + stack.sh:main:970 : stack_install_service placement 2025-04-16 22:03:45.053 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-16 22:03:45.055 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-16 22:03:45.057 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 22:03:45.059 | + lib/stack:stack_install_service:32 : install_placement 2025-04-16 22:03:45.061 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-16 22:03:45.063 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-16 22:03:45.066 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:45.068 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:45.070 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-16 22:03:45.072 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 22:03:45.074 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 22:03:45.076 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 22:03:45.078 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 22:03:45.080 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 22:03:45.082 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 22:03:45.084 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:45.086 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:45.088 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 22:03:45.090 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 22:03:45.092 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 22:03:45.094 | + functions-common:apt_get_update:1150 : return 2025-04-16 22:03:45.096 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-16 22:03:45.098 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 22:03:45.101 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:45.103 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:45.105 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-16 22:03:45.121 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-04-16 22:03:45.187 | Reading package lists... 2025-04-16 22:03:45.421 | Building dependency tree... 2025-04-16 22:03:45.422 | Reading state information... 2025-04-16 22:03:45.641 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 22:03:45.641 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 22:03:45.645 | + functions-common:apt_get:1194 : result=0 2025-04-16 22:03:45.648 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 22:03:45.650 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:45.652 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:45.654 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:45.656 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:45.658 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:45.660 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 22:03:45.662 | + functions-common:time_stop:2407 : start_time=1744841025119 2025-04-16 22:03:45.664 | + functions-common:time_stop:2409 : [[ -z 1744841025119 ]] 2025-04-16 22:03:45.666 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:45.669 | + functions-common:time_stop:2412 : end_time=1744841025667 2025-04-16 22:03:45.671 | + functions-common:time_stop:2413 : elapsed_time=548 2025-04-16 22:03:45.673 | + functions-common:time_stop:2414 : total=40661 2025-04-16 22:03:45.675 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:45.677 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41209 2025-04-16 22:03:45.679 | + functions-common:apt_get:1198 : return 0 2025-04-16 22:03:45.682 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-16 22:03:45.684 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-16 22:03:45.686 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-16 22:03:45.688 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-16 22:03:45.690 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-16 22:03:45.704 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-16 22:03:45.706 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 22:03:45.709 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 22:03:45.711 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 22:03:45.713 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 22:03:45.715 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 22:03:45.717 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 22:03:45.719 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:45.721 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:45.723 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 22:03:45.725 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 22:03:45.727 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 22:03:45.729 | + functions-common:apt_get_update:1150 : return 2025-04-16 22:03:45.731 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-16 22:03:45.733 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 22:03:45.736 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:45.738 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:45.740 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-16 22:03:45.757 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2025-04-16 22:03:45.817 | Reading package lists... 2025-04-16 22:03:46.032 | Building dependency tree... 2025-04-16 22:03:46.033 | Reading state information... 2025-04-16 22:03:46.243 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-16 22:03:46.243 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 22:03:46.247 | + functions-common:apt_get:1194 : result=0 2025-04-16 22:03:46.249 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 22:03:46.252 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:46.254 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:46.256 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:46.258 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:46.260 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:46.262 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 22:03:46.264 | + functions-common:time_stop:2407 : start_time=1744841025755 2025-04-16 22:03:46.266 | + functions-common:time_stop:2409 : [[ -z 1744841025755 ]] 2025-04-16 22:03:46.268 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:46.272 | + functions-common:time_stop:2412 : end_time=1744841026270 2025-04-16 22:03:46.274 | + functions-common:time_stop:2413 : elapsed_time=515 2025-04-16 22:03:46.276 | + functions-common:time_stop:2414 : total=41209 2025-04-16 22:03:46.278 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:46.280 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41724 2025-04-16 22:03:46.282 | + functions-common:apt_get:1198 : return 0 2025-04-16 22:03:46.284 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-16 22:03:46.286 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-16 22:03:46.288 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 22:03:46.290 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:46.292 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:46.295 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-16 22:03:46.297 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-16 22:03:46.325 | wsgi (enabled by maintainer script) 2025-04-16 22:03:46.328 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-16 22:03:46.330 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-16 22:03:46.332 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 22:03:46.335 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-16 22:03:46.338 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-16 22:03:46.340 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 22:03:46.343 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-16 22:03:46.343 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 22:03:46.348 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-16 22:03:46.350 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-16 22:03:46.352 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-16 22:03:46.354 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-16 22:03:46.356 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-16 22:03:46.374 | Using python 3.10 to install osc-placement 2025-04-16 22:03:46.376 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-04-16 22:03:47.313 | Collecting osc-placement 2025-04-16 22:03:47.315 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 22:03:47.341 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-04-16 22:03:47.342 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2025-04-16 22:03:47.343 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2025-04-16 22:03:47.343 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-04-16 22:03:47.344 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-04-16 22:03:47.370 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-04-16 22:03:47.371 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-04-16 22:03:47.371 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2025-04-16 22:03:47.372 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2025-04-16 22:03:47.379 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2025-04-16 22:03:47.379 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.1) 2025-04-16 22:03:47.380 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.1) 2025-04-16 22:03:47.387 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-04-16 22:03:47.388 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-04-16 22:03:47.389 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-04-16 22:03:47.389 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-04-16 22:03:47.390 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-04-16 22:03:47.391 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 22:03:47.391 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 22:03:47.399 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2025-04-16 22:03:47.400 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-04-16 22:03:47.401 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-04-16 22:03:47.401 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2025-04-16 22:03:47.402 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2025-04-16 22:03:47.406 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2025-04-16 22:03:47.422 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-04-16 22:03:47.423 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-04-16 22:03:47.423 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-04-16 22:03:47.424 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-04-16 22:03:47.425 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-04-16 22:03:47.426 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-04-16 22:03:47.427 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2025-04-16 22:03:47.448 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2025-04-16 22:03:47.449 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-04-16 22:03:47.449 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2025-04-16 22:03:47.450 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2025.1.31) 2025-04-16 22:03:47.490 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2025-04-16 22:03:47.491 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-04-16 22:03:47.491 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2025-04-16 22:03:47.511 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-04-16 22:03:47.544 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2025-04-16 22:03:47.551 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2025-04-16 22:03:47.610 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-04-16 22:03:47.650 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-16 22:03:48.457 | Installing collected packages: osc-placement 2025-04-16 22:03:48.530 | Successfully installed osc-placement-4.2.0 2025-04-16 22:03:48.633 | + inc/python:pip_install:222 : result=0 2025-04-16 22:03:48.636 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:03:48.638 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:48.640 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:48.642 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:48.644 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:48.646 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:48.648 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:03:48.650 | + functions-common:time_stop:2407 : start_time=1744841026370 2025-04-16 22:03:48.652 | + functions-common:time_stop:2409 : [[ -z 1744841026370 ]] 2025-04-16 22:03:48.654 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:48.658 | + functions-common:time_stop:2412 : end_time=1744841028656 2025-04-16 22:03:48.660 | + functions-common:time_stop:2413 : elapsed_time=2286 2025-04-16 22:03:48.662 | + functions-common:time_stop:2414 : total=78620 2025-04-16 22:03:48.664 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:48.666 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80906 2025-04-16 22:03:48.668 | + inc/python:pip_install:225 : return 0 2025-04-16 22:03:48.670 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-16 22:03:48.672 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-16 22:03:48.674 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-16 22:03:48.676 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 22:03:48.678 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 22:03:48.680 | ++ functions-common:git_clone:576 : pwd 2025-04-16 22:03:48.683 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 22:03:48.685 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 22:03:48.687 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 22:03:48.701 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 22:03:48.703 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 22:03:48.705 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 22:03:48.707 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 22:03:48.709 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 22:03:48.709 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 22:03:48.713 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-16 22:03:48.715 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 22:03:48.717 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 22:03:48.719 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:48.721 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:48.723 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:48.725 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:48.727 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:48.729 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:48.730 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:48.732 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:48.735 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:48.738 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841028736 2025-04-16 22:03:48.740 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 22:03:48.743 | Cloning into '/opt/stack//placement'... 2025-04-16 22:03:50.428 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:50.430 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:50.432 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:50.434 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:50.436 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:50.438 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:50.440 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:50.442 | + functions-common:time_stop:2407 : start_time=1744841028736 2025-04-16 22:03:50.445 | + functions-common:time_stop:2409 : [[ -z 1744841028736 ]] 2025-04-16 22:03:50.447 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:50.451 | + functions-common:time_stop:2412 : end_time=1744841030448 2025-04-16 22:03:50.453 | + functions-common:time_stop:2413 : elapsed_time=1712 2025-04-16 22:03:50.455 | + functions-common:time_stop:2414 : total=82439 2025-04-16 22:03:50.456 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:50.459 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=84151 2025-04-16 22:03:50.460 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-16 22:03:50.462 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 22:03:50.464 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:50.466 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:50.469 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:50.471 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:50.472 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:50.475 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:50.476 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:50.478 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:50.481 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:50.484 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841030482 2025-04-16 22:03:50.486 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 22:03:52.044 | From https://opendev.org/openstack/placement 2025-04-16 22:03:52.044 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 22:03:52.049 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:52.051 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:52.053 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:52.055 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:52.057 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:52.059 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:52.061 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:52.063 | + functions-common:time_stop:2407 : start_time=1744841030482 2025-04-16 22:03:52.064 | + functions-common:time_stop:2409 : [[ -z 1744841030482 ]] 2025-04-16 22:03:52.067 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:52.070 | + functions-common:time_stop:2412 : end_time=1744841032068 2025-04-16 22:03:52.072 | + functions-common:time_stop:2413 : elapsed_time=1586 2025-04-16 22:03:52.074 | + functions-common:time_stop:2414 : total=84151 2025-04-16 22:03:52.075 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:52.077 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=85737 2025-04-16 22:03:52.079 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 22:03:52.081 | + functions-common:git_timed:680 : local count=0 2025-04-16 22:03:52.083 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 22:03:52.085 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:03:52.087 | + functions-common:git_timed:684 : timeout=0 2025-04-16 22:03:52.089 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:03:52.091 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:03:52.093 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:03:52.095 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:03:52.097 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:03:52.101 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841032098 2025-04-16 22:03:52.102 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 22:03:52.128 | Note: switching to 'FETCH_HEAD'. 2025-04-16 22:03:52.128 | 2025-04-16 22:03:52.128 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 22:03:52.128 | changes and commit them, and you can discard any commits you make in this 2025-04-16 22:03:52.128 | state without impacting any branches by switching back to a branch. 2025-04-16 22:03:52.128 | 2025-04-16 22:03:52.128 | If you want to create a new branch to retain commits you create, you may 2025-04-16 22:03:52.128 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 22:03:52.128 | 2025-04-16 22:03:52.128 | git switch -c 2025-04-16 22:03:52.128 | 2025-04-16 22:03:52.128 | Or undo this operation with: 2025-04-16 22:03:52.128 | 2025-04-16 22:03:52.128 | git switch - 2025-04-16 22:03:52.128 | 2025-04-16 22:03:52.128 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 22:03:52.128 | 2025-04-16 22:03:52.129 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-16 22:03:52.131 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:03:52.133 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:52.135 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:52.137 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:52.139 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:52.141 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:52.142 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:03:52.144 | + functions-common:time_stop:2407 : start_time=1744841032098 2025-04-16 22:03:52.146 | + functions-common:time_stop:2409 : [[ -z 1744841032098 ]] 2025-04-16 22:03:52.149 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:52.152 | + functions-common:time_stop:2412 : end_time=1744841032149 2025-04-16 22:03:52.153 | + functions-common:time_stop:2413 : elapsed_time=51 2025-04-16 22:03:52.155 | + functions-common:time_stop:2414 : total=85737 2025-04-16 22:03:52.157 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:52.160 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=85788 2025-04-16 22:03:52.162 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-16 22:03:52.173 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-16 22:03:52.175 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 22:03:52.175 | + functions-common:git_clone:656 : head -1 2025-04-16 22:03:52.178 | d84f211 Add round-robin candidate generation strategy 2025-04-16 22:03:52.181 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 22:03:52.183 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-16 22:03:52.185 | + inc/python:setup_develop:360 : local bindep 2025-04-16 22:03:52.187 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 22:03:52.189 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-16 22:03:52.191 | + inc/python:setup_develop:366 : local extras= 2025-04-16 22:03:52.193 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-16 22:03:52.195 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 22:03:52.197 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 22:03:52.199 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-16 22:03:52.200 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 22:03:52.202 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 22:03:52.205 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-16 22:03:52.207 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 22:03:52.209 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-16 22:03:52.211 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 22:03:52.213 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 22:03:52.216 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-16 22:03:52.220 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-16 22:03:52.222 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-04-16 22:03:52.542 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-16 22:03:52.544 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 22:03:52.546 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 22:03:52.548 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 22:03:52.550 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-16 22:03:52.552 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-16 22:03:52.554 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 22:03:52.556 | + inc/python:setup_package:450 : local extras= 2025-04-16 22:03:52.558 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 22:03:52.560 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 22:03:52.562 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 22:03:52.564 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 22:03:52.566 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 22:03:52.568 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-16 22:03:52.585 | Using python 3.10 to install /opt/stack/placement 2025-04-16 22:03:52.587 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-04-16 22:03:53.456 | Obtaining file:///opt/stack/placement 2025-04-16 22:03:53.457 | Preparing metadata (setup.py): started 2025-04-16 22:03:53.881 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 22:03:53.936 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.11.1) 2025-04-16 22:03:53.936 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.4.41) 2025-04-16 22:03:53.937 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (10.4.1) 2025-04-16 22:03:53.938 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.5.1) 2025-04-16 22:03:53.939 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.8.7) 2025-04-16 22:03:53.939 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.17.3) 2025-04-16 22:03:53.940 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.28.2) 2025-04-16 22:03:53.941 | 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 /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (69.1.1) 2025-04-16 22:03:53.942 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 22:03:53.943 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (9.2.0) 2025-04-16 22:03:53.943 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 22:03:53.944 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.3.2) 2025-04-16 22:03:53.945 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.1) 2025-04-16 22:03:53.946 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (6.2.1) 2025-04-16 22:03:53.946 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (14.1.1) 2025-04-16 22:03:53.947 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.2.1) 2025-04-16 22:03:53.948 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 22:03:53.949 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.2.0) 2025-04-16 22:03:53.949 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-16 22:03:53.950 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (3.0.0) 2025-04-16 22:03:53.951 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.0.1) 2025-04-16 22:03:53.969 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (23.1.0) 2025-04-16 22:03:53.970 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (0.19.3) 2025-04-16 22:03:53.993 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.3.0) 2025-04-16 22:03:53.994 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.5.0) 2025-04-16 22:03:53.995 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (6.1.1) 2025-04-16 22:03:53.996 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.1.1) 2025-04-16 22:03:53.997 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 22:03:54.005 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.1.0.dev12) (0.18) 2025-04-16 22:03:54.024 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (6.0) 2025-04-16 22:03:54.025 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.5.0) 2025-04-16 22:03:54.025 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (0.8.0) 2025-04-16 22:03:54.026 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.0.0) 2025-04-16 22:03:54.027 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (5.1.0) 2025-04-16 22:03:54.048 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.9.4) 2025-04-16 22:03:54.050 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.0.1) 2025-04-16 22:03:54.051 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (0.5.0) 2025-04-16 22:03:54.070 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (2.8.2) 2025-04-16 22:03:54.071 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (0.9.6) 2025-04-16 22:03:54.078 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (3.1.2) 2025-04-16 22:03:54.079 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 22:03:54.081 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 22:03:54.093 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (1.0.5) 2025-04-16 22:03:54.094 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 22:03:54.095 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 22:03:54.100 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (3.7.0) 2025-04-16 22:03:54.108 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-16 22:03:54.109 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (0.11.0) 2025-04-16 22:03:54.109 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (23.1) 2025-04-16 22:03:54.110 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (3.0.9) 2025-04-16 22:03:54.122 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.1.0) 2025-04-16 22:03:54.123 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.4) 2025-04-16 22:03:54.124 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (1.26.15) 2025-04-16 22:03:54.125 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (2025.1.31) 2025-04-16 22:03:54.133 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (1.16.0) 2025-04-16 22:03:54.133 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (0.7) 2025-04-16 22:03:54.240 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.1.0.dev12) (2.0.2) 2025-04-16 22:03:54.258 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.2.4) 2025-04-16 22:03:54.302 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (1.15.0) 2025-04-16 22:03:54.333 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (2.1.2) 2025-04-16 22:03:54.361 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.7.0) 2025-04-16 22:03:54.401 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.1.8) 2025-04-16 22:03:54.425 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (0.2.6) 2025-04-16 22:03:54.554 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.6.0) 2025-04-16 22:03:54.594 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.1.1) 2025-04-16 22:03:54.645 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 22:03:55.354 | Installing collected packages: openstack-placement 2025-04-16 22:03:55.354 | Running setup.py develop for openstack-placement 2025-04-16 22:03:56.286 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-16 22:03:56.396 | + inc/python:pip_install:222 : result=0 2025-04-16 22:03:56.399 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:03:56.401 | + functions-common:time_stop:2400 : local name 2025-04-16 22:03:56.403 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:03:56.405 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:03:56.407 | + functions-common:time_stop:2403 : local total 2025-04-16 22:03:56.408 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:03:56.410 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:03:56.412 | + functions-common:time_stop:2407 : start_time=1744841032581 2025-04-16 22:03:56.414 | + functions-common:time_stop:2409 : [[ -z 1744841032581 ]] 2025-04-16 22:03:56.417 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:03:56.420 | + functions-common:time_stop:2412 : end_time=1744841036418 2025-04-16 22:03:56.421 | + functions-common:time_stop:2413 : elapsed_time=3837 2025-04-16 22:03:56.423 | + functions-common:time_stop:2414 : total=80906 2025-04-16 22:03:56.425 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:03:56.427 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=84743 2025-04-16 22:03:56.429 | + inc/python:pip_install:225 : return 0 2025-04-16 22:03:56.431 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 22:03:56.433 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:03:56.435 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-16 22:03:56.437 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-16 22:03:56.439 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:03:56.440 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:03:56.442 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-16 22:03:56.444 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:03:56.446 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 22:03:56.448 | + stack.sh:main:971 : configure_placement 2025-04-16 22:03:56.450 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-16 22:03:56.460 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-16 22:03:56.462 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-16 22:03:56.466 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-16 22:03:56.468 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-16 22:03:56.469 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-16 22:03:56.471 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-16 22:03:56.473 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:03:56.475 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:03:56.477 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:03:56.490 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:56.492 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:03:56.494 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-16 22:03:56.497 | + 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' 2025-04-16 22:03:56.524 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-16 22:03:56.551 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-16 22:03:56.577 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-16 22:03:56.579 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-16 22:03:56.581 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 22:03:56.583 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 22:03:56.585 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-16 22:03:56.611 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-16 22:03:56.635 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 22:03:56.659 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-16 22:03:56.684 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-16 22:03:56.710 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-16 22:03:56.735 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-16 22:03:56.760 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-16 22:03:56.785 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 22:03:56.810 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 22:03:56.834 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-16 22:03:56.837 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-16 22:03:56.839 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-16 22:03:56.841 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 22:03:56.855 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 22:03:56.857 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 22:03:56.859 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 22:03:56.861 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 22:03:56.863 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 22:03:56.887 | + 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' 2025-04-16 22:03:56.913 | + 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' 2025-04-16 22:03:56.939 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 22:03:56.963 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 22:03:56.965 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-16 22:03:56.967 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-16 22:03:56.969 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-16 22:03:56.971 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-16 22:03:56.973 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 22:03:56.975 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 22:03:56.978 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-16 22:03:56.981 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-16 22:03:56.983 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 22:03:56.985 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 22:03:56.995 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 22:03:56.995 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:03:57.002 | d /var/run/uwsgi 0755 stack root 2025-04-16 22:03:57.005 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 22:03:57.013 | /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. 2025-04-16 22:03:57.016 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-16 22:03:57.018 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-16 22:03:57.021 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-16 22:03:57.050 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-16 22:03:57.074 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-16 22:03:57.097 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-16 22:03:57.122 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 22:03:57.145 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 22:03:57.170 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-16 22:03:57.193 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-16 22:03:57.218 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-16 22:03:57.242 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 22:03:57.265 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 22:03:57.289 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 22:03:57.313 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-16 22:03:57.337 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 22:03:57.339 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 22:03:57.341 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-16 22:03:57.344 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-16 22:03:57.346 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 22:03:57.348 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:57.350 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:57.351 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-16 22:03:57.354 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-16 22:03:57.356 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-16 22:03:57.380 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 22:03:57.405 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2025-04-16 22:03:57.405 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-16 22:03:57.412 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-16 22:03:57.415 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-16 22:03:57.417 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-16 22:03:57.419 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 22:03:57.421 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 22:03:57.423 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 22:03:57.425 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:57.427 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:57.429 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 22:03:57.431 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 22:03:57.433 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:03:57.435 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:03:57.437 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-16 22:03:57.469 | Enabling site placement-api. 2025-04-16 22:03:57.473 | To activate the new configuration, you need to run: 2025-04-16 22:03:57.473 | systemctl reload apache2 2025-04-16 22:03:57.476 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 22:03:57.479 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 22:03:57.481 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:03:57.483 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 22:03:57.584 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 22:03:57.586 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 22:03:57.588 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-16 22:03:57.616 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-16 22:03:57.639 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-16 22:03:57.654 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:57.656 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-16 22:03:57.671 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:57.673 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-16 22:03:57.687 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:57.689 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-16 22:03:57.691 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-16 22:03:57.693 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-16 22:03:57.719 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-16 22:03:57.744 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-16 22:03:57.768 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-16 22:03:57.793 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-16 22:03:57.818 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-16 22:03:57.842 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-16 22:03:57.867 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-16 22:03:57.892 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-16 22:03:57.905 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:57.907 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-16 22:03:57.922 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:03:57.924 | + stack.sh:main:997 : run_phase stack install 2025-04-16 22:03:57.926 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 22:03:57.928 | + functions-common:run_phase:1829 : local phase=install 2025-04-16 22:03:57.930 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 22:03:57.932 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 22:03:57.935 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 22:03:57.937 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 22:03:57.939 | + functions-common:run_phase:1838 : local extra 2025-04-16 22:03:57.941 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 22:03:57.945 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 22:03:57.947 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 22:03:57.949 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 22:03:57.951 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-16 22:03:57.953 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 22:03:57.966 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:03:57.968 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:03:57.970 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:03:57.972 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 22:03:57.974 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-16 22:03:57.976 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:03:57.978 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-16 22:03:57.980 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-16 22:03:57.981 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-16 22:03:58.029 | ++ inc/async:async_inner:63 : install_tempest 2025-04-16 22:03:58.059 | [3512 Async install_tempest:34210]: running: install_tempest 2025-04-16 22:03:58.062 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 22:03:58.064 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 22:03:58.066 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:03:58.069 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 22:03:58.071 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-16 22:03:58.073 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 22:03:58.075 | + functions-common:run_plugins:1815 : local phase=install 2025-04-16 22:03:58.077 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 22:03:58.080 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 22:03:58.082 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 22:03:58.084 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 22:03:58.087 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 22:03:58.089 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-16 22:03:58.091 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:03:58.093 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:03:58.096 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 22:03:58.098 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-16 22:03:58.100 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:03:58.102 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-16 22:03:58.104 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-16 22:03:58.106 | ++ inc/python:setup_develop:360 : local bindep 2025-04-16 22:03:58.109 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 22:03:58.111 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 22:03:58.113 | ++ inc/python:setup_develop:366 : local extras= 2025-04-16 22:03:58.114 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-16 22:03:58.116 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 22:03:58.118 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 22:03:58.120 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 22:03:58.122 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 22:03:58.124 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 22:03:58.127 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-16 22:03:58.129 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 22:03:58.131 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-16 22:03:58.133 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 22:03:58.135 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 22:03:58.138 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-16 22:03:58.142 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-16 22:03:58.144 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-04-16 22:03:58.466 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-16 22:03:58.468 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-16 22:03:58.470 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-16 22:03:58.472 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 22:03:58.474 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-16 22:03:58.476 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-16 22:03:58.478 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-16 22:03:58.480 | ++ inc/python:setup_package:450 : local extras= 2025-04-16 22:03:58.482 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 22:03:58.484 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 22:03:58.485 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 22:03:58.488 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 22:03:58.489 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 22:03:58.491 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-16 22:03:58.508 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-16 22:03:58.509 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-04-16 22:03:59.345 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-16 22:03:59.347 | Preparing metadata (setup.py): started 2025-04-16 22:03:59.768 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 22:03:59.819 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.11.1) 2025-04-16 22:03:59.918 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-16 22:03:59.920 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 22:03:59.922 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.8.2) 2025-04-16 22:03:59.923 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (9.2.0) 2025-04-16 22:03:59.924 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.1.1) 2025-04-16 22:03:59.925 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.3.2) 2025-04-16 22:03:59.925 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.2.1) 2025-04-16 22:03:59.926 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.2.1) 2025-04-16 22:03:59.927 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.2.1) 2025-04-16 22:03:59.928 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (11.0.0) 2025-04-16 22:03:59.951 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-16 22:03:59.953 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-16 22:03:59.955 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.8.0) 2025-04-16 22:03:59.955 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (4.2.0) 2025-04-16 22:03:59.976 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-16 22:03:59.978 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 22:03:59.980 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.16.0) 2025-04-16 22:03:59.980 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (23.1.0) 2025-04-16 22:03:59.999 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.41) 2025-04-16 22:04:00.000 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.8.7) 2025-04-16 22:04:00.001 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 22:04:00.002 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.7.1) 2025-04-16 22:04:00.002 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.0.0) 2025-04-16 22:04:00.006 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 22:04:00.006 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 22:04:00.006 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.1.1) 2025-04-16 22:04:00.006 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.4.2) 2025-04-16 22:04:00.007 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.2.1) 2025-04-16 22:04:00.008 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.2.0) 2025-04-16 22:04:00.009 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.1.0) 2025-04-16 22:04:00.010 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.2) 2025-04-16 22:04:00.011 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.3.2) 2025-04-16 22:04:00.012 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.0) 2025-04-16 22:04:00.032 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (6.0) 2025-04-16 22:04:00.033 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.5.0) 2025-04-16 22:04:00.034 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.28.2) 2025-04-16 22:04:00.034 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.0.0) 2025-04-16 22:04:00.056 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (2.8.2) 2025-04-16 22:04:00.058 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (0.9.6) 2025-04-16 22:04:00.063 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (1.0.5) 2025-04-16 22:04:00.064 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 22:04:00.065 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 22:04:00.076 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.5.2) 2025-04-16 22:04:00.076 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.0.1) 2025-04-16 22:04:00.077 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.5.1) 2025-04-16 22:04:00.078 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 22:04:00.079 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.33.3) 2025-04-16 22:04:00.080 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 22:04:00.080 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.0.2) 2025-04-16 22:04:00.088 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (1.1.0) 2025-04-16 22:04:00.089 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (0.11.0) 2025-04-16 22:04:00.090 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (23.1) 2025-04-16 22:04:00.091 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (3.0.9) 2025-04-16 22:04:00.132 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (4.3.0) 2025-04-16 22:04:00.133 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.5.1) 2025-04-16 22:04:00.134 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.1.0) 2025-04-16 22:04:00.135 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.8.1) 2025-04-16 22:04:00.137 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 22:04:00.138 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.19.1) 2025-04-16 22:04:00.171 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.18) 2025-04-16 22:04:00.172 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (2.4.1) 2025-04-16 22:04:00.174 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (6.3.1) 2025-04-16 22:04:00.174 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.13.1) 2025-04-16 22:04:00.182 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.7.0) 2025-04-16 22:04:00.183 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.5.1) 2025-04-16 22:04:00.184 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.4.3) 2025-04-16 22:04:00.185 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (6.0.1) 2025-04-16 22:04:00.190 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.15.0) 2025-04-16 22:04:00.197 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.3.0) 2025-04-16 22:04:00.198 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.16.0) 2025-04-16 22:04:00.251 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.7.0) 2025-04-16 22:04:00.274 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.4) 2025-04-16 22:04:00.275 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 22:04:00.275 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.32) 2025-04-16 22:04:00.277 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 22:04:00.277 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.0.1) 2025-04-16 22:04:00.279 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.1.8) 2025-04-16 22:04:00.279 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (40.0.2) 2025-04-16 22:04:00.295 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.6.13) 2025-04-16 22:04:00.296 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.17.7) 2025-04-16 22:04:00.360 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.9.4) 2025-04-16 22:04:00.363 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.0.1) 2025-04-16 22:04:00.364 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.5.0) 2025-04-16 22:04:00.420 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 22:04:00.421 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 22:04:00.422 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.4) 2025-04-16 22:04:00.423 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.7.0) 2025-04-16 22:04:00.424 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 22:04:00.493 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (69.1.1) 2025-04-16 22:04:00.518 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-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.dev9) (1.2.4) 2025-04-16 22:04:00.519 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-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.dev9) (0.3.5) 2025-04-16 22:04:00.592 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 22:04:00.593 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.4) 2025-04-16 22:04:00.594 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.26.15) 2025-04-16 22:04:00.594 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2025.1.31) 2025-04-16 22:04:00.618 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.7) 2025-04-16 22:04:00.802 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.0.0) 2025-04-16 22:04:00.888 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.8.2) 2025-04-16 22:04:00.890 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.2.6) 2025-04-16 22:04:00.918 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.15.1) 2025-04-16 22:04:01.005 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.15.0) 2025-04-16 22:04:01.029 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.3) 2025-04-16 22:04:01.086 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-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.dev9) (2.1.2) 2025-04-16 22:04:01.101 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 22:04:01.102 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.9.2) 2025-04-16 22:04:01.149 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.2) 2025-04-16 22:04:01.150 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 22:04:01.152 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 22:04:01.167 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.4.0) 2025-04-16 22:04:01.305 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.6.0) 2025-04-16 22:04:01.375 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.21) 2025-04-16 22:04:01.459 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-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.dev9) (1.5.0) 2025-04-16 22:04:01.626 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-16 22:04:01.669 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-16 22:04:01.672 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-16 22:04:02.209 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-16 22:04:02.640 | Running setup.py develop for networking_nsxv3 2025-04-16 22:04:03.844 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-16 22:04:03.970 | ++ inc/python:pip_install:222 : result=0 2025-04-16 22:04:03.972 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:04:03.974 | ++ functions-common:time_stop:2400 : local name 2025-04-16 22:04:03.976 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:03.979 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:03.980 | ++ functions-common:time_stop:2403 : local total 2025-04-16 22:04:03.982 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:03.984 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:04:03.986 | ++ functions-common:time_stop:2407 : start_time=1744841038503 2025-04-16 22:04:03.988 | ++ functions-common:time_stop:2409 : [[ -z 1744841038503 ]] 2025-04-16 22:04:03.990 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:03.993 | ++ functions-common:time_stop:2412 : end_time=1744841043991 2025-04-16 22:04:03.995 | ++ functions-common:time_stop:2413 : elapsed_time=5488 2025-04-16 22:04:03.997 | ++ functions-common:time_stop:2414 : total=84743 2025-04-16 22:04:03.999 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:04.000 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=90231 2025-04-16 22:04:04.002 | ++ inc/python:pip_install:225 : return 0 2025-04-16 22:04:04.004 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 22:04:04.006 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:04:04.008 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-16 22:04:04.010 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-16 22:04:04.012 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:04:04.014 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:04:04.017 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-16 22:04:04.019 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-16 22:04:04.021 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-16 22:04:04.023 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-16 22:04:04.025 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 22:04:04.027 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 22:04:04.030 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-16 22:04:04.032 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 22:04:04.034 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-16 22:04:04.036 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-16 22:04:04.038 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 22:04:04.040 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-16 22:04:04.042 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-16 22:04:04.044 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 22:04:04.048 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-16 22:04:04.048 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 22:04:04.052 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-16 22:04:04.054 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-16 22:04:04.057 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-16 22:04:04.059 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-16 22:04:04.062 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-16 22:04:04.080 | Using python 3.10 to install python-openstackclient 2025-04-16 22:04:04.082 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-04-16 22:04:05.117 | Collecting python-openstackclient 2025-04-16 22:04:05.119 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-16 22:04:05.130 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-04-16 22:04:05.130 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-16 22:04:05.131 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-04-16 22:04:05.132 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.1) 2025-04-16 22:04:05.133 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2025-04-16 22:04:05.133 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.1) 2025-04-16 22:04:05.134 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2025-04-16 22:04:05.135 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2025-04-16 22:04:05.136 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2025-04-16 22:04:05.137 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2025-04-16 22:04:05.137 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2025-04-16 22:04:05.138 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-04-16 22:04:05.144 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2025-04-16 22:04:05.144 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-04-16 22:04:05.145 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-04-16 22:04:05.146 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2025-04-16 22:04:05.147 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2025-04-16 22:04:05.166 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2025-04-16 22:04:05.179 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2025-04-16 22:04:05.179 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2025-04-16 22:04:05.180 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2025-04-16 22:04:05.183 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2025-04-16 22:04:05.183 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2025-04-16 22:04:05.183 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2025-04-16 22:04:05.183 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2025-04-16 22:04:05.184 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2025-04-16 22:04:05.185 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2025-04-16 22:04:05.192 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2025-04-16 22:04:05.200 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-04-16 22:04:05.201 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-04-16 22:04:05.202 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-04-16 22:04:05.203 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-04-16 22:04:05.204 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 22:04:05.205 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 22:04:05.214 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2025-04-16 22:04:05.224 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2025-04-16 22:04:05.225 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.1) 2025-04-16 22:04:05.227 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-04-16 22:04:05.246 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2025-04-16 22:04:05.270 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2025-04-16 22:04:05.271 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-04-16 22:04:05.271 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2025-04-16 22:04:05.277 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2025-04-16 22:04:05.307 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2025-04-16 22:04:05.317 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2025-04-16 22:04:05.378 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2025-04-16 22:04:05.386 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2025-04-16 22:04:05.427 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2025-04-16 22:04:05.428 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-04-16 22:04:05.429 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2025-04-16 22:04:05.430 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2025.1.31) 2025-04-16 22:04:05.581 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-16 22:04:06.482 | Installing collected packages: python-openstackclient 2025-04-16 22:04:07.360 | Successfully installed python-openstackclient-6.3.0 2025-04-16 22:04:07.509 | + inc/python:pip_install:222 : result=0 2025-04-16 22:04:07.511 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:04:07.513 | + functions-common:time_stop:2400 : local name 2025-04-16 22:04:07.515 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:07.518 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:07.520 | + functions-common:time_stop:2403 : local total 2025-04-16 22:04:07.522 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:07.524 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:04:07.526 | + functions-common:time_stop:2407 : start_time=1744841044075 2025-04-16 22:04:07.528 | + functions-common:time_stop:2409 : [[ -z 1744841044075 ]] 2025-04-16 22:04:07.531 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:07.534 | + functions-common:time_stop:2412 : end_time=1744841047532 2025-04-16 22:04:07.536 | + functions-common:time_stop:2413 : elapsed_time=3457 2025-04-16 22:04:07.538 | + functions-common:time_stop:2414 : total=90231 2025-04-16 22:04:07.540 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:07.542 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=93688 2025-04-16 22:04:07.545 | + inc/python:pip_install:225 : return 0 2025-04-16 22:04:07.547 | + stack.sh:main:1009 : install_oscwrap 2025-04-16 22:04:07.550 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-16 22:04:07.553 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.tOuc1A8wC8 2025-04-16 22:04:07.556 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-16 22:04:07.558 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-16 22:04:07.560 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-16 22:04:07.563 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-16 22:04:07.565 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 22:04:07.567 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-16 22:04:07.582 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:04:07.584 | + stack.sh:main:1063 : configure_database 2025-04-16 22:04:07.587 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-16 22:04:07.588 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-16 22:04:07.590 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-16 22:04:07.592 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:04:07.594 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-16 22:04:07.596 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-16 22:04:07.598 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:04:07.600 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:04:07.602 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-16 22:04:07.604 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-16 22:04:07.605 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:04:07.607 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:04:07.609 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-16 22:04:07.612 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-16 22:04:07.613 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-16 22:04:07.615 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-16 22:04:07.617 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-16 22:04:07.619 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-16 22:04:07.623 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 22:04:07.623 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 22:04:07.626 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-16 22:04:07.676 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-16 22:04:07.678 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 22:04:07.680 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 22:04:07.682 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 22:04:07.684 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 22:04:07.686 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 22:04:07.688 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 22:04:07.690 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 22:04:07.691 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 22:04:07.693 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 22:04:07.695 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 22:04:07.697 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 22:04:07.699 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 22:04:07.701 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 22:04:07.703 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-16 22:04:07.705 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:04:07.707 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:04:07.709 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-16 22:04:07.711 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:04:07.713 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 22:04:08.242 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-16 22:04:08.244 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:04:08.246 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:04:08.248 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 22:04:08.250 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-16 22:04:08.252 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-16 22:04:08.254 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:04:08.256 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:04:08.261 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-16 22:04:08.263 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-16 22:04:08.265 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-16 22:04:08.267 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:04:08.269 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:04:08.271 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-16 22:04:08.273 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-16 22:04:08.277 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 22:04:08.279 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-16 22:04:08.294 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-16 22:04:08.296 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:04:08.299 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:04:08.301 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 22:04:08.303 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-16 22:04:08.305 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-16 22:04:08.351 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-16 22:04:08.401 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-16 22:04:08.445 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-16 22:04:08.447 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-16 22:04:08.449 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-16 22:04:08.449 | enabling MySQL performance counting 2025-04-16 22:04:08.451 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-16 22:04:08.468 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-16 22:04:08.470 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2025-04-16 22:04:09.320 | Processing ./tools/dbcounter 2025-04-16 22:04:09.323 | Installing build dependencies: started 2025-04-16 22:04:13.952 | Installing build dependencies: finished with status 'done' 2025-04-16 22:04:13.954 | Getting requirements to build wheel: started 2025-04-16 22:04:14.144 | Getting requirements to build wheel: finished with status 'done' 2025-04-16 22:04:14.144 | Preparing metadata (pyproject.toml): started 2025-04-16 22:04:14.338 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-16 22:04:14.346 | Building wheels for collected packages: dbcounter 2025-04-16 22:04:14.346 | Building wheel for dbcounter (pyproject.toml): started 2025-04-16 22:04:14.558 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-16 22:04:14.558 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=2fb88590a286f9be95be6f33603d42211f2fa047279a9e203632fdf2371a4279 2025-04-16 22:04:14.558 | Stored in directory: /tmp/pip-ephem-wheel-cache-8zs_2bqp/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-16 22:04:14.559 | Successfully built dbcounter 2025-04-16 22:04:15.610 | Installing collected packages: dbcounter 2025-04-16 22:04:15.646 | Successfully installed dbcounter-0.1 2025-04-16 22:04:15.774 | + inc/python:pip_install:222 : result=0 2025-04-16 22:04:15.776 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:04:15.778 | + functions-common:time_stop:2400 : local name 2025-04-16 22:04:15.780 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:15.782 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:15.784 | + functions-common:time_stop:2403 : local total 2025-04-16 22:04:15.786 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:15.788 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:04:15.790 | + functions-common:time_stop:2407 : start_time=1744841048464 2025-04-16 22:04:15.792 | + functions-common:time_stop:2409 : [[ -z 1744841048464 ]] 2025-04-16 22:04:15.795 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:15.798 | + functions-common:time_stop:2412 : end_time=1744841055796 2025-04-16 22:04:15.800 | + functions-common:time_stop:2413 : elapsed_time=7332 2025-04-16 22:04:15.802 | + functions-common:time_stop:2414 : total=93688 2025-04-16 22:04:15.804 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:15.806 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=101020 2025-04-16 22:04:15.808 | + inc/python:pip_install:225 : return 0 2025-04-16 22:04:15.810 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-16 22:04:15.812 | + lib/database:recreate_database:112 : local db=stats 2025-04-16 22:04:15.814 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-16 22:04:15.816 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-16 22:04:15.818 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-16 22:04:15.827 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-16 22:04:15.836 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2025-04-16 22:04:15.836 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-16 22:04:15.860 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-16 22:04:15.862 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-16 22:04:15.905 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-16 22:04:15.949 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-16 22:04:15.993 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-16 22:04:16.035 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-16 22:04:16.077 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-16 22:04:16.119 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-16 22:04:16.162 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-16 22:04:16.164 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:04:16.166 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 22:04:16.721 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-16 22:04:16.723 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-16 22:04:16.725 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 22:04:16.728 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-220416 2025-04-16 22:04:16.730 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-220416 1067' 2025-04-16 22:04:16.732 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.734 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 22:04:16.736 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.738 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 22:04:16.740 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.742 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 22:04:16.744 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.746 | + 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 2025-04-16 22:04:16.748 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.750 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 22:04:16.752 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.754 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 22:04:16.756 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.758 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-215946 2025-04-16 22:04:16.760 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.762 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 22:04:16.764 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.766 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 22:04:16.768 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.770 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 22:04:16.772 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.774 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 22:04:16.776 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.778 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 22:04:16.779 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.781 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 22:04:16.783 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.785 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 22:04:16.787 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:04:16.789 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 22:04:16.792 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-16 22:04:16.794 | + stack.sh:main:1093 : start_dstat 2025-04-16 22:04:16.796 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 22:04:16.798 | + functions-common:run_process:1654 : local service=dstat 2025-04-16 22:04:16.799 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 22:04:16.801 | + functions-common:run_process:1656 : local group= 2025-04-16 22:04:16.803 | + functions-common:run_process:1657 : local user= 2025-04-16 22:04:16.805 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:04:16.807 | + functions-common:run_process:1660 : local name=dstat 2025-04-16 22:04:16.809 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:04:16.811 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:04:16.813 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:04:16.815 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:04:16.818 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:04:16.821 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841056819 2025-04-16 22:04:16.823 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-16 22:04:16.837 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:16.839 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:04:16.841 | + functions-common:time_stop:2400 : local name 2025-04-16 22:04:16.843 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:16.845 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:16.847 | + functions-common:time_stop:2403 : local total 2025-04-16 22:04:16.849 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:16.851 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:04:16.853 | + functions-common:time_stop:2407 : start_time=1744841056819 2025-04-16 22:04:16.855 | + functions-common:time_stop:2409 : [[ -z 1744841056819 ]] 2025-04-16 22:04:16.857 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:16.860 | + functions-common:time_stop:2412 : end_time=1744841056858 2025-04-16 22:04:16.862 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-16 22:04:16.864 | + functions-common:time_stop:2414 : total=0 2025-04-16 22:04:16.866 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:16.868 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39 2025-04-16 22:04:16.870 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-16 22:04:16.872 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-16 22:04:16.874 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-16 22:04:16.876 | + functions-common:run_process:1656 : local group= 2025-04-16 22:04:16.878 | + functions-common:run_process:1657 : local user=root 2025-04-16 22:04:16.880 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:04:16.882 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-16 22:04:16.884 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:04:16.886 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:04:16.888 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:04:16.890 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:04:16.893 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:04:16.896 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841056894 2025-04-16 22:04:16.898 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-16 22:04:16.912 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:16.914 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:04:16.916 | + functions-common:time_stop:2400 : local name 2025-04-16 22:04:16.918 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:16.920 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:16.922 | + functions-common:time_stop:2403 : local total 2025-04-16 22:04:16.924 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:16.926 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:04:16.928 | + functions-common:time_stop:2407 : start_time=1744841056894 2025-04-16 22:04:16.930 | + functions-common:time_stop:2409 : [[ -z 1744841056894 ]] 2025-04-16 22:04:16.933 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:16.935 | + functions-common:time_stop:2412 : end_time=1744841056933 2025-04-16 22:04:16.938 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-16 22:04:16.940 | + functions-common:time_stop:2414 : total=39 2025-04-16 22:04:16.941 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:16.943 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78 2025-04-16 22:04:16.945 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-16 22:04:16.959 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:16.961 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-16 22:04:16.963 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-16 22:04:16.965 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-16 22:04:16.967 | + functions-common:run_process:1656 : local group= 2025-04-16 22:04:16.969 | + functions-common:run_process:1657 : local user= 2025-04-16 22:04:16.971 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:04:16.973 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-16 22:04:16.975 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:04:16.977 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:04:16.979 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:04:16.981 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:04:16.984 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:04:16.987 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841056985 2025-04-16 22:04:16.989 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-16 22:04:17.003 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:17.005 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:04:17.007 | + functions-common:time_stop:2400 : local name 2025-04-16 22:04:17.010 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:17.012 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:17.014 | + functions-common:time_stop:2403 : local total 2025-04-16 22:04:17.016 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:17.018 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:04:17.020 | + functions-common:time_stop:2407 : start_time=1744841056985 2025-04-16 22:04:17.022 | + functions-common:time_stop:2409 : [[ -z 1744841056985 ]] 2025-04-16 22:04:17.025 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:17.028 | + functions-common:time_stop:2412 : end_time=1744841057026 2025-04-16 22:04:17.030 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 22:04:17.032 | + functions-common:time_stop:2414 : total=78 2025-04-16 22:04:17.034 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:17.036 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=119 2025-04-16 22:04:17.039 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-16 22:04:17.053 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:17.055 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-16 22:04:17.069 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:04:17.071 | + stack.sh:main:1106 : start_etcd3 2025-04-16 22:04:17.073 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-16 22:04:17.075 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-16 22:04:17.077 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-16 22:04:17.080 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-16 22:04:17.082 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-16 22:04:17.084 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-16 22:04:17.086 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-16 22:04:17.088 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-16 22:04:17.090 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-16 22:04:17.092 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-16 22:04:17.094 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-16 22:04:17.096 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 22:04:17.098 | + 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 2025-04-16 22:04:17.100 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-16 22:04:17.103 | + functions-common:write_user_unit_file:1519 : 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' 2025-04-16 22:04:17.104 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:04:17.106 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-16 22:04:17.108 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:04:17.110 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:04:17.112 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:04:17.114 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 22:04:17.116 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:04:17.120 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-16 22:04:17.168 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:04:17.216 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-16 22:04:17.257 | + functions-common:write_user_unit_file:1533 : 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' 2025-04-16 22:04:17.297 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-16 22:04:17.338 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-16 22:04:17.382 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:04:17.423 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:04:17.425 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:04:17.427 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-16 22:04:17.477 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:04:17.731 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-16 22:04:17.779 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-16 22:04:17.822 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-16 22:04:17.865 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-16 22:04:17.909 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-16 22:04:17.912 | ++ functions-common:is_arch:497 : uname -m 2025-04-16 22:04:17.915 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-16 22:04:17.917 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-16 22:04:18.161 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-16 22:04:18.171 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-16 22:04:18.406 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-16 22:04:19.075 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-16 22:04:19.090 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:19.092 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-16 22:04:19.094 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-16 22:04:19.097 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-16 22:04:19.100 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-16 22:04:19.109 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-16 22:04:19.118 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-16 22:04:19.120 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 22:04:19.123 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.170 | The user clouds.yaml file didn't exist. 2025-04-16 22:04:19.177 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.235 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.293 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.353 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.417 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.481 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.547 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.613 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.681 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 22:04:19.751 | + functions-common:write_clouds_yaml:198 : cat 2025-04-16 22:04:19.755 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-16 22:04:19.758 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-16 22:04:19.760 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-16 22:04:19.763 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-16 22:04:19.765 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-16 22:04:19.767 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-16 22:04:19.780 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:04:19.782 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-16 22:04:19.784 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:04:19.786 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-16 22:04:19.788 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 22:04:19.790 | + stack.sh:main:1124 : init_keystone 2025-04-16 22:04:19.793 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-16 22:04:19.805 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:19.807 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-16 22:04:19.809 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-16 22:04:19.811 | + lib/database:recreate_database:112 : local db=keystone 2025-04-16 22:04:19.813 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-16 22:04:19.815 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-16 22:04:19.817 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-16 22:04:19.826 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-16 22:04:19.834 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-16 22:04:19.836 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 22:04:19.839 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:04:19.841 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:04:19.844 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:04:19.847 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841059844 2025-04-16 22:04:19.849 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-16 22:04:20.040 | ++ inc/async:async_inner:64 : rc=0 2025-04-16 22:04:20.059 | [34210 Async install_tempest:34210]: finished successfully 2025-04-16 22:04:21.490 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 22:04:21.499 | 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=36862) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:04:21.502 | DEBUG dbcounter [-] [36862] Writer thread running {{(pid=36862) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:04:21.507 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:04:21.507 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:04:21.545 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-16 22:04:22.389 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36862) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 22:04:22.390 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-16 22:04:22.390 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36862) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:04:22.392 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-16 22:04:22.414 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=36862) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:04:22.415 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-16 22:04:22.425 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=36862) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:04:22.426 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-16 22:04:22.426 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36862) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 22:04:22.427 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-16 22:04:22.440 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=36862) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:04:22.442 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-16 22:04:22.449 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=36862) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:04:22.721 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-16 22:04:22.723 | + functions-common:time_stop:2400 : local name 2025-04-16 22:04:22.726 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:22.728 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:22.731 | + functions-common:time_stop:2403 : local total 2025-04-16 22:04:22.733 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:22.735 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 22:04:22.737 | + functions-common:time_stop:2407 : start_time=1744841059844 2025-04-16 22:04:22.739 | + functions-common:time_stop:2409 : [[ -z 1744841059844 ]] 2025-04-16 22:04:22.742 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:22.745 | + functions-common:time_stop:2412 : end_time=1744841062743 2025-04-16 22:04:22.747 | + functions-common:time_stop:2413 : elapsed_time=2899 2025-04-16 22:04:22.749 | + functions-common:time_stop:2414 : total=0 2025-04-16 22:04:22.752 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:22.754 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2899 2025-04-16 22:04:22.756 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-16 22:04:22.758 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-16 22:04:22.761 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-16 22:04:24.241 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-16 22:04:24.241 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 22:04:24.241 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 22:04:24.242 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-16 22:04:24.242 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 22:04:24.242 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 22:04:24.242 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 22:04:24.242 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 22:04:24.242 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 22:04:24.462 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-16 22:04:24.466 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-16 22:04:25.927 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-16 22:04:25.928 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 22:04:25.928 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 22:04:25.928 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-16 22:04:25.928 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 22:04:25.928 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 22:04:25.928 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 22:04:25.928 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 22:04:25.928 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 22:04:26.145 | + stack.sh:main:1125 : start_keystone 2025-04-16 22:04:26.148 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-16 22:04:26.150 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-16 22:04:26.152 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-16 22:04:26.165 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:26.167 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-16 22:04:26.170 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-16 22:04:26.173 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-16 22:04:26.175 | + functions-common:run_process:1654 : local service=keystone 2025-04-16 22:04:26.177 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 22:04:26.179 | + functions-common:run_process:1656 : local group= 2025-04-16 22:04:26.181 | + functions-common:run_process:1657 : local user= 2025-04-16 22:04:26.183 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:04:26.185 | + functions-common:run_process:1660 : local name=keystone 2025-04-16 22:04:26.187 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:04:26.189 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:04:26.191 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:04:26.193 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:04:26.196 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:04:26.199 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841066197 2025-04-16 22:04:26.201 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-16 22:04:26.213 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:04:26.215 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-16 22:04:26.217 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-16 22:04:26.219 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 22:04:26.221 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 22:04:26.223 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 22:04:26.225 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 22:04:26.227 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-16 22:04:26.229 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-16 22:04:26.231 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-16 22:04:26.233 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:04:26.235 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:04:26.237 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:04:26.238 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:04:26.240 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-16 22:04:26.242 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 22:04:26.244 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 22:04:26.246 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 22:04:26.248 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-16 22:04:26.250 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 22:04:26.251 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 22:04:26.253 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 22:04:26.255 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 22:04:26.256 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-16 22:04:26.258 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 22:04:26.261 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-16 22:04:26.309 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:04:26.358 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-16 22:04:26.399 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-16 22:04:26.441 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 22:04:26.482 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:04:26.522 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-16 22:04:26.561 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-16 22:04:26.601 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-16 22:04:26.642 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-16 22:04:26.683 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-16 22:04:26.724 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 22:04:26.726 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 22:04:26.728 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-16 22:04:26.777 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 22:04:27.034 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-16 22:04:27.043 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-16 22:04:27.275 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-16 22:04:27.349 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:04:27.351 | + functions-common:time_stop:2400 : local name 2025-04-16 22:04:27.353 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:27.355 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:27.357 | + functions-common:time_stop:2403 : local total 2025-04-16 22:04:27.359 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:27.361 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:04:27.363 | + functions-common:time_stop:2407 : start_time=1744841066197 2025-04-16 22:04:27.365 | + functions-common:time_stop:2409 : [[ -z 1744841066197 ]] 2025-04-16 22:04:27.367 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:27.371 | + functions-common:time_stop:2412 : end_time=1744841067368 2025-04-16 22:04:27.373 | + functions-common:time_stop:2413 : elapsed_time=1171 2025-04-16 22:04:27.375 | + functions-common:time_stop:2414 : total=119 2025-04-16 22:04:27.377 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:27.379 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1290 2025-04-16 22:04:27.381 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-16 22:04:27.381 | Waiting for keystone to start... 2025-04-16 22:04:27.383 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-16 22:04:27.385 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-16 22:04:27.387 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 22:04:27.389 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-16 22:04:27.390 | + functions:wait_for_service:470 : local rval=0 2025-04-16 22:04:27.393 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 22:04:27.395 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 22:04:27.396 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:04:27.398 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:04:27.401 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:04:27.405 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841067402 2025-04-16 22:04:27.407 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 22:04:27.410 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-16 22:04:29.657 | + :: : [[ 200 == 503 ]] 2025-04-16 22:04:29.658 | + :: : [[ 0 -eq 7 ]] 2025-04-16 22:04:29.661 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 22:04:29.663 | + functions-common:time_stop:2400 : local name 2025-04-16 22:04:29.665 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:04:29.667 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:04:29.669 | + functions-common:time_stop:2403 : local total 2025-04-16 22:04:29.671 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:04:29.673 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 22:04:29.675 | + functions-common:time_stop:2407 : start_time=1744841067402 2025-04-16 22:04:29.676 | + functions-common:time_stop:2409 : [[ -z 1744841067402 ]] 2025-04-16 22:04:29.679 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:04:29.682 | + functions-common:time_stop:2412 : end_time=1744841069680 2025-04-16 22:04:29.684 | + functions-common:time_stop:2413 : elapsed_time=2278 2025-04-16 22:04:29.686 | + functions-common:time_stop:2414 : total=0 2025-04-16 22:04:29.688 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:04:29.690 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2278 2025-04-16 22:04:29.691 | + functions:wait_for_service:478 : return 0 2025-04-16 22:04:29.693 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-16 22:04:29.707 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:29.709 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-16 22:04:29.711 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 22:04:29.713 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-16 22:04:29.838 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-16 22:04:29.840 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/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 2025-04-16 22:04:31.365 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.366 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.366 | 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=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.371 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.377 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.377 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.393 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.409 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.409 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.450 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.450 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.451 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.451 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.451 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.451 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.462 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.462 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.462 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.463 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.463 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.463 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.463 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.467 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.469 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.469 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.469 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.469 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.469 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.469 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.470 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37673) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 22:04:31.498 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 22:04:31.506 | 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=37673) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:04:31.510 | DEBUG dbcounter [-] [37673] Writer thread running {{(pid=37673) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:04:31.665 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created domain default 2025-04-16 22:04:31.688 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created project admin 2025-04-16 22:04:31.704 | WARNING keystone.common.password_hashing [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-16 22:04:31.704 | DEBUG passlib.handlers.bcrypt [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=37673) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-16 22:04:31.705 | DEBUG passlib.handlers.bcrypt [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37673) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-16 22:04:31.741 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created user admin 2025-04-16 22:04:31.749 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created role reader 2025-04-16 22:04:31.761 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created role member 2025-04-16 22:04:31.773 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created implied role where 0d1ae8353af043979e65e86787dfaa9c implies 5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:31.778 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created role manager 2025-04-16 22:04:31.786 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created implied role where dc96e8e982d84dcaa94de650f9e5834a implies 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:31.792 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created role admin 2025-04-16 22:04:31.799 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created implied role where ba1e7876f30f4045b69c18dab2635c17 implies dc96e8e982d84dcaa94de650f9e5834a 2025-04-16 22:04:31.806 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created role service 2025-04-16 22:04:31.813 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Granted role admin on project admin to user admin. 2025-04-16 22:04:31.816 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Granted role admin on the system to user admin. 2025-04-16 22:04:31.825 | WARNING py.warnings [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-04-16 22:04:31.825 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-16 22:04:31.825 |  2025-04-16 22:04:31.827 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created region RegionOne 2025-04-16 22:04:31.844 | INFO keystone.cmd.bootstrap [None req-21de6b71-c803-42c8-b08a-573a4334e915 None None] Created public endpoint http://10.180.1.21/identity 2025-04-16 22:04:32.124 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-16 22:04:32.126 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-16 22:04:32.129 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-16 22:04:32.131 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-16 22:04:33.626 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:33.628 | + lib/keystone:create_keystone_accounts:315 : admin_project=c1aaa2970e964d7b86557399120d12c1 2025-04-16 22:04:33.631 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-16 22:04:33.633 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-16 22:04:34.713 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:34.715 | + lib/keystone:create_keystone_accounts:317 : admin_user=77845b50b6454104bce3945fc05f67ee 2025-04-16 22:04:34.717 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-16 22:04:34.719 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-16 22:04:34.721 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-16 22:04:34.723 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 77845b50b6454104bce3945fc05f67ee default 2025-04-16 22:04:34.768 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 77845b50b6454104bce3945fc05f67ee default 2025-04-16 22:04:34.797 | [3512 Async ks-domain-role:37795]: running: get_or_add_user_domain_role admin 77845b50b6454104bce3945fc05f67ee default 2025-04-16 22:04:34.799 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-16 22:04:34.801 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 22:04:34.803 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 22:04:36.186 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:36.188 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 22:04:36.190 | + functions-common:get_or_create_domain:861 : echo default 2025-04-16 22:04:36.190 | default 2025-04-16 22:04:36.192 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-16 22:04:36.241 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-16 22:04:36.272 | [3512 Async ks-project:37948]: running: get_or_create_project service Default 2025-04-16 22:04:36.275 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-16 22:04:36.321 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-16 22:04:36.350 | [3512 Async ks-service:38060]: running: get_or_create_role service 2025-04-16 22:04:36.352 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-16 22:04:36.400 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-16 22:04:36.430 | [3512 Async ks-reseller:38156]: running: get_or_create_role ResellerAdmin 2025-04-16 22:04:36.432 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-16 22:04:36.434 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-16 22:04:36.479 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-16 22:04:36.510 | [3512 Async ks-anotherrole:38253]: running: get_or_create_role anotherrole 2025-04-16 22:04:36.512 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-16 22:04:36.514 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-16 22:04:36.516 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 22:04:36.520 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-04-16 22:04:37.744 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:37.763 | [38156 Async ks-reseller:38156]: finished successfully 2025-04-16 22:04:37.861 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:37.882 | [38253 Async ks-anotherrole:38253]: finished successfully 2025-04-16 22:04:37.957 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:37.976 | [38060 Async ks-service:38060]: finished successfully 2025-04-16 22:04:38.015 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:38.034 | [37948 Async ks-project:37948]: finished successfully 2025-04-16 22:04:38.086 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:38.098 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:38.101 | ++ functions-common:get_or_create_project:911 : project_id=d379f65940e44c00a25b8b51c42c58e8 2025-04-16 22:04:38.103 | ++ functions-common:get_or_create_project:912 : echo d379f65940e44c00a25b8b51c42c58e8 2025-04-16 22:04:38.105 | + lib/keystone:create_keystone_accounts:345 : invis_project=d379f65940e44c00a25b8b51c42c58e8 2025-04-16 22:04:38.106 | [37795 Async ks-domain-role:37795]: finished successfully 2025-04-16 22:04:38.108 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-16 22:04:38.110 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-16 22:04:38.112 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 22:04:38.115 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-04-16 22:04:39.352 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:39.355 | ++ functions-common:get_or_create_project:911 : project_id=1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:39.357 | ++ functions-common:get_or_create_project:912 : echo 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:39.360 | + lib/keystone:create_keystone_accounts:349 : demo_project=1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:39.362 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-16 22:04:39.364 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-16 22:04:39.366 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:04:39.368 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-16 22:04:39.370 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-16 22:04:39.373 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-04-16 22:04:40.616 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:40.619 | ++ functions-common:get_or_create_user:898 : user_id=46c258b7daa74b22bfa2c887088bb9be 2025-04-16 22:04:40.621 | ++ functions-common:get_or_create_user:899 : echo 46c258b7daa74b22bfa2c887088bb9be 2025-04-16 22:04:40.623 | + lib/keystone:create_keystone_accounts:352 : demo_user=46c258b7daa74b22bfa2c887088bb9be 2025-04-16 22:04:40.625 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-16 22:04:40.661 | [3512 Async ks-domain-role:37795]: Waiting for completion of get_or_add_user_domain_role admin 77845b50b6454104bce3945fc05f67ee default running on PID 37795 (6 other jobs running) 2025-04-16 22:04:40.679 | [3512 Async ks-domain-role:37795]: Signaling child to exit 2025-04-16 22:04:40.679 | WAKEUP 2025-04-16 22:04:40.697 | [3512 Async ks-domain-role:37795]: Signaled 2025-04-16 22:04:40.698 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-16 22:04:40.698 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 77845b50b6454104bce3945fc05f67ee --domain default 2025-04-16 22:04:40.698 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 77845b50b6454104bce3945fc05f67ee --domain default -c Role -f value 2025-04-16 22:04:40.698 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:40.698 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:40.698 | + functions-common:get_or_add_user_domain_role:982 : echo ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:40.698 | ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:40.730 | [3512 Async ks-domain-role:37795]: finished get_or_add_user_domain_role admin 77845b50b6454104bce3945fc05f67ee default with result 0 in 3 seconds 2025-04-16 22:04:40.735 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-16 22:04:40.761 | [3512 Async ks-project:37948]: Waiting for completion of get_or_create_project service Default running on PID 37948 (5 other jobs running) 2025-04-16 22:04:40.779 | [3512 Async ks-project:37948]: Signaling child to exit 2025-04-16 22:04:40.779 | WAKEUP 2025-04-16 22:04:40.795 | [3512 Async ks-project:37948]: Signaled 2025-04-16 22:04:40.796 | + functions-common:get_or_create_project:905 : local project_id 2025-04-16 22:04:40.796 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-04-16 22:04:40.796 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:40.796 | + functions-common:get_or_create_project:911 : project_id=eeb231cacc6746d7a7934498011fa002 2025-04-16 22:04:40.796 | + functions-common:get_or_create_project:912 : echo eeb231cacc6746d7a7934498011fa002 2025-04-16 22:04:40.796 | eeb231cacc6746d7a7934498011fa002 2025-04-16 22:04:40.827 | [3512 Async ks-project:37948]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-16 22:04:40.853 | [3512 Async ks-service:38060]: Waiting for completion of get_or_create_role service running on PID 38060 (4 other jobs running) 2025-04-16 22:04:40.870 | [3512 Async ks-service:38060]: Signaling child to exit 2025-04-16 22:04:40.870 | WAKEUP 2025-04-16 22:04:40.886 | [3512 Async ks-service:38060]: Signaled 2025-04-16 22:04:40.886 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 22:04:40.886 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-16 22:04:40.886 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:40.886 | + functions-common:get_or_create_role:923 : role_id=25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:04:40.886 | + functions-common:get_or_create_role:924 : echo 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:04:40.886 | 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:04:40.917 | [3512 Async ks-service:38060]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-16 22:04:40.944 | [3512 Async ks-reseller:38156]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38156 (3 other jobs running) 2025-04-16 22:04:40.962 | [3512 Async ks-reseller:38156]: Signaling child to exit 2025-04-16 22:04:40.962 | WAKEUP 2025-04-16 22:04:40.978 | [3512 Async ks-reseller:38156]: Signaled 2025-04-16 22:04:40.978 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 22:04:40.979 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-16 22:04:40.979 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:40.979 | + functions-common:get_or_create_role:923 : role_id=302a77be16794da7ada87fc157e817df 2025-04-16 22:04:40.979 | + functions-common:get_or_create_role:924 : echo 302a77be16794da7ada87fc157e817df 2025-04-16 22:04:40.979 | 302a77be16794da7ada87fc157e817df 2025-04-16 22:04:41.009 | [3512 Async ks-reseller:38156]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-16 22:04:41.036 | [3512 Async ks-anotherrole:38253]: Waiting for completion of get_or_create_role anotherrole running on PID 38253 (2 other jobs running) 2025-04-16 22:04:41.053 | [3512 Async ks-anotherrole:38253]: Signaling child to exit 2025-04-16 22:04:41.053 | WAKEUP 2025-04-16 22:04:41.069 | [3512 Async ks-anotherrole:38253]: Signaled 2025-04-16 22:04:41.070 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 22:04:41.070 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-16 22:04:41.070 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:41.070 | + functions-common:get_or_create_role:923 : role_id=cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:41.070 | + functions-common:get_or_create_role:924 : echo cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:41.070 | cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:41.100 | [3512 Async ks-anotherrole:38253]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-16 22:04:41.103 | + inc/async:async_wait:197 : return 0 2025-04-16 22:04:41.105 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.153 | + inc/async:async_inner:63 : get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.182 | [3512 Async ks-demo-member:39094]: running: get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.184 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 77845b50b6454104bce3945fc05f67ee 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.232 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 77845b50b6454104bce3945fc05f67ee 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.262 | [3512 Async ks-demo-admin:39190]: running: get_or_add_user_project_role admin 77845b50b6454104bce3945fc05f67ee 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.264 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.312 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.342 | [3512 Async ks-demo-another:39287]: running: get_or_add_user_project_role anotherrole 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:41.345 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be d379f65940e44c00a25b8b51c42c58e8 2025-04-16 22:04:41.392 | + inc/async:async_inner:63 : get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be d379f65940e44c00a25b8b51c42c58e8 2025-04-16 22:04:41.426 | [3512 Async ks-demo-invis:39384]: running: get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be d379f65940e44c00a25b8b51c42c58e8 2025-04-16 22:04:41.428 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-16 22:04:41.431 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-16 22:04:41.433 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:04:41.435 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-16 22:04:41.437 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-16 22:04:41.440 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 22:04:42.993 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:42.995 | ++ functions-common:get_or_create_user:898 : user_id=d52a6648467e440282afe0ce2adc7890 2025-04-16 22:04:42.997 | ++ functions-common:get_or_create_user:899 : echo d52a6648467e440282afe0ce2adc7890 2025-04-16 22:04:43.000 | + lib/keystone:create_keystone_accounts:365 : demo_reader=d52a6648467e440282afe0ce2adc7890 2025-04-16 22:04:43.002 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader d52a6648467e440282afe0ce2adc7890 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:43.054 | + inc/async:async_inner:63 : get_or_add_user_project_role reader d52a6648467e440282afe0ce2adc7890 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:43.089 | [3512 Async ks-demo-reader:39558]: running: get_or_add_user_project_role reader d52a6648467e440282afe0ce2adc7890 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:43.091 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-16 22:04:43.094 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-16 22:04:43.096 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 22:04:43.099 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-04-16 22:04:44.675 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:44.678 | ++ functions-common:get_or_create_project:911 : project_id=d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:44.679 | ++ functions-common:get_or_create_project:912 : echo d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:44.681 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:44.686 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-16 22:04:44.688 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-16 22:04:44.690 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:04:44.692 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-16 22:04:44.694 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-16 22:04:44.698 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 22:04:44.824 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:44.847 | [39094 Async ks-demo-member:39094]: finished successfully 2025-04-16 22:04:45.001 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:45.022 | [39190 Async ks-demo-admin:39190]: finished successfully 2025-04-16 22:04:45.240 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:45.259 | [39287 Async ks-demo-another:39287]: finished successfully 2025-04-16 22:04:45.359 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:45.377 | [39384 Async ks-demo-invis:39384]: finished successfully 2025-04-16 22:04:45.962 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:45.964 | ++ functions-common:get_or_create_user:898 : user_id=8e778aa88c094ed5b631d0c23af6dc4f 2025-04-16 22:04:45.967 | ++ functions-common:get_or_create_user:899 : echo 8e778aa88c094ed5b631d0c23af6dc4f 2025-04-16 22:04:45.969 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=8e778aa88c094ed5b631d0c23af6dc4f 2025-04-16 22:04:45.971 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:46.020 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:46.053 | [3512 Async ks-alt-admin:39948]: running: get_or_add_user_project_role admin 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:46.055 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:46.105 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:46.136 | [3512 Async ks-alt-another:40044]: running: get_or_add_user_project_role anotherrole 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:46.138 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-16 22:04:46.140 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-16 22:04:46.142 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:04:46.144 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-16 22:04:46.146 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-16 22:04:46.149 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 22:04:46.641 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:46.659 | [39558 Async ks-demo-reader:39558]: finished successfully 2025-04-16 22:04:47.463 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:47.465 | ++ functions-common:get_or_create_user:898 : user_id=899f322acddb452db5ac493f1dc19c36 2025-04-16 22:04:47.468 | ++ functions-common:get_or_create_user:899 : echo 899f322acddb452db5ac493f1dc19c36 2025-04-16 22:04:47.470 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=899f322acddb452db5ac493f1dc19c36 2025-04-16 22:04:47.472 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 899f322acddb452db5ac493f1dc19c36 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:47.532 | + inc/async:async_inner:63 : get_or_add_user_project_role member 899f322acddb452db5ac493f1dc19c36 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:47.565 | [3512 Async ks-alt-member-user:40221]: running: get_or_add_user_project_role member 899f322acddb452db5ac493f1dc19c36 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:47.567 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-16 22:04:47.570 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-16 22:04:47.572 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:04:47.574 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-16 22:04:47.576 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-16 22:04:47.579 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 22:04:48.863 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:48.865 | ++ functions-common:get_or_create_user:898 : user_id=673a0b40cfe441839547dce2b9984e1a 2025-04-16 22:04:48.868 | ++ functions-common:get_or_create_user:899 : echo 673a0b40cfe441839547dce2b9984e1a 2025-04-16 22:04:48.870 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=673a0b40cfe441839547dce2b9984e1a 2025-04-16 22:04:48.872 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 673a0b40cfe441839547dce2b9984e1a d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:48.922 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 673a0b40cfe441839547dce2b9984e1a d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:48.952 | [3512 Async ks-alt-reader-user:40395]: running: get_or_add_user_project_role reader 673a0b40cfe441839547dce2b9984e1a d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:48.955 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-16 22:04:48.957 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:04:48.960 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-16 22:04:48.962 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-16 22:04:48.965 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 22:04:49.334 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:49.354 | [39948 Async ks-alt-admin:39948]: finished successfully 2025-04-16 22:04:49.452 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:49.471 | [40044 Async ks-alt-another:40044]: finished successfully 2025-04-16 22:04:50.423 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:50.425 | ++ functions-common:get_or_create_user:898 : user_id=3ff99ee500a641ac9c2c4821838dbd87 2025-04-16 22:04:50.427 | ++ functions-common:get_or_create_user:899 : echo 3ff99ee500a641ac9c2c4821838dbd87 2025-04-16 22:04:50.430 | + lib/keystone:create_keystone_accounts:397 : system_member_user=3ff99ee500a641ac9c2c4821838dbd87 2025-04-16 22:04:50.433 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 3ff99ee500a641ac9c2c4821838dbd87 all 2025-04-16 22:04:50.491 | + inc/async:async_inner:63 : get_or_add_user_system_role member 3ff99ee500a641ac9c2c4821838dbd87 all 2025-04-16 22:04:50.528 | [3512 Async ks-system-member:40628]: running: get_or_add_user_system_role member 3ff99ee500a641ac9c2c4821838dbd87 all 2025-04-16 22:04:50.531 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-16 22:04:50.533 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:04:50.535 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-16 22:04:50.538 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-16 22:04:50.541 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 22:04:50.931 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:50.951 | [40221 Async ks-alt-member-user:40221]: finished successfully 2025-04-16 22:04:51.822 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:51.825 | ++ functions-common:get_or_create_user:898 : user_id=e920292fa0704c8eb9da58f05c8b22f9 2025-04-16 22:04:51.826 | ++ functions-common:get_or_create_user:899 : echo e920292fa0704c8eb9da58f05c8b22f9 2025-04-16 22:04:51.829 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=e920292fa0704c8eb9da58f05c8b22f9 2025-04-16 22:04:51.831 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader e920292fa0704c8eb9da58f05c8b22f9 all 2025-04-16 22:04:51.882 | + inc/async:async_inner:63 : get_or_add_user_system_role reader e920292fa0704c8eb9da58f05c8b22f9 all 2025-04-16 22:04:51.914 | [3512 Async ks-system-reader:40836]: running: get_or_add_user_system_role reader e920292fa0704c8eb9da58f05c8b22f9 all 2025-04-16 22:04:51.917 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-16 22:04:51.920 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-16 22:04:51.922 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-16 22:04:51.924 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 22:04:51.927 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-04-16 22:04:52.292 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:52.312 | [40395 Async ks-alt-reader-user:40395]: finished successfully 2025-04-16 22:04:53.197 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:53.200 | ++ functions-common:get_or_create_group:875 : group_id=89835eb340444e9d95dea8b323548df4 2025-04-16 22:04:53.202 | ++ functions-common:get_or_create_group:876 : echo 89835eb340444e9d95dea8b323548df4 2025-04-16 22:04:53.204 | + lib/keystone:create_keystone_accounts:407 : admin_group=89835eb340444e9d95dea8b323548df4 2025-04-16 22:04:53.207 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-16 22:04:53.212 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-16 22:04:53.214 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-16 22:04:53.216 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 22:04:53.219 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-04-16 22:04:54.487 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:54.490 | ++ functions-common:get_or_create_group:875 : group_id=e2b2047546e34271b64cfbd13d426409 2025-04-16 22:04:54.492 | ++ functions-common:get_or_create_group:876 : echo e2b2047546e34271b64cfbd13d426409 2025-04-16 22:04:54.494 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=e2b2047546e34271b64cfbd13d426409 2025-04-16 22:04:54.496 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:54.546 | + inc/async:async_inner:63 : get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:54.574 | [3512 Async ks-group-memberdemo:41103]: running: get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:54.576 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:54.629 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:54.661 | [3512 Async ks-group-anotherdemo:41182]: running: get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:54.663 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:54.716 | + inc/async:async_inner:63 : get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:54.748 | [3512 Async ks-group-memberalt:41262]: running: get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:54.750 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:54.802 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:54.835 | [3512 Async ks-group-anotheralt:41342]: running: get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:54.837 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 89835eb340444e9d95dea8b323548df4 c1aaa2970e964d7b86557399120d12c1 2025-04-16 22:04:54.887 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 89835eb340444e9d95dea8b323548df4 c1aaa2970e964d7b86557399120d12c1 2025-04-16 22:04:54.919 | [3512 Async ks-group-admin:41440]: running: get_or_add_group_project_role admin 89835eb340444e9d95dea8b323548df4 c1aaa2970e964d7b86557399120d12c1 2025-04-16 22:04:54.921 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-04-16 22:04:54.960 | [3512 Async ks-demo-member:39094]: Waiting for completion of get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 running on PID 39094 (17 other jobs running) 2025-04-16 22:04:54.980 | [3512 Async ks-demo-member:39094]: Signaling child to exit 2025-04-16 22:04:54.984 | WAKEUP 2025-04-16 22:04:54.995 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:55.000 | [3512 Async ks-demo-member:39094]: Signaled 2025-04-16 22:04:55.001 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.001 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.001 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.001 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.002 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.002 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.002 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.002 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.002 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.002 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 46c258b7daa74b22bfa2c887088bb9be --project 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:55.002 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 46c258b7daa74b22bfa2c887088bb9be --project 1341c476f86046bd915e3ba9f178be38 -c Role -f value 2025-04-16 22:04:55.002 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.002 | + functions-common:get_or_add_user_project_role:962 : user_role_id=0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.002 | + functions-common:get_or_add_user_project_role:963 : echo 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.002 | 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.016 | [40628 Async ks-system-member:40628]: finished successfully 2025-04-16 22:04:55.040 | [3512 Async ks-demo-member:39094]: finished get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 with result 0 in 3 seconds 2025-04-16 22:04:55.066 | [3512 Async ks-demo-admin:39190]: Waiting for completion of get_or_add_user_project_role admin 77845b50b6454104bce3945fc05f67ee 1341c476f86046bd915e3ba9f178be38 running on PID 39190 (16 other jobs running) 2025-04-16 22:04:55.084 | [3512 Async ks-demo-admin:39190]: Signaling child to exit 2025-04-16 22:04:55.084 | WAKEUP 2025-04-16 22:04:55.100 | [3512 Async ks-demo-admin:39190]: Signaled 2025-04-16 22:04:55.101 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.101 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.101 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.101 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.101 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.101 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.101 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.101 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.101 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.101 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 77845b50b6454104bce3945fc05f67ee --project 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:55.101 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 77845b50b6454104bce3945fc05f67ee --project 1341c476f86046bd915e3ba9f178be38 -c Role -f value 2025-04-16 22:04:55.101 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.101 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:55.101 | + functions-common:get_or_add_user_project_role:963 : echo ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:55.101 | ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:55.133 | [3512 Async ks-demo-admin:39190]: finished get_or_add_user_project_role admin 77845b50b6454104bce3945fc05f67ee 1341c476f86046bd915e3ba9f178be38 with result 0 in 3 seconds 2025-04-16 22:04:55.159 | [3512 Async ks-demo-another:39287]: Waiting for completion of get_or_add_user_project_role anotherrole 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 running on PID 39287 (15 other jobs running) 2025-04-16 22:04:55.177 | [3512 Async ks-demo-another:39287]: Signaling child to exit 2025-04-16 22:04:55.177 | WAKEUP 2025-04-16 22:04:55.194 | [3512 Async ks-demo-another:39287]: Signaled 2025-04-16 22:04:55.195 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.195 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.195 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.195 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.195 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.195 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.195 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.195 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.195 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.195 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 46c258b7daa74b22bfa2c887088bb9be --project 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:55.195 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 46c258b7daa74b22bfa2c887088bb9be --project 1341c476f86046bd915e3ba9f178be38 -c Role -f value 2025-04-16 22:04:55.195 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.195 | + functions-common:get_or_add_user_project_role:962 : user_role_id=cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:55.195 | + functions-common:get_or_add_user_project_role:963 : echo cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:55.195 | cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:55.226 | [3512 Async ks-demo-another:39287]: finished get_or_add_user_project_role anotherrole 46c258b7daa74b22bfa2c887088bb9be 1341c476f86046bd915e3ba9f178be38 with result 0 in 3 seconds 2025-04-16 22:04:55.252 | [3512 Async ks-demo-invis:39384]: Waiting for completion of get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be d379f65940e44c00a25b8b51c42c58e8 running on PID 39384 (14 other jobs running) 2025-04-16 22:04:55.270 | [3512 Async ks-demo-invis:39384]: Signaling child to exit 2025-04-16 22:04:55.270 | WAKEUP 2025-04-16 22:04:55.286 | [3512 Async ks-demo-invis:39384]: Signaled 2025-04-16 22:04:55.287 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.288 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.288 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.288 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.288 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.288 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.288 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.288 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.288 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.288 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 46c258b7daa74b22bfa2c887088bb9be --project d379f65940e44c00a25b8b51c42c58e8 2025-04-16 22:04:55.288 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 46c258b7daa74b22bfa2c887088bb9be --project d379f65940e44c00a25b8b51c42c58e8 -c Role -f value 2025-04-16 22:04:55.288 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.288 | + functions-common:get_or_add_user_project_role:962 : user_role_id=0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.288 | + functions-common:get_or_add_user_project_role:963 : echo 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.288 | 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.319 | [3512 Async ks-demo-invis:39384]: finished get_or_add_user_project_role member 46c258b7daa74b22bfa2c887088bb9be d379f65940e44c00a25b8b51c42c58e8 with result 0 in 4 seconds 2025-04-16 22:04:55.345 | [3512 Async ks-demo-reader:39558]: Waiting for completion of get_or_add_user_project_role reader d52a6648467e440282afe0ce2adc7890 1341c476f86046bd915e3ba9f178be38 running on PID 39558 (13 other jobs running) 2025-04-16 22:04:55.363 | [3512 Async ks-demo-reader:39558]: Signaling child to exit 2025-04-16 22:04:55.363 | WAKEUP 2025-04-16 22:04:55.380 | [3512 Async ks-demo-reader:39558]: Signaled 2025-04-16 22:04:55.381 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.381 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.381 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.381 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.381 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.381 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.381 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.381 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.381 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.381 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user d52a6648467e440282afe0ce2adc7890 --project 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:55.381 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d52a6648467e440282afe0ce2adc7890 --project 1341c476f86046bd915e3ba9f178be38 -c Role -f value 2025-04-16 22:04:55.381 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.381 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:55.381 | + functions-common:get_or_add_user_project_role:963 : echo 5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:55.381 | 5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:55.423 | [3512 Async ks-demo-reader:39558]: finished get_or_add_user_project_role reader d52a6648467e440282afe0ce2adc7890 1341c476f86046bd915e3ba9f178be38 with result 0 in 3 seconds 2025-04-16 22:04:55.428 | + inc/async:async_wait:197 : return 0 2025-04-16 22:04:55.432 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-16 22:04:55.474 | [3512 Async ks-alt-admin:39948]: Waiting for completion of get_or_add_user_project_role admin 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 running on PID 39948 (12 other jobs running) 2025-04-16 22:04:55.492 | [3512 Async ks-alt-admin:39948]: Signaling child to exit 2025-04-16 22:04:55.492 | WAKEUP 2025-04-16 22:04:55.511 | [3512 Async ks-alt-admin:39948]: Signaled 2025-04-16 22:04:55.511 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.511 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.511 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.511 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.511 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.511 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.511 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.511 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.511 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.511 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 8e778aa88c094ed5b631d0c23af6dc4f --project d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:55.511 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8e778aa88c094ed5b631d0c23af6dc4f --project d18c67b840e04dc3aa8dac1d7a4cfd69 -c Role -f value 2025-04-16 22:04:55.511 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.511 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:55.511 | + functions-common:get_or_add_user_project_role:963 : echo ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:55.511 | ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:55.551 | [3512 Async ks-alt-admin:39948]: finished get_or_add_user_project_role admin 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 with result 0 in 3 seconds 2025-04-16 22:04:55.580 | [3512 Async ks-alt-another:40044]: Waiting for completion of get_or_add_user_project_role anotherrole 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 running on PID 40044 (11 other jobs running) 2025-04-16 22:04:55.601 | [3512 Async ks-alt-another:40044]: Signaling child to exit 2025-04-16 22:04:55.602 | WAKEUP 2025-04-16 22:04:55.625 | [3512 Async ks-alt-another:40044]: Signaled 2025-04-16 22:04:55.626 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.626 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.626 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.626 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.626 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.626 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.626 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.626 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.626 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.626 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 8e778aa88c094ed5b631d0c23af6dc4f --project d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:55.626 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 8e778aa88c094ed5b631d0c23af6dc4f --project d18c67b840e04dc3aa8dac1d7a4cfd69 -c Role -f value 2025-04-16 22:04:55.626 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.626 | + functions-common:get_or_add_user_project_role:962 : user_role_id=cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:55.626 | + functions-common:get_or_add_user_project_role:963 : echo cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:55.626 | cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:55.665 | [3512 Async ks-alt-another:40044]: finished get_or_add_user_project_role anotherrole 8e778aa88c094ed5b631d0c23af6dc4f d18c67b840e04dc3aa8dac1d7a4cfd69 with result 0 in 3 seconds 2025-04-16 22:04:55.697 | [3512 Async ks-alt-member-user:40221]: Waiting for completion of get_or_add_user_project_role member 899f322acddb452db5ac493f1dc19c36 d18c67b840e04dc3aa8dac1d7a4cfd69 running on PID 40221 (10 other jobs running) 2025-04-16 22:04:55.717 | [3512 Async ks-alt-member-user:40221]: Signaling child to exit 2025-04-16 22:04:55.717 | WAKEUP 2025-04-16 22:04:55.734 | [3512 Async ks-alt-member-user:40221]: Signaled 2025-04-16 22:04:55.735 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.735 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.735 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.735 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.735 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.735 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.735 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.735 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.735 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.735 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 899f322acddb452db5ac493f1dc19c36 --project d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:55.735 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 899f322acddb452db5ac493f1dc19c36 --project d18c67b840e04dc3aa8dac1d7a4cfd69 -c Role -f value 2025-04-16 22:04:55.735 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.735 | + functions-common:get_or_add_user_project_role:962 : user_role_id=0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.735 | + functions-common:get_or_add_user_project_role:963 : echo 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.735 | 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:55.768 | [3512 Async ks-alt-member-user:40221]: finished get_or_add_user_project_role member 899f322acddb452db5ac493f1dc19c36 d18c67b840e04dc3aa8dac1d7a4cfd69 with result 0 in 3 seconds 2025-04-16 22:04:55.797 | [3512 Async ks-alt-reader-user:40395]: Waiting for completion of get_or_add_user_project_role reader 673a0b40cfe441839547dce2b9984e1a d18c67b840e04dc3aa8dac1d7a4cfd69 running on PID 40395 (9 other jobs running) 2025-04-16 22:04:55.816 | [3512 Async ks-alt-reader-user:40395]: Signaling child to exit 2025-04-16 22:04:55.817 | WAKEUP 2025-04-16 22:04:55.833 | [3512 Async ks-alt-reader-user:40395]: Signaled 2025-04-16 22:04:55.834 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:04:55.834 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:04:55.834 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 22:04:55.834 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.834 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.834 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.834 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.834 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.834 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 22:04:55.835 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 673a0b40cfe441839547dce2b9984e1a --project d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:55.835 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 673a0b40cfe441839547dce2b9984e1a --project d18c67b840e04dc3aa8dac1d7a4cfd69 -c Role -f value 2025-04-16 22:04:55.835 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.835 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:55.835 | + functions-common:get_or_add_user_project_role:963 : echo 5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:55.835 | 5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:55.871 | [3512 Async ks-alt-reader-user:40395]: finished get_or_add_user_project_role reader 673a0b40cfe441839547dce2b9984e1a d18c67b840e04dc3aa8dac1d7a4cfd69 with result 0 in 3 seconds 2025-04-16 22:04:55.875 | + inc/async:async_wait:197 : return 0 2025-04-16 22:04:55.877 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-16 22:04:55.920 | [3512 Async ks-system-member:40628]: Waiting for completion of get_or_add_user_system_role member 3ff99ee500a641ac9c2c4821838dbd87 all running on PID 40628 (8 other jobs running) 2025-04-16 22:04:55.947 | [3512 Async ks-system-member:40628]: Signaling child to exit 2025-04-16 22:04:55.947 | WAKEUP 2025-04-16 22:04:55.968 | [3512 Async ks-system-member:40628]: Signaled 2025-04-16 22:04:55.969 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 22:04:55.969 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 22:04:55.969 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 22:04:55.969 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:55.969 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:55.969 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:55.969 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:55.969 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:55.969 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 22:04:55.969 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3ff99ee500a641ac9c2c4821838dbd87 --system all -f value -c Role 2025-04-16 22:04:55.969 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.969 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 22:04:55.969 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 22:04:55.969 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user 3ff99ee500a641ac9c2c4821838dbd87 --system all 2025-04-16 22:04:55.969 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3ff99ee500a641ac9c2c4821838dbd87 --system all -f value -c Role 2025-04-16 22:04:55.969 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:55.969 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-16 22:04:55.969 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-16 22:04:55.969 | 2025-04-16 22:04:56.007 | [3512 Async ks-system-member:40628]: finished get_or_add_user_system_role member 3ff99ee500a641ac9c2c4821838dbd87 all with result 0 in 4 seconds 2025-04-16 22:04:56.036 | [3512 Async ks-system-reader:40836]: Waiting for completion of get_or_add_user_system_role reader e920292fa0704c8eb9da58f05c8b22f9 all running on PID 40836 (7 other jobs running) 2025-04-16 22:04:56.055 | [3512 Async ks-system-reader:40836]: Signaling child to exit 2025-04-16 22:04:56.371 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:56.390 | [40836 Async ks-system-reader:40836]: finished successfully 2025-04-16 22:04:56.407 | WAKEUP 2025-04-16 22:04:56.424 | [3512 Async ks-system-reader:40836]: Signaled 2025-04-16 22:04:56.424 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 22:04:56.424 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 22:04:56.424 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 22:04:56.424 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:04:56.424 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:04:56.424 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 22:04:56.424 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 22:04:56.424 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 22:04:56.424 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 22:04:56.424 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user e920292fa0704c8eb9da58f05c8b22f9 --system all -f value -c Role 2025-04-16 22:04:56.424 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:56.424 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 22:04:56.424 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 22:04:56.424 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user e920292fa0704c8eb9da58f05c8b22f9 --system all 2025-04-16 22:04:56.424 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user e920292fa0704c8eb9da58f05c8b22f9 --system all -f value -c Role 2025-04-16 22:04:56.424 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:56.424 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:56.424 | + functions-common:get_or_add_user_system_role:1013 : echo 5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:56.424 | 5bbd504b3513425bb45c610236d14286 2025-04-16 22:04:56.456 | [3512 Async ks-system-reader:40836]: finished get_or_add_user_system_role reader e920292fa0704c8eb9da58f05c8b22f9 all with result 0 in 4 seconds 2025-04-16 22:04:56.459 | + inc/async:async_wait:197 : return 0 2025-04-16 22:04:56.461 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-04-16 22:04:56.498 | [3512 Async ks-group-memberdemo:41103]: Waiting for completion of get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 running on PID 41103 (6 other jobs running) 2025-04-16 22:04:56.516 | [3512 Async ks-group-memberdemo:41103]: Signaling child to exit 2025-04-16 22:04:57.676 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:57.698 | [41103 Async ks-group-memberdemo:41103]: finished successfully 2025-04-16 22:04:57.715 | WAKEUP 2025-04-16 22:04:57.731 | [3512 Async ks-group-memberdemo:41103]: Signaled 2025-04-16 22:04:57.732 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 22:04:57.732 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group e2b2047546e34271b64cfbd13d426409 --project 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:57.732 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group e2b2047546e34271b64cfbd13d426409 --project 1341c476f86046bd915e3ba9f178be38 -f value -c Role 2025-04-16 22:04:57.732 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:57.732 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:57.732 | + functions-common:get_or_add_group_project_role:1032 : echo 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:57.732 | 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:57.763 | [3512 Async ks-group-memberdemo:41103]: finished get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 with result 0 in 3 seconds 2025-04-16 22:04:57.791 | [3512 Async ks-group-anotherdemo:41182]: Waiting for completion of get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 running on PID 41182 (5 other jobs running) 2025-04-16 22:04:57.809 | [3512 Async ks-group-anotherdemo:41182]: Signaling child to exit 2025-04-16 22:04:57.982 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:58.002 | [41182 Async ks-group-anotherdemo:41182]: finished successfully 2025-04-16 22:04:58.019 | WAKEUP 2025-04-16 22:04:58.036 | [3512 Async ks-group-anotherdemo:41182]: Signaled 2025-04-16 22:04:58.037 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 22:04:58.037 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group e2b2047546e34271b64cfbd13d426409 --project 1341c476f86046bd915e3ba9f178be38 2025-04-16 22:04:58.037 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group e2b2047546e34271b64cfbd13d426409 --project 1341c476f86046bd915e3ba9f178be38 -f value -c Role 2025-04-16 22:04:58.037 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:58.037 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:58.037 | + functions-common:get_or_add_group_project_role:1032 : echo cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:58.037 | cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:58.071 | [3512 Async ks-group-anotherdemo:41182]: finished get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 1341c476f86046bd915e3ba9f178be38 with result 0 in 3 seconds 2025-04-16 22:04:58.103 | [3512 Async ks-group-memberalt:41262]: Waiting for completion of get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 running on PID 41262 (4 other jobs running) 2025-04-16 22:04:58.122 | [3512 Async ks-group-memberalt:41262]: Signaling child to exit 2025-04-16 22:04:58.130 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:58.149 | [41262 Async ks-group-memberalt:41262]: finished successfully 2025-04-16 22:04:58.170 | WAKEUP 2025-04-16 22:04:58.187 | [3512 Async ks-group-memberalt:41262]: Signaled 2025-04-16 22:04:58.188 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 22:04:58.189 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group e2b2047546e34271b64cfbd13d426409 --project d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:58.189 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group e2b2047546e34271b64cfbd13d426409 --project d18c67b840e04dc3aa8dac1d7a4cfd69 -f value -c Role 2025-04-16 22:04:58.189 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:58.189 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:58.189 | + functions-common:get_or_add_group_project_role:1032 : echo 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:58.189 | 0d1ae8353af043979e65e86787dfaa9c 2025-04-16 22:04:58.223 | [3512 Async ks-group-memberalt:41262]: finished get_or_add_group_project_role member e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 with result 0 in 3 seconds 2025-04-16 22:04:58.244 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:58.252 | [3512 Async ks-group-anotheralt:41342]: Waiting for completion of get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 running on PID 41342 (3 other jobs running) 2025-04-16 22:04:58.263 | [41342 Async ks-group-anotheralt:41342]: finished successfully 2025-04-16 22:04:58.271 | [3512 Async ks-group-anotheralt:41342]: Signaling child to exit 2025-04-16 22:04:58.280 | WAKEUP 2025-04-16 22:04:58.296 | [3512 Async ks-group-anotheralt:41342]: Signaled 2025-04-16 22:04:58.298 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 22:04:58.298 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group e2b2047546e34271b64cfbd13d426409 --project d18c67b840e04dc3aa8dac1d7a4cfd69 2025-04-16 22:04:58.298 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group e2b2047546e34271b64cfbd13d426409 --project d18c67b840e04dc3aa8dac1d7a4cfd69 -f value -c Role 2025-04-16 22:04:58.298 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:58.298 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:58.298 | + functions-common:get_or_add_group_project_role:1032 : echo cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:58.298 | cdad9f3fdbd04ca6bec69f65ea4a2196 2025-04-16 22:04:58.326 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:04:58.331 | [3512 Async ks-group-anotheralt:41342]: finished get_or_add_group_project_role anotherrole e2b2047546e34271b64cfbd13d426409 d18c67b840e04dc3aa8dac1d7a4cfd69 with result 0 in 3 seconds 2025-04-16 22:04:58.345 | [41440 Async ks-group-admin:41440]: finished successfully 2025-04-16 22:04:58.358 | [3512 Async ks-group-admin:41440]: Waiting for completion of get_or_add_group_project_role admin 89835eb340444e9d95dea8b323548df4 c1aaa2970e964d7b86557399120d12c1 running on PID 41440 (2 other jobs running) 2025-04-16 22:04:58.376 | [3512 Async ks-group-admin:41440]: Signaling child to exit 2025-04-16 22:04:58.376 | WAKEUP 2025-04-16 22:04:58.392 | [3512 Async ks-group-admin:41440]: Signaled 2025-04-16 22:04:58.393 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 22:04:58.393 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group 89835eb340444e9d95dea8b323548df4 --project c1aaa2970e964d7b86557399120d12c1 2025-04-16 22:04:58.393 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 89835eb340444e9d95dea8b323548df4 --project c1aaa2970e964d7b86557399120d12c1 -f value -c Role 2025-04-16 22:04:58.393 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:04:58.393 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:58.393 | + functions-common:get_or_add_group_project_role:1032 : echo ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:58.393 | ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:04:58.425 | [3512 Async ks-group-admin:41440]: finished get_or_add_group_project_role admin 89835eb340444e9d95dea8b323548df4 c1aaa2970e964d7b86557399120d12c1 with result 0 in 3 seconds 2025-04-16 22:04:58.428 | + inc/async:async_wait:197 : return 0 2025-04-16 22:04:58.430 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-16 22:04:58.443 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:58.445 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-16 22:04:58.459 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:04:58.461 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-16 22:04:58.463 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-16 22:04:58.511 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-16 22:04:58.543 | [3512 Async create_nova_accounts:43330]: running: create_nova_accounts 2025-04-16 22:04:58.545 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-16 22:04:58.559 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:04:58.561 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-16 22:04:58.563 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-16 22:04:58.611 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-16 22:04:58.643 | [3512 Async create_glance_accounts:43453]: running: create_glance_accounts 2025-04-16 22:04:58.645 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-16 22:04:58.660 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:04:58.662 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-16 22:04:58.664 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-16 22:04:58.713 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-16 22:04:58.744 | [3512 Async create_cinder_accounts:43592]: running: create_cinder_accounts 2025-04-16 22:04:58.746 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-16 22:04:58.762 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:04:58.764 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-16 22:04:58.766 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-16 22:04:58.815 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-16 22:04:58.848 | [3512 Async create_neutron_accounts:43735]: running: create_neutron_accounts 2025-04-16 22:04:58.850 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-16 22:04:58.867 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:58.869 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-16 22:04:58.885 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:04:58.887 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-16 22:04:58.926 | [3512 Async create_nova_accounts:43330]: Waiting for completion of create_nova_accounts running on PID 43330 (5 other jobs running) 2025-04-16 22:04:58.944 | [3512 Async create_nova_accounts:43330]: Signaling child to exit 2025-04-16 22:05:10.887 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:05:10.907 | [43735 Async create_neutron_accounts:43735]: finished successfully 2025-04-16 22:05:19.090 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:05:19.109 | [43592 Async create_cinder_accounts:43592]: finished successfully 2025-04-16 22:05:19.787 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:05:19.806 | [43330 Async create_nova_accounts:43330]: finished successfully 2025-04-16 22:05:19.823 | WAKEUP 2025-04-16 22:05:19.840 | [3512 Async create_nova_accounts:43330]: Signaled 2025-04-16 22:05:19.841 | + lib/nova:create_nova_accounts:378 : [[ 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 ]] 2025-04-16 22:05:19.841 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-16 22:05:19.841 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-16 22:05:19.841 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:05:19.841 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 22:05:19.841 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 22:05:19.841 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 22:05:19.841 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.841 | + functions-common:get_or_create_user:898 : user_id=0c91f80684aa49f09d23f8b4e1fd395b 2025-04-16 22:05:19.841 | + functions-common:get_or_create_user:899 : echo 0c91f80684aa49f09d23f8b4e1fd395b 2025-04-16 22:05:19.841 | 0c91f80684aa49f09d23f8b4e1fd395b 2025-04-16 22:05:19.841 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:05:19.841 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-04-16 22:05:19.841 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 22:05:19.841 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:962 : user_role_id=25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:963 : echo 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:19.841 | 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:19.841 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 22:05:19.841 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:05:19.841 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 22:05:19.841 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-04-16 22:05:19.841 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 22:05:19.841 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:05:19.841 | + functions-common:get_or_add_user_project_role:963 : echo ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:05:19.841 | ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:05:19.841 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-16 22:05:19.841 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:05:19.841 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-16 22:05:19.841 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-16 22:05:19.841 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 22:05:19.841 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-16 22:05:19.841 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2025-04-16 22:05:19.841 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.841 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 22:05:19.841 | 87558a7e0d8a4598bd907290173d2198' 2025-04-16 22:05:19.841 | + functions-common:get_or_create_service:1050 : echo 87558a7e0d8a4598bd907290173d2198 2025-04-16 22:05:19.841 | 87558a7e0d8a4598bd907290173d2198 2025-04-16 22:05:19.841 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-04-16 22:05:19.841 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 22:05:19.841 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-04-16 22:05:19.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 22:05:19.841 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-04-16 22:05:19.841 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 22:05:19.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 22:05:19.841 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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 2025-04-16 22:05:19.841 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=fb4c8a2058c4431abee869126f7a11f0 2025-04-16 22:05:19.842 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo fb4c8a2058c4431abee869126f7a11f0 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1083 : public_id=fb4c8a2058c4431abee869126f7a11f0 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1092 : echo fb4c8a2058c4431abee869126f7a11f0 2025-04-16 22:05:19.842 | fb4c8a2058c4431abee869126f7a11f0 2025-04-16 22:05:19.842 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-16 22:05:19.842 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 22:05:19.842 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-16 22:05:19.842 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-04-16 22:05:19.842 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.842 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 22:05:19.842 | 6757b705c0024b2e8df807ba8a7401df' 2025-04-16 22:05:19.842 | + functions-common:get_or_create_service:1050 : echo 6757b705c0024b2e8df807ba8a7401df 2025-04-16 22:05:19.842 | 6757b705c0024b2e8df807ba8a7401df 2025-04-16 22:05:19.842 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 22:05:19.842 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-04-16 22:05:19.842 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 22:05:19.842 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-04-16 22:05:19.842 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.842 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 22:05:19.842 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 22:05:19.842 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2025-04-16 22:05:19.842 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:19.842 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=b1e1fabb12294532918636f2ff936f2e 2025-04-16 22:05:19.842 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo b1e1fabb12294532918636f2ff936f2e 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1083 : public_id=b1e1fabb12294532918636f2ff936f2e 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 22:05:19.842 | + functions-common:get_or_create_endpoint:1092 : echo b1e1fabb12294532918636f2ff936f2e 2025-04-16 22:05:19.842 | b1e1fabb12294532918636f2ff936f2e 2025-04-16 22:05:19.842 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-16 22:05:19.842 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:19.842 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-16 22:05:19.842 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:19.842 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-16 22:05:19.842 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:19.842 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-16 22:05:19.842 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:19.842 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-16 22:05:19.874 | [3512 Async create_nova_accounts:43330]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-16 22:05:19.902 | [3512 Async create_glance_accounts:43453]: Waiting for completion of create_glance_accounts running on PID 43453 (4 other jobs running) 2025-04-16 22:05:19.920 | [3512 Async create_glance_accounts:43453]: Signaling child to exit 2025-04-16 22:05:20.666 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:05:20.686 | [43453 Async create_glance_accounts:43453]: finished successfully 2025-04-16 22:05:20.703 | WAKEUP 2025-04-16 22:05:20.719 | [3512 Async create_glance_accounts:43453]: Signaled 2025-04-16 22:05:20.720 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-16 22:05:20.720 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:20.720 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-16 22:05:20.720 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-16 22:05:20.720 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:05:20.720 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 22:05:20.720 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 22:05:20.720 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 22:05:20.720 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.720 | + functions-common:get_or_create_user:898 : user_id=5d2ea566af2342b18978a984da511c9e 2025-04-16 22:05:20.720 | + functions-common:get_or_create_user:899 : echo 5d2ea566af2342b18978a984da511c9e 2025-04-16 22:05:20.720 | 5d2ea566af2342b18978a984da511c9e 2025-04-16 22:05:20.720 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-16 22:05:20.720 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:05:20.720 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:05:20.720 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 22:05:20.720 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:05:20.720 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:05:20.720 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 22:05:20.720 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 22:05:20.720 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 22:05:20.720 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 22:05:20.720 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 22:05:20.720 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 22:05:20.720 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-04-16 22:05:20.720 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 22:05:20.720 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.720 | + functions-common:get_or_add_user_project_role:962 : user_role_id=25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.720 | + functions-common:get_or_add_user_project_role:963 : echo 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.720 | 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.720 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 22:05:20.720 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-16 22:05:20.720 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:20.720 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-16 22:05:20.720 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 22:05:20.721 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-16 22:05:20.721 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-04-16 22:05:20.721 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.721 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 22:05:20.721 | ec5ee4d83d754ae0a5d73d7a759958b8' 2025-04-16 22:05:20.721 | + functions-common:get_or_create_service:1050 : echo ec5ee4d83d754ae0a5d73d7a759958b8 2025-04-16 22:05:20.721 | ec5ee4d83d754ae0a5d73d7a759958b8 2025-04-16 22:05:20.721 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-16 22:05:20.721 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 22:05:20.721 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-16 22:05:20.721 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 22:05:20.721 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-04-16 22:05:20.721 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.721 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 22:05:20.721 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 22:05:20.721 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-04-16 22:05:20.721 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.721 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=82678d79bc634f77840002a79337afa8 2025-04-16 22:05:20.721 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 82678d79bc634f77840002a79337afa8 2025-04-16 22:05:20.721 | + functions-common:get_or_create_endpoint:1083 : public_id=82678d79bc634f77840002a79337afa8 2025-04-16 22:05:20.721 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 22:05:20.721 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 22:05:20.721 | + functions-common:get_or_create_endpoint:1092 : echo 82678d79bc634f77840002a79337afa8 2025-04-16 22:05:20.721 | 82678d79bc634f77840002a79337afa8 2025-04-16 22:05:20.721 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-16 22:05:20.721 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 22:05:20.722 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 22:05:20.722 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.722 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 22:05:20.722 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-16 22:05:20.722 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-16 22:05:20.722 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-16 22:05:20.722 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-16 22:05:20.722 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-16 22:05:20.722 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_size_total 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | | Field | Value | 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | | default_limit | 2000 | 2025-04-16 22:05:20.722 | | description | None | 2025-04-16 22:05:20.722 | | id | 89606d0d208949e8b14618bd627860f2 | 2025-04-16 22:05:20.722 | | region_id | RegionOne | 2025-04-16 22:05:20.722 | | resource_name | image_size_total | 2025-04-16 22:05:20.722 | | service_id | ec5ee4d83d754ae0a5d73d7a759958b8 | 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_stage_total 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | | Field | Value | 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | | default_limit | 2000 | 2025-04-16 22:05:20.722 | | description | None | 2025-04-16 22:05:20.722 | | id | db7d060c593c4d26b337b2ad31af9758 | 2025-04-16 22:05:20.722 | | region_id | RegionOne | 2025-04-16 22:05:20.722 | | resource_name | image_stage_total | 2025-04-16 22:05:20.722 | | service_id | ec5ee4d83d754ae0a5d73d7a759958b8 | 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | | Field | Value | 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | | default_limit | 100 | 2025-04-16 22:05:20.722 | | description | None | 2025-04-16 22:05:20.722 | | id | 0f3512b154ac418ab487e93581917e4e | 2025-04-16 22:05:20.722 | | region_id | RegionOne | 2025-04-16 22:05:20.722 | | resource_name | image_count_total | 2025-04-16 22:05:20.722 | | service_id | ec5ee4d83d754ae0a5d73d7a759958b8 | 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | | Field | Value | 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | | default_limit | 100 | 2025-04-16 22:05:20.722 | | description | None | 2025-04-16 22:05:20.722 | | id | 7fd802b067b54d39a3a8ecec9bb5b1a0 | 2025-04-16 22:05:20.722 | | region_id | RegionOne | 2025-04-16 22:05:20.722 | | resource_name | image_count_uploading | 2025-04-16 22:05:20.722 | | service_id | ec5ee4d83d754ae0a5d73d7a759958b8 | 2025-04-16 22:05:20.722 | +---------------+----------------------------------+ 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-16 22:05:20.722 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-16 22:05:20.722 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 82678d79bc634f77840002a79337afa8 2025-04-16 22:05:20.722 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-16 22:05:20.752 | [3512 Async create_glance_accounts:43453]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-16 22:05:20.779 | [3512 Async create_cinder_accounts:43592]: Waiting for completion of create_cinder_accounts running on PID 43592 (3 other jobs running) 2025-04-16 22:05:20.797 | [3512 Async create_cinder_accounts:43592]: Signaling child to exit 2025-04-16 22:05:20.797 | WAKEUP 2025-04-16 22:05:20.813 | [3512 Async create_cinder_accounts:43592]: Signaled 2025-04-16 22:05:20.813 | + lib/cinder:create_cinder_accounts:441 : [[ 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 ]] 2025-04-16 22:05:20.813 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-16 22:05:20.813 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-16 22:05:20.813 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:20.813 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-16 22:05:20.813 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-16 22:05:20.813 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:05:20.813 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 22:05:20.813 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 22:05:20.813 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 22:05:20.813 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.813 | + functions-common:get_or_create_user:898 : user_id=3b065103000947049b7e7fa16a1bf9a0 2025-04-16 22:05:20.813 | + functions-common:get_or_create_user:899 : echo 3b065103000947049b7e7fa16a1bf9a0 2025-04-16 22:05:20.813 | 3b065103000947049b7e7fa16a1bf9a0 2025-04-16 22:05:20.813 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-16 22:05:20.813 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:05:20.813 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:05:20.814 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 22:05:20.814 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:05:20.814 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:05:20.814 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 22:05:20.814 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 22:05:20.814 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 22:05:20.814 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 22:05:20.814 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 22:05:20.814 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 22:05:20.814 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-04-16 22:05:20.814 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 22:05:20.814 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | + functions-common:get_or_add_user_project_role:962 : user_role_id=25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.814 | + functions-common:get_or_add_user_project_role:963 : echo 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.814 | 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.814 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 22:05:20.814 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-16 22:05:20.814 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-04-16 22:05:20.814 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 22:05:20.814 | 71039222eb724d1ca69e784b3fba343f' 2025-04-16 22:05:20.814 | + functions-common:get_or_create_service:1050 : echo 71039222eb724d1ca69e784b3fba343f 2025-04-16 22:05:20.814 | 71039222eb724d1ca69e784b3fba343f 2025-04-16 22:05:20.814 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-16 22:05:20.814 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 22:05:20.814 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-04-16 22:05:20.814 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 22:05:20.814 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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 2025-04-16 22:05:20.814 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=79b3c54420ed4172ab2c5d142dccc8c8 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 79b3c54420ed4172ab2c5d142dccc8c8 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1083 : public_id=79b3c54420ed4172ab2c5d142dccc8c8 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1092 : echo 79b3c54420ed4172ab2c5d142dccc8c8 2025-04-16 22:05:20.814 | 79b3c54420ed4172ab2c5d142dccc8c8 2025-04-16 22:05:20.814 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-16 22:05:20.814 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-04-16 22:05:20.814 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 22:05:20.814 | e7b33eba9d184b0bbc2f007f433631a6' 2025-04-16 22:05:20.814 | + functions-common:get_or_create_service:1050 : echo e7b33eba9d184b0bbc2f007f433631a6 2025-04-16 22:05:20.814 | e7b33eba9d184b0bbc2f007f433631a6 2025-04-16 22:05:20.814 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 22:05:20.814 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-04-16 22:05:20.814 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 22:05:20.814 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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 2025-04-16 22:05:20.814 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=83ff28f5908b4190bd6c4fa1c6771770 2025-04-16 22:05:20.814 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 83ff28f5908b4190bd6c4fa1c6771770 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1083 : public_id=83ff28f5908b4190bd6c4fa1c6771770 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 22:05:20.814 | + functions-common:get_or_create_endpoint:1092 : echo 83ff28f5908b4190bd6c4fa1c6771770 2025-04-16 22:05:20.814 | 83ff28f5908b4190bd6c4fa1c6771770 2025-04-16 22:05:20.814 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-16 22:05:20.814 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 22:05:20.814 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-04-16 22:05:20.814 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_project:911 : project_id=eeb231cacc6746d7a7934498011fa002 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_project:912 : echo eeb231cacc6746d7a7934498011fa002 2025-04-16 22:05:20.814 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id eeb231cacc6746d7a7934498011fa002 2025-04-16 22:05:20.814 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-16 22:05:20.814 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-04-16 22:05:20.814 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-16 22:05:20.814 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_user:898 : user_id=3b065103000947049b7e7fa16a1bf9a0 2025-04-16 22:05:20.814 | ++ functions-common:get_or_create_user:899 : echo 3b065103000947049b7e7fa16a1bf9a0 2025-04-16 22:05:20.814 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 3b065103000947049b7e7fa16a1bf9a0 2025-04-16 22:05:20.845 | [3512 Async create_cinder_accounts:43592]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-16 22:05:20.848 | + inc/async:async_wait:197 : return 0 2025-04-16 22:05:20.851 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-16 22:05:20.888 | [3512 Async create_neutron_accounts:43735]: Waiting for completion of create_neutron_accounts running on PID 43735 (2 other jobs running) 2025-04-16 22:05:20.905 | [3512 Async create_neutron_accounts:43735]: Signaling child to exit 2025-04-16 22:05:20.905 | WAKEUP 2025-04-16 22:05:20.921 | [3512 Async create_neutron_accounts:43735]: Signaled 2025-04-16 22:05:20.922 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-16 22:05:20.922 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-16 22:05:20.922 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 22:05:20.922 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-16 22:05:20.922 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 22:05:20.922 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-16 22:05:20.922 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:20.922 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-16 22:05:20.922 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-16 22:05:20.922 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:05:20.922 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 22:05:20.922 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 22:05:20.922 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 22:05:20.922 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.922 | + functions-common:get_or_create_user:898 : user_id=9e45d440c5184588bc8d8484177189e5 2025-04-16 22:05:20.922 | + functions-common:get_or_create_user:899 : echo 9e45d440c5184588bc8d8484177189e5 2025-04-16 22:05:20.922 | 9e45d440c5184588bc8d8484177189e5 2025-04-16 22:05:20.922 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-16 22:05:20.922 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:05:20.922 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:05:20.922 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 22:05:20.922 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:05:20.922 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:05:20.922 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 22:05:20.922 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 22:05:20.922 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 22:05:20.922 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 22:05:20.922 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 22:05:20.922 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 22:05:20.922 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-04-16 22:05:20.922 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 22:05:20.922 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.922 | + functions-common:get_or_add_user_project_role:962 : user_role_id=25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.922 | + functions-common:get_or_add_user_project_role:963 : echo 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.922 | 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:05:20.922 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 22:05:20.922 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-16 22:05:20.923 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 22:05:20.923 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-16 22:05:20.923 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-04-16 22:05:20.923 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.923 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 22:05:20.923 | cad9c298ea2747e3bcd21c2e1a3c5d83' 2025-04-16 22:05:20.923 | + functions-common:get_or_create_service:1050 : echo cad9c298ea2747e3bcd21c2e1a3c5d83 2025-04-16 22:05:20.923 | cad9c298ea2747e3bcd21c2e1a3c5d83 2025-04-16 22:05:20.923 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-16 22:05:20.923 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 22:05:20.923 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-04-16 22:05:20.923 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 22:05:20.923 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-04-16 22:05:20.923 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.923 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 22:05:20.923 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 22:05:20.923 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-04-16 22:05:20.923 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:05:20.923 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=4cffdcaaae584cc7a364d07762b9a921 2025-04-16 22:05:20.923 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 4cffdcaaae584cc7a364d07762b9a921 2025-04-16 22:05:20.923 | + functions-common:get_or_create_endpoint:1083 : public_id=4cffdcaaae584cc7a364d07762b9a921 2025-04-16 22:05:20.923 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 22:05:20.923 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 22:05:20.923 | + functions-common:get_or_create_endpoint:1092 : echo 4cffdcaaae584cc7a364d07762b9a921 2025-04-16 22:05:20.923 | 4cffdcaaae584cc7a364d07762b9a921 2025-04-16 22:05:20.953 | [3512 Async create_neutron_accounts:43735]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-16 22:05:20.959 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-16 22:05:20.963 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-16 22:05:20.965 | + inc/async:async_wait:197 : return 0 2025-04-16 22:05:20.967 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-16 22:05:20.981 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:20.983 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-16 22:05:20.998 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:21.001 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-16 22:05:21.003 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:05:21.004 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-16 22:05:21.007 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-16 22:05:21.009 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-16 22:05:21.059 | + inc/async:async_inner:63 : init_glance 2025-04-16 22:05:21.088 | [3512 Async init_glance:46015]: running: init_glance 2025-04-16 22:05:21.091 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-16 22:05:21.106 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:21.108 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-16 22:05:21.110 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:05:21.112 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-16 22:05:21.114 | + stack.sh:main:1175 : configure_neutron 2025-04-16 22:05:21.117 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-16 22:05:21.118 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-16 22:05:21.120 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-16 22:05:21.130 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-16 22:05:21.132 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-16 22:05:25.457 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:05:25.477 | [46015 Async init_glance:46015]: finished successfully 2025-04-16 22:05:39.314 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-16 22:05:39.318 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-16 22:05:39.320 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-16 22:05:39.322 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-16 22:05:39.324 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-16 22:05:39.326 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-16 22:05:39.328 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-16 22:05:39.330 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-16 22:05:39.331 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-16 22:05:39.333 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-16 22:05:39.335 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-16 22:05:39.337 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-16 22:05:39.339 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-16 22:05:39.340 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-16 22:05:39.342 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-16 22:05:39.344 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-16 22:05:39.347 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:39.349 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:39.351 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-16 22:05:39.352 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:39.356 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-16 22:05:39.358 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-16 22:05:39.360 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-16 22:05:39.361 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-16 22:05:39.363 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:05:39.365 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:05:39.367 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:05:39.379 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:39.381 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:05:39.383 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 22:05:39.385 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 22:05:39.409 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-16 22:05:39.434 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-16 22:05:39.459 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-16 22:05:39.485 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-16 22:05:39.509 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-16 22:05:39.534 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-16 22:05:39.536 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-16 22:05:39.538 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-16 22:05:39.540 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 22:05:39.542 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 22:05:39.556 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 22:05:39.558 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 22:05:39.560 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 22:05:39.561 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 22:05:39.563 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 22:05:39.588 | + 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' 2025-04-16 22:05:39.613 | + 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' 2025-04-16 22:05:39.638 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 22:05:39.663 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-16 22:05:39.676 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:39.678 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-16 22:05:39.679 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:05:39.681 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-16 22:05:39.683 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-16 22:05:39.685 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-16 22:05:39.687 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:05:39.689 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-16 22:05:39.691 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-16 22:05:39.701 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-04-16 22:05:39.711 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-16 22:05:39.713 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-04-16 22:05:39.722 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-04-16 22:05:39.731 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-16 22:05:39.741 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 22:05:39.743 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 22:05:39.746 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-16 22:05:39.749 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.I41V6UlxdS 2025-04-16 22:05:39.752 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 22:05:39.754 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 22:05:39.755 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.I41V6UlxdS 2025-04-16 22:05:39.758 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.I41V6UlxdS 2025-04-16 22:05:39.767 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.I41V6UlxdS /etc/sudoers.d/neutron-rootwrap 2025-04-16 22:05:39.777 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-16 22:05:39.779 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-16 22:05:39.781 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 22:05:39.805 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 22:05:39.807 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 22:05:39.832 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-16 22:05:39.834 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-16 22:05:39.836 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-16 22:05:39.837 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 22:05:39.839 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 22:05:39.842 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 22:05:39.855 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:39.858 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 22:05:39.860 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 22:05:39.862 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 22:05:39.876 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:39.878 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:05:39.880 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 22:05:39.906 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 22:05:39.908 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 22:05:39.910 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-16 22:05:39.924 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:39.925 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-16 22:05:39.939 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:39.940 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-16 22:05:39.942 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:39.944 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:39.947 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 22:05:39.973 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 22:05:39.975 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 22:05:40.000 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 22:05:40.027 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-16 22:05:40.029 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-16 22:05:40.032 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-16 22:05:40.034 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 22:05:41.278 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 22:05:41.279 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 22:05:41.279 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46985) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 22:05:41.279 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-16 22:05:41.280 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/opt/stack/data/venv/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/tmpn5celyk6/privsep.sock'] 2025-04-16 22:05:42.123 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-16 22:05:42.123 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpn5celyk6/privsep.sock {{(pid=46985) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-16 22:05:42.124 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-16 22:05:42.124 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-16 22:05:42.124 | 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 2025-04-16 22:05:42.124 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 46996 2025-04-16 22:05:42.124 | DEBUG oslo.privsep.daemon [-] privsep: reply[f0c68c41-7747-4dbc-b866-db419d01dbb3]: (2,) {{(pid=46996) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:05:42.215 | 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=46996) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-16 22:05:42.225 | 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=46996) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-16 22:05:42.225 | DEBUG oslo.privsep.daemon [-] privsep: reply[49a730ce-0efb-40e3-a8af-27957a8141bc]: (4, ('af48c481-216e-42ed-8281-c9ac2c64bdbe\n', '')) {{(pid=46996) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:05:42.312 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 22:05:42.312 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 22:05:42.312 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 22:05:42.312 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 22:05:42.312 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 22:05:42.312 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 22:05:42.347 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 22:05:42.348 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46985) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 22:05:42.348 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46985) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 22:05:42.349 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 22:05:42.595 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-16 22:05:42.598 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-16 22:05:42.600 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-04-16 22:05:42.602 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 22:05:42.604 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-16 22:05:42.617 | + 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 2025-04-16 22:05:42.631 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-16 22:05:42.633 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-16 22:05:42.635 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-04-16 22:05:42.661 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-16 22:05:42.664 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-16 22:05:42.669 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-16 22:05:42.672 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-16 22:05:42.674 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-16 22:05:42.698 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-16 22:05:42.711 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 22:05:42.714 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-16 22:05:42.721 | net.bridge.bridge-nf-call-iptables = 1 2025-04-16 22:05:42.724 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 22:05:42.726 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-16 22:05:42.732 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-16 22:05:42.735 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-16 22:05:42.737 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-16 22:05:42.739 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-16 22:05:42.741 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-16 22:05:42.743 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 22:05:42.745 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 22:05:42.747 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 22:05:42.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 22:05:42.751 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 22:05:42.754 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 22:05:42.765 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-16 22:05:42.767 | + 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 2025-04-16 22:05:42.795 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-16 22:05:42.797 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-16 22:05:42.822 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-04-16 22:05:42.848 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-16 22:05:42.862 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:42.864 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-16 22:05:42.866 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-16 22:05:42.869 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-16 22:05:42.894 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-16 22:05:42.919 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-16 22:05:42.921 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-16 22:05:42.923 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 22:05:42.948 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 22:05:42.950 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 22:05:42.976 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-16 22:05:42.990 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:42.991 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 22:05:42.994 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-16 22:05:43.018 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 22:05:43.020 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 22:05:43.022 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 22:05:43.047 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-16 22:05:43.050 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 22:05:43.052 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-16 22:05:43.054 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-16 22:05:43.067 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:43.069 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-16 22:05:43.071 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-04-16 22:05:43.075 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-16 22:05:43.099 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 22:05:43.127 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-16 22:05:43.130 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 22:05:43.156 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 22:05:43.158 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-16 22:05:43.182 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 22:05:43.184 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 22:05:43.186 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 22:05:43.210 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-16 22:05:43.212 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 22:05:43.214 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-16 22:05:43.216 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 22:05:44.462 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 22:05:44.462 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 22:05:44.462 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47541) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 22:05:44.487 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47541) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 22:05:44.487 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47541) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 22:05:44.487 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47541) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 22:05:44.487 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47541) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 22:05:44.487 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47541) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 22:05:44.487 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47541) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 22:05:44.521 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 22:05:44.521 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47541) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 22:05:44.521 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47541) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 22:05:44.524 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 22:05:44.774 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-16 22:05:44.776 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-16 22:05:44.778 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 22:05:44.780 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 22:05:44.782 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 22:05:44.785 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 22:05:44.787 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 22:05:44.801 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-16 22:05:44.803 | + functions:set_mtu:796 : local dev=br-ex 2025-04-16 22:05:44.805 | + functions:set_mtu:797 : local mtu=8950 2025-04-16 22:05:44.807 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-16 22:05:44.817 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-04-16 22:05:44.829 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-16 22:05:44.832 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-16 22:05:44.834 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-16 22:05:44.836 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-16 22:05:44.838 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-16 22:05:44.840 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-16 22:05:44.842 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-16 22:05:44.844 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-16 22:05:44.846 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-16 22:05:44.848 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-16 22:05:44.850 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-16 22:05:44.852 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-16 22:05:44.855 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-16 22:05:44.857 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-16 22:05:44.860 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-16 22:05:44.860 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-16 22:05:44.865 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-16 22:05:44.867 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-16 22:05:44.869 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-16 22:05:44.871 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-16 22:05:44.875 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-16 22:05:44.875 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-16 22:05:44.875 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-16 22:05:44.880 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-16 22:05:44.882 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-16 22:05:44.884 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-16 22:05:44.886 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-16 22:05:44.888 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-16 22:05:44.890 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-16 22:05:44.892 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-16 22:05:44.906 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-16 22:05:44.906 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-16 22:05:44.910 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-16 22:05:44.912 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 22:05:44.926 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:44.929 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-16 22:05:44.931 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-16 22:05:44.934 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-16 22:05:44.958 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-16 22:05:44.982 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-16 22:05:45.007 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-16 22:05:45.009 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-16 22:05:45.011 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 22:05:45.036 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 22:05:45.038 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 22:05:45.062 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 22:05:45.064 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-16 22:05:45.078 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:45.080 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-16 22:05:45.082 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-16 22:05:45.096 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:45.098 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-16 22:05:45.112 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:45.114 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-16 22:05:45.128 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:45.130 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-16 22:05:45.143 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:45.145 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-16 22:05:45.160 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:45.162 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-16 22:05:45.164 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-16 22:05:45.166 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-16 22:05:45.169 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-16 22:05:45.171 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-16 22:05:45.173 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-16 22:05:45.176 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-16 22:05:45.178 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-16 22:05:45.180 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-16 22:05:45.185 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-16 22:05:45.188 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-04-16 22:05:45.192 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-16 22:05:45.217 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 22:05:45.243 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-16 22:05:45.268 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-16 22:05:45.293 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-16 22:05:45.295 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 22:05:45.298 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-16 22:05:45.300 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 22:05:45.302 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-16 22:05:45.326 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-16 22:05:45.350 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 22:05:45.375 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-16 22:05:45.400 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-16 22:05:45.425 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-16 22:05:45.450 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-16 22:05:45.475 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-16 22:05:45.500 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 22:05:45.525 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 22:05:45.551 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-16 22:05:45.576 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-16 22:05:45.602 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-16 22:05:45.604 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 22:05:45.606 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 22:05:45.608 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 22:05:45.610 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-16 22:05:45.635 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-16 22:05:45.660 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-16 22:05:45.684 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-16 22:05:45.710 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-16 22:05:45.735 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-16 22:05:45.760 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-16 22:05:45.786 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-16 22:05:45.812 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 22:05:45.837 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-16 22:05:45.862 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-16 22:05:45.864 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 22:05:45.866 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 22:05:45.868 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-16 22:05:45.870 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-16 22:05:45.895 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-16 22:05:45.921 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-16 22:05:45.946 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-16 22:05:45.971 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-16 22:05:45.996 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-16 22:05:46.022 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-16 22:05:46.047 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-16 22:05:46.072 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-16 22:05:46.097 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-16 22:05:46.123 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-16 22:05:46.125 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-16 22:05:46.128 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-16 22:05:46.130 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-16 22:05:46.132 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-16 22:05:46.134 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-16 22:05:46.136 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-16 22:05:46.138 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-16 22:05:46.140 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-16 22:05:46.142 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-16 22:05:46.144 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-16 22:05:46.146 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-16 22:05:46.148 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-16 22:05:46.150 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-16 22:05:46.152 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-16 22:05:46.154 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-16 22:05:46.156 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-16 22:05:46.158 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-16 22:05:46.160 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-04-16 22:05:46.162 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.164 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-16 22:05:46.166 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-16 22:05:46.168 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-16 22:05:46.170 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.172 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 22:05:46.195 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-04-16 22:05:46.197 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.199 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 22:05:46.201 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-16 22:05:46.203 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-16 22:05:46.205 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.207 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-16 22:05:46.233 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-16 22:05:46.235 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-16 22:05:46.237 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.239 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 22:05:46.241 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-16 22:05:46.243 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-16 22:05:46.245 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.247 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 22:05:46.271 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-16 22:05:46.273 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-04-16 22:05:46.275 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.277 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 22:05:46.279 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-16 22:05:46.281 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-16 22:05:46.283 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.285 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 22:05:46.309 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-04-16 22:05:46.311 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.313 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 22:05:46.315 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-16 22:05:46.317 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-16 22:05:46.319 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.321 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-16 22:05:46.345 | + 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 2025-04-16 22:05:46.347 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.349 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-16 22:05:46.351 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-16 22:05:46.353 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-16 22:05:46.355 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.357 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-04-16 22:05:46.381 | + 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 2025-04-16 22:05:46.384 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.386 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-16 22:05:46.387 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 22:05:46.390 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 22:05:46.392 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.394 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-04-16 22:05:46.418 | + 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, 2025-04-16 22:05:46.420 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.422 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-16 22:05:46.424 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-16 22:05:46.426 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-16 22:05:46.428 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.430 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-16 22:05:46.454 | + 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 2025-04-16 22:05:46.456 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.458 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-16 22:05:46.461 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-16 22:05:46.463 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-16 22:05:46.465 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.467 | + 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 2025-04-16 22:05:46.491 | + 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 2025-04-16 22:05:46.493 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:05:46.496 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-16 22:05:46.498 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 22:05:46.500 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 22:05:46.502 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 22:05:46.504 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-04-16 22:05:46.528 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 22:05:46.530 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-16 22:05:46.555 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-16 22:05:46.581 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-16 22:05:46.584 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-16 22:05:46.597 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:46.600 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-16 22:05:46.613 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:46.615 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-16 22:05:46.617 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-16 22:05:46.665 | + inc/async:async_inner:63 : init_neutron 2025-04-16 22:05:46.696 | [3512 Async init_neutron:49359]: running: init_neutron 2025-04-16 22:05:46.699 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-16 22:05:46.713 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:46.716 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-16 22:05:46.728 | ++ stack.sh:main:1191 : true 2025-04-16 22:05:46.731 | + stack.sh:main:1191 : netman_pid= 2025-04-16 22:05:46.733 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-16 22:05:46.735 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-16 22:05:46.748 | dnsmasq: no process found 2025-04-16 22:05:46.751 | + stack.sh:main:1193 : true 2025-04-16 22:05:46.753 | + stack.sh:main:1198 : clean_iptables 2025-04-16 22:05:46.757 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-16 22:05:46.758 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 22:05:46.758 | + lib/nova:clean_iptables:189 : grep nova 2025-04-16 22:05:46.758 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-16 22:05:46.759 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-16 22:05:46.759 | + lib/nova:clean_iptables:189 : bash 2025-04-16 22:05:46.760 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-16 22:05:46.785 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-16 22:05:46.786 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 22:05:46.786 | + lib/nova:clean_iptables:191 : grep nova 2025-04-16 22:05:46.786 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-16 22:05:46.787 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-16 22:05:46.787 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 22:05:46.787 | + lib/nova:clean_iptables:191 : bash 2025-04-16 22:05:46.798 | + lib/nova:clean_iptables:193 : grep nova 2025-04-16 22:05:46.798 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-16 22:05:46.798 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 22:05:46.799 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-16 22:05:46.799 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-16 22:05:46.799 | + lib/nova:clean_iptables:193 : bash 2025-04-16 22:05:46.801 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-16 22:05:46.810 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-16 22:05:46.810 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 22:05:46.811 | + lib/nova:clean_iptables:195 : grep nova 2025-04-16 22:05:46.811 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-16 22:05:46.811 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-16 22:05:46.812 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 22:05:46.813 | + lib/nova:clean_iptables:195 : bash 2025-04-16 22:05:46.821 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-16 22:05:46.827 | net.ipv4.ip_forward = 1 2025-04-16 22:05:46.831 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-16 22:05:46.846 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:46.848 | + stack.sh:main:1207 : configure_os_vif 2025-04-16 22:05:46.851 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-16 22:05:46.853 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-16 22:05:46.882 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-16 22:05:46.884 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-16 22:05:46.913 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-16 22:05:46.927 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:05:46.929 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-16 22:05:46.943 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:46.945 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-16 22:05:46.947 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:05:46.949 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-16 22:05:46.951 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-16 22:05:46.953 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-16 22:05:47.001 | + inc/async:async_inner:63 : init_cinder 2025-04-16 22:05:47.035 | [3512 Async init_cinder:49710]: running: init_cinder 2025-04-16 22:05:47.038 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-16 22:05:47.053 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:05:47.055 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-16 22:05:47.057 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:05:47.059 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-16 22:05:47.061 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-16 22:05:47.064 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-16 22:05:47.113 | + inc/async:async_inner:63 : init_placement 2025-04-16 22:05:47.143 | [3512 Async init_placement:49857]: running: init_placement 2025-04-16 22:05:47.146 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-16 22:05:47.184 | [3512 Async init_neutron:49359]: Waiting for completion of init_neutron running on PID 49359 (5 other jobs running) 2025-04-16 22:05:47.203 | [3512 Async init_neutron:49359]: Signaling child to exit 2025-04-16 22:05:50.655 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:05:50.677 | [49710 Async init_cinder:49710]: finished successfully 2025-04-16 22:05:56.008 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:05:56.028 | [49359 Async init_neutron:49359]: finished successfully 2025-04-16 22:05:56.045 | WAKEUP 2025-04-16 22:05:56.062 | [3512 Async init_neutron:49359]: Signaled 2025-04-16 22:05:56.063 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-16 22:05:56.063 | + lib/database:recreate_database:112 : local db=neutron 2025-04-16 22:05:56.063 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-16 22:05:56.063 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-16 22:05:56.063 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-16 22:05:56.063 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-16 22:05:56.063 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-16 22:05:56.063 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 22:05:56.063 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:05:56.063 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:05:56.063 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:05:56.063 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841146705 2025-04-16 22:05:56.063 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-16 22:05:56.064 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-16 22:05:56.065 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-16 22:05:56.066 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-16 22:05:56.066 | Running upgrade for neutron ... 2025-04-16 22:05:56.066 | OK 2025-04-16 22:05:56.066 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-16 22:05:56.066 | + functions-common:time_stop:2400 : local name 2025-04-16 22:05:56.066 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:05:56.066 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:05:56.066 | + functions-common:time_stop:2403 : local total 2025-04-16 22:05:56.066 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:05:56.066 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 22:05:56.066 | + functions-common:time_stop:2407 : start_time=1744841146705 2025-04-16 22:05:56.066 | + functions-common:time_stop:2409 : [[ -z 1744841146705 ]] 2025-04-16 22:05:56.066 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:05:56.066 | + functions-common:time_stop:2412 : end_time=1744841155995 2025-04-16 22:05:56.066 | + functions-common:time_stop:2413 : elapsed_time=9290 2025-04-16 22:05:56.066 | + functions-common:time_stop:2414 : total=2899 2025-04-16 22:05:56.066 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:05:56.066 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12189 2025-04-16 22:05:56.097 | [3512 Async init_neutron:49359]: finished init_neutron with result 0 in 9 seconds 2025-04-16 22:05:56.100 | + inc/async:async_wait:197 : return 0 2025-04-16 22:05:56.102 | + stack.sh:main:1237 : async_wait init_placement 2025-04-16 22:05:56.141 | [3512 Async init_placement:49857]: Waiting for completion of init_placement running on PID 49857 (4 other jobs running) 2025-04-16 22:05:56.160 | [3512 Async init_placement:49857]: Signaling child to exit 2025-04-16 22:06:03.493 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:06:03.512 | [49857 Async init_placement:49857]: finished successfully 2025-04-16 22:06:03.528 | WAKEUP 2025-04-16 22:06:03.545 | [3512 Async init_placement:49857]: Signaled 2025-04-16 22:06:03.546 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-16 22:06:03.546 | + lib/database:recreate_database:112 : local db=placement 2025-04-16 22:06:03.546 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-16 22:06:03.546 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-16 22:06:03.546 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-16 22:06:03.546 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-16 22:06:03.546 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-16 22:06:03.546 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-16 22:06:03.546 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-16 22:06:03.546 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-16 22:06:03.546 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 22:06:03.546 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 22:06:03.546 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 22:06:03.546 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 22:06:03.546 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:03.546 | + functions-common:get_or_create_user:898 : user_id=22e41f2ff69b422b8c2226267af23f84 2025-04-16 22:06:03.546 | + functions-common:get_or_create_user:899 : echo 22e41f2ff69b422b8c2226267af23f84 2025-04-16 22:06:03.546 | 22e41f2ff69b422b8c2226267af23f84 2025-04-16 22:06:03.546 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-16 22:06:03.546 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:06:03.546 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:06:03.546 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 22:06:03.546 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:06:03.546 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:06:03.546 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 22:06:03.546 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 22:06:03.546 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 22:06:03.546 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 22:06:03.546 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 22:06:03.546 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 22:06:03.546 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-04-16 22:06:03.546 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 22:06:03.546 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:03.547 | + functions-common:get_or_add_user_project_role:962 : user_role_id=25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:06:03.547 | + functions-common:get_or_add_user_project_role:963 : echo 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:06:03.547 | 25cfbfde210745d8bdebc7ce61476dc3 2025-04-16 22:06:03.547 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 22:06:03.547 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-16 22:06:03.547 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 22:06:03.547 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 22:06:03.547 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 22:06:03.547 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 22:06:03.547 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 22:06:03.547 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 22:06:03.547 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 22:06:03.547 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 22:06:03.547 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 22:06:03.547 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 22:06:03.547 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 22:06:03.547 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-04-16 22:06:03.547 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 22:06:03.547 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:03.547 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:06:03.547 | + functions-common:get_or_add_user_project_role:963 : echo ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:06:03.547 | ba1e7876f30f4045b69c18dab2635c17 2025-04-16 22:06:03.547 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-16 22:06:03.547 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-16 22:06:03.547 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 22:06:03.547 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-16 22:06:03.547 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-04-16 22:06:03.547 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:03.547 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 22:06:03.547 | 14da97b5d24b467dbd9fe47a9c36a201' 2025-04-16 22:06:03.547 | + functions-common:get_or_create_service:1050 : echo 14da97b5d24b467dbd9fe47a9c36a201 2025-04-16 22:06:03.547 | 14da97b5d24b467dbd9fe47a9c36a201 2025-04-16 22:06:03.547 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-16 22:06:03.547 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 22:06:03.547 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-16 22:06:03.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 22:06:03.547 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-04-16 22:06:03.547 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:03.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 22:06:03.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 22:06:03.547 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-04-16 22:06:03.547 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:03.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=2b6a93a22c254ead85da31bb3c078f86 2025-04-16 22:06:03.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 2b6a93a22c254ead85da31bb3c078f86 2025-04-16 22:06:03.547 | + functions-common:get_or_create_endpoint:1083 : public_id=2b6a93a22c254ead85da31bb3c078f86 2025-04-16 22:06:03.547 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 22:06:03.547 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 22:06:03.547 | + functions-common:get_or_create_endpoint:1092 : echo 2b6a93a22c254ead85da31bb3c078f86 2025-04-16 22:06:03.547 | 2b6a93a22c254ead85da31bb3c078f86 2025-04-16 22:06:03.578 | [3512 Async init_placement:49857]: finished init_placement with result 0 in 16 seconds 2025-04-16 22:06:03.582 | + inc/async:async_wait:197 : return 0 2025-04-16 22:06:03.584 | + stack.sh:main:1238 : async_wait init_glance 2025-04-16 22:06:03.622 | [3512 Async init_glance:46015]: Waiting for completion of init_glance running on PID 46015 (3 other jobs running) 2025-04-16 22:06:03.641 | [3512 Async init_glance:46015]: Signaling child to exit 2025-04-16 22:06:03.641 | WAKEUP 2025-04-16 22:06:03.657 | [3512 Async init_glance:46015]: Signaled 2025-04-16 22:06:03.658 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-16 22:06:03.658 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-16 22:06:03.658 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-16 22:06:03.658 | + lib/database:recreate_database:112 : local db=glance 2025-04-16 22:06:03.658 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-16 22:06:03.658 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-16 22:06:03.658 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-16 22:06:03.658 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-16 22:06:03.658 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-16 22:06:03.658 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 22:06:03.658 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:03.658 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:03.658 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:03.659 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841121105 2025-04-16 22:06:03.659 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-16 22:06:03.659 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 22:06:03.659 | 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=46102) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:06:03.659 | DEBUG dbcounter [-] [46102] Writer thread running {{(pid=46102) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.659 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 22:06:03.659 | 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=46102) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:06:03.659 | DEBUG dbcounter [-] [46102] Writer thread running {{(pid=46102) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-16 22:06:03.659 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.659 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-16 22:06:03.660 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.660 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.660 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-16 22:06:03.660 | Database migration is up to date. No migration needed. 2025-04-16 22:06:03.660 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-16 22:06:03.660 | Database is synced successfully. 2025-04-16 22:06:03.660 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-16 22:06:03.660 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 22:06:03.660 | 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=46142) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:06:03.660 | DEBUG dbcounter [-] [46142] Writer thread running {{(pid=46142) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-16 22:06:03.660 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-16 22:06:03.661 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-16 22:06:03.661 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-16 22:06:03.661 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:03.661 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:03.661 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:03.661 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:03.661 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:03.661 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 22:06:03.661 | + functions-common:time_stop:2407 : start_time=1744841121105 2025-04-16 22:06:03.661 | + functions-common:time_stop:2409 : [[ -z 1744841121105 ]] 2025-04-16 22:06:03.661 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:03.661 | + functions-common:time_stop:2412 : end_time=1744841125444 2025-04-16 22:06:03.661 | + functions-common:time_stop:2413 : elapsed_time=4339 2025-04-16 22:06:03.661 | + functions-common:time_stop:2414 : total=2899 2025-04-16 22:06:03.661 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:03.661 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7238 2025-04-16 22:06:03.691 | [3512 Async init_glance:46015]: finished init_glance with result 0 in 4 seconds 2025-04-16 22:06:03.694 | + inc/async:async_wait:197 : return 0 2025-04-16 22:06:03.697 | + stack.sh:main:1239 : async_wait init_swift 2025-04-16 22:06:03.713 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-16 22:06:03.715 | + inc/async:async_wait:197 : return 0 2025-04-16 22:06:03.717 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-16 22:06:03.755 | [3512 Async init_cinder:49710]: Waiting for completion of init_cinder running on PID 49710 (2 other jobs running) 2025-04-16 22:06:03.773 | [3512 Async init_cinder:49710]: Signaling child to exit 2025-04-16 22:06:03.773 | WAKEUP 2025-04-16 22:06:03.789 | [3512 Async init_cinder:49710]: Signaled 2025-04-16 22:06:03.790 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-16 22:06:03.790 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:03.790 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-16 22:06:03.790 | + lib/database:recreate_database:112 : local db=cinder 2025-04-16 22:06:03.790 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-16 22:06:03.790 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-16 22:06:03.790 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-16 22:06:03.790 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-16 22:06:03.790 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-16 22:06:03.790 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 22:06:03.790 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:03.790 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:03.790 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:03.790 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841147056 2025-04-16 22:06:03.790 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-16 22:06:03.790 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 22:06:03.791 | 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=49812) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:06:03.791 | DEBUG dbcounter [-] [49812] Writer thread running {{(pid=49812) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:03.791 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-16 22:06:03.791 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:03.791 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:03.791 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-16 22:06:03.791 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49812) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 22:06:03.791 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-16 22:06:03.791 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49812) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.791 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-16 22:06:03.791 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 22:06:03.791 | 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=49812) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:06:03.791 | DEBUG dbcounter [-] [49812] Writer thread running {{(pid=49812) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:03.791 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49812) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.791 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-16 22:06:03.791 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=49812) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:03.791 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-16 22:06:03.791 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:03.791 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:03.791 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:03.791 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:03.791 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:03.791 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 22:06:03.791 | + functions-common:time_stop:2407 : start_time=1744841147056 2025-04-16 22:06:03.791 | + functions-common:time_stop:2409 : [[ -z 1744841147056 ]] 2025-04-16 22:06:03.791 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:03.791 | + functions-common:time_stop:2412 : end_time=1744841150578 2025-04-16 22:06:03.791 | + functions-common:time_stop:2413 : elapsed_time=3522 2025-04-16 22:06:03.791 | + functions-common:time_stop:2414 : total=2899 2025-04-16 22:06:03.791 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:03.791 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6421 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-16 22:06:03.791 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-16 22:06:03.791 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:03.791 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-16 22:06:03.823 | [3512 Async init_cinder:49710]: finished init_cinder with result 0 in 3 seconds 2025-04-16 22:06:03.826 | + inc/async:async_wait:197 : return 0 2025-04-16 22:06:03.828 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-16 22:06:03.842 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:03.844 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-16 22:06:03.846 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:06:03.848 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-16 22:06:03.850 | + stack.sh:main:1247 : init_nova 2025-04-16 22:06:03.853 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-16 22:06:03.866 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:03.869 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-16 22:06:03.883 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:03.885 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:06:03.887 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-16 22:06:03.889 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-16 22:06:03.891 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-16 22:06:03.894 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-16 22:06:03.896 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-16 22:06:03.905 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-16 22:06:03.914 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-16 22:06:03.918 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 22:06:03.920 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-16 22:06:03.923 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 22:06:03.925 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 22:06:03.927 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 22:06:03.976 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 22:06:04.005 | [3512 Async nova-cell-1:51035]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 22:06:04.008 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-16 22:06:04.010 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-16 22:06:04.012 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-16 22:06:04.014 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-16 22:06:04.016 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-16 22:06:04.025 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-16 22:06:04.034 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-16 22:06:04.497 | 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. 2025-04-16 22:06:06.201 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-16 22:06:06.213 | DEBUG dbcounter [-] [51102] Writer thread running {{(pid=51102) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:06.216 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:06.216 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:06.243 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-16 22:06:07.296 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 22:06:07.297 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-16 22:06:07.492 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:07.494 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-16 22:06:07.496 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51102) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:07.879 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-16 22:06:07.882 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-16 22:06:07.884 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-16 22:06:07.886 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-16 22:06:07.889 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 22:06:07.891 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 22:06:07.893 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 22:06:07.908 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:07.910 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 22:06:07.912 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 22:06:07.915 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 22:06:08.373 | 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. 2025-04-16 22:06:09.629 | INFO dbcounter [None req-0d5c0150-f601-482f-bec2-e5f91d1f2790 None None] Registered counter for database nova_api 2025-04-16 22:06:09.641 | DEBUG dbcounter [-] [51185] Writer thread running {{(pid=51185) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:09.674 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:06:09.694 | [51035 Async nova-cell-1:51035]: finished successfully 2025-04-16 22:06:09.993 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-16 22:06:09.996 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 22:06:09.999 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-16 22:06:10.015 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-16 22:06:10.017 | + inc/async:async_wait:197 : return 0 2025-04-16 22:06:10.020 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 22:06:10.022 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-16 22:06:10.060 | [3512 Async nova-cell-1:51035]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51035 (2 other jobs running) 2025-04-16 22:06:10.078 | [3512 Async nova-cell-1:51035]: Signaling child to exit 2025-04-16 22:06:10.078 | WAKEUP 2025-04-16 22:06:10.094 | [3512 Async nova-cell-1:51035]: Signaled 2025-04-16 22:06:10.095 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-16 22:06:10.095 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-16 22:06:10.095 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-16 22:06:10.095 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-16 22:06:10.095 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-16 22:06:10.095 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-16 22:06:10.095 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-16 22:06:10.095 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-16 22:06:10.095 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-04-16 22:06:10.095 | 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. 2025-04-16 22:06:10.095 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-16 22:06:10.095 | DEBUG dbcounter [-] [51089] Writer thread running {{(pid=51089) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:10.095 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 22:06:10.095 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 22:06:10.095 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 22:06:10.095 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51089) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 22:06:10.095 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 22:06:10.095 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51089) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:10.095 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 22:06:10.095 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51089) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:10.095 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 22:06:10.095 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51089) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:10.095 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 22:06:10.095 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51089) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:10.095 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 22:06:10.095 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51089) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:10.128 | [3512 Async nova-cell-1:51035]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-16 22:06:10.131 | + inc/async:async_wait:197 : return 0 2025-04-16 22:06:10.133 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:06:10.135 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-16 22:06:10.580 | 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. 2025-04-16 22:06:11.788 | INFO dbcounter [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Registered counter for database nova_api 2025-04-16 22:06:11.799 | DEBUG dbcounter [-] [51358] Writer thread running {{(pid=51358) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:11.826 | INFO dbcounter [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Registered counter for database nova_cell0 2025-04-16 22:06:11.830 | DEBUG dbcounter [-] [51358] Writer thread running {{(pid=51358) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:11.833 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Context impl MySQLImpl. 2025-04-16 22:06:11.834 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Will assume non-transactional DDL. 2025-04-16 22:06:11.845 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 22:06:14.090 | DEBUG alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] new branch insert 8f2f1571d55b {{(pid=51358) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 22:06:14.092 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 22:06:14.122 | DEBUG alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51358) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:14.124 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 22:06:14.186 | DEBUG alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51358) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:14.187 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 22:06:14.203 | DEBUG alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51358) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:14.205 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 22:06:14.207 | DEBUG alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51358) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:14.208 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 22:06:14.260 | DEBUG alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51358) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 22:06:14.263 | INFO dbcounter [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Registered counter for database nova_cell1 2025-04-16 22:06:14.267 | DEBUG dbcounter [-] [51358] Writer thread running {{(pid=51358) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:14.270 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Context impl MySQLImpl. 2025-04-16 22:06:14.270 | INFO alembic.runtime.migration [None req-15c4a52f-2433-4c18-98dc-f47f02f51e85 None None] Will assume non-transactional DDL. 2025-04-16 22:06:14.611 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-16 22:06:15.071 | 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. 2025-04-16 22:06:16.258 | Running batches of 50 until complete 2025-04-16 22:06:16.258 | INFO dbcounter [None req-4d72b0f2-0f47-45ee-83b5-a1cd3c66c9f6 None None] Registered counter for database nova_cell1 2025-04-16 22:06:16.269 | DEBUG dbcounter [-] [51386] Writer thread running {{(pid=51386) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:16.324 | INFO dbcounter [None req-4d72b0f2-0f47-45ee-83b5-a1cd3c66c9f6 None None] Registered counter for database nova_api 2025-04-16 22:06:16.329 | DEBUG dbcounter [-] [51386] Writer thread running {{(pid=51386) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:16.405 | INFO dbcounter [None req-4d72b0f2-0f47-45ee-83b5-a1cd3c66c9f6 None None] Registered counter for database nova_cell0 2025-04-16 22:06:16.409 | DEBUG dbcounter [-] [51386] Writer thread running {{(pid=51386) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:16.449 | +-------------------------------------+--------------+-----------+ 2025-04-16 22:06:16.449 | | Migration | Total Needed | Completed | 2025-04-16 22:06:16.449 | +-------------------------------------+--------------+-----------+ 2025-04-16 22:06:16.449 | | fill_virtual_interface_list | 0 | 0 | 2025-04-16 22:06:16.449 | | migrate_empty_ratio | 0 | 0 | 2025-04-16 22:06:16.449 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-16 22:06:16.449 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-16 22:06:16.449 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-16 22:06:16.449 | | populate_dev_uuids | 0 | 0 | 2025-04-16 22:06:16.449 | | populate_instance_compute_id | 0 | 0 | 2025-04-16 22:06:16.449 | | populate_missing_availability_zones | 0 | 0 | 2025-04-16 22:06:16.449 | | populate_queued_for_delete | 0 | 0 | 2025-04-16 22:06:16.449 | | populate_user_id | 0 | 0 | 2025-04-16 22:06:16.449 | | populate_uuids | 0 | 0 | 2025-04-16 22:06:16.449 | +-------------------------------------+--------------+-----------+ 2025-04-16 22:06:16.818 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-16 22:06:16.822 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 22:06:16.825 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-16 22:06:16.828 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 22:06:16.830 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 22:06:16.833 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-04-16 22:06:17.289 | 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. 2025-04-16 22:06:18.491 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-16 22:06:18.491 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-16 22:06:18.491 | INFO dbcounter [None req-e57cf862-a731-4b7a-9117-8a26d5e2e7b0 None None] Registered counter for database nova_api 2025-04-16 22:06:18.502 | DEBUG dbcounter [-] [51404] Writer thread running {{(pid=51404) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:06:18.851 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-16 22:06:18.853 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-16 22:06:18.864 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-16 22:06:18.866 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-16 22:06:18.869 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-16 22:06:18.922 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-16 22:06:18.955 | [3512 Async configure_neutron_nova:51461]: running: configure_neutron_nova 2025-04-16 22:06:18.957 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-16 22:06:18.959 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 22:06:18.961 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-16 22:06:18.964 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 22:06:18.966 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 22:06:18.968 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 22:06:18.971 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 22:06:18.973 | + functions-common:run_phase:1838 : local extra 2025-04-16 22:06:18.976 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 22:06:18.979 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 22:06:18.982 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 22:06:18.984 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 22:06:18.986 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-16 22:06:18.988 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 22:06:19.002 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:19.004 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:06:19.007 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:06:19.010 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 22:06:19.012 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:06:19.014 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:06:19.016 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-16 22:06:19.019 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 22:06:19.021 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 22:06:19.024 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:06:19.026 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 22:06:19.028 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-16 22:06:19.030 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 22:06:19.032 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-16 22:06:19.035 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 22:06:19.037 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 22:06:19.039 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 22:06:19.042 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 22:06:19.044 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 22:06:19.046 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-16 22:06:19.049 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:06:19.051 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:06:19.053 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 22:06:19.055 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:06:19.057 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:06:19.059 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-16 22:06:19.062 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:06:19.065 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-16 22:06:19.067 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-16 22:06:19.070 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.072 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 22:06:19.075 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-16 22:06:19.077 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:06:19.080 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 22:06:19.082 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 22:06:19.085 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-16 22:06:19.088 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.090 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-16 22:06:19.093 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:06:19.095 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-16 22:06:19.095 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:06:19.095 | gsub("[][]", "", $1); 2025-04-16 22:06:19.095 | split($1, a, "|"); 2025-04-16 22:06:19.095 | if (a[1] == matchgroup) 2025-04-16 22:06:19.095 | print a[2] 2025-04-16 22:06:19.095 | } 2025-04-16 22:06:19.096 | ' /opt/stack/devstack/local.conf 2025-04-16 22:06:19.101 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 22:06:19.103 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 22:06:19.105 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 22:06:19.108 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-16 22:06:19.111 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-16 22:06:19.114 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-16 22:06:19.116 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-16 22:06:19.120 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-16 22:06:19.123 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-16 22:06:19.125 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-16 22:06:19.128 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 22:06:19.130 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.132 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 22:06:19.135 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-16 22:06:19.137 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 22:06:19.140 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-16 22:06:19.142 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-16 22:06:19.145 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-16 22:06:19.147 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-16 22:06:19.150 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 22:06:19.151 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.151 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-16 22:06:19.151 | BEGIN { 2025-04-16 22:06:19.151 | section = "" 2025-04-16 22:06:19.151 | last_section = "" 2025-04-16 22:06:19.151 | section_count = 0 2025-04-16 22:06:19.151 | } 2025-04-16 22:06:19.151 | /^\[.+\]/ { 2025-04-16 22:06:19.151 | gsub("[][]", "", $1); 2025-04-16 22:06:19.151 | section=$1 2025-04-16 22:06:19.151 | next 2025-04-16 22:06:19.151 | } 2025-04-16 22:06:19.151 | /^ *\#/ { 2025-04-16 22:06:19.151 | next 2025-04-16 22:06:19.151 | } 2025-04-16 22:06:19.151 | /^[^ \t]+/ { 2025-04-16 22:06:19.151 | # get offset of first = in $0 2025-04-16 22:06:19.151 | eq_idx = index($0, "=") 2025-04-16 22:06:19.151 | # extract attr & value from $0 2025-04-16 22:06:19.151 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 22:06:19.151 | value = substr($0, eq_idx + 1) 2025-04-16 22:06:19.151 | # only need to strip trailing whitespace from attr 2025-04-16 22:06:19.151 | sub(/[ \t]*$/, "", attr) 2025-04-16 22:06:19.151 | # need to strip leading & trailing whitespace from value 2025-04-16 22:06:19.151 | sub(/^[ \t]*/, "", value) 2025-04-16 22:06:19.151 | sub(/[ \t]*$/, "", value) 2025-04-16 22:06:19.151 | 2025-04-16 22:06:19.151 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 22:06:19.151 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 22:06:19.151 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 22:06:19.151 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 22:06:19.151 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 22:06:19.151 | if (section != last_section) { 2025-04-16 22:06:19.151 | cfg_section[section_count++] = section 2025-04-16 22:06:19.151 | last_section = section 2025-04-16 22:06:19.151 | } 2025-04-16 22:06:19.151 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 22:06:19.151 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 22:06:19.151 | 2025-04-16 22:06:19.151 | cfg_attr[section, attr, 0] = value 2025-04-16 22:06:19.151 | cfg_attr_count[section, attr] = 1 2025-04-16 22:06:19.151 | } else { 2025-04-16 22:06:19.151 | lno = cfg_attr_count[section, attr]++ 2025-04-16 22:06:19.151 | cfg_attr[section, attr, lno] = value 2025-04-16 22:06:19.151 | } 2025-04-16 22:06:19.151 | } 2025-04-16 22:06:19.151 | END { 2025-04-16 22:06:19.151 | # Process each section in order 2025-04-16 22:06:19.151 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 22:06:19.151 | section = cfg_section[sno] 2025-04-16 22:06:19.151 | # The ini routines simply append a config item immediately 2025-04-16 22:06:19.151 | # after the section header. To keep the same order as defined 2025-04-16 22:06:19.151 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 22:06:19.151 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 22:06:19.151 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 22:06:19.151 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 22:06:19.151 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 22:06:19.151 | else { 2025-04-16 22:06:19.151 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 22:06:19.151 | count = cfg_attr_count[section, attr] 2025-04-16 22:06:19.151 | print "inidelete " configfile " " section " " attr 2025-04-16 22:06:19.151 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 22:06:19.151 | for (l = count -2; l >= 0; l--) 2025-04-16 22:06:19.151 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 22:06:19.152 | } 2025-04-16 22:06:19.152 | } 2025-04-16 22:06:19.152 | } 2025-04-16 22:06:19.152 | } 2025-04-16 22:06:19.152 | ' 2025-04-16 22:06:19.153 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.153 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 22:06:19.155 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 22:06:19.158 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-16 22:06:19.160 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:06:19.162 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-16 22:06:19.164 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-16 22:06:19.164 | BEGIN { group = "" } 2025-04-16 22:06:19.164 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:06:19.164 | gsub("[][]", "", $1); 2025-04-16 22:06:19.164 | split($1, a, "|"); 2025-04-16 22:06:19.164 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 22:06:19.164 | group=a[1] 2025-04-16 22:06:19.164 | } else { 2025-04-16 22:06:19.164 | group="" 2025-04-16 22:06:19.164 | } 2025-04-16 22:06:19.164 | next 2025-04-16 22:06:19.164 | } 2025-04-16 22:06:19.164 | { 2025-04-16 22:06:19.164 | if (group != "") 2025-04-16 22:06:19.164 | print $0 2025-04-16 22:06:19.164 | } 2025-04-16 22:06:19.164 | ' /opt/stack/devstack/local.conf 2025-04-16 22:06:19.169 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-16 22:06:19.172 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 22:06:19.198 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.201 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 22:06:19.204 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 22:06:19.206 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 22:06:19.209 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-16 22:06:19.212 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-16 22:06:19.214 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-16 22:06:19.217 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-16 22:06:19.220 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-16 22:06:19.223 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-16 22:06:19.225 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-16 22:06:19.228 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 22:06:19.230 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.233 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 22:06:19.235 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-16 22:06:19.237 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 22:06:19.240 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-16 22:06:19.242 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-16 22:06:19.245 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-16 22:06:19.247 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-16 22:06:19.251 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 22:06:19.251 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-16 22:06:19.251 | BEGIN { 2025-04-16 22:06:19.251 | section = "" 2025-04-16 22:06:19.251 | last_section = "" 2025-04-16 22:06:19.251 | section_count = 0 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | /^\[.+\]/ { 2025-04-16 22:06:19.251 | gsub("[][]", "", $1); 2025-04-16 22:06:19.251 | section=$1 2025-04-16 22:06:19.251 | next 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | /^ *\#/ { 2025-04-16 22:06:19.251 | next 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | /^[^ \t]+/ { 2025-04-16 22:06:19.251 | # get offset of first = in $0 2025-04-16 22:06:19.251 | eq_idx = index($0, "=") 2025-04-16 22:06:19.251 | # extract attr & value from $0 2025-04-16 22:06:19.251 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 22:06:19.251 | value = substr($0, eq_idx + 1) 2025-04-16 22:06:19.251 | # only need to strip trailing whitespace from attr 2025-04-16 22:06:19.251 | sub(/[ \t]*$/, "", attr) 2025-04-16 22:06:19.251 | # need to strip leading & trailing whitespace from value 2025-04-16 22:06:19.251 | sub(/^[ \t]*/, "", value) 2025-04-16 22:06:19.251 | sub(/[ \t]*$/, "", value) 2025-04-16 22:06:19.251 | 2025-04-16 22:06:19.251 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 22:06:19.251 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 22:06:19.251 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 22:06:19.251 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 22:06:19.251 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 22:06:19.251 | if (section != last_section) { 2025-04-16 22:06:19.251 | cfg_section[section_count++] = section 2025-04-16 22:06:19.251 | last_section = section 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 22:06:19.251 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 22:06:19.251 | 2025-04-16 22:06:19.251 | cfg_attr[section, attr, 0] = value 2025-04-16 22:06:19.251 | cfg_attr_count[section, attr] = 1 2025-04-16 22:06:19.251 | } else { 2025-04-16 22:06:19.251 | lno = cfg_attr_count[section, attr]++ 2025-04-16 22:06:19.251 | cfg_attr[section, attr, lno] = value 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | END { 2025-04-16 22:06:19.251 | # Process each section in order 2025-04-16 22:06:19.251 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 22:06:19.251 | section = cfg_section[sno] 2025-04-16 22:06:19.251 | # The ini routines simply append a config item immediately 2025-04-16 22:06:19.251 | # after the section header. To keep the same order as defined 2025-04-16 22:06:19.251 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 22:06:19.251 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 22:06:19.251 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 22:06:19.251 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 22:06:19.251 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 22:06:19.251 | else { 2025-04-16 22:06:19.251 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 22:06:19.251 | count = cfg_attr_count[section, attr] 2025-04-16 22:06:19.251 | print "inidelete " configfile " " section " " attr 2025-04-16 22:06:19.251 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 22:06:19.251 | for (l = count -2; l >= 0; l--) 2025-04-16 22:06:19.251 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | } 2025-04-16 22:06:19.251 | ' 2025-04-16 22:06:19.252 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.253 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.253 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 22:06:19.255 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 22:06:19.257 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-16 22:06:19.259 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:06:19.261 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-16 22:06:19.264 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-16 22:06:19.264 | BEGIN { group = "" } 2025-04-16 22:06:19.264 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:06:19.264 | gsub("[][]", "", $1); 2025-04-16 22:06:19.264 | split($1, a, "|"); 2025-04-16 22:06:19.264 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 22:06:19.264 | group=a[1] 2025-04-16 22:06:19.264 | } else { 2025-04-16 22:06:19.264 | group="" 2025-04-16 22:06:19.264 | } 2025-04-16 22:06:19.264 | next 2025-04-16 22:06:19.264 | } 2025-04-16 22:06:19.264 | { 2025-04-16 22:06:19.264 | if (group != "") 2025-04-16 22:06:19.264 | print $0 2025-04-16 22:06:19.264 | } 2025-04-16 22:06:19.264 | ' /opt/stack/devstack/local.conf 2025-04-16 22:06:19.269 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-16 22:06:19.271 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-16 22:06:19.277 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:06:19.296 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.297 | [51461 Async configure_neutron_nova:51461]: finished successfully 2025-04-16 22:06:19.299 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 22:06:19.301 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 22:06:19.303 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 22:06:19.306 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-16 22:06:19.308 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-16 22:06:19.312 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-16 22:06:19.314 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-16 22:06:19.317 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-16 22:06:19.320 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 22:06:19.322 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 22:06:19.324 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 22:06:19.326 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.329 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 22:06:19.331 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-16 22:06:19.333 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 22:06:19.336 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-16 22:06:19.338 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-16 22:06:19.341 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-16 22:06:19.343 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-16 22:06:19.346 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 22:06:19.346 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 22:06:19.346 | BEGIN { 2025-04-16 22:06:19.346 | section = "" 2025-04-16 22:06:19.346 | last_section = "" 2025-04-16 22:06:19.346 | section_count = 0 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | /^\[.+\]/ { 2025-04-16 22:06:19.346 | gsub("[][]", "", $1); 2025-04-16 22:06:19.346 | section=$1 2025-04-16 22:06:19.346 | next 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | /^ *\#/ { 2025-04-16 22:06:19.346 | next 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | /^[^ \t]+/ { 2025-04-16 22:06:19.346 | # get offset of first = in $0 2025-04-16 22:06:19.346 | eq_idx = index($0, "=") 2025-04-16 22:06:19.346 | # extract attr & value from $0 2025-04-16 22:06:19.346 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 22:06:19.346 | value = substr($0, eq_idx + 1) 2025-04-16 22:06:19.346 | # only need to strip trailing whitespace from attr 2025-04-16 22:06:19.346 | sub(/[ \t]*$/, "", attr) 2025-04-16 22:06:19.346 | # need to strip leading & trailing whitespace from value 2025-04-16 22:06:19.346 | sub(/^[ \t]*/, "", value) 2025-04-16 22:06:19.346 | sub(/[ \t]*$/, "", value) 2025-04-16 22:06:19.346 | 2025-04-16 22:06:19.346 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 22:06:19.346 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 22:06:19.346 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 22:06:19.346 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 22:06:19.346 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 22:06:19.346 | if (section != last_section) { 2025-04-16 22:06:19.346 | cfg_section[section_count++] = section 2025-04-16 22:06:19.346 | last_section = section 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 22:06:19.346 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 22:06:19.346 | 2025-04-16 22:06:19.346 | cfg_attr[section, attr, 0] = value 2025-04-16 22:06:19.346 | cfg_attr_count[section, attr] = 1 2025-04-16 22:06:19.346 | } else { 2025-04-16 22:06:19.346 | lno = cfg_attr_count[section, attr]++ 2025-04-16 22:06:19.346 | cfg_attr[section, attr, lno] = value 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | END { 2025-04-16 22:06:19.346 | # Process each section in order 2025-04-16 22:06:19.346 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 22:06:19.346 | section = cfg_section[sno] 2025-04-16 22:06:19.346 | # The ini routines simply append a config item immediately 2025-04-16 22:06:19.346 | # after the section header. To keep the same order as defined 2025-04-16 22:06:19.346 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 22:06:19.346 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 22:06:19.346 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 22:06:19.346 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 22:06:19.346 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 22:06:19.346 | else { 2025-04-16 22:06:19.346 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 22:06:19.346 | count = cfg_attr_count[section, attr] 2025-04-16 22:06:19.346 | print "inidelete " configfile " " section " " attr 2025-04-16 22:06:19.346 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 22:06:19.346 | for (l = count -2; l >= 0; l--) 2025-04-16 22:06:19.346 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | } 2025-04-16 22:06:19.346 | ' 2025-04-16 22:06:19.346 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.348 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.348 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 22:06:19.350 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 22:06:19.352 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-16 22:06:19.354 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:06:19.356 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-16 22:06:19.358 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 22:06:19.358 | BEGIN { group = "" } 2025-04-16 22:06:19.358 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:06:19.358 | gsub("[][]", "", $1); 2025-04-16 22:06:19.358 | split($1, a, "|"); 2025-04-16 22:06:19.358 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 22:06:19.358 | group=a[1] 2025-04-16 22:06:19.358 | } else { 2025-04-16 22:06:19.358 | group="" 2025-04-16 22:06:19.358 | } 2025-04-16 22:06:19.358 | next 2025-04-16 22:06:19.358 | } 2025-04-16 22:06:19.358 | { 2025-04-16 22:06:19.358 | if (group != "") 2025-04-16 22:06:19.358 | print $0 2025-04-16 22:06:19.358 | } 2025-04-16 22:06:19.358 | ' /opt/stack/devstack/local.conf 2025-04-16 22:06:19.363 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-16 22:06:19.365 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-16 22:06:19.394 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.396 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-16 22:06:19.398 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-16 22:06:19.424 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.427 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 22:06:19.430 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 22:06:19.432 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 22:06:19.435 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-16 22:06:19.437 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:06:19.440 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:06:19.442 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-16 22:06:19.445 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:06:19.448 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-16 22:06:19.450 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-16 22:06:19.452 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 22:06:19.455 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.457 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 22:06:19.459 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 22:06:19.461 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 22:06:19.464 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-16 22:06:19.466 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:06:19.469 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 22:06:19.471 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-16 22:06:19.473 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 22:06:19.474 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 22:06:19.474 | BEGIN { 2025-04-16 22:06:19.475 | section = "" 2025-04-16 22:06:19.475 | last_section = "" 2025-04-16 22:06:19.475 | section_count = 0 2025-04-16 22:06:19.475 | } 2025-04-16 22:06:19.475 | /^\[.+\]/ { 2025-04-16 22:06:19.475 | gsub("[][]", "", $1); 2025-04-16 22:06:19.475 | section=$1 2025-04-16 22:06:19.475 | next 2025-04-16 22:06:19.475 | } 2025-04-16 22:06:19.475 | /^ *\#/ { 2025-04-16 22:06:19.475 | next 2025-04-16 22:06:19.475 | } 2025-04-16 22:06:19.475 | /^[^ \t]+/ { 2025-04-16 22:06:19.475 | # get offset of first = in $0 2025-04-16 22:06:19.475 | eq_idx = index($0, "=") 2025-04-16 22:06:19.475 | # extract attr & value from $0 2025-04-16 22:06:19.475 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 22:06:19.475 | value = substr($0, eq_idx + 1) 2025-04-16 22:06:19.475 | # only need to strip trailing whitespace from attr 2025-04-16 22:06:19.475 | sub(/[ \t]*$/, "", attr) 2025-04-16 22:06:19.475 | # need to strip leading & trailing whitespace from value 2025-04-16 22:06:19.475 | sub(/^[ \t]*/, "", value) 2025-04-16 22:06:19.475 | sub(/[ \t]*$/, "", value) 2025-04-16 22:06:19.475 | 2025-04-16 22:06:19.475 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 22:06:19.475 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 22:06:19.475 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 22:06:19.475 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 22:06:19.475 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 22:06:19.475 | if (section != last_section) { 2025-04-16 22:06:19.476 | cfg_section[section_count++] = section 2025-04-16 22:06:19.476 | last_section = section 2025-04-16 22:06:19.476 | } 2025-04-16 22:06:19.476 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 22:06:19.476 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 22:06:19.476 | 2025-04-16 22:06:19.476 | cfg_attr[section, attr, 0] = value 2025-04-16 22:06:19.476 | cfg_attr_count[section, attr] = 1 2025-04-16 22:06:19.476 | } else { 2025-04-16 22:06:19.476 | lno = cfg_attr_count[section, attr]++ 2025-04-16 22:06:19.476 | cfg_attr[section, attr, lno] = value 2025-04-16 22:06:19.476 | } 2025-04-16 22:06:19.476 | } 2025-04-16 22:06:19.476 | END { 2025-04-16 22:06:19.476 | # Process each section in order 2025-04-16 22:06:19.476 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 22:06:19.476 | section = cfg_section[sno] 2025-04-16 22:06:19.476 | # The ini routines simply append a config item immediately 2025-04-16 22:06:19.476 | # after the section header. To keep the same order as defined 2025-04-16 22:06:19.476 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 22:06:19.476 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 22:06:19.476 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 22:06:19.476 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 22:06:19.476 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 22:06:19.476 | else { 2025-04-16 22:06:19.476 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 22:06:19.476 | count = cfg_attr_count[section, attr] 2025-04-16 22:06:19.476 | print "inidelete " configfile " " section " " attr 2025-04-16 22:06:19.476 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 22:06:19.476 | for (l = count -2; l >= 0; l--) 2025-04-16 22:06:19.476 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 22:06:19.476 | } 2025-04-16 22:06:19.476 | } 2025-04-16 22:06:19.476 | } 2025-04-16 22:06:19.476 | } 2025-04-16 22:06:19.476 | ' 2025-04-16 22:06:19.476 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.476 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.476 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 22:06:19.478 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 22:06:19.480 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 22:06:19.482 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:06:19.484 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-16 22:06:19.486 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 22:06:19.486 | BEGIN { group = "" } 2025-04-16 22:06:19.486 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:06:19.486 | gsub("[][]", "", $1); 2025-04-16 22:06:19.486 | split($1, a, "|"); 2025-04-16 22:06:19.486 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 22:06:19.486 | group=a[1] 2025-04-16 22:06:19.486 | } else { 2025-04-16 22:06:19.486 | group="" 2025-04-16 22:06:19.486 | } 2025-04-16 22:06:19.486 | next 2025-04-16 22:06:19.486 | } 2025-04-16 22:06:19.486 | { 2025-04-16 22:06:19.486 | if (group != "") 2025-04-16 22:06:19.486 | print $0 2025-04-16 22:06:19.486 | } 2025-04-16 22:06:19.486 | ' /opt/stack/devstack/local.conf 2025-04-16 22:06:19.491 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-16 22:06:19.493 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-16 22:06:19.518 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.521 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-16 22:06:19.523 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 22:06:19.548 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.550 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-16 22:06:19.552 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 22:06:19.577 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.579 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-16 22:06:19.582 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-16 22:06:19.607 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.609 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-16 22:06:19.612 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-16 22:06:19.636 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.639 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-16 22:06:19.641 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-16 22:06:19.665 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.668 | + 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"' 2025-04-16 22:06:19.670 | ++ 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 2025-04-16 22:06:19.696 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.698 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-16 22:06:19.700 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-16 22:06:19.725 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.727 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-16 22:06:19.730 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 22:06:19.756 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.759 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 22:06:19.762 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 22:06:19.764 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 22:06:19.767 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:19.769 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.772 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.774 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 22:06:19.777 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.780 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 22:06:19.782 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 22:06:19.785 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.787 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.789 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 22:06:19.791 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.794 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 22:06:19.797 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.798 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.801 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.803 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-16 22:06:19.806 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.807 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 22:06:19.807 | BEGIN { 2025-04-16 22:06:19.807 | section = "" 2025-04-16 22:06:19.807 | last_section = "" 2025-04-16 22:06:19.807 | section_count = 0 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | /^\[.+\]/ { 2025-04-16 22:06:19.807 | gsub("[][]", "", $1); 2025-04-16 22:06:19.807 | section=$1 2025-04-16 22:06:19.807 | next 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | /^ *\#/ { 2025-04-16 22:06:19.807 | next 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | /^[^ \t]+/ { 2025-04-16 22:06:19.807 | # get offset of first = in $0 2025-04-16 22:06:19.807 | eq_idx = index($0, "=") 2025-04-16 22:06:19.807 | # extract attr & value from $0 2025-04-16 22:06:19.807 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 22:06:19.807 | value = substr($0, eq_idx + 1) 2025-04-16 22:06:19.807 | # only need to strip trailing whitespace from attr 2025-04-16 22:06:19.807 | sub(/[ \t]*$/, "", attr) 2025-04-16 22:06:19.807 | # need to strip leading & trailing whitespace from value 2025-04-16 22:06:19.807 | sub(/^[ \t]*/, "", value) 2025-04-16 22:06:19.807 | sub(/[ \t]*$/, "", value) 2025-04-16 22:06:19.807 | 2025-04-16 22:06:19.807 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 22:06:19.807 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 22:06:19.807 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 22:06:19.807 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 22:06:19.807 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 22:06:19.807 | if (section != last_section) { 2025-04-16 22:06:19.807 | cfg_section[section_count++] = section 2025-04-16 22:06:19.807 | last_section = section 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 22:06:19.807 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 22:06:19.807 | 2025-04-16 22:06:19.807 | cfg_attr[section, attr, 0] = value 2025-04-16 22:06:19.807 | cfg_attr_count[section, attr] = 1 2025-04-16 22:06:19.807 | } else { 2025-04-16 22:06:19.807 | lno = cfg_attr_count[section, attr]++ 2025-04-16 22:06:19.807 | cfg_attr[section, attr, lno] = value 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | END { 2025-04-16 22:06:19.807 | # Process each section in order 2025-04-16 22:06:19.807 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 22:06:19.807 | section = cfg_section[sno] 2025-04-16 22:06:19.807 | # The ini routines simply append a config item immediately 2025-04-16 22:06:19.807 | # after the section header. To keep the same order as defined 2025-04-16 22:06:19.807 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 22:06:19.807 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 22:06:19.807 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 22:06:19.807 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 22:06:19.807 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 22:06:19.807 | else { 2025-04-16 22:06:19.807 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 22:06:19.807 | count = cfg_attr_count[section, attr] 2025-04-16 22:06:19.807 | print "inidelete " configfile " " section " " attr 2025-04-16 22:06:19.807 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 22:06:19.807 | for (l = count -2; l >= 0; l--) 2025-04-16 22:06:19.807 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | } 2025-04-16 22:06:19.807 | ' 2025-04-16 22:06:19.807 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.809 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:19.809 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 22:06:19.811 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 22:06:19.813 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 22:06:19.815 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:06:19.817 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 22:06:19.819 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 22:06:19.819 | BEGIN { group = "" } 2025-04-16 22:06:19.819 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:06:19.819 | gsub("[][]", "", $1); 2025-04-16 22:06:19.819 | split($1, a, "|"); 2025-04-16 22:06:19.819 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 22:06:19.819 | group=a[1] 2025-04-16 22:06:19.819 | } else { 2025-04-16 22:06:19.819 | group="" 2025-04-16 22:06:19.819 | } 2025-04-16 22:06:19.819 | next 2025-04-16 22:06:19.819 | } 2025-04-16 22:06:19.819 | { 2025-04-16 22:06:19.819 | if (group != "") 2025-04-16 22:06:19.819 | print $0 2025-04-16 22:06:19.819 | } 2025-04-16 22:06:19.819 | ' /opt/stack/devstack/local.conf 2025-04-16 22:06:19.824 | + 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"' 2025-04-16 22:06:19.826 | ++ 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' 2025-04-16 22:06:19.850 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.852 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-16 22:06:19.854 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 22:06:19.880 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.882 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-16 22:06:19.884 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-16 22:06:19.908 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:19.911 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-16 22:06:19.926 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:19.928 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 22:06:19.930 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-16 22:06:19.944 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:19.947 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 22:06:19.974 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-16 22:06:20.012 | [3512 Async configure_neutron_nova:51461]: Waiting for completion of configure_neutron_nova running on PID 51461 (2 other jobs running) 2025-04-16 22:06:20.031 | [3512 Async configure_neutron_nova:51461]: Signaling child to exit 2025-04-16 22:06:20.031 | WAKEUP 2025-04-16 22:06:20.048 | [3512 Async configure_neutron_nova:51461]: Signaled 2025-04-16 22:06:20.048 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-16 22:06:20.048 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-16 22:06:20.049 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-16 22:06:20.049 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-16 22:06:20.049 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-16 22:06:20.049 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 22:06:20.049 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:20.049 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 22:06:20.049 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-16 22:06:20.049 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-16 22:06:20.049 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:06:20.080 | [3512 Async configure_neutron_nova:51461]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-16 22:06:20.084 | + inc/async:async_wait:197 : return 0 2025-04-16 22:06:20.086 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-16 22:06:20.101 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:20.103 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 22:06:20.128 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 22:06:20.156 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-16 22:06:20.171 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:20.173 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-16 22:06:20.175 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:06:20.177 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-16 22:06:20.179 | + stack.sh:main:1301 : start_nova_api 2025-04-16 22:06:20.181 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-16 22:06:20.183 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-16 22:06:20.186 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-16 22:06:20.188 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-16 22:06:20.201 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:20.203 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/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 2025-04-16 22:06:20.206 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 22:06:20.208 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 22:06:20.210 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-16 22:06:20.213 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-16 22:06:20.216 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 22:06:20.218 | + functions-common:run_process:1654 : local service=n-api 2025-04-16 22:06:20.220 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 22:06:20.223 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:20.225 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:20.227 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:20.229 | + functions-common:run_process:1660 : local name=n-api 2025-04-16 22:06:20.231 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:20.233 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:20.235 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:20.237 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:20.240 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:20.243 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841180241 2025-04-16 22:06:20.245 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-16 22:06:20.259 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:20.261 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-04-16 22:06:20.263 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-16 22:06:20.265 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 22:06:20.267 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 22:06:20.269 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 22:06:20.271 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 22:06:20.273 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-16 22:06:20.275 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-16 22:06:20.277 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-16 22:06:20.279 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:20.281 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:20.283 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:20.285 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:20.287 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 22:06:20.290 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 22:06:20.292 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:06:20.294 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 22:06:20.296 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-16 22:06:20.298 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:06:20.300 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 22:06:20.301 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 22:06:20.303 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 22:06:20.305 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-16 22:06:20.307 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 22:06:20.310 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-04-16 22:06:20.360 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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"' 2025-04-16 22:06:20.410 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-04-16 22:06:20.451 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-16 22:06:20.493 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2025-04-16 22:06:20.534 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:20.576 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-16 22:06:20.617 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-16 22:06:20.659 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-16 22:06:20.703 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-16 22:06:20.745 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-16 22:06:20.788 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 22:06:20.790 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 22:06:20.792 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-16 22:06:20.843 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 22:06:21.089 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-16 22:06:21.099 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-16 22:06:21.325 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-16 22:06:21.385 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:21.388 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:21.390 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:21.392 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:21.394 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:21.396 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:21.398 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:21.401 | + functions-common:time_stop:2407 : start_time=1744841180241 2025-04-16 22:06:21.403 | + functions-common:time_stop:2409 : [[ -z 1744841180241 ]] 2025-04-16 22:06:21.406 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:21.410 | + functions-common:time_stop:2412 : end_time=1744841181407 2025-04-16 22:06:21.412 | + functions-common:time_stop:2413 : elapsed_time=1166 2025-04-16 22:06:21.414 | + functions-common:time_stop:2414 : total=1290 2025-04-16 22:06:21.416 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:21.418 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2456 2025-04-16 22:06:21.421 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-16 22:06:21.423 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-16 22:06:21.423 | Waiting for nova-api to start... 2025-04-16 22:06:21.425 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-16 22:06:21.427 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 22:06:21.429 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-16 22:06:21.432 | + functions:wait_for_service:470 : local rval=0 2025-04-16 22:06:21.434 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 22:06:21.436 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 22:06:21.438 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:21.440 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:21.443 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:21.446 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841181444 2025-04-16 22:06:21.448 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 22:06:21.452 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-16 22:06:24.051 | + :: : [[ 200 == 503 ]] 2025-04-16 22:06:24.052 | + :: : [[ 0 -eq 7 ]] 2025-04-16 22:06:24.055 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 22:06:24.057 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:24.060 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:24.062 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:24.064 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:24.066 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:24.068 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 22:06:24.070 | + functions-common:time_stop:2407 : start_time=1744841181444 2025-04-16 22:06:24.073 | + functions-common:time_stop:2409 : [[ -z 1744841181444 ]] 2025-04-16 22:06:24.075 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:24.079 | + functions-common:time_stop:2412 : end_time=1744841184077 2025-04-16 22:06:24.081 | + functions-common:time_stop:2413 : elapsed_time=2633 2025-04-16 22:06:24.083 | + functions-common:time_stop:2414 : total=2278 2025-04-16 22:06:24.085 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:24.087 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4911 2025-04-16 22:06:24.089 | + functions:wait_for_service:478 : return 0 2025-04-16 22:06:24.092 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/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 2025-04-16 22:06:24.094 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/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 2025-04-16 22:06:24.097 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-16 22:06:24.111 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:24.113 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-16 22:06:24.126 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:24.129 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-16 22:06:24.142 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:24.144 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-16 22:06:24.147 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:06:24.149 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-16 22:06:24.151 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-16 22:06:24.153 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-16 22:06:24.155 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-16 22:06:24.182 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-16 22:06:24.184 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-16 22:06:24.186 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-16 22:06:24.188 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-16 22:06:24.215 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-16 22:06:24.241 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-16 22:06:24.244 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-16 22:06:24.246 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-16 22:06:24.248 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-16 22:06:24.250 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-16 22:06:24.254 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-16 22:06:24.256 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 22:06:24.258 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 22:06:24.261 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-16 22:06:24.263 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-16 22:06:24.265 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-16 22:06:24.267 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-16 22:06:24.269 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.271 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.274 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.276 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-16 22:06:24.278 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.281 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.283 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-16 22:06:24.298 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:24.300 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-16 22:06:24.302 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.304 | + functions-common:run_process:1654 : local service=q-svc 2025-04-16 22:06:24.306 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.309 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:24.311 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:24.313 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:24.315 | + functions-common:run_process:1660 : local name=q-svc 2025-04-16 22:06:24.317 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:24.320 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:24.322 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:24.324 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:24.327 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:24.330 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841184328 2025-04-16 22:06:24.333 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-16 22:06:24.346 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:24.348 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 22:06:24.350 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-16 22:06:24.353 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.355 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.357 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.359 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.361 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 22:06:24.363 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 22:06:24.365 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-16 22:06:24.367 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:24.369 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:24.372 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:24.374 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:24.376 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 22:06:24.378 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 22:06:24.380 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-16 22:06:24.382 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.384 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:06:24.386 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:06:24.388 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:06:24.390 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:06:24.392 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:06:24.394 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-16 22:06:24.395 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:06:24.399 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-04-16 22:06:24.449 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:06:24.498 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-16 22:06:24.539 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:24.581 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-16 22:06:24.622 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-16 22:06:24.665 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:24.708 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:06:24.710 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:06:24.712 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-16 22:06:24.762 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:06:25.002 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-16 22:06:25.012 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-16 22:06:25.240 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-16 22:06:25.263 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:25.266 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:25.268 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:25.270 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:25.272 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:25.274 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:25.276 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:25.278 | + functions-common:time_stop:2407 : start_time=1744841184328 2025-04-16 22:06:25.281 | + functions-common:time_stop:2409 : [[ -z 1744841184328 ]] 2025-04-16 22:06:25.283 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:25.287 | + functions-common:time_stop:2412 : end_time=1744841185285 2025-04-16 22:06:25.289 | + functions-common:time_stop:2413 : elapsed_time=957 2025-04-16 22:06:25.291 | + functions-common:time_stop:2414 : total=2456 2025-04-16 22:06:25.293 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:25.296 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3413 2025-04-16 22:06:25.298 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 22:06:25.300 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-16 22:06:25.315 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:25.317 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-16 22:06:25.319 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 22:06:25.321 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-16 22:06:25.321 | Waiting for Neutron to start... 2025-04-16 22:06:25.323 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 22:06:25.326 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-04-16 22:06:25.328 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 22:06:25.330 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-16 22:06:25.332 | + functions-common:test_with_retry:2340 : local until=60 2025-04-16 22:06:25.334 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 22:06:25.336 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 22:06:25.338 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 22:06:25.341 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:25.343 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:25.345 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:25.349 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841185347 2025-04-16 22:06:25.352 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-04-16 22:06:28.391 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 22:06:28.393 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:28.396 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:28.398 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:28.401 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:28.403 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:28.405 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 22:06:28.407 | + functions-common:time_stop:2407 : start_time=1744841185347 2025-04-16 22:06:28.410 | + functions-common:time_stop:2409 : [[ -z 1744841185347 ]] 2025-04-16 22:06:28.413 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:28.416 | + functions-common:time_stop:2412 : end_time=1744841188414 2025-04-16 22:06:28.418 | + functions-common:time_stop:2413 : elapsed_time=3067 2025-04-16 22:06:28.420 | + functions-common:time_stop:2414 : total=0 2025-04-16 22:06:28.423 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:28.425 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3067 2025-04-16 22:06:28.427 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-16 22:06:28.442 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:28.444 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-16 22:06:28.446 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:06:28.448 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-16 22:06:28.450 | + stack.sh:main:1322 : start_placement 2025-04-16 22:06:28.452 | + lib/placement:start_placement:173 : start_placement_api 2025-04-16 22:06:28.454 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 22:06:28.458 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-16 22:06:28.461 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 22:06:28.463 | + functions-common:run_process:1654 : local service=placement-api 2025-04-16 22:06:28.465 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 22:06:28.467 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:28.469 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:28.471 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:28.473 | + functions-common:run_process:1660 : local name=placement-api 2025-04-16 22:06:28.475 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:28.478 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:28.480 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:28.482 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:28.485 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:28.488 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841188486 2025-04-16 22:06:28.490 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-16 22:06:28.504 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:28.507 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-16 22:06:28.509 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-16 22:06:28.511 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 22:06:28.513 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 22:06:28.515 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 22:06:28.517 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 22:06:28.519 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-16 22:06:28.521 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-16 22:06:28.524 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-16 22:06:28.526 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:28.528 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:28.530 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:28.532 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:28.534 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-16 22:06:28.536 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 22:06:28.539 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:06:28.541 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 22:06:28.543 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-16 22:06:28.545 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:06:28.547 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 22:06:28.549 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 22:06:28.551 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 22:06:28.553 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-16 22:06:28.554 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 22:06:28.558 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-04-16 22:06:28.607 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:06:28.656 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-04-16 22:06:28.697 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-16 22:06:28.739 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:06:28.780 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:28.823 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-16 22:06:28.865 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-16 22:06:28.909 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-16 22:06:28.950 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-16 22:06:28.992 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-16 22:06:29.034 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 22:06:29.036 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 22:06:29.038 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-16 22:06:29.088 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 22:06:29.335 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-16 22:06:29.344 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-16 22:06:29.584 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-16 22:06:29.648 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:29.650 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:29.653 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:29.655 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:29.657 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:29.659 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:29.661 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:29.663 | + functions-common:time_stop:2407 : start_time=1744841188486 2025-04-16 22:06:29.665 | + functions-common:time_stop:2409 : [[ -z 1744841188486 ]] 2025-04-16 22:06:29.668 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:29.672 | + functions-common:time_stop:2412 : end_time=1744841189670 2025-04-16 22:06:29.674 | + functions-common:time_stop:2413 : elapsed_time=1184 2025-04-16 22:06:29.676 | + functions-common:time_stop:2414 : total=3413 2025-04-16 22:06:29.678 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:29.681 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4597 2025-04-16 22:06:29.683 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-16 22:06:29.683 | Waiting for placement-api to start... 2025-04-16 22:06:29.685 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-16 22:06:29.687 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 22:06:29.689 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-16 22:06:29.691 | + functions:wait_for_service:470 : local rval=0 2025-04-16 22:06:29.694 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 22:06:29.696 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 22:06:29.698 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:29.700 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:29.703 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:29.706 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841189704 2025-04-16 22:06:29.708 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 22:06:29.712 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-16 22:06:30.894 | + :: : [[ 200 == 503 ]] 2025-04-16 22:06:30.895 | + :: : [[ 0 -eq 7 ]] 2025-04-16 22:06:30.898 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 22:06:30.900 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:30.902 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:30.904 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:30.907 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:30.909 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:30.911 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 22:06:30.913 | + functions-common:time_stop:2407 : start_time=1744841189704 2025-04-16 22:06:30.915 | + functions-common:time_stop:2409 : [[ -z 1744841189704 ]] 2025-04-16 22:06:30.918 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:30.921 | + functions-common:time_stop:2412 : end_time=1744841190919 2025-04-16 22:06:30.923 | + functions-common:time_stop:2413 : elapsed_time=1215 2025-04-16 22:06:30.926 | + functions-common:time_stop:2414 : total=4911 2025-04-16 22:06:30.928 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:30.930 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6126 2025-04-16 22:06:30.932 | + functions:wait_for_service:478 : return 0 2025-04-16 22:06:30.934 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-16 22:06:30.949 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:30.951 | + stack.sh:main:1326 : start_neutron 2025-04-16 22:06:30.953 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-16 22:06:30.955 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:30.957 | + functions-common:run_process:1654 : local service=q-agt 2025-04-16 22:06:30.959 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:30.961 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:30.963 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:30.966 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:30.968 | + functions-common:run_process:1660 : local name=q-agt 2025-04-16 22:06:30.970 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:30.972 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:30.974 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:30.976 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:30.979 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:30.983 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841190980 2025-04-16 22:06:30.985 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-16 22:06:30.999 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:31.001 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 22:06:31.004 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-16 22:06:31.006 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:31.008 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:31.010 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:31.012 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:31.014 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 22:06:31.016 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 22:06:31.019 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-16 22:06:31.021 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:31.023 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:31.025 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:31.027 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:31.029 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 22:06:31.031 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 22:06:31.033 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-16 22:06:31.035 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:31.037 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:06:31.039 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:06:31.041 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:06:31.043 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:06:31.045 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:06:31.047 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-16 22:06:31.049 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:06:31.052 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-04-16 22:06:31.101 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:06:31.151 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-16 22:06:31.191 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 22:06:31.233 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-16 22:06:31.275 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-16 22:06:31.317 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:31.359 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:06:31.361 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:06:31.363 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-16 22:06:31.415 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:06:31.651 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-16 22:06:31.661 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-16 22:06:31.909 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-16 22:06:31.946 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:31.948 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:31.951 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:31.953 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:31.955 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:31.958 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:31.960 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:31.962 | + functions-common:time_stop:2407 : start_time=1744841190980 2025-04-16 22:06:31.964 | + functions-common:time_stop:2409 : [[ -z 1744841190980 ]] 2025-04-16 22:06:31.967 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:31.971 | + functions-common:time_stop:2412 : end_time=1744841191968 2025-04-16 22:06:31.973 | + functions-common:time_stop:2413 : elapsed_time=988 2025-04-16 22:06:31.975 | + functions-common:time_stop:2414 : total=4597 2025-04-16 22:06:31.977 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:31.979 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5585 2025-04-16 22:06:31.981 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-16 22:06:31.983 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 22:06:31.985 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 22:06:31.988 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-16 22:06:31.990 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:31.992 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-16 22:06:31.994 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:31.996 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:31.998 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:32.000 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:32.003 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-16 22:06:32.005 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:32.007 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:32.009 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:32.011 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:32.014 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:32.017 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841192015 2025-04-16 22:06:32.019 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-16 22:06:32.034 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:32.037 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-04-16 22:06:32.039 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-16 22:06:32.041 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:32.043 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:32.046 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:32.048 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:32.050 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-04-16 22:06:32.052 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-04-16 22:06:32.054 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-16 22:06:32.056 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:32.059 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:32.061 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:32.063 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:32.065 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-04-16 22:06:32.067 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-04-16 22:06:32.070 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-16 22:06:32.072 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:32.074 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:06:32.076 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:06:32.078 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:06:32.080 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:06:32.082 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:06:32.085 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-16 22:06:32.087 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:06:32.090 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-04-16 22:06:32.142 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:06:32.193 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-16 22:06:32.236 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 22:06:32.279 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-16 22:06:32.324 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-16 22:06:32.369 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:32.414 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:06:32.416 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:06:32.418 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-16 22:06:32.472 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:06:32.725 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-16 22:06:32.735 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-16 22:06:32.974 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-16 22:06:32.996 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:32.998 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:33.001 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:33.003 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:33.005 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:33.007 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:33.009 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:33.011 | + functions-common:time_stop:2407 : start_time=1744841192015 2025-04-16 22:06:33.014 | + functions-common:time_stop:2409 : [[ -z 1744841192015 ]] 2025-04-16 22:06:33.017 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:33.020 | + functions-common:time_stop:2412 : end_time=1744841193018 2025-04-16 22:06:33.022 | + functions-common:time_stop:2413 : elapsed_time=1003 2025-04-16 22:06:33.024 | + functions-common:time_stop:2414 : total=5585 2025-04-16 22:06:33.026 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:33.029 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6588 2025-04-16 22:06:33.032 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-16 22:06:33.034 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 22:06:33.036 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 22:06:33.039 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-16 22:06:33.041 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.044 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.046 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.048 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-16 22:06:33.051 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.054 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.056 | + functions-common:run_process:1654 : local service=q-l3 2025-04-16 22:06:33.058 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.060 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:33.062 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:33.065 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:33.067 | + functions-common:run_process:1660 : local name=q-l3 2025-04-16 22:06:33.069 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:33.071 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:33.073 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:33.075 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:33.078 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:33.082 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841193079 2025-04-16 22:06:33.084 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-16 22:06:33.099 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:33.101 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-04-16 22:06:33.103 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-16 22:06:33.105 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.107 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.109 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.111 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.113 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-04-16 22:06:33.116 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-04-16 22:06:33.118 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-16 22:06:33.120 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:33.123 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:33.125 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:33.127 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:33.129 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-04-16 22:06:33.131 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-04-16 22:06:33.133 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-16 22:06:33.135 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.138 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:06:33.140 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:06:33.142 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:06:33.144 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:06:33.146 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:06:33.148 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-16 22:06:33.150 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:06:33.154 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-04-16 22:06:33.205 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:06:33.256 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-16 22:06:33.299 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 22:06:33.343 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-16 22:06:33.386 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-16 22:06:33.430 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:33.477 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:06:33.479 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:06:33.481 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-16 22:06:33.535 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:06:33.800 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-16 22:06:33.810 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-16 22:06:34.043 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-16 22:06:34.076 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:34.078 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:34.081 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:34.083 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:34.086 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:34.090 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:34.092 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:34.097 | + functions-common:time_stop:2407 : start_time=1744841193079 2025-04-16 22:06:34.099 | + functions-common:time_stop:2409 : [[ -z 1744841193079 ]] 2025-04-16 22:06:34.102 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:34.107 | + functions-common:time_stop:2412 : end_time=1744841194103 2025-04-16 22:06:34.110 | + functions-common:time_stop:2413 : elapsed_time=1024 2025-04-16 22:06:34.112 | + functions-common:time_stop:2414 : total=6588 2025-04-16 22:06:34.116 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:34.119 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7612 2025-04-16 22:06:34.124 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 22:06:34.126 | + functions-common:run_process:1654 : local service=q-meta 2025-04-16 22:06:34.129 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 22:06:34.131 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:34.134 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:34.136 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:34.138 | + functions-common:run_process:1660 : local name=q-meta 2025-04-16 22:06:34.140 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:34.142 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:34.144 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:34.146 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:34.149 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:34.152 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841194150 2025-04-16 22:06:34.154 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-16 22:06:34.168 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:34.171 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-04-16 22:06:34.173 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-16 22:06:34.175 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 22:06:34.177 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 22:06:34.179 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 22:06:34.181 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 22:06:34.183 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-04-16 22:06:34.185 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-04-16 22:06:34.188 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-16 22:06:34.190 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:34.192 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:34.194 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:34.196 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:34.198 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-04-16 22:06:34.201 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-04-16 22:06:34.202 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-16 22:06:34.204 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 22:06:34.206 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:06:34.208 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:06:34.211 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:06:34.213 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:06:34.215 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:06:34.217 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-16 22:06:34.218 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:06:34.222 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-04-16 22:06:34.275 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:06:34.327 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-16 22:06:34.370 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 22:06:34.415 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-16 22:06:34.460 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-16 22:06:34.505 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:34.552 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:06:34.554 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:06:34.557 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-16 22:06:34.611 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:06:34.870 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-16 22:06:34.881 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-16 22:06:35.121 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-16 22:06:35.149 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:35.155 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:35.159 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:35.162 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:35.164 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:35.167 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:35.171 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:35.173 | + functions-common:time_stop:2407 : start_time=1744841194150 2025-04-16 22:06:35.179 | + functions-common:time_stop:2409 : [[ -z 1744841194150 ]] 2025-04-16 22:06:35.182 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:35.186 | + functions-common:time_stop:2412 : end_time=1744841195184 2025-04-16 22:06:35.190 | + functions-common:time_stop:2413 : elapsed_time=1034 2025-04-16 22:06:35.192 | + functions-common:time_stop:2414 : total=7612 2025-04-16 22:06:35.195 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:35.197 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8646 2025-04-16 22:06:35.199 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 22:06:35.201 | + functions-common:run_process:1654 : local service=q-metering 2025-04-16 22:06:35.203 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 22:06:35.206 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:35.208 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:35.210 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:35.212 | + functions-common:run_process:1660 : local name=q-metering 2025-04-16 22:06:35.214 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:35.216 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:35.219 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:35.221 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:35.224 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:35.228 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841195225 2025-04-16 22:06:35.230 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-16 22:06:35.245 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:35.247 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:35.249 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:35.251 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:35.253 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:35.255 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:35.257 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:35.260 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:35.262 | + functions-common:time_stop:2407 : start_time=1744841195225 2025-04-16 22:06:35.264 | + functions-common:time_stop:2409 : [[ -z 1744841195225 ]] 2025-04-16 22:06:35.266 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:35.270 | + functions-common:time_stop:2412 : end_time=1744841195268 2025-04-16 22:06:35.272 | + functions-common:time_stop:2413 : elapsed_time=43 2025-04-16 22:06:35.274 | + functions-common:time_stop:2414 : total=8646 2025-04-16 22:06:35.276 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:35.278 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8689 2025-04-16 22:06:35.280 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-16 22:06:35.295 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:35.298 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-16 22:06:35.300 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-16 22:06:35.302 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:06:35.304 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-16 22:06:35.306 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-16 22:06:35.308 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-16 22:06:35.310 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-16 22:06:35.313 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-16 22:06:35.315 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 22:06:35.318 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 22:06:36.757 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:36.759 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 22:06:36.759 | address-scope 2025-04-16 22:06:36.759 | router-admin-state-down-before-update 2025-04-16 22:06:36.759 | agent 2025-04-16 22:06:36.759 | agent-resources-synced 2025-04-16 22:06:36.760 | allowed-address-pairs 2025-04-16 22:06:36.760 | auto-allocated-topology 2025-04-16 22:06:36.760 | availability_zone 2025-04-16 22:06:36.760 | availability_zone_filter 2025-04-16 22:06:36.760 | default-subnetpools 2025-04-16 22:06:36.760 | dhcp_agent_scheduler 2025-04-16 22:06:36.760 | dvr 2025-04-16 22:06:36.760 | empty-string-filtering 2025-04-16 22:06:36.760 | external-net 2025-04-16 22:06:36.760 | extra_dhcp_opt 2025-04-16 22:06:36.760 | extraroute 2025-04-16 22:06:36.760 | extraroute-atomic 2025-04-16 22:06:36.760 | filter-validation 2025-04-16 22:06:36.760 | floating-ip-port-forwarding-detail 2025-04-16 22:06:36.760 | fip-port-details 2025-04-16 22:06:36.760 | flavors 2025-04-16 22:06:36.760 | floatingip-pools 2025-04-16 22:06:36.760 | ip-substring-filtering 2025-04-16 22:06:36.760 | router 2025-04-16 22:06:36.760 | ext-gw-mode 2025-04-16 22:06:36.760 | l3-ha 2025-04-16 22:06:36.760 | l3-flavors 2025-04-16 22:06:36.760 | l3-port-ip-change-not-allowed 2025-04-16 22:06:36.760 | l3_agent_scheduler 2025-04-16 22:06:36.760 | multi-provider 2025-04-16 22:06:36.760 | net-mtu 2025-04-16 22:06:36.760 | net-mtu-writable 2025-04-16 22:06:36.760 | network_availability_zone 2025-04-16 22:06:36.760 | network_ha 2025-04-16 22:06:36.760 | network-ip-availability 2025-04-16 22:06:36.760 | pagination 2025-04-16 22:06:36.760 | port-device-profile 2025-04-16 22:06:36.760 | port-mac-override 2025-04-16 22:06:36.760 | port-mac-address-regenerate 2025-04-16 22:06:36.760 | port-numa-affinity-policy 2025-04-16 22:06:36.760 | binding 2025-04-16 22:06:36.760 | binding-extended 2025-04-16 22:06:36.760 | port-security 2025-04-16 22:06:36.760 | project-id 2025-04-16 22:06:36.760 | provider 2025-04-16 22:06:36.760 | quota-check-limit 2025-04-16 22:06:36.760 | quotas 2025-04-16 22:06:36.760 | quota_details 2025-04-16 22:06:36.760 | rbac-policies 2025-04-16 22:06:36.760 | rbac-address-group 2025-04-16 22:06:36.760 | rbac-address-scope 2025-04-16 22:06:36.760 | rbac-security-groups 2025-04-16 22:06:36.760 | rbac-subnetpool 2025-04-16 22:06:36.760 | revision-if-match 2025-04-16 22:06:36.760 | standard-attr-revisions 2025-04-16 22:06:36.760 | router_availability_zone 2025-04-16 22:06:36.760 | security-groups-default-rules 2025-04-16 22:06:36.760 | security-groups-normalized-cidr 2025-04-16 22:06:36.760 | port-security-groups-filtering 2025-04-16 22:06:36.760 | security-groups-remote-address-group 2025-04-16 22:06:36.760 | security-groups-shared-filtering 2025-04-16 22:06:36.760 | security-group 2025-04-16 22:06:36.760 | service-type 2025-04-16 22:06:36.760 | sorting 2025-04-16 22:06:36.760 | standard-attr-description 2025-04-16 22:06:36.760 | stateful-security-group 2025-04-16 22:06:36.760 | subnet_onboard 2025-04-16 22:06:36.760 | subnet-service-types 2025-04-16 22:06:36.760 | subnet_allocation 2025-04-16 22:06:36.760 | subnetpool-prefix-ops 2025-04-16 22:06:36.760 | standard-attr-tag 2025-04-16 22:06:36.760 | standard-attr-timestamp 2025-04-16 22:06:36.760 | nsxt-ops' 2025-04-16 22:06:36.762 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 22:06:36.762 | address-scope 2025-04-16 22:06:36.762 | router-admin-state-down-before-update 2025-04-16 22:06:36.762 | agent 2025-04-16 22:06:36.762 | agent-resources-synced 2025-04-16 22:06:36.762 | allowed-address-pairs 2025-04-16 22:06:36.762 | auto-allocated-topology 2025-04-16 22:06:36.762 | availability_zone 2025-04-16 22:06:36.762 | availability_zone_filter 2025-04-16 22:06:36.762 | default-subnetpools 2025-04-16 22:06:36.762 | dhcp_agent_scheduler 2025-04-16 22:06:36.762 | dvr 2025-04-16 22:06:36.762 | empty-string-filtering 2025-04-16 22:06:36.762 | external-net 2025-04-16 22:06:36.762 | extra_dhcp_opt 2025-04-16 22:06:36.762 | extraroute 2025-04-16 22:06:36.762 | extraroute-atomic 2025-04-16 22:06:36.762 | filter-validation 2025-04-16 22:06:36.762 | floating-ip-port-forwarding-detail 2025-04-16 22:06:36.762 | fip-port-details 2025-04-16 22:06:36.762 | flavors 2025-04-16 22:06:36.762 | floatingip-pools 2025-04-16 22:06:36.762 | ip-substring-filtering 2025-04-16 22:06:36.762 | router 2025-04-16 22:06:36.762 | ext-gw-mode 2025-04-16 22:06:36.762 | l3-ha 2025-04-16 22:06:36.762 | l3-flavors 2025-04-16 22:06:36.762 | l3-port-ip-change-not-allowed 2025-04-16 22:06:36.762 | l3_agent_scheduler 2025-04-16 22:06:36.762 | multi-provider 2025-04-16 22:06:36.762 | net-mtu 2025-04-16 22:06:36.762 | net-mtu-writable 2025-04-16 22:06:36.762 | network_availability_zone 2025-04-16 22:06:36.762 | network_ha 2025-04-16 22:06:36.762 | network-ip-availability 2025-04-16 22:06:36.762 | pagination 2025-04-16 22:06:36.762 | port-device-profile 2025-04-16 22:06:36.762 | port-mac-override 2025-04-16 22:06:36.762 | port-mac-address-regenerate 2025-04-16 22:06:36.762 | port-numa-affinity-policy 2025-04-16 22:06:36.762 | binding 2025-04-16 22:06:36.762 | binding-extended 2025-04-16 22:06:36.762 | port-security 2025-04-16 22:06:36.762 | project-id 2025-04-16 22:06:36.762 | provider 2025-04-16 22:06:36.762 | quota-check-limit 2025-04-16 22:06:36.762 | quotas 2025-04-16 22:06:36.762 | quota_details 2025-04-16 22:06:36.762 | rbac-policies 2025-04-16 22:06:36.762 | rbac-address-group 2025-04-16 22:06:36.762 | rbac-address-scope 2025-04-16 22:06:36.762 | rbac-security-groups 2025-04-16 22:06:36.762 | rbac-subnetpool 2025-04-16 22:06:36.762 | revision-if-match 2025-04-16 22:06:36.762 | standard-attr-revisions 2025-04-16 22:06:36.762 | router_availability_zone 2025-04-16 22:06:36.762 | security-groups-default-rules 2025-04-16 22:06:36.762 | security-groups-normalized-cidr 2025-04-16 22:06:36.762 | port-security-groups-filtering 2025-04-16 22:06:36.762 | security-groups-remote-address-group 2025-04-16 22:06:36.762 | security-groups-shared-filtering 2025-04-16 22:06:36.762 | security-group 2025-04-16 22:06:36.762 | service-type 2025-04-16 22:06:36.762 | sorting 2025-04-16 22:06:36.762 | standard-attr-description 2025-04-16 22:06:36.762 | stateful-security-group 2025-04-16 22:06:36.762 | subnet_onboard 2025-04-16 22:06:36.762 | subnet-service-types 2025-04-16 22:06:36.762 | subnet_allocation 2025-04-16 22:06:36.762 | subnetpool-prefix-ops 2025-04-16 22:06:36.762 | standard-attr-tag 2025-04-16 22:06:36.762 | standard-attr-timestamp 2025-04-16 22:06:36.762 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 22:06:36.764 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 22:06:36.766 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-16 22:06:36.769 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-16 22:06:36.772 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : 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 2025-04-16 22:06:38.103 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:38.106 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=af976a34-12d4-42e6-86d7-1d98c32f90dc 2025-04-16 22:06:38.108 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-16 22:06:38.110 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-16 22:06:38.113 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 22:06:38.115 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 22:06:38.118 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-04-16 22:06:39.605 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:39.608 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=a6a7a8e5-7218-4a24-a30c-9712e5ddf867 2025-04-16 22:06:39.611 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-04-16 22:06:39.613 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 22:06:39.627 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-16 22:06:39.630 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-16 22:06:39.633 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z af976a34-12d4-42e6-86d7-1d98c32f90dc ']' 2025-04-16 22:06:39.635 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-16 22:06:39.637 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-16 22:06:39.639 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool af976a34-12d4-42e6-86d7-1d98c32f90dc ' 2025-04-16 22:06:39.641 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-16 22:06:39.643 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network a6a7a8e5-7218-4a24-a30c-9712e5ddf867 private-subnet' 2025-04-16 22:06:39.646 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-16 22:06:39.648 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool af976a34-12d4-42e6-86d7-1d98c32f90dc --network a6a7a8e5-7218-4a24-a30c-9712e5ddf867 private-subnet -f value -c id 2025-04-16 22:06:41.123 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:41.126 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=2cc4b098-6044-4d15-bec3-35df89c048d7 2025-04-16 22:06:41.128 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-04-16 22:06:41.130 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 22:06:41.144 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 2cc4b098-6044-4d15-bec3-35df89c048d7 2025-04-16 22:06:41.147 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=2cc4b098-6044-4d15-bec3-35df89c048d7 2025-04-16 22:06:41.149 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-16 22:06:41.152 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-16 22:06:41.154 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-16 22:06:41.157 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 22:06:42.360 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:42.363 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 22:06:42.363 | address-scope 2025-04-16 22:06:42.363 | router-admin-state-down-before-update 2025-04-16 22:06:42.363 | agent 2025-04-16 22:06:42.363 | agent-resources-synced 2025-04-16 22:06:42.363 | allowed-address-pairs 2025-04-16 22:06:42.363 | auto-allocated-topology 2025-04-16 22:06:42.363 | availability_zone 2025-04-16 22:06:42.363 | availability_zone_filter 2025-04-16 22:06:42.363 | default-subnetpools 2025-04-16 22:06:42.363 | dhcp_agent_scheduler 2025-04-16 22:06:42.363 | dvr 2025-04-16 22:06:42.363 | empty-string-filtering 2025-04-16 22:06:42.363 | external-net 2025-04-16 22:06:42.363 | extra_dhcp_opt 2025-04-16 22:06:42.363 | extraroute 2025-04-16 22:06:42.363 | extraroute-atomic 2025-04-16 22:06:42.363 | filter-validation 2025-04-16 22:06:42.363 | floating-ip-port-forwarding-detail 2025-04-16 22:06:42.363 | fip-port-details 2025-04-16 22:06:42.363 | flavors 2025-04-16 22:06:42.363 | floatingip-pools 2025-04-16 22:06:42.363 | ip-substring-filtering 2025-04-16 22:06:42.363 | router 2025-04-16 22:06:42.363 | ext-gw-mode 2025-04-16 22:06:42.363 | l3-ha 2025-04-16 22:06:42.363 | l3-flavors 2025-04-16 22:06:42.363 | l3-port-ip-change-not-allowed 2025-04-16 22:06:42.363 | l3_agent_scheduler 2025-04-16 22:06:42.363 | multi-provider 2025-04-16 22:06:42.363 | net-mtu 2025-04-16 22:06:42.363 | net-mtu-writable 2025-04-16 22:06:42.363 | network_availability_zone 2025-04-16 22:06:42.363 | network_ha 2025-04-16 22:06:42.363 | network-ip-availability 2025-04-16 22:06:42.363 | pagination 2025-04-16 22:06:42.363 | port-device-profile 2025-04-16 22:06:42.363 | port-mac-override 2025-04-16 22:06:42.363 | port-mac-address-regenerate 2025-04-16 22:06:42.363 | port-numa-affinity-policy 2025-04-16 22:06:42.363 | binding 2025-04-16 22:06:42.363 | binding-extended 2025-04-16 22:06:42.363 | port-security 2025-04-16 22:06:42.363 | project-id 2025-04-16 22:06:42.363 | provider 2025-04-16 22:06:42.363 | quota-check-limit 2025-04-16 22:06:42.363 | quotas 2025-04-16 22:06:42.363 | quota_details 2025-04-16 22:06:42.363 | rbac-policies 2025-04-16 22:06:42.363 | rbac-address-group 2025-04-16 22:06:42.364 | rbac-address-scope 2025-04-16 22:06:42.364 | rbac-security-groups 2025-04-16 22:06:42.364 | rbac-subnetpool 2025-04-16 22:06:42.364 | revision-if-match 2025-04-16 22:06:42.364 | standard-attr-revisions 2025-04-16 22:06:42.364 | router_availability_zone 2025-04-16 22:06:42.364 | security-groups-default-rules 2025-04-16 22:06:42.364 | security-groups-normalized-cidr 2025-04-16 22:06:42.364 | port-security-groups-filtering 2025-04-16 22:06:42.364 | security-groups-remote-address-group 2025-04-16 22:06:42.364 | security-groups-shared-filtering 2025-04-16 22:06:42.364 | security-group 2025-04-16 22:06:42.364 | service-type 2025-04-16 22:06:42.364 | sorting 2025-04-16 22:06:42.364 | standard-attr-description 2025-04-16 22:06:42.364 | stateful-security-group 2025-04-16 22:06:42.364 | subnet_onboard 2025-04-16 22:06:42.364 | subnet-service-types 2025-04-16 22:06:42.364 | subnet_allocation 2025-04-16 22:06:42.364 | subnetpool-prefix-ops 2025-04-16 22:06:42.364 | standard-attr-tag 2025-04-16 22:06:42.364 | standard-attr-timestamp 2025-04-16 22:06:42.364 | nsxt-ops' 2025-04-16 22:06:42.369 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 22:06:42.369 | address-scope 2025-04-16 22:06:42.369 | router-admin-state-down-before-update 2025-04-16 22:06:42.369 | agent 2025-04-16 22:06:42.369 | agent-resources-synced 2025-04-16 22:06:42.369 | allowed-address-pairs 2025-04-16 22:06:42.369 | auto-allocated-topology 2025-04-16 22:06:42.369 | availability_zone 2025-04-16 22:06:42.369 | availability_zone_filter 2025-04-16 22:06:42.369 | default-subnetpools 2025-04-16 22:06:42.369 | dhcp_agent_scheduler 2025-04-16 22:06:42.369 | dvr 2025-04-16 22:06:42.369 | empty-string-filtering 2025-04-16 22:06:42.369 | external-net 2025-04-16 22:06:42.369 | extra_dhcp_opt 2025-04-16 22:06:42.369 | extraroute 2025-04-16 22:06:42.369 | extraroute-atomic 2025-04-16 22:06:42.369 | filter-validation 2025-04-16 22:06:42.369 | floating-ip-port-forwarding-detail 2025-04-16 22:06:42.369 | fip-port-details 2025-04-16 22:06:42.369 | flavors 2025-04-16 22:06:42.369 | floatingip-pools 2025-04-16 22:06:42.369 | ip-substring-filtering 2025-04-16 22:06:42.369 | router 2025-04-16 22:06:42.369 | ext-gw-mode 2025-04-16 22:06:42.369 | l3-ha 2025-04-16 22:06:42.369 | l3-flavors 2025-04-16 22:06:42.369 | l3-port-ip-change-not-allowed 2025-04-16 22:06:42.369 | l3_agent_scheduler 2025-04-16 22:06:42.369 | multi-provider 2025-04-16 22:06:42.369 | net-mtu 2025-04-16 22:06:42.369 | net-mtu-writable 2025-04-16 22:06:42.369 | network_availability_zone 2025-04-16 22:06:42.369 | network_ha 2025-04-16 22:06:42.369 | network-ip-availability 2025-04-16 22:06:42.369 | pagination 2025-04-16 22:06:42.369 | port-device-profile 2025-04-16 22:06:42.369 | port-mac-override 2025-04-16 22:06:42.369 | port-mac-address-regenerate 2025-04-16 22:06:42.369 | port-numa-affinity-policy 2025-04-16 22:06:42.369 | binding 2025-04-16 22:06:42.369 | binding-extended 2025-04-16 22:06:42.369 | port-security 2025-04-16 22:06:42.369 | project-id 2025-04-16 22:06:42.369 | provider 2025-04-16 22:06:42.369 | quota-check-limit 2025-04-16 22:06:42.369 | quotas 2025-04-16 22:06:42.369 | quota_details 2025-04-16 22:06:42.369 | rbac-policies 2025-04-16 22:06:42.369 | rbac-address-group 2025-04-16 22:06:42.369 | rbac-address-scope 2025-04-16 22:06:42.369 | rbac-security-groups 2025-04-16 22:06:42.369 | rbac-subnetpool 2025-04-16 22:06:42.369 | revision-if-match 2025-04-16 22:06:42.369 | standard-attr-revisions 2025-04-16 22:06:42.369 | router_availability_zone 2025-04-16 22:06:42.369 | security-groups-default-rules 2025-04-16 22:06:42.369 | security-groups-normalized-cidr 2025-04-16 22:06:42.369 | port-security-groups-filtering 2025-04-16 22:06:42.369 | security-groups-remote-address-group 2025-04-16 22:06:42.369 | security-groups-shared-filtering 2025-04-16 22:06:42.369 | security-group 2025-04-16 22:06:42.369 | service-type 2025-04-16 22:06:42.369 | sorting 2025-04-16 22:06:42.369 | standard-attr-description 2025-04-16 22:06:42.369 | stateful-security-group 2025-04-16 22:06:42.369 | subnet_onboard 2025-04-16 22:06:42.370 | subnet-service-types 2025-04-16 22:06:42.370 | subnet_allocation 2025-04-16 22:06:42.370 | subnetpool-prefix-ops 2025-04-16 22:06:42.370 | standard-attr-tag 2025-04-16 22:06:42.370 | standard-attr-timestamp 2025-04-16 22:06:42.370 | nsxt-ops =~ router ]] 2025-04-16 22:06:42.372 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 22:06:42.375 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-16 22:06:42.377 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 22:06:42.380 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 22:06:43.553 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:43.556 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 22:06:43.556 | address-scope 2025-04-16 22:06:43.556 | router-admin-state-down-before-update 2025-04-16 22:06:43.557 | agent 2025-04-16 22:06:43.557 | agent-resources-synced 2025-04-16 22:06:43.557 | allowed-address-pairs 2025-04-16 22:06:43.557 | auto-allocated-topology 2025-04-16 22:06:43.557 | availability_zone 2025-04-16 22:06:43.557 | availability_zone_filter 2025-04-16 22:06:43.557 | default-subnetpools 2025-04-16 22:06:43.557 | dhcp_agent_scheduler 2025-04-16 22:06:43.557 | dvr 2025-04-16 22:06:43.557 | empty-string-filtering 2025-04-16 22:06:43.557 | external-net 2025-04-16 22:06:43.557 | extra_dhcp_opt 2025-04-16 22:06:43.557 | extraroute 2025-04-16 22:06:43.557 | extraroute-atomic 2025-04-16 22:06:43.557 | filter-validation 2025-04-16 22:06:43.557 | floating-ip-port-forwarding-detail 2025-04-16 22:06:43.557 | fip-port-details 2025-04-16 22:06:43.557 | flavors 2025-04-16 22:06:43.557 | floatingip-pools 2025-04-16 22:06:43.557 | ip-substring-filtering 2025-04-16 22:06:43.557 | router 2025-04-16 22:06:43.557 | ext-gw-mode 2025-04-16 22:06:43.557 | l3-ha 2025-04-16 22:06:43.557 | l3-flavors 2025-04-16 22:06:43.557 | l3-port-ip-change-not-allowed 2025-04-16 22:06:43.557 | l3_agent_scheduler 2025-04-16 22:06:43.557 | multi-provider 2025-04-16 22:06:43.557 | net-mtu 2025-04-16 22:06:43.557 | net-mtu-writable 2025-04-16 22:06:43.557 | network_availability_zone 2025-04-16 22:06:43.557 | network_ha 2025-04-16 22:06:43.557 | network-ip-availability 2025-04-16 22:06:43.557 | pagination 2025-04-16 22:06:43.557 | port-device-profile 2025-04-16 22:06:43.557 | port-mac-override 2025-04-16 22:06:43.557 | port-mac-address-regenerate 2025-04-16 22:06:43.557 | port-numa-affinity-policy 2025-04-16 22:06:43.557 | binding 2025-04-16 22:06:43.557 | binding-extended 2025-04-16 22:06:43.557 | port-security 2025-04-16 22:06:43.557 | project-id 2025-04-16 22:06:43.557 | provider 2025-04-16 22:06:43.557 | quota-check-limit 2025-04-16 22:06:43.557 | quotas 2025-04-16 22:06:43.557 | quota_details 2025-04-16 22:06:43.557 | rbac-policies 2025-04-16 22:06:43.557 | rbac-address-group 2025-04-16 22:06:43.557 | rbac-address-scope 2025-04-16 22:06:43.557 | rbac-security-groups 2025-04-16 22:06:43.557 | rbac-subnetpool 2025-04-16 22:06:43.557 | revision-if-match 2025-04-16 22:06:43.557 | standard-attr-revisions 2025-04-16 22:06:43.557 | router_availability_zone 2025-04-16 22:06:43.557 | security-groups-default-rules 2025-04-16 22:06:43.557 | security-groups-normalized-cidr 2025-04-16 22:06:43.557 | port-security-groups-filtering 2025-04-16 22:06:43.557 | security-groups-remote-address-group 2025-04-16 22:06:43.557 | security-groups-shared-filtering 2025-04-16 22:06:43.557 | security-group 2025-04-16 22:06:43.557 | service-type 2025-04-16 22:06:43.557 | sorting 2025-04-16 22:06:43.557 | standard-attr-description 2025-04-16 22:06:43.557 | stateful-security-group 2025-04-16 22:06:43.557 | subnet_onboard 2025-04-16 22:06:43.557 | subnet-service-types 2025-04-16 22:06:43.557 | subnet_allocation 2025-04-16 22:06:43.557 | subnetpool-prefix-ops 2025-04-16 22:06:43.557 | standard-attr-tag 2025-04-16 22:06:43.557 | standard-attr-timestamp 2025-04-16 22:06:43.557 | nsxt-ops' 2025-04-16 22:06:43.559 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 22:06:43.559 | address-scope 2025-04-16 22:06:43.559 | router-admin-state-down-before-update 2025-04-16 22:06:43.559 | agent 2025-04-16 22:06:43.559 | agent-resources-synced 2025-04-16 22:06:43.559 | allowed-address-pairs 2025-04-16 22:06:43.559 | auto-allocated-topology 2025-04-16 22:06:43.559 | availability_zone 2025-04-16 22:06:43.559 | availability_zone_filter 2025-04-16 22:06:43.559 | default-subnetpools 2025-04-16 22:06:43.559 | dhcp_agent_scheduler 2025-04-16 22:06:43.559 | dvr 2025-04-16 22:06:43.559 | empty-string-filtering 2025-04-16 22:06:43.559 | external-net 2025-04-16 22:06:43.559 | extra_dhcp_opt 2025-04-16 22:06:43.559 | extraroute 2025-04-16 22:06:43.559 | extraroute-atomic 2025-04-16 22:06:43.559 | filter-validation 2025-04-16 22:06:43.559 | floating-ip-port-forwarding-detail 2025-04-16 22:06:43.559 | fip-port-details 2025-04-16 22:06:43.559 | flavors 2025-04-16 22:06:43.559 | floatingip-pools 2025-04-16 22:06:43.559 | ip-substring-filtering 2025-04-16 22:06:43.559 | router 2025-04-16 22:06:43.559 | ext-gw-mode 2025-04-16 22:06:43.559 | l3-ha 2025-04-16 22:06:43.559 | l3-flavors 2025-04-16 22:06:43.559 | l3-port-ip-change-not-allowed 2025-04-16 22:06:43.559 | l3_agent_scheduler 2025-04-16 22:06:43.559 | multi-provider 2025-04-16 22:06:43.559 | net-mtu 2025-04-16 22:06:43.559 | net-mtu-writable 2025-04-16 22:06:43.559 | network_availability_zone 2025-04-16 22:06:43.559 | network_ha 2025-04-16 22:06:43.559 | network-ip-availability 2025-04-16 22:06:43.559 | pagination 2025-04-16 22:06:43.559 | port-device-profile 2025-04-16 22:06:43.559 | port-mac-override 2025-04-16 22:06:43.559 | port-mac-address-regenerate 2025-04-16 22:06:43.559 | port-numa-affinity-policy 2025-04-16 22:06:43.559 | binding 2025-04-16 22:06:43.559 | binding-extended 2025-04-16 22:06:43.559 | port-security 2025-04-16 22:06:43.559 | project-id 2025-04-16 22:06:43.559 | provider 2025-04-16 22:06:43.559 | quota-check-limit 2025-04-16 22:06:43.559 | quotas 2025-04-16 22:06:43.559 | quota_details 2025-04-16 22:06:43.559 | rbac-policies 2025-04-16 22:06:43.559 | rbac-address-group 2025-04-16 22:06:43.559 | rbac-address-scope 2025-04-16 22:06:43.559 | rbac-security-groups 2025-04-16 22:06:43.559 | rbac-subnetpool 2025-04-16 22:06:43.559 | revision-if-match 2025-04-16 22:06:43.559 | standard-attr-revisions 2025-04-16 22:06:43.559 | router_availability_zone 2025-04-16 22:06:43.559 | security-groups-default-rules 2025-04-16 22:06:43.559 | security-groups-normalized-cidr 2025-04-16 22:06:43.559 | port-security-groups-filtering 2025-04-16 22:06:43.559 | security-groups-remote-address-group 2025-04-16 22:06:43.559 | security-groups-shared-filtering 2025-04-16 22:06:43.559 | security-group 2025-04-16 22:06:43.559 | service-type 2025-04-16 22:06:43.559 | sorting 2025-04-16 22:06:43.559 | standard-attr-description 2025-04-16 22:06:43.559 | stateful-security-group 2025-04-16 22:06:43.559 | subnet_onboard 2025-04-16 22:06:43.559 | subnet-service-types 2025-04-16 22:06:43.559 | subnet_allocation 2025-04-16 22:06:43.559 | subnetpool-prefix-ops 2025-04-16 22:06:43.559 | standard-attr-tag 2025-04-16 22:06:43.559 | standard-attr-timestamp 2025-04-16 22:06:43.559 | nsxt-ops =~ external-net ]] 2025-04-16 22:06:43.561 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 22:06:43.563 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-16 22:06:43.566 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-04-16 22:06:44.807 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:44.810 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=9d391d1b-d35b-4b07-bfe9-9ad2f2638688 2025-04-16 22:06:44.812 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-16 22:06:44.814 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 22:06:44.828 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-16 22:06:44.830 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-16 22:06:44.832 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 22:06:44.835 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 22:06:46.018 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:46.021 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 22:06:46.021 | address-scope 2025-04-16 22:06:46.021 | router-admin-state-down-before-update 2025-04-16 22:06:46.021 | agent 2025-04-16 22:06:46.021 | agent-resources-synced 2025-04-16 22:06:46.021 | allowed-address-pairs 2025-04-16 22:06:46.021 | auto-allocated-topology 2025-04-16 22:06:46.021 | availability_zone 2025-04-16 22:06:46.021 | availability_zone_filter 2025-04-16 22:06:46.021 | default-subnetpools 2025-04-16 22:06:46.021 | dhcp_agent_scheduler 2025-04-16 22:06:46.021 | dvr 2025-04-16 22:06:46.021 | empty-string-filtering 2025-04-16 22:06:46.021 | external-net 2025-04-16 22:06:46.021 | extra_dhcp_opt 2025-04-16 22:06:46.021 | extraroute 2025-04-16 22:06:46.021 | extraroute-atomic 2025-04-16 22:06:46.021 | filter-validation 2025-04-16 22:06:46.021 | floating-ip-port-forwarding-detail 2025-04-16 22:06:46.021 | fip-port-details 2025-04-16 22:06:46.021 | flavors 2025-04-16 22:06:46.021 | floatingip-pools 2025-04-16 22:06:46.021 | ip-substring-filtering 2025-04-16 22:06:46.021 | router 2025-04-16 22:06:46.021 | ext-gw-mode 2025-04-16 22:06:46.021 | l3-ha 2025-04-16 22:06:46.021 | l3-flavors 2025-04-16 22:06:46.021 | l3-port-ip-change-not-allowed 2025-04-16 22:06:46.021 | l3_agent_scheduler 2025-04-16 22:06:46.021 | multi-provider 2025-04-16 22:06:46.021 | net-mtu 2025-04-16 22:06:46.021 | net-mtu-writable 2025-04-16 22:06:46.021 | network_availability_zone 2025-04-16 22:06:46.021 | network_ha 2025-04-16 22:06:46.021 | network-ip-availability 2025-04-16 22:06:46.021 | pagination 2025-04-16 22:06:46.021 | port-device-profile 2025-04-16 22:06:46.021 | port-mac-override 2025-04-16 22:06:46.021 | port-mac-address-regenerate 2025-04-16 22:06:46.021 | port-numa-affinity-policy 2025-04-16 22:06:46.021 | binding 2025-04-16 22:06:46.021 | binding-extended 2025-04-16 22:06:46.021 | port-security 2025-04-16 22:06:46.021 | project-id 2025-04-16 22:06:46.021 | provider 2025-04-16 22:06:46.021 | quota-check-limit 2025-04-16 22:06:46.021 | quotas 2025-04-16 22:06:46.021 | quota_details 2025-04-16 22:06:46.021 | rbac-policies 2025-04-16 22:06:46.021 | rbac-address-group 2025-04-16 22:06:46.021 | rbac-address-scope 2025-04-16 22:06:46.021 | rbac-security-groups 2025-04-16 22:06:46.021 | rbac-subnetpool 2025-04-16 22:06:46.021 | revision-if-match 2025-04-16 22:06:46.021 | standard-attr-revisions 2025-04-16 22:06:46.021 | router_availability_zone 2025-04-16 22:06:46.021 | security-groups-default-rules 2025-04-16 22:06:46.021 | security-groups-normalized-cidr 2025-04-16 22:06:46.021 | port-security-groups-filtering 2025-04-16 22:06:46.021 | security-groups-remote-address-group 2025-04-16 22:06:46.021 | security-groups-shared-filtering 2025-04-16 22:06:46.021 | security-group 2025-04-16 22:06:46.021 | service-type 2025-04-16 22:06:46.021 | sorting 2025-04-16 22:06:46.021 | standard-attr-description 2025-04-16 22:06:46.021 | stateful-security-group 2025-04-16 22:06:46.021 | subnet_onboard 2025-04-16 22:06:46.021 | subnet-service-types 2025-04-16 22:06:46.021 | subnet_allocation 2025-04-16 22:06:46.021 | subnetpool-prefix-ops 2025-04-16 22:06:46.021 | standard-attr-tag 2025-04-16 22:06:46.021 | standard-attr-timestamp 2025-04-16 22:06:46.021 | nsxt-ops' 2025-04-16 22:06:46.023 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 22:06:46.023 | address-scope 2025-04-16 22:06:46.023 | router-admin-state-down-before-update 2025-04-16 22:06:46.023 | agent 2025-04-16 22:06:46.023 | agent-resources-synced 2025-04-16 22:06:46.023 | allowed-address-pairs 2025-04-16 22:06:46.023 | auto-allocated-topology 2025-04-16 22:06:46.023 | availability_zone 2025-04-16 22:06:46.023 | availability_zone_filter 2025-04-16 22:06:46.023 | default-subnetpools 2025-04-16 22:06:46.023 | dhcp_agent_scheduler 2025-04-16 22:06:46.023 | dvr 2025-04-16 22:06:46.023 | empty-string-filtering 2025-04-16 22:06:46.023 | external-net 2025-04-16 22:06:46.023 | extra_dhcp_opt 2025-04-16 22:06:46.023 | extraroute 2025-04-16 22:06:46.023 | extraroute-atomic 2025-04-16 22:06:46.023 | filter-validation 2025-04-16 22:06:46.023 | floating-ip-port-forwarding-detail 2025-04-16 22:06:46.023 | fip-port-details 2025-04-16 22:06:46.023 | flavors 2025-04-16 22:06:46.023 | floatingip-pools 2025-04-16 22:06:46.023 | ip-substring-filtering 2025-04-16 22:06:46.023 | router 2025-04-16 22:06:46.023 | ext-gw-mode 2025-04-16 22:06:46.024 | l3-ha 2025-04-16 22:06:46.024 | l3-flavors 2025-04-16 22:06:46.024 | l3-port-ip-change-not-allowed 2025-04-16 22:06:46.024 | l3_agent_scheduler 2025-04-16 22:06:46.024 | multi-provider 2025-04-16 22:06:46.024 | net-mtu 2025-04-16 22:06:46.024 | net-mtu-writable 2025-04-16 22:06:46.024 | network_availability_zone 2025-04-16 22:06:46.024 | network_ha 2025-04-16 22:06:46.024 | network-ip-availability 2025-04-16 22:06:46.024 | pagination 2025-04-16 22:06:46.024 | port-device-profile 2025-04-16 22:06:46.024 | port-mac-override 2025-04-16 22:06:46.024 | port-mac-address-regenerate 2025-04-16 22:06:46.024 | port-numa-affinity-policy 2025-04-16 22:06:46.024 | binding 2025-04-16 22:06:46.024 | binding-extended 2025-04-16 22:06:46.024 | port-security 2025-04-16 22:06:46.024 | project-id 2025-04-16 22:06:46.024 | provider 2025-04-16 22:06:46.024 | quota-check-limit 2025-04-16 22:06:46.024 | quotas 2025-04-16 22:06:46.024 | quota_details 2025-04-16 22:06:46.024 | rbac-policies 2025-04-16 22:06:46.024 | rbac-address-group 2025-04-16 22:06:46.024 | rbac-address-scope 2025-04-16 22:06:46.024 | rbac-security-groups 2025-04-16 22:06:46.024 | rbac-subnetpool 2025-04-16 22:06:46.024 | revision-if-match 2025-04-16 22:06:46.024 | standard-attr-revisions 2025-04-16 22:06:46.024 | router_availability_zone 2025-04-16 22:06:46.024 | security-groups-default-rules 2025-04-16 22:06:46.024 | security-groups-normalized-cidr 2025-04-16 22:06:46.024 | port-security-groups-filtering 2025-04-16 22:06:46.024 | security-groups-remote-address-group 2025-04-16 22:06:46.024 | security-groups-shared-filtering 2025-04-16 22:06:46.024 | security-group 2025-04-16 22:06:46.024 | service-type 2025-04-16 22:06:46.024 | sorting 2025-04-16 22:06:46.024 | standard-attr-description 2025-04-16 22:06:46.024 | stateful-security-group 2025-04-16 22:06:46.024 | subnet_onboard 2025-04-16 22:06:46.024 | subnet-service-types 2025-04-16 22:06:46.024 | subnet_allocation 2025-04-16 22:06:46.024 | subnetpool-prefix-ops 2025-04-16 22:06:46.024 | standard-attr-tag 2025-04-16 22:06:46.024 | standard-attr-timestamp 2025-04-16 22:06:46.024 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 22:06:46.025 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 22:06:46.027 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-16 22:06:46.030 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-16 22:06:46.032 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : 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 2025-04-16 22:06:47.345 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:47.347 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=e8acd2cb-098a-4992-80d8-39e6a9be71dd 2025-04-16 22:06:47.350 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-04-16 22:06:47.352 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 22:06:47.368 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-16 22:06:47.370 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-16 22:06:47.372 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 9d391d1b-d35b-4b07-bfe9-9ad2f2638688 2cc4b098-6044-4d15-bec3-35df89c048d7 2025-04-16 22:06:49.476 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-16 22:06:49.480 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 e8acd2cb-098a-4992-80d8-39e6a9be71dd 2025-04-16 22:06:49.483 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-16 22:06:49.485 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-04-16 22:06:49.487 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-16 22:06:49.488 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-16 22:06:49.491 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network e8acd2cb-098a-4992-80d8-39e6a9be71dd --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-16 22:06:49.493 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-16 22:06:49.494 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-16 22:06:49.498 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : 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 e8acd2cb-098a-4992-80d8-39e6a9be71dd --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-16 22:06:49.498 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-16 22:06:51.078 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:51.081 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-16 22:06:51.081 | | id | ea6c966a-c5bb-46f5-814f-ae78de42b8ed |' 2025-04-16 22:06:51.083 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-04-16 22:06:51.085 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 22:06:51.098 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ea6c966a-c5bb-46f5-814f-ae78de42b8ed '|' 2025-04-16 22:06:51.101 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | ea6c966a-c5bb-46f5-814f-ae78de42b8ed |' 2025-04-16 22:06:51.102 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-16 22:06:51.106 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ea6c966a-c5bb-46f5-814f-ae78de42b8ed '|' 2025-04-16 22:06:51.106 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-16 22:06:51.108 | ++ functions-common:get_field:789 : local data field 2025-04-16 22:06:51.110 | ++ functions-common:get_field:790 : read data 2025-04-16 22:06:51.112 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-16 22:06:51.113 | ++ functions-common:get_field:794 : field='$3' 2025-04-16 22:06:51.116 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | ea6c966a-c5bb-46f5-814f-ae78de42b8ed |' 2025-04-16 22:06:51.117 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-16 22:06:51.120 | ++ functions-common:get_field:790 : read data 2025-04-16 22:06:51.123 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-16 22:06:51.126 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ea6c966a-c5bb-46f5-814f-ae78de42b8ed '|' 2025-04-16 22:06:51.127 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-16 22:06:51.129 | ++ functions-common:get_field:789 : local data field 2025-04-16 22:06:51.131 | ++ functions-common:get_field:790 : read data 2025-04-16 22:06:51.132 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-16 22:06:51.134 | ++ functions-common:get_field:794 : field='$6' 2025-04-16 22:06:51.136 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | ea6c966a-c5bb-46f5-814f-ae78de42b8ed |' 2025-04-16 22:06:51.137 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-16 22:06:51.141 | ++ functions-common:get_field:790 : read data 2025-04-16 22:06:51.144 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=ea6c966a-c5bb-46f5-814f-ae78de42b8ed 2025-04-16 22:06:51.146 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway e8acd2cb-098a-4992-80d8-39e6a9be71dd 9d391d1b-d35b-4b07-bfe9-9ad2f2638688 2025-04-16 22:06:53.135 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-16 22:06:53.138 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-16 22:06:53.151 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:53.153 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-16 22:06:53.155 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-16 22:06:53.157 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-16 22:06:53.159 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-16 22:06:53.161 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-16 22:06:53.163 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-04-16 22:06:53.176 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-16 22:06:53.178 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-16 22:06:53.180 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-16 22:06:53.182 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-16 22:06:53.184 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 22:06:53.186 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-04-16 22:06:53.187 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 22:06:53.189 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-16 22:06:53.191 | + functions-common:test_with_retry:2340 : local until=10 2025-04-16 22:06:53.193 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 22:06:53.195 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 22:06:53.197 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 22:06:53.199 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:53.201 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:53.204 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:53.207 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841213205 2025-04-16 22:06:53.209 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-04-16 22:06:53.214 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 22:06:53.216 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:53.219 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:53.220 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:53.222 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:53.224 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:53.226 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 22:06:53.228 | + functions-common:time_stop:2407 : start_time=1744841213205 2025-04-16 22:06:53.230 | + functions-common:time_stop:2409 : [[ -z 1744841213205 ]] 2025-04-16 22:06:53.232 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:53.236 | + functions-common:time_stop:2412 : end_time=1744841213233 2025-04-16 22:06:53.237 | + functions-common:time_stop:2413 : elapsed_time=28 2025-04-16 22:06:53.239 | + functions-common:time_stop:2414 : total=3067 2025-04-16 22:06:53.241 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:53.243 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3095 2025-04-16 22:06:53.247 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-16 22:06:53.247 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-16 22:06:53.251 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-16 22:06:53.253 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:06:53.255 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 22:06:53.257 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 22:06:53.261 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-04-16 22:06:53.261 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-16 22:06:53.261 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-16 22:06:53.261 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-16 22:06:54.436 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:06:54.440 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.184 ' 2025-04-16 22:06:54.442 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-04-16 22:06:54.444 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 22:06:54.458 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-16 22:06:54.460 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:06:54.462 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-16 22:06:54.464 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-16 22:06:54.479 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:54.481 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-16 22:06:54.483 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:06:54.486 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-16 22:06:54.488 | + stack.sh:main:1343 : start_nova 2025-04-16 22:06:54.490 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-16 22:06:54.492 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/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 2025-04-16 22:06:54.495 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 22:06:54.497 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 22:06:54.500 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 22:06:54.502 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 22:06:54.504 | + functions-common:run_process:1654 : local service=n-sch 2025-04-16 22:06:54.506 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 22:06:54.508 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:54.511 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:54.514 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:54.516 | + functions-common:run_process:1660 : local name=n-sch 2025-04-16 22:06:54.518 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:54.520 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:54.523 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:54.525 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:54.528 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:54.531 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841214529 2025-04-16 22:06:54.533 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-16 22:06:54.547 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:54.550 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 22:06:54.552 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-16 22:06:54.554 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 22:06:54.556 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 22:06:54.558 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 22:06:54.561 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 22:06:54.563 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 22:06:54.565 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 22:06:54.567 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-16 22:06:54.569 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:54.572 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:54.574 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:54.576 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:54.578 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 22:06:54.581 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 22:06:54.583 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-16 22:06:54.585 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 22:06:54.587 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:06:54.588 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:06:54.590 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:06:54.592 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:06:54.594 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:06:54.596 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-16 22:06:54.598 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:06:54.602 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-04-16 22:06:54.653 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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"' 2025-04-16 22:06:54.705 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-16 22:06:54.747 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 22:06:54.790 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-16 22:06:54.833 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-16 22:06:54.878 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:54.922 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:06:54.924 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:06:54.926 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-16 22:06:54.983 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:06:55.222 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-16 22:06:55.232 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-16 22:06:55.472 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-16 22:06:55.500 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:55.502 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:55.505 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:55.507 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:55.509 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:55.512 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:55.514 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:55.516 | + functions-common:time_stop:2407 : start_time=1744841214529 2025-04-16 22:06:55.518 | + functions-common:time_stop:2409 : [[ -z 1744841214529 ]] 2025-04-16 22:06:55.521 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:55.524 | + functions-common:time_stop:2412 : end_time=1744841215522 2025-04-16 22:06:55.526 | + functions-common:time_stop:2413 : elapsed_time=993 2025-04-16 22:06:55.529 | + functions-common:time_stop:2414 : total=8689 2025-04-16 22:06:55.531 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:55.533 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9682 2025-04-16 22:06:55.535 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-16 22:06:55.538 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-16 22:06:55.542 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 22:06:55.544 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-16 22:06:55.546 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 22:06:55.548 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:55.550 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:55.553 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:55.555 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-16 22:06:55.557 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:55.559 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:55.562 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:55.564 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:55.566 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:55.570 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841215568 2025-04-16 22:06:55.573 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-16 22:06:55.588 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:55.591 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-04-16 22:06:55.593 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-16 22:06:55.595 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 22:06:55.597 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 22:06:55.599 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 22:06:55.601 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 22:06:55.603 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-16 22:06:55.605 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-16 22:06:55.607 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-16 22:06:55.609 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:55.612 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:55.614 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:55.616 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:55.618 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-16 22:06:55.620 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 22:06:55.622 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:06:55.625 | + functions-common:_run_under_systemd:1628 : 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 --venv /opt/stack/data/venv' '' stack '' 2025-04-16 22:06:55.626 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-16 22:06:55.628 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:06:55.630 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 22:06:55.632 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 22:06:55.635 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 22:06:55.637 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-16 22:06:55.639 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 22:06:55.642 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-04-16 22:06:55.694 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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"' 2025-04-16 22:06:55.746 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-04-16 22:06:55.788 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-16 22:06:55.834 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2025-04-16 22:06:55.897 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:55.953 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-16 22:06:55.996 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-16 22:06:56.045 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-16 22:06:56.089 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-16 22:06:56.135 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-16 22:06:56.181 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 22:06:56.183 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 22:06:56.185 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-04-16 22:06:56.239 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 22:06:56.503 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-16 22:06:56.513 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-16 22:06:56.756 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-16 22:06:56.815 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:56.818 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:56.820 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:56.822 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:56.824 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:56.826 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:56.828 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:56.831 | + functions-common:time_stop:2407 : start_time=1744841215568 2025-04-16 22:06:56.834 | + functions-common:time_stop:2409 : [[ -z 1744841215568 ]] 2025-04-16 22:06:56.838 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:56.841 | + functions-common:time_stop:2412 : end_time=1744841216839 2025-04-16 22:06:56.843 | + functions-common:time_stop:2413 : elapsed_time=1271 2025-04-16 22:06:56.845 | + functions-common:time_stop:2414 : total=9682 2025-04-16 22:06:56.847 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:56.850 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10953 2025-04-16 22:06:56.852 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/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 2025-04-16 22:06:56.854 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/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 2025-04-16 22:06:56.858 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-16 22:06:56.860 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/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 2025-04-16 22:06:56.863 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 22:06:56.865 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 22:06:56.867 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-16 22:06:56.870 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:06:56.872 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 22:06:56.874 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-16 22:06:56.876 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 22:06:56.878 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:56.880 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:56.883 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:56.885 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-16 22:06:56.887 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:56.889 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:56.891 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:56.893 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:56.895 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:56.899 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841216896 2025-04-16 22:06:56.901 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-16 22:06:56.914 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:56.917 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:56.919 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:56.921 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:56.923 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:56.925 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:56.927 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:56.929 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:56.931 | + functions-common:time_stop:2407 : start_time=1744841216896 2025-04-16 22:06:56.933 | + functions-common:time_stop:2409 : [[ -z 1744841216896 ]] 2025-04-16 22:06:56.935 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:56.939 | + functions-common:time_stop:2412 : end_time=1744841216937 2025-04-16 22:06:56.941 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 22:06:56.943 | + functions-common:time_stop:2414 : total=10953 2025-04-16 22:06:56.945 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:56.948 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10994 2025-04-16 22:06:56.950 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 22:06:56.952 | + functions-common:run_process:1654 : local service=n-spice 2025-04-16 22:06:56.954 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 22:06:56.956 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:56.958 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:56.960 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:56.963 | + functions-common:run_process:1660 : local name=n-spice 2025-04-16 22:06:56.965 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:56.967 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:56.969 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:56.971 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:56.973 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:56.977 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841216975 2025-04-16 22:06:56.979 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-16 22:06:56.993 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:56.995 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:56.997 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:57.000 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:57.002 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:57.004 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:57.006 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:57.008 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:57.010 | + functions-common:time_stop:2407 : start_time=1744841216975 2025-04-16 22:06:57.012 | + functions-common:time_stop:2409 : [[ -z 1744841216975 ]] 2025-04-16 22:06:57.014 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:57.018 | + functions-common:time_stop:2412 : end_time=1744841217016 2025-04-16 22:06:57.020 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 22:06:57.023 | + functions-common:time_stop:2414 : total=10994 2025-04-16 22:06:57.025 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:57.027 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11035 2025-04-16 22:06:57.029 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.031 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-16 22:06:57.033 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.035 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:57.037 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:57.040 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:57.042 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-16 22:06:57.044 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:57.046 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:57.048 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:57.050 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:57.052 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:57.056 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841217054 2025-04-16 22:06:57.058 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-16 22:06:57.074 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:57.076 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:57.079 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:57.081 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:57.083 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:57.086 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:57.088 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:57.090 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:57.092 | + functions-common:time_stop:2407 : start_time=1744841217054 2025-04-16 22:06:57.095 | + functions-common:time_stop:2409 : [[ -z 1744841217054 ]] 2025-04-16 22:06:57.097 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:57.101 | + functions-common:time_stop:2412 : end_time=1744841217098 2025-04-16 22:06:57.103 | + functions-common:time_stop:2413 : elapsed_time=44 2025-04-16 22:06:57.105 | + functions-common:time_stop:2414 : total=11035 2025-04-16 22:06:57.107 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:57.109 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11079 2025-04-16 22:06:57.112 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/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 2025-04-16 22:06:57.114 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/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 2025-04-16 22:06:57.116 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-16 22:06:57.118 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:06:57.121 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-16 22:06:57.121 | Starting nova-conductor in a cellsv1-compatible way 2025-04-16 22:06:57.124 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.126 | + functions-common:run_process:1654 : local service=n-cond 2025-04-16 22:06:57.128 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.130 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:57.133 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:57.134 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:57.137 | + functions-common:run_process:1660 : local name=n-cond 2025-04-16 22:06:57.139 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:57.141 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:57.144 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:57.146 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:57.149 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:57.152 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841217150 2025-04-16 22:06:57.154 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-16 22:06:57.168 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:57.170 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 22:06:57.173 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-16 22:06:57.175 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.177 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.180 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.182 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.183 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 22:06:57.185 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 22:06:57.188 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-16 22:06:57.191 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:06:57.194 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:06:57.196 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:06:57.198 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:06:57.201 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 22:06:57.203 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 22:06:57.209 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-16 22:06:57.211 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.213 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:06:57.215 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:06:57.217 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:06:57.220 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:06:57.222 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:06:57.226 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-16 22:06:57.228 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:06:57.234 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-04-16 22:06:57.292 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:06:57.345 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-16 22:06:57.388 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 22:06:57.432 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-16 22:06:57.475 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-16 22:06:57.518 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:06:57.562 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:06:57.564 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:06:57.566 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-16 22:06:57.616 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:06:57.865 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-16 22:06:57.875 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-16 22:06:58.118 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-16 22:06:58.144 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:58.147 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:58.149 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:58.151 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:58.153 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:58.155 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:58.157 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:58.159 | + functions-common:time_stop:2407 : start_time=1744841217150 2025-04-16 22:06:58.161 | + functions-common:time_stop:2409 : [[ -z 1744841217150 ]] 2025-04-16 22:06:58.164 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:58.168 | + functions-common:time_stop:2412 : end_time=1744841218165 2025-04-16 22:06:58.170 | + functions-common:time_stop:2413 : elapsed_time=1015 2025-04-16 22:06:58.172 | + functions-common:time_stop:2414 : total=11079 2025-04-16 22:06:58.174 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:58.176 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12094 2025-04-16 22:06:58.179 | + lib/nova:start_nova_conductor:1157 : return 2025-04-16 22:06:58.181 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-16 22:06:58.183 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/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 2025-04-16 22:06:58.185 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 22:06:58.188 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 22:06:58.189 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 22:06:58.192 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-16 22:06:58.196 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 22:06:58.198 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:58.199 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 22:06:58.202 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 22:06:58.204 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 22:06:58.206 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-16 22:06:58.208 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-16 22:06:58.211 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-16 22:06:58.214 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-16 22:06:58.216 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 22:06:58.216 | BEGIN { 2025-04-16 22:06:58.216 | section = "" 2025-04-16 22:06:58.216 | last_section = "" 2025-04-16 22:06:58.216 | section_count = 0 2025-04-16 22:06:58.216 | } 2025-04-16 22:06:58.216 | /^\[.+\]/ { 2025-04-16 22:06:58.216 | gsub("[][]", "", $1); 2025-04-16 22:06:58.216 | section=$1 2025-04-16 22:06:58.216 | next 2025-04-16 22:06:58.216 | } 2025-04-16 22:06:58.216 | /^ *\#/ { 2025-04-16 22:06:58.216 | next 2025-04-16 22:06:58.216 | } 2025-04-16 22:06:58.216 | /^[^ \t]+/ { 2025-04-16 22:06:58.216 | # get offset of first = in $0 2025-04-16 22:06:58.216 | eq_idx = index($0, "=") 2025-04-16 22:06:58.216 | # extract attr & value from $0 2025-04-16 22:06:58.216 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 22:06:58.216 | value = substr($0, eq_idx + 1) 2025-04-16 22:06:58.216 | # only need to strip trailing whitespace from attr 2025-04-16 22:06:58.216 | sub(/[ \t]*$/, "", attr) 2025-04-16 22:06:58.216 | # need to strip leading & trailing whitespace from value 2025-04-16 22:06:58.216 | sub(/^[ \t]*/, "", value) 2025-04-16 22:06:58.216 | sub(/[ \t]*$/, "", value) 2025-04-16 22:06:58.216 | 2025-04-16 22:06:58.216 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 22:06:58.217 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 22:06:58.217 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 22:06:58.217 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 22:06:58.217 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 22:06:58.217 | if (section != last_section) { 2025-04-16 22:06:58.217 | cfg_section[section_count++] = section 2025-04-16 22:06:58.217 | last_section = section 2025-04-16 22:06:58.217 | } 2025-04-16 22:06:58.217 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 22:06:58.217 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 22:06:58.217 | 2025-04-16 22:06:58.217 | cfg_attr[section, attr, 0] = value 2025-04-16 22:06:58.217 | cfg_attr_count[section, attr] = 1 2025-04-16 22:06:58.217 | } else { 2025-04-16 22:06:58.217 | lno = cfg_attr_count[section, attr]++ 2025-04-16 22:06:58.217 | cfg_attr[section, attr, lno] = value 2025-04-16 22:06:58.217 | } 2025-04-16 22:06:58.217 | } 2025-04-16 22:06:58.217 | END { 2025-04-16 22:06:58.217 | # Process each section in order 2025-04-16 22:06:58.217 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 22:06:58.217 | section = cfg_section[sno] 2025-04-16 22:06:58.217 | # The ini routines simply append a config item immediately 2025-04-16 22:06:58.217 | # after the section header. To keep the same order as defined 2025-04-16 22:06:58.217 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 22:06:58.217 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 22:06:58.217 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 22:06:58.217 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 22:06:58.217 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 22:06:58.217 | else { 2025-04-16 22:06:58.217 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 22:06:58.217 | count = cfg_attr_count[section, attr] 2025-04-16 22:06:58.217 | print "inidelete " configfile " " section " " attr 2025-04-16 22:06:58.217 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 22:06:58.217 | for (l = count -2; l >= 0; l--) 2025-04-16 22:06:58.217 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 22:06:58.217 | } 2025-04-16 22:06:58.217 | } 2025-04-16 22:06:58.217 | } 2025-04-16 22:06:58.217 | } 2025-04-16 22:06:58.217 | ' 2025-04-16 22:06:58.217 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 22:06:58.217 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 22:06:58.219 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 22:06:58.219 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:06:58.221 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 22:06:58.223 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 22:06:58.225 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:06:58.227 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-16 22:06:58.229 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 22:06:58.229 | BEGIN { group = "" } 2025-04-16 22:06:58.229 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:06:58.229 | gsub("[][]", "", $1); 2025-04-16 22:06:58.229 | split($1, a, "|"); 2025-04-16 22:06:58.229 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 22:06:58.229 | group=a[1] 2025-04-16 22:06:58.229 | } else { 2025-04-16 22:06:58.229 | group="" 2025-04-16 22:06:58.229 | } 2025-04-16 22:06:58.229 | next 2025-04-16 22:06:58.229 | } 2025-04-16 22:06:58.229 | { 2025-04-16 22:06:58.229 | if (group != "") 2025-04-16 22:06:58.229 | print $0 2025-04-16 22:06:58.229 | } 2025-04-16 22:06:58.229 | ' /opt/stack/devstack/local.conf 2025-04-16 22:06:58.235 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 22:06:58.237 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-16 22:06:58.237 | Skipping multi-cell conductor fleet setup 2025-04-16 22:06:58.239 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-16 22:06:58.256 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-16 22:06:58.272 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-16 22:06:58.275 | + lib/nova:configure_console_compute:672 : local offset 2025-04-16 22:06:58.277 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-16 22:06:58.278 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-16 22:06:58.281 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-16 22:06:58.298 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-16 22:06:58.300 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-16 22:06:58.313 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:58.315 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-16 22:06:58.329 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:58.331 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-16 22:06:58.333 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-16 22:06:58.361 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-16 22:06:58.374 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:58.377 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-16 22:06:58.391 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:58.393 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-16 22:06:58.420 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-16 22:06:58.422 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-16 22:06:58.424 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-16 22:06:58.426 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-16 22:06:58.428 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-16 22:06:58.430 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-16 22:06:58.432 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-16 22:06:58.434 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-16 22:06:58.450 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:58.452 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 22:06:58.454 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-16 22:06:58.456 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 22:06:58.458 | + functions-common:run_process:1656 : local group= 2025-04-16 22:06:58.460 | + functions-common:run_process:1657 : local user= 2025-04-16 22:06:58.463 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:06:58.465 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-16 22:06:58.467 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:06:58.470 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:06:58.472 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:06:58.474 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:06:58.476 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:06:58.480 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841218477 2025-04-16 22:06:58.482 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-16 22:06:58.498 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:06:58.500 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:06:58.502 | + functions-common:time_stop:2400 : local name 2025-04-16 22:06:58.504 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:06:58.507 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:06:58.509 | + functions-common:time_stop:2403 : local total 2025-04-16 22:06:58.512 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:06:58.514 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:06:58.516 | + functions-common:time_stop:2407 : start_time=1744841218477 2025-04-16 22:06:58.518 | + functions-common:time_stop:2409 : [[ -z 1744841218477 ]] 2025-04-16 22:06:58.521 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:06:58.524 | + functions-common:time_stop:2412 : end_time=1744841218522 2025-04-16 22:06:58.526 | + functions-common:time_stop:2413 : elapsed_time=45 2025-04-16 22:06:58.529 | + functions-common:time_stop:2414 : total=12094 2025-04-16 22:06:58.531 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:06:58.534 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12139 2025-04-16 22:06:58.536 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/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 2025-04-16 22:06:58.538 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/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 2025-04-16 22:06:58.540 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-16 22:06:58.555 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:06:58.558 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-16 22:06:58.558 | Dumping cells_v2 mapping 2025-04-16 22:06:58.560 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-16 22:06:59.022 | 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. 2025-04-16 22:07:00.242 | INFO dbcounter [None req-fa7d8730-05f0-4e87-83c5-8f96d57c46b9 None None] Registered counter for database nova_api 2025-04-16 22:07:00.253 | DEBUG dbcounter [-] [60077] Writer thread running {{(pid=60077) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:07:00.279 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 22:07:00.279 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-16 22:07:00.279 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 22:07:00.279 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-16 22:07:00.279 | | cell1 | e4a978d9-29ab-4e43-8f77-18ddaab56b18 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-04-16 22:07:00.279 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 22:07:00.589 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-16 22:07:00.591 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-16 22:07:00.642 | + inc/async:async_inner:63 : create_flavors 2025-04-16 22:07:00.674 | [3512 Async create_flavors:60145]: running: create_flavors 2025-04-16 22:07:00.677 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-16 22:07:00.692 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:00.694 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-16 22:07:00.697 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:07:00.699 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-16 22:07:00.701 | + stack.sh:main:1348 : start_cinder 2025-04-16 22:07:00.703 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-16 22:07:00.705 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-16 22:07:00.707 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-16 22:07:00.709 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-16 22:07:00.724 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:00.726 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-16 22:07:00.728 | + lib/cinder:start_cinder:617 : [[ 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 ]] 2025-04-16 22:07:00.730 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-16 22:07:00.733 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-16 22:07:00.737 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 22:07:00.739 | + functions-common:run_process:1654 : local service=c-api 2025-04-16 22:07:00.741 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 22:07:00.743 | + functions-common:run_process:1656 : local group= 2025-04-16 22:07:00.745 | + functions-common:run_process:1657 : local user= 2025-04-16 22:07:00.748 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:07:00.750 | + functions-common:run_process:1660 : local name=c-api 2025-04-16 22:07:00.752 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:07:00.754 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:07:00.756 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:00.758 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:00.761 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:00.765 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841220762 2025-04-16 22:07:00.767 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-16 22:07:00.780 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:00.782 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-04-16 22:07:00.784 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-16 22:07:00.786 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 22:07:00.788 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 22:07:00.791 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 22:07:00.793 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 22:07:00.795 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-16 22:07:00.798 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-16 22:07:00.800 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-16 22:07:00.802 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:07:00.804 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:07:00.806 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:07:00.808 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:07:00.810 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 22:07:00.813 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 22:07:00.815 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:07:00.817 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 22:07:00.819 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-16 22:07:00.821 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:07:00.823 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 22:07:00.825 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 22:07:00.827 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 22:07:00.829 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-16 22:07:00.831 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 22:07:00.835 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-04-16 22:07:00.888 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:07:00.941 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-04-16 22:07:00.984 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-16 22:07:01.027 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2025-04-16 22:07:01.071 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:07:01.113 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-16 22:07:01.154 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-16 22:07:01.196 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-16 22:07:01.239 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-16 22:07:01.283 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-16 22:07:01.325 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 22:07:01.327 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 22:07:01.329 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-16 22:07:01.379 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 22:07:01.646 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-16 22:07:01.657 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-16 22:07:01.904 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-16 22:07:01.964 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:07:01.966 | + functions-common:time_stop:2400 : local name 2025-04-16 22:07:01.968 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:01.970 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:01.973 | + functions-common:time_stop:2403 : local total 2025-04-16 22:07:01.975 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:01.977 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:07:01.979 | + functions-common:time_stop:2407 : start_time=1744841220762 2025-04-16 22:07:01.981 | + functions-common:time_stop:2409 : [[ -z 1744841220762 ]] 2025-04-16 22:07:01.984 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:01.988 | + functions-common:time_stop:2412 : end_time=1744841221986 2025-04-16 22:07:01.990 | + functions-common:time_stop:2413 : elapsed_time=1224 2025-04-16 22:07:01.992 | + functions-common:time_stop:2414 : total=12139 2025-04-16 22:07:01.994 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:01.996 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13363 2025-04-16 22:07:01.998 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-16 22:07:02.001 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-16 22:07:02.001 | Waiting for Cinder API to start... 2025-04-16 22:07:02.003 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-16 22:07:02.005 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 22:07:02.007 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-16 22:07:02.009 | + functions:wait_for_service:470 : local rval=0 2025-04-16 22:07:02.011 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 22:07:02.013 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 22:07:02.015 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:02.018 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:02.021 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:02.024 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841222022 2025-04-16 22:07:02.026 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 22:07:02.030 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-16 22:07:03.926 | + :: : [[ 401 == 503 ]] 2025-04-16 22:07:03.927 | + :: : [[ 0 -eq 7 ]] 2025-04-16 22:07:03.930 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 22:07:03.933 | + functions-common:time_stop:2400 : local name 2025-04-16 22:07:03.935 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:03.937 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:03.939 | + functions-common:time_stop:2403 : local total 2025-04-16 22:07:03.941 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:03.943 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 22:07:03.945 | + functions-common:time_stop:2407 : start_time=1744841222022 2025-04-16 22:07:03.947 | + functions-common:time_stop:2409 : [[ -z 1744841222022 ]] 2025-04-16 22:07:03.951 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:03.954 | + functions-common:time_stop:2412 : end_time=1744841223952 2025-04-16 22:07:03.956 | + functions-common:time_stop:2413 : elapsed_time=1930 2025-04-16 22:07:03.958 | + functions-common:time_stop:2414 : total=6126 2025-04-16 22:07:03.960 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:03.962 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8056 2025-04-16 22:07:03.964 | + functions:wait_for_service:478 : return 0 2025-04-16 22:07:03.966 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:03.968 | + functions-common:run_process:1654 : local service=c-sch 2025-04-16 22:07:03.970 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:03.972 | + functions-common:run_process:1656 : local group= 2025-04-16 22:07:03.974 | + functions-common:run_process:1657 : local user= 2025-04-16 22:07:03.977 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:07:03.979 | + functions-common:run_process:1660 : local name=c-sch 2025-04-16 22:07:03.981 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:07:03.983 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:07:03.985 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:03.987 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:03.989 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:03.993 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841223991 2025-04-16 22:07:03.995 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-16 22:07:04.010 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:04.012 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-04-16 22:07:04.015 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-16 22:07:04.017 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:04.019 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:04.021 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:04.023 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:04.025 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 22:07:04.027 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 22:07:04.029 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-16 22:07:04.031 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:07:04.033 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:07:04.035 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:07:04.037 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:07:04.040 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 22:07:04.042 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-04-16 22:07:04.044 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-16 22:07:04.046 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:04.048 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:07:04.050 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:07:04.052 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 22:07:04.054 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:07:04.056 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:07:04.058 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-16 22:07:04.060 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:07:04.063 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-04-16 22:07:04.114 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:07:04.166 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-16 22:07:04.208 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:04.251 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-16 22:07:04.295 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-16 22:07:04.339 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:07:04.384 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 22:07:04.386 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:07:04.389 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-16 22:07:04.441 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:07:04.709 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-16 22:07:04.722 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-16 22:07:04.967 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-16 22:07:04.991 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:07:04.993 | + functions-common:time_stop:2400 : local name 2025-04-16 22:07:04.995 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:04.997 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:04.999 | + functions-common:time_stop:2403 : local total 2025-04-16 22:07:05.001 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:05.004 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:07:05.006 | + functions-common:time_stop:2407 : start_time=1744841223991 2025-04-16 22:07:05.008 | + functions-common:time_stop:2409 : [[ -z 1744841223991 ]] 2025-04-16 22:07:05.010 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:05.014 | + functions-common:time_stop:2412 : end_time=1744841225012 2025-04-16 22:07:05.016 | + functions-common:time_stop:2413 : elapsed_time=1021 2025-04-16 22:07:05.018 | + functions-common:time_stop:2414 : total=13363 2025-04-16 22:07:05.020 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:05.022 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14384 2025-04-16 22:07:05.024 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.026 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.028 | + functions-common:run_process:1654 : local service=c-bak 2025-04-16 22:07:05.031 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:05.033 | + functions-common:run_process:1656 : local group= 2025-04-16 22:07:05.035 | + functions-common:run_process:1657 : local user= 2025-04-16 22:07:05.037 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.042 | + functions-common:run_process:1660 : local name=c-bak 2025-04-16 22:07:05.042 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:07:05.044 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:07:05.047 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:05.048 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:05.051 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:05.054 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841225052 2025-04-16 22:07:05.056 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-16 22:07:05.071 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:05.073 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:07:05.076 | + functions-common:time_stop:2400 : local name 2025-04-16 22:07:05.078 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:05.080 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:05.082 | + functions-common:time_stop:2403 : local total 2025-04-16 22:07:05.085 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:05.087 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:07:05.089 | + functions-common:time_stop:2407 : start_time=1744841225052 2025-04-16 22:07:05.091 | + functions-common:time_stop:2409 : [[ -z 1744841225052 ]] 2025-04-16 22:07:05.094 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:05.098 | + functions-common:time_stop:2412 : end_time=1744841225095 2025-04-16 22:07:05.100 | + functions-common:time_stop:2413 : elapsed_time=43 2025-04-16 22:07:05.102 | + functions-common:time_stop:2414 : total=14384 2025-04-16 22:07:05.104 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:05.106 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14427 2025-04-16 22:07:05.108 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.111 | + functions-common:run_process:1654 : local service=c-vol 2025-04-16 22:07:05.113 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:05.115 | + functions-common:run_process:1656 : local group= 2025-04-16 22:07:05.117 | + functions-common:run_process:1657 : local user= 2025-04-16 22:07:05.119 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.121 | + functions-common:run_process:1660 : local name=c-vol 2025-04-16 22:07:05.123 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:07:05.125 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:07:05.127 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:05.130 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:05.132 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:05.136 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841225134 2025-04-16 22:07:05.138 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-16 22:07:05.153 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:05.155 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.157 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-16 22:07:05.160 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:05.162 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:05.164 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:05.166 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:05.169 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 22:07:05.171 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 22:07:05.173 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-16 22:07:05.175 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:07:05.177 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:07:05.179 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:07:05.182 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.184 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 22:07:05.186 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.188 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-16 22:07:05.190 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:05.192 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 22:07:05.194 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 22:07:05.196 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.198 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 22:07:05.200 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 22:07:05.202 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-16 22:07:05.204 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 22:07:05.207 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-04-16 22:07:05.260 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:07:05.313 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-16 22:07:05.357 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 22:07:05.403 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-16 22:07:05.447 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-16 22:07:05.491 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:07:05.538 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-16 22:07:05.540 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 22:07:05.596 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 22:07:05.598 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-16 22:07:05.651 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 22:07:05.903 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-16 22:07:05.912 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-16 22:07:06.159 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-16 22:07:06.188 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:07:06.190 | + functions-common:time_stop:2400 : local name 2025-04-16 22:07:06.193 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:06.195 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:06.197 | + functions-common:time_stop:2403 : local total 2025-04-16 22:07:06.199 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:06.201 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:07:06.205 | + functions-common:time_stop:2407 : start_time=1744841225134 2025-04-16 22:07:06.207 | + functions-common:time_stop:2409 : [[ -z 1744841225134 ]] 2025-04-16 22:07:06.209 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:06.213 | + functions-common:time_stop:2412 : end_time=1744841226211 2025-04-16 22:07:06.215 | + functions-common:time_stop:2413 : elapsed_time=1077 2025-04-16 22:07:06.217 | + functions-common:time_stop:2414 : total=14427 2025-04-16 22:07:06.219 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:06.222 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15504 2025-04-16 22:07:06.224 | + stack.sh:main:1349 : create_volume_types 2025-04-16 22:07:06.226 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-16 22:07:06.241 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:06.243 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-16 22:07:06.245 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-16 22:07:06.247 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 22:07:06.249 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-16 22:07:06.252 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-16 22:07:06.254 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-16 22:07:06.256 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-16 22:07:06.258 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-16 22:07:06.260 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-16 22:07:06.275 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:06.277 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-16 22:07:08.147 | +-------------+--------------------------------------+ 2025-04-16 22:07:08.147 | | Field | Value | 2025-04-16 22:07:08.147 | +-------------+--------------------------------------+ 2025-04-16 22:07:08.147 | | description | None | 2025-04-16 22:07:08.147 | | id | a2cf9285-2e6a-4a12-add6-153ba010b59e | 2025-04-16 22:07:08.147 | | is_public | True | 2025-04-16 22:07:08.147 | | name | vsphere | 2025-04-16 22:07:08.147 | | properties | volume_backend_name='vsphere' | 2025-04-16 22:07:08.147 | +-------------+--------------------------------------+ 2025-04-16 22:07:08.300 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-16 22:07:08.302 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-16 22:07:08.304 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-16 22:07:08.306 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-16 22:07:08.321 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:08.323 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-16 22:07:08.325 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:07:08.328 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-16 22:07:08.330 | + stack.sh:main:1364 : start_glance 2025-04-16 22:07:08.332 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-16 22:07:08.334 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-16 22:07:08.349 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:08.351 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-16 22:07:08.355 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-16 22:07:08.358 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 22:07:08.360 | + functions-common:run_process:1654 : local service=g-api 2025-04-16 22:07:08.362 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 22:07:08.364 | + functions-common:run_process:1656 : local group= 2025-04-16 22:07:08.366 | + functions-common:run_process:1657 : local user= 2025-04-16 22:07:08.368 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 22:07:08.370 | + functions-common:run_process:1660 : local name=g-api 2025-04-16 22:07:08.372 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 22:07:08.375 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 22:07:08.377 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:08.380 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:08.383 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:08.387 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841228384 2025-04-16 22:07:08.389 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-16 22:07:08.405 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:08.407 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-04-16 22:07:08.410 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-16 22:07:08.413 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 22:07:08.415 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 22:07:08.417 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 22:07:08.419 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 22:07:08.421 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-16 22:07:08.423 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-16 22:07:08.425 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-16 22:07:08.428 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 22:07:08.430 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 22:07:08.432 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 22:07:08.435 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 22:07:08.437 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-16 22:07:08.440 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 22:07:08.442 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:07:08.444 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 22:07:08.446 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-16 22:07:08.448 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:07:08.450 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 22:07:08.452 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 22:07:08.454 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 22:07:08.456 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-16 22:07:08.458 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 22:07:08.462 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-04-16 22:07:08.514 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 22:07:08.565 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-04-16 22:07:08.608 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-16 22:07:08.653 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 22:07:08.699 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 22:07:08.743 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-16 22:07:08.792 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-16 22:07:08.837 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-16 22:07:08.880 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-16 22:07:08.923 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-16 22:07:08.966 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 22:07:08.969 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 22:07:08.971 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-16 22:07:09.026 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 22:07:09.296 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-16 22:07:09.306 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-16 22:07:09.550 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-16 22:07:09.611 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 22:07:09.614 | + functions-common:time_stop:2400 : local name 2025-04-16 22:07:09.615 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:09.618 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:09.619 | + functions-common:time_stop:2403 : local total 2025-04-16 22:07:09.622 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:09.625 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 22:07:09.625 | + functions-common:time_stop:2407 : start_time=1744841228384 2025-04-16 22:07:09.627 | + functions-common:time_stop:2409 : [[ -z 1744841228384 ]] 2025-04-16 22:07:09.631 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:09.635 | + functions-common:time_stop:2412 : end_time=1744841229632 2025-04-16 22:07:09.638 | + functions-common:time_stop:2413 : elapsed_time=1248 2025-04-16 22:07:09.638 | + functions-common:time_stop:2414 : total=15504 2025-04-16 22:07:09.641 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:09.644 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16752 2025-04-16 22:07:09.647 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-16 22:07:09.662 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:09.664 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-16 22:07:09.664 | Waiting for g-api (10.180.1.21) to start... 2025-04-16 22:07:09.666 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-16 22:07:09.668 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 22:07:09.671 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-16 22:07:09.673 | + functions:wait_for_service:470 : local rval=0 2025-04-16 22:07:09.675 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 22:07:09.677 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 22:07:09.679 | + functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:09.682 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:09.684 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:09.689 | + functions-common:time_start:2391 : _TIME_START[$name]=1744841229686 2025-04-16 22:07:09.691 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 22:07:09.695 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-16 22:07:11.667 | + :: : [[ 300 == 503 ]] 2025-04-16 22:07:11.668 | + :: : [[ 0 -eq 7 ]] 2025-04-16 22:07:11.671 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 22:07:11.673 | + functions-common:time_stop:2400 : local name 2025-04-16 22:07:11.676 | + functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:11.678 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:11.680 | + functions-common:time_stop:2403 : local total 2025-04-16 22:07:11.682 | + functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:11.685 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 22:07:11.687 | + functions-common:time_stop:2407 : start_time=1744841229686 2025-04-16 22:07:11.689 | + functions-common:time_stop:2409 : [[ -z 1744841229686 ]] 2025-04-16 22:07:11.692 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:11.696 | + functions-common:time_stop:2412 : end_time=1744841231694 2025-04-16 22:07:11.698 | + functions-common:time_stop:2413 : elapsed_time=2008 2025-04-16 22:07:11.700 | + functions-common:time_stop:2414 : total=8056 2025-04-16 22:07:11.703 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:11.705 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10064 2025-04-16 22:07:11.707 | + functions:wait_for_service:478 : return 0 2025-04-16 22:07:11.709 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-16 22:07:11.724 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:11.727 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-16 22:07:11.743 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:11.745 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-16 22:07:11.747 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:07:11.749 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-16 22:07:11.752 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-16 22:07:11.754 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.756 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.758 | + functions:upload_image:134 : local image image_fname image_name 2025-04-16 22:07:11.760 | + functions:upload_image:136 : local max_attempts=5 2025-04-16 22:07:11.762 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-16 22:07:11.766 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.769 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.771 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-16 22:07:11.773 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-16 22:07:11.775 | ++ functions:upload_image:144 : seq 5 2025-04-16 22:07:11.778 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-16 22:07:11.780 | + functions:upload_image:145 : local rc=0 2025-04-16 22:07:11.782 | + 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' 2025-04-16 22:07:11.785 | --2025-04-16 22:07:11-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-16 22:07:11.792 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 22:07:11.793 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 22:07:11.826 | HTTP request sent, awaiting response... 200 OK 2025-04-16 22:07:11.826 | Length: 21318656 (20M) [application/octet-stream] 2025-04-16 22:07:11.826 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-16 22:07:11.834 | 2025-04-16 22:07:11.947 | 0K ........ ........ .... 100% 168M=0.1s 2025-04-16 22:07:11.947 | 2025-04-16 22:07:11.947 | 2025-04-16 22:07:11 (168 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-16 22:07:11.947 | 2025-04-16 22:07:11.950 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-16 22:07:11.952 | + functions:upload_image:155 : break 2025-04-16 22:07:11.954 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.956 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-16 22:07:11.958 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-16 22:07:11.960 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 22:07:11.962 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-16 22:07:11.964 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-16 22:07:11.965 | + functions:upload_image:196 : local path_len 2025-04-16 22:07:11.967 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-16 22:07:11.970 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.971 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.974 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-16 22:07:11.976 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-16 22:07:11.978 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-16 22:07:11.980 | + functions:upload_image:205 : local vmdk_create_type 2025-04-16 22:07:11.983 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.983 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:11.987 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-16 22:07:11.989 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-16 22:07:11.991 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-16 22:07:11.993 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-16 22:07:11.994 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-16 22:07:11.996 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-16 22:07:11.998 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-16 22:07:12.000 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-16 22:07:12.002 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-16 22:07:12.005 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 22:07:12.005 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-16 22:07:12.008 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-16 22:07:12.010 | + functions:upload_image:284 : IFS=':;' 2025-04-16 22:07:12.012 | + functions:upload_image:284 : read -a props 2025-04-16 22:07:12.014 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-16 22:07:12.016 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-16 22:07:12.018 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-16 22:07:12.020 | + 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 2025-04-16 22:07:12.022 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 22:07:12.024 | + functions:_upload_image:105 : shift 2025-04-16 22:07:12.025 | + functions:_upload_image:106 : local container=bare 2025-04-16 22:07:12.027 | + functions:_upload_image:107 : shift 2025-04-16 22:07:12.029 | + functions:_upload_image:108 : local disk=vmdk 2025-04-16 22:07:12.031 | + functions:_upload_image:109 : shift 2025-04-16 22:07:12.032 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 22:07:12.034 | + functions:_upload_image:111 : shift 2025-04-16 22:07:12.036 | + functions:_upload_image:112 : local properties 2025-04-16 22:07:12.038 | + functions:_upload_image:113 : local useimport 2025-04-16 22:07:12.040 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 22:07:12.042 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-16 22:07:12.044 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 22:07:12.045 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-16 22:07:12.047 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 22:07:12.049 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-16 22:07:12.051 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 22:07:12.052 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-16 22:07:12.054 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 22:07:12.056 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-16 22:07:12.058 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-16 22:07:12.060 | + 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 2025-04-16 22:07:14.617 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 22:07:14.617 | | Field | Value | 2025-04-16 22:07:14.617 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 22:07:14.617 | | container_format | bare | 2025-04-16 22:07:14.617 | | created_at | 2025-04-16T22:07:13Z | 2025-04-16 22:07:14.617 | | disk_format | vmdk | 2025-04-16 22:07:14.617 | | file | /v2/images/c655a05a-4a40-4b3f-b609-3ba8116ad90f/file | 2025-04-16 22:07:14.617 | | id | c655a05a-4a40-4b3f-b609-3ba8116ad90f | 2025-04-16 22:07:14.617 | | min_disk | 0 | 2025-04-16 22:07:14.617 | | min_ram | 0 | 2025-04-16 22:07:14.617 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-16 22:07:14.617 | | owner | c1aaa2970e964d7b86557399120d12c1 | 2025-04-16 22:07:14.617 | | 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' | 2025-04-16 22:07:14.618 | | protected | False | 2025-04-16 22:07:14.618 | | schema | /v2/schemas/image | 2025-04-16 22:07:14.618 | | status | queued | 2025-04-16 22:07:14.618 | | tags | | 2025-04-16 22:07:14.618 | | updated_at | 2025-04-16T22:07:13Z | 2025-04-16 22:07:14.618 | | visibility | public | 2025-04-16 22:07:14.618 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 22:07:14.744 | + functions:upload_image:291 : return 2025-04-16 22:07:14.746 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-16 22:07:14.796 | [3512 Async create_flavors:60145]: Waiting for completion of create_flavors running on PID 60145 (2 other jobs running) 2025-04-16 22:07:14.819 | [3512 Async create_flavors:60145]: Signaling child to exit 2025-04-16 22:07:15.274 | + inc/async:async_inner:64 : rc=0 2025-04-16 22:07:15.294 | [60145 Async create_flavors:60145]: finished successfully 2025-04-16 22:07:15.313 | WAKEUP 2025-04-16 22:07:15.331 | [3512 Async create_flavors:60145]: Signaled 2025-04-16 22:07:15.332 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-16 22:07:15.332 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:15.332 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-16 22:07:15.332 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-16 22:07:15.332 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | | Field | Value | 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.332 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.332 | | description | None | 2025-04-16 22:07:15.332 | | disk | 1 | 2025-04-16 22:07:15.332 | | id | c1 | 2025-04-16 22:07:15.332 | | name | cirros256 | 2025-04-16 22:07:15.332 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.332 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.332 | | ram | 256 | 2025-04-16 22:07:15.332 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.332 | | swap | 0 | 2025-04-16 22:07:15.332 | | vcpus | 1 | 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | | Field | Value | 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.332 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.332 | | description | None | 2025-04-16 22:07:15.332 | | disk | 5 | 2025-04-16 22:07:15.332 | | id | d1 | 2025-04-16 22:07:15.332 | | name | ds512M | 2025-04-16 22:07:15.332 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.332 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.332 | | ram | 512 | 2025-04-16 22:07:15.332 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.332 | | swap | 0 | 2025-04-16 22:07:15.332 | | vcpus | 1 | 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | | Field | Value | 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.332 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.332 | | description | None | 2025-04-16 22:07:15.332 | | disk | 10 | 2025-04-16 22:07:15.332 | | id | d2 | 2025-04-16 22:07:15.332 | | name | ds1G | 2025-04-16 22:07:15.332 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.332 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.332 | | ram | 1024 | 2025-04-16 22:07:15.332 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.332 | | swap | 0 | 2025-04-16 22:07:15.332 | | vcpus | 1 | 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | | Field | Value | 2025-04-16 22:07:15.332 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.332 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.333 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.333 | | description | None | 2025-04-16 22:07:15.333 | | disk | 10 | 2025-04-16 22:07:15.333 | | id | d3 | 2025-04-16 22:07:15.333 | | name | ds2G | 2025-04-16 22:07:15.333 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.333 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.333 | | ram | 2048 | 2025-04-16 22:07:15.333 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.333 | | swap | 0 | 2025-04-16 22:07:15.333 | | vcpus | 2 | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | Field | Value | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.333 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.333 | | description | None | 2025-04-16 22:07:15.333 | | disk | 20 | 2025-04-16 22:07:15.333 | | id | d4 | 2025-04-16 22:07:15.333 | | name | ds4G | 2025-04-16 22:07:15.333 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.333 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.333 | | ram | 4096 | 2025-04-16 22:07:15.333 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.333 | | swap | 0 | 2025-04-16 22:07:15.333 | | vcpus | 4 | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-16 22:07:15.333 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-16 22:07:15.333 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | Field | Value | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.333 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.333 | | description | None | 2025-04-16 22:07:15.333 | | disk | 1 | 2025-04-16 22:07:15.333 | | id | 1 | 2025-04-16 22:07:15.333 | | name | m1.tiny | 2025-04-16 22:07:15.333 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.333 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.333 | | ram | 512 | 2025-04-16 22:07:15.333 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.333 | | swap | 0 | 2025-04-16 22:07:15.333 | | vcpus | 1 | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | Field | Value | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.333 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.333 | | description | None | 2025-04-16 22:07:15.333 | | disk | 20 | 2025-04-16 22:07:15.333 | | id | 2 | 2025-04-16 22:07:15.333 | | name | m1.small | 2025-04-16 22:07:15.333 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.333 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.333 | | ram | 2048 | 2025-04-16 22:07:15.333 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.333 | | swap | 0 | 2025-04-16 22:07:15.333 | | vcpus | 1 | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | Field | Value | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.333 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.333 | | description | None | 2025-04-16 22:07:15.333 | | disk | 40 | 2025-04-16 22:07:15.333 | | id | 3 | 2025-04-16 22:07:15.333 | | name | m1.medium | 2025-04-16 22:07:15.333 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.333 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.333 | | ram | 4096 | 2025-04-16 22:07:15.333 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.333 | | swap | 0 | 2025-04-16 22:07:15.333 | | vcpus | 2 | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | Field | Value | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.333 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.333 | | description | None | 2025-04-16 22:07:15.333 | | disk | 80 | 2025-04-16 22:07:15.333 | | id | 4 | 2025-04-16 22:07:15.333 | | name | m1.large | 2025-04-16 22:07:15.333 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.333 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.333 | | ram | 8192 | 2025-04-16 22:07:15.333 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.333 | | swap | 0 | 2025-04-16 22:07:15.333 | | vcpus | 4 | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | Field | Value | 2025-04-16 22:07:15.333 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.333 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:15.334 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:15.334 | | description | None | 2025-04-16 22:07:15.334 | | disk | 160 | 2025-04-16 22:07:15.334 | | id | 5 | 2025-04-16 22:07:15.334 | | name | m1.xlarge | 2025-04-16 22:07:15.334 | | os-flavor-access:is_public | True | 2025-04-16 22:07:15.334 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:15.334 | | ram | 16384 | 2025-04-16 22:07:15.334 | | rxtx_factor | 1.0 | 2025-04-16 22:07:15.334 | | swap | 0 | 2025-04-16 22:07:15.334 | | vcpus | 8 | 2025-04-16 22:07:15.334 | +----------------------------+-----------------------+ 2025-04-16 22:07:15.367 | [3512 Async create_flavors:60145]: finished create_flavors with result 0 in 14 seconds 2025-04-16 22:07:15.370 | + inc/async:async_wait:197 : return 0 2025-04-16 22:07:15.372 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-16 22:07:15.387 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:15.389 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-16 22:07:15.403 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:15.405 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-16 22:07:15.420 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:15.422 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-16 22:07:15.424 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 22:07:15.426 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 22:07:15.429 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-16 22:07:15.430 | ++ 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 2025-04-16 22:07:15.432 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-16 22:07:15.433 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-16 22:07:15.434 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-16 22:07:15.436 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-16 22:07:15.437 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-16 22:07:15.438 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-16 22:07:15.439 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-16 22:07:15.440 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-16 22:07:15.441 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-16 22:07:15.442 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-16 22:07:15.443 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-16 22:07:15.444 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 22:07:15.445 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-16 22:07:15.447 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 22:07:15.448 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-16 22:07:15.449 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 22:07:15.450 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-16 22:07:15.451 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 22:07:15.452 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-16 22:07:15.453 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 22:07:15.454 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-16 22:07:15.456 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-16 22:07:15.457 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 22:07:15.458 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-16 22:07:15.459 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 22:07:15.460 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-16 22:07:15.461 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-16 22:07:15.462 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-16 22:07:15.463 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 22:07:15.464 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-16 22:07:15.465 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 22:07:15.466 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-16 22:07:15.468 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-16 22:07:15.469 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-16 22:07:15.470 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-16 22:07:15.471 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-16 22:07:15.472 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-16 22:07:15.473 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-16 22:07:15.474 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-16 22:07:15.476 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-16 22:07:15.477 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-16 22:07:15.478 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-16 22:07:15.479 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-16 22:07:15.480 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 22:07:15.481 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 22:07:15.482 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-16 22:07:15.483 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-16 22:07:15.485 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-16 22:07:15.486 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-16 22:07:15.487 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-16 22:07:15.488 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-16 22:07:15.489 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-16 22:07:15.490 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-16 22:07:15.492 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-16 22:07:15.492 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-16 22:07:15.492 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-16 22:07:15.492 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-16 22:07:15.493 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-16 22:07:16.308 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-16 22:07:16.309 | 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')) 2025-04-16 22:07:16.421 | + stack.sh:main:1414 : save_stackenv 2025-04-16 22:07:16.423 | + functions-common:save_stackenv:60 : local tag= 2025-04-16 22:07:16.426 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 22:07:16.429 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-220716 2025-04-16 22:07:16.431 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-220716 ' 2025-04-16 22:07:16.434 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.436 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 22:07:16.438 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.440 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 22:07:16.442 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.444 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 22:07:16.446 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.448 | + 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 2025-04-16 22:07:16.450 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.452 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 22:07:16.454 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.456 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 22:07:16.458 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.460 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-215946 2025-04-16 22:07:16.462 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.464 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 22:07:16.466 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.468 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 22:07:16.471 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.473 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 22:07:16.475 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.477 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 22:07:16.479 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.481 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 22:07:16.483 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.485 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 22:07:16.487 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.489 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 22:07:16.491 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 22:07:16.493 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 22:07:16.495 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-16 22:07:16.497 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 22:07:16.499 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 22:07:16.501 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-16 22:07:16.503 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:07:16.505 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 22:07:16.507 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 22:07:16.510 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-16 22:07:16.512 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:07:16.514 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-16 22:07:16.516 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:07:16.519 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-16 22:07:16.519 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:07:16.519 | gsub("[][]", "", $1); 2025-04-16 22:07:16.519 | split($1, a, "|"); 2025-04-16 22:07:16.519 | if (a[1] == matchgroup) 2025-04-16 22:07:16.519 | print a[2] 2025-04-16 22:07:16.519 | } 2025-04-16 22:07:16.519 | ' /opt/stack/devstack/local.conf 2025-04-16 22:07:16.523 | + stack.sh:main:1432 : run_phase stack extra 2025-04-16 22:07:16.525 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 22:07:16.528 | + functions-common:run_phase:1829 : local phase=extra 2025-04-16 22:07:16.530 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 22:07:16.532 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 22:07:16.534 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 22:07:16.536 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 22:07:16.538 | + functions-common:run_phase:1838 : local extra 2025-04-16 22:07:16.541 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 22:07:16.545 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 22:07:16.547 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 22:07:16.549 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 22:07:16.551 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-16 22:07:16.554 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 22:07:16.567 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:16.569 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:07:16.571 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:16.573 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 22:07:16.575 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:16.578 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:07:16.580 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:16.582 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-16 22:07:16.584 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-16 22:07:16.586 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 22:07:16.588 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 22:07:16.590 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:07:16.592 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 22:07:16.594 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-16 22:07:16.596 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 22:07:16.598 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-16 22:07:16.600 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 22:07:16.602 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 22:07:16.605 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 22:07:16.607 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 22:07:16.609 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 22:07:16.611 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-16 22:07:16.613 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:07:16.615 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:16.618 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 22:07:16.620 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:16.622 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:07:16.624 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:16.627 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-16 22:07:16.629 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-16 22:07:16.631 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:07:16.633 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-16 22:07:16.636 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-16 22:07:16.638 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 22:07:16.640 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 22:07:16.642 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-16 22:07:16.644 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:07:16.646 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 22:07:16.649 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 22:07:16.652 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-16 22:07:16.654 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:07:16.656 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-16 22:07:16.658 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:07:16.661 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-16 22:07:16.661 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:07:16.661 | gsub("[][]", "", $1); 2025-04-16 22:07:16.661 | split($1, a, "|"); 2025-04-16 22:07:16.661 | if (a[1] == matchgroup) 2025-04-16 22:07:16.661 | print a[2] 2025-04-16 22:07:16.661 | } 2025-04-16 22:07:16.661 | ' /opt/stack/devstack/local.conf 2025-04-16 22:07:16.666 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-16 22:07:16.680 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:16.682 | + stack.sh:main:1454 : service_check 2025-04-16 22:07:16.685 | + functions-common:service_check:1693 : local service 2025-04-16 22:07:16.687 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.689 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-16 22:07:16.698 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-16 22:07:16.701 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.703 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-16 22:07:16.713 | enabled 2025-04-16 22:07:16.716 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-16 22:07:16.743 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-16 22:07:16.743 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.743 | Active: active (running) since Wed 2025-04-16 22:06:21 UTC; 55s ago 2025-04-16 22:07:16.743 | Main PID: 53533 (uwsgi) 2025-04-16 22:07:16.743 | Status: "uWSGI is ready" 2025-04-16 22:07:16.743 | Tasks: 3 (limit: 19126) 2025-04-16 22:07:16.743 | Memory: 226.3M 2025-04-16 22:07:16.743 | CPU: 6.191s 2025-04-16 22:07:16.743 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-16 22:07:16.743 | ├─53533 "nova-apiuWSGI master" 2025-04-16 22:07:16.743 | ├─53534 "nova-apiuWSGI worker 1" 2025-04-16 22:07:16.743 | └─53535 "nova-apiuWSGI worker 2" 2025-04-16 22:07:16.743 | 2025-04-16 22:07:16.743 | Apr 16 22:07:14 devstack devstack@n-api.service[53535]: [pid: 53535|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 22:07:13 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53534]: DEBUG nova.api.openstack.wsgi [None req-89aa8ede-9a60-4a33-a8d4-80876d4d09ee admin admin] Calling method '>' {{(pid=53534) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53534]: INFO nova.api.openstack.requestlog [None req-89aa8ede-9a60-4a33-a8d4-80876d4d09ee admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000963 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53534]: [pid: 53534|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Apr 16 22:07:15 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53535]: DEBUG nova.api.openstack.wsgi [None req-76aa786c-f8f6-4025-aebf-c6ba230cfb27 admin admin] Action: 'create', calling method: >, body: {"flavor": {"ram": 16384, "rxtx_factor": 1.0, "disk": 160, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "vcpus": 8, "name": "m1.xlarge", "os-flavor-access:is_public": true, "id": "5"}} {{(pid=53535) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53535]: INFO nova.api.openstack.requestlog [None req-76aa786c-f8f6-4025-aebf-c6ba230cfb27 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.038625 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53535]: [pid: 53535|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Apr 16 22:07:15 2025] POST /compute/v2.1/flavors => generated 408 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53534]: DEBUG nova.api.openstack.wsgi [None req-f5970c1d-4815-4b62-9dd8-ef1e36fc5759 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53534) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53534]: INFO nova.api.openstack.requestlog [None req-f5970c1d-4815-4b62-9dd8-ef1e36fc5759 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.016210 2025-04-16 22:07:16.743 | Apr 16 22:07:15 devstack devstack@n-api.service[53534]: [pid: 53534|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 22:07:15 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 22:07:16.746 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.749 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-16 22:07:16.758 | enabled 2025-04-16 22:07:16.761 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-16 22:07:16.773 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-16 22:07:16.773 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.773 | Active: active (running) since Wed 2025-04-16 22:06:58 UTC; 18s ago 2025-04-16 22:07:16.773 | Main PID: 59673 (nova-conductor) 2025-04-16 22:07:16.773 | Tasks: 3 (limit: 19126) 2025-04-16 22:07:16.773 | Memory: 141.7M 2025-04-16 22:07:16.773 | CPU: 2.022s 2025-04-16 22:07:16.773 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-16 22:07:16.773 | ├─59673 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 22:07:16.773 | ├─60092 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 22:07:16.773 | └─60093 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 22:07:16.773 | 2025-04-16 22:07:16.773 | Apr 16 22:06:59 devstack nova-conductor[59673]: DEBUG oslo_service.service [None req-dcde2d35-6021-417f-afd9-fc54f72da94e None None] oslo_limit.version = None {{(pid=59673) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.773 | Apr 16 22:06:59 devstack nova-conductor[59673]: DEBUG oslo_service.service [None req-dcde2d35-6021-417f-afd9-fc54f72da94e None None] oslo_reports.file_event_handler = None {{(pid=59673) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.773 | Apr 16 22:06:59 devstack nova-conductor[59673]: DEBUG oslo_service.service [None req-dcde2d35-6021-417f-afd9-fc54f72da94e None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59673) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.773 | Apr 16 22:06:59 devstack nova-conductor[59673]: DEBUG oslo_service.service [None req-dcde2d35-6021-417f-afd9-fc54f72da94e None None] oslo_reports.log_dir = None {{(pid=59673) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.773 | Apr 16 22:06:59 devstack nova-conductor[59673]: DEBUG oslo_service.service [None req-dcde2d35-6021-417f-afd9-fc54f72da94e None None] ******************************************************************************** {{(pid=59673) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 22:07:16.773 | Apr 16 22:07:09 devstack nova-conductor[59673]: DEBUG dbcounter [-] [59673] Writing DB stats nova_api:SELECT=3 {{(pid=59673) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.773 | Apr 16 22:07:09 devstack nova-conductor[59673]: DEBUG dbcounter [-] [59673] Writing DB stats nova_cell1:SELECT=3 {{(pid=59673) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.773 | Apr 16 22:07:09 devstack nova-conductor[59673]: DEBUG dbcounter [-] [59673] Writing DB stats nova_cell0:SELECT=3 {{(pid=59673) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.773 | Apr 16 22:07:14 devstack nova-conductor[60093]: DEBUG dbcounter [-] [60093] Writing DB stats nova_cell1:SELECT=7,nova_cell1:UPDATE=1 {{(pid=60093) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.773 | Apr 16 22:07:14 devstack nova-conductor[60092]: DEBUG dbcounter [-] [60092] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=60092) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.776 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.778 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-16 22:07:16.787 | enabled 2025-04-16 22:07:16.790 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-16 22:07:16.802 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-16 22:07:16.802 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.802 | Active: active (running) since Wed 2025-04-16 22:06:55 UTC; 21s ago 2025-04-16 22:07:16.802 | Main PID: 58374 (nova-scheduler) 2025-04-16 22:07:16.802 | Tasks: 3 (limit: 19126) 2025-04-16 22:07:16.802 | Memory: 142.3M 2025-04-16 22:07:16.802 | CPU: 2.129s 2025-04-16 22:07:16.802 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-16 22:07:16.802 | ├─58374 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 22:07:16.802 | ├─59343 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 22:07:16.802 | └─59345 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 22:07:16.802 | 2025-04-16 22:07:16.802 | Apr 16 22:06:57 devstack nova-scheduler[58374]: DEBUG oslo_service.service [None req-dc0de2c9-9085-485a-a650-125f658826be None None] oslo_limit.version = None {{(pid=58374) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.802 | Apr 16 22:06:57 devstack nova-scheduler[58374]: DEBUG oslo_service.service [None req-dc0de2c9-9085-485a-a650-125f658826be None None] oslo_reports.file_event_handler = None {{(pid=58374) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.802 | Apr 16 22:06:57 devstack nova-scheduler[58374]: DEBUG oslo_service.service [None req-dc0de2c9-9085-485a-a650-125f658826be None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58374) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.802 | Apr 16 22:06:57 devstack nova-scheduler[58374]: DEBUG oslo_service.service [None req-dc0de2c9-9085-485a-a650-125f658826be None None] oslo_reports.log_dir = None {{(pid=58374) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.802 | Apr 16 22:06:57 devstack nova-scheduler[58374]: DEBUG oslo_service.service [None req-dc0de2c9-9085-485a-a650-125f658826be None None] ******************************************************************************** {{(pid=58374) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 22:07:16.802 | Apr 16 22:07:07 devstack nova-scheduler[58374]: DEBUG dbcounter [-] [58374] Writing DB stats nova_api:SELECT=7 {{(pid=58374) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.802 | Apr 16 22:07:07 devstack nova-scheduler[58374]: DEBUG dbcounter [-] [58374] Writing DB stats nova_cell1:SELECT=5 {{(pid=58374) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.802 | Apr 16 22:07:07 devstack nova-scheduler[58374]: DEBUG dbcounter [-] [58374] Writing DB stats nova_cell0:SELECT=3 {{(pid=58374) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.802 | Apr 16 22:07:12 devstack nova-scheduler[59345]: DEBUG dbcounter [-] [59345] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59345) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.802 | Apr 16 22:07:12 devstack nova-scheduler[59343]: DEBUG dbcounter [-] [59343] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=59343) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.805 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.807 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-16 22:07:16.817 | enabled 2025-04-16 22:07:16.820 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-16 22:07:16.831 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-16 22:07:16.831 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.831 | Active: active (running) since Wed 2025-04-16 22:06:56 UTC; 20s ago 2025-04-16 22:07:16.831 | Main PID: 58975 (uwsgi) 2025-04-16 22:07:16.831 | Status: "uWSGI is ready" 2025-04-16 22:07:16.831 | Tasks: 4 (limit: 19126) 2025-04-16 22:07:16.831 | Memory: 188.4M 2025-04-16 22:07:16.831 | CPU: 3.920s 2025-04-16 22:07:16.831 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-16 22:07:16.831 | ├─58975 "nova-api-metauWSGI master" 2025-04-16 22:07:16.831 | ├─58976 "nova-api-metauWSGI worker 1" 2025-04-16 22:07:16.831 | ├─58977 "nova-api-metauWSGI worker 2" 2025-04-16 22:07:16.831 | └─58978 "nova-api-metauWSGI http 1" 2025-04-16 22:07:16.831 | 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58976]: INFO dbcounter [None req-f4aafd1d-b474-45d8-8d2e-cb83af54e92d None None] Registered counter for database nova_cell1 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58976]: DEBUG oslo_db.sqlalchemy.engines [None req-f4aafd1d-b474-45d8-8d2e-cb83af54e92d 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=58976) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58976]: DEBUG dbcounter [-] [58976] Writer thread running {{(pid=58976) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58977]: INFO dbcounter [None req-55956564-21b2-412d-a58f-330ca7d1d924 None None] Registered counter for database nova_cell1 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58977]: DEBUG oslo_db.sqlalchemy.engines [None req-55956564-21b2-412d-a58f-330ca7d1d924 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=58977) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58977]: DEBUG dbcounter [-] [58977] Writer thread running {{(pid=58977) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58976]: WARNING nova.api.metadata.handler [None req-f4aafd1d-b474-45d8-8d2e-cb83af54e92d None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58976]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5be52b29c100 pid: 58976 (default app) 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58977]: WARNING nova.api.metadata.handler [None req-55956564-21b2-412d-a58f-330ca7d1d924 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 22:07:16.831 | Apr 16 22:06:58 devstack devstack@n-api-meta.service[58977]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5be52b29c100 pid: 58977 (default app) 2025-04-16 22:07:16.834 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.837 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-16 22:07:16.849 | enabled 2025-04-16 22:07:16.853 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-16 22:07:16.865 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-16 22:07:16.865 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.865 | Active: active (running) since Wed 2025-04-16 22:06:29 UTC; 47s ago 2025-04-16 22:07:16.865 | Main PID: 54928 (uwsgi) 2025-04-16 22:07:16.865 | Status: "uWSGI is ready" 2025-04-16 22:07:16.865 | Tasks: 5 (limit: 19126) 2025-04-16 22:07:16.865 | Memory: 136.8M 2025-04-16 22:07:16.865 | CPU: 2.471s 2025-04-16 22:07:16.865 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-16 22:07:16.865 | ├─54928 "placementuWSGI master" 2025-04-16 22:07:16.865 | ├─54929 "placementuWSGI worker 1" 2025-04-16 22:07:16.865 | └─54930 "placementuWSGI worker 2" 2025-04-16 22:07:16.865 | 2025-04-16 22:07:16.865 | Apr 16 22:06:30 devstack devstack@placement-api.service[54929]: INFO placement.requestlog [None req-9b8ade6d-2080-40a8-804e-6e3254d21488 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 22:07:16.865 | Apr 16 22:06:30 devstack devstack@placement-api.service[54929]: [pid: 54929|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Wed Apr 16 22:06:30 2025] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 22:07:16.865 | Apr 16 22:06:40 devstack devstack@placement-api.service[54929]: DEBUG dbcounter [-] [54929] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=54929) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.865 | Apr 16 22:06:40 devstack devstack@placement-api.service[54930]: DEBUG dbcounter [-] [54930] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=54930) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:16.865 | Apr 16 22:06:57 devstack devstack@placement-api.service[54930]: DEBUG placement.requestlog [None req-9e8703a6-cd3f-40f9-bcdb-095cd6070790 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54930) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 22:07:16.865 | Apr 16 22:06:57 devstack devstack@placement-api.service[54930]: INFO placement.requestlog [None req-9e8703a6-cd3f-40f9-bcdb-095cd6070790 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 22:07:16.865 | Apr 16 22:06:57 devstack devstack@placement-api.service[54930]: [pid: 54930|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 22:06:57 2025] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 22:07:16.865 | Apr 16 22:06:59 devstack devstack@placement-api.service[54929]: DEBUG placement.requestlog [None req-7a213741-6d17-4187-aad3-9f7feae9fa80 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54929) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 22:07:16.865 | Apr 16 22:06:59 devstack devstack@placement-api.service[54929]: INFO placement.requestlog [None req-7a213741-6d17-4187-aad3-9f7feae9fa80 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 22:07:16.865 | Apr 16 22:06:59 devstack devstack@placement-api.service[54929]: [pid: 54929|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 22:06:59 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 22:07:16.868 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.870 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-16 22:07:16.879 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-16 22:07:16.882 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.884 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-16 22:07:16.893 | enabled 2025-04-16 22:07:16.896 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-16 22:07:16.908 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-16 22:07:16.908 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.908 | Active: active (running) since Wed 2025-04-16 22:07:09 UTC; 7s ago 2025-04-16 22:07:16.908 | Main PID: 62604 (uwsgi) 2025-04-16 22:07:16.908 | Status: "uWSGI is ready" 2025-04-16 22:07:16.908 | Tasks: 9 (limit: 19126) 2025-04-16 22:07:16.908 | Memory: 222.9M 2025-04-16 22:07:16.908 | CPU: 4.565s 2025-04-16 22:07:16.908 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-16 22:07:16.908 | ├─62604 "glance-apiuWSGI master" 2025-04-16 22:07:16.908 | ├─62605 "glance-apiuWSGI worker 1" 2025-04-16 22:07:16.908 | └─62606 "glance-apiuWSGI worker 2" 2025-04-16 22:07:16.908 | 2025-04-16 22:07:16.908 | Apr 16 22:07:13 devstack devstack@g-api.service[62605]: DEBUG glance.api.middleware.version_negotiation [None req-eb861457-738d-40e8-ad78-9270ea27faa2 None None] new path /v2/images/c655a05a-4a40-4b3f-b609-3ba8116ad90f/file {{(pid=62605) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-16 22:07:16.908 | Apr 16 22:07:13 devstack devstack@g-api.service[62605]: INFO dbcounter [None req-625c510e-b087-4152-bd54-fffa5a88b774 admin admin] Registered counter for database glance 2025-04-16 22:07:16.908 | Apr 16 22:07:13 devstack devstack@g-api.service[62605]: DEBUG oslo_db.sqlalchemy.engines [None req-625c510e-b087-4152-bd54-fffa5a88b774 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=62605) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:07:16.908 | Apr 16 22:07:13 devstack devstack@g-api.service[62605]: DEBUG dbcounter [-] [62605] Writer thread running {{(pid=62605) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 22:07:16.908 | Apr 16 22:07:13 devstack devstack@g-api.service[62605]: INFO glance.api.v2.image_data [None req-625c510e-b087-4152-bd54-fffa5a88b774 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-16 22:07:16.908 | Apr 16 22:07:14 devstack devstack@g-api.service[62605]: DEBUG glance.location [None req-625c510e-b087-4152-bd54-fffa5a88b774 admin admin] Enabling in-flight format inspection for vmdk {{(pid=62605) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-16 22:07:16.908 | Apr 16 22:07:14 devstack devstack@g-api.service[62605]: DEBUG glance_store._drivers.filesystem [None req-625c510e-b087-4152-bd54-fffa5a88b774 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/c655a05a-4a40-4b3f-b609-3ba8116ad90f with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=62605) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-16 22:07:16.908 | Apr 16 22:07:14 devstack devstack@g-api.service[62605]: INFO glance.location [None req-625c510e-b087-4152-bd54-fffa5a88b774 admin admin] Image format matched and virtual size computed: 117440512 2025-04-16 22:07:16.908 | Apr 16 22:07:14 devstack devstack@g-api.service[62605]: DEBUG glance_store.backend [None req-625c510e-b087-4152-bd54-fffa5a88b774 admin admin] Skipping store.set_acls... not implemented. {{(pid=62605) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-16 22:07:16.908 | Apr 16 22:07:14 devstack devstack@g-api.service[62605]: [pid: 62605|app: 0|req: 2/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Apr 16 22:07:13 2025] PUT /v2/images/c655a05a-4a40-4b3f-b609-3ba8116ad90f/file => generated 0 bytes in 1053 msecs (HTTP/1.1 204) 4 headers in 171 bytes (2 switches on core 0) 2025-04-16 22:07:16.911 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.913 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-16 22:07:16.922 | enabled 2025-04-16 22:07:16.925 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-16 22:07:16.937 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-16 22:07:16.937 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.937 | Active: active (running) since Wed 2025-04-16 22:07:04 UTC; 11s ago 2025-04-16 22:07:16.937 | Main PID: 61313 (cinder-schedule) 2025-04-16 22:07:16.937 | Tasks: 1 (limit: 19126) 2025-04-16 22:07:16.937 | Memory: 93.8M 2025-04-16 22:07:16.937 | CPU: 1.741s 2025-04-16 22:07:16.937 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-16 22:07:16.937 | └─61313 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-16 22:07:16.937 | 2025-04-16 22:07:16.937 | Apr 16 22:07:06 devstack cinder-scheduler[61313]: DEBUG oslo_service.service [None req-e523b4f4-8a5c-42b5-8de0-f3a74571bb36 None None] nova.token_auth_url = None {{(pid=61313) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:16.937 | Apr 16 22:07:06 devstack cinder-scheduler[61313]: DEBUG oslo_service.service [None req-e523b4f4-8a5c-42b5-8de0-f3a74571bb36 None None] ******************************************************************************** {{(pid=61313) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 22:07:16.937 | Apr 16 22:07:06 devstack cinder-scheduler[61313]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-16 22:07:16.937 | Apr 16 22:07:06 devstack cinder-scheduler[61313]: INFO cinder.manager [None req-32efb5c7-e6b1-471b-80ed-d4d75cbe0dfb None None] Initiating service 1 cleanup 2025-04-16 22:07:16.937 | Apr 16 22:07:06 devstack cinder-scheduler[61313]: INFO cinder.manager [None req-32efb5c7-e6b1-471b-80ed-d4d75cbe0dfb None None] Service 1 cleanup completed. 2025-04-16 22:07:16.937 | Apr 16 22:07:06 devstack cinder-scheduler[61313]: DEBUG cinder.service [None req-32efb5c7-e6b1-471b-80ed-d4d75cbe0dfb None None] Creating RPC server for service cinder-scheduler {{(pid=61313) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 22:07:16.937 | Apr 16 22:07:06 devstack cinder-scheduler[61313]: DEBUG cinder.service [None req-32efb5c7-e6b1-471b-80ed-d4d75cbe0dfb None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61313) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 22:07:16.937 | Apr 16 22:07:10 devstack cinder-scheduler[61313]: DEBUG cinder.scheduler.host_manager [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 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=61313) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-16 22:07:16.937 | Apr 16 22:07:10 devstack cinder-scheduler[61313]: DEBUG cinder.scheduler.host_manager [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 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(2025, 4, 16, 22, 7, 10, 352507)} {{(pid=61313) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-16 22:07:16.937 | Apr 16 22:07:10 devstack cinder-scheduler[61313]: DEBUG cinder.utils [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=61313) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-16 22:07:16.940 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.942 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-16 22:07:16.951 | enabled 2025-04-16 22:07:16.953 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-16 22:07:16.965 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-16 22:07:16.965 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.965 | Active: active (running) since Wed 2025-04-16 22:07:01 UTC; 15s ago 2025-04-16 22:07:16.965 | Main PID: 60771 (uwsgi) 2025-04-16 22:07:16.965 | Status: "uWSGI is ready" 2025-04-16 22:07:16.965 | Tasks: 7 (limit: 19126) 2025-04-16 22:07:16.965 | Memory: 213.5M 2025-04-16 22:07:16.965 | CPU: 4.752s 2025-04-16 22:07:16.965 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-16 22:07:16.965 | ├─60771 "cinder-apiuWSGI master" 2025-04-16 22:07:16.965 | ├─60772 "cinder-apiuWSGI worker 1" 2025-04-16 22:07:16.965 | └─60773 "cinder-apiuWSGI worker 2" 2025-04-16 22:07:16.965 | 2025-04-16 22:07:16.965 | Apr 16 22:07:07 devstack devstack@c-api.service[60772]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. 2025-04-16 22:07:16.965 | Apr 16 22:07:07 devstack devstack@c-api.service[60772]: warnings.warn(deprecated_msg) 2025-04-16 22:07:16.965 | Apr 16 22:07:07 devstack devstack@c-api.service[60772]: DEBUG cinder.api.middleware.request_id [req-b0e45f08-9ec8-4445-a100-c17f1b30d4de req-513e9bbf-f7ce-4890-b6d7-712f31bf3721 None None] RequestId filter calling following filter/app {{(pid=60772) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-16 22:07:16.965 | Apr 16 22:07:08 devstack devstack@c-api.service[60772]: INFO cinder.api.openstack.wsgi [req-b0e45f08-9ec8-4445-a100-c17f1b30d4de req-513e9bbf-f7ce-4890-b6d7-712f31bf3721 admin admin] POST http://10.180.1.21/volume/v3/c1aaa2970e964d7b86557399120d12c1/types/a2cf9285-2e6a-4a12-add6-153ba010b59e/extra_specs 2025-04-16 22:07:16.965 | Apr 16 22:07:08 devstack devstack@c-api.service[60772]: DEBUG cinder.api.openstack.wsgi [req-b0e45f08-9ec8-4445-a100-c17f1b30d4de req-513e9bbf-f7ce-4890-b6d7-712f31bf3721 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=60772) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-16 22:07:16.965 | Apr 16 22:07:08 devstack devstack@c-api.service[60772]: /opt/stack/data/venv/lib/python3.10/site-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. 2025-04-16 22:07:16.965 | Apr 16 22:07:08 devstack devstack@c-api.service[60772]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-16 22:07:16.965 | Apr 16 22:07:08 devstack devstack@c-api.service[60772]: DEBUG oslo_db.sqlalchemy.engines [req-b0e45f08-9ec8-4445-a100-c17f1b30d4de req-513e9bbf-f7ce-4890-b6d7-712f31bf3721 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=60772) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 22:07:16.965 | Apr 16 22:07:08 devstack devstack@c-api.service[60772]: INFO cinder.api.openstack.wsgi [req-b0e45f08-9ec8-4445-a100-c17f1b30d4de req-513e9bbf-f7ce-4890-b6d7-712f31bf3721 admin admin] http://10.180.1.21/volume/v3/c1aaa2970e964d7b86557399120d12c1/types/a2cf9285-2e6a-4a12-add6-153ba010b59e/extra_specs returned with HTTP 200 2025-04-16 22:07:16.965 | Apr 16 22:07:08 devstack devstack@c-api.service[60772]: [pid: 60772|app: 0|req: 1/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Apr 16 22:07:07 2025] POST /volume/v3/c1aaa2970e964d7b86557399120d12c1/types/a2cf9285-2e6a-4a12-add6-153ba010b59e/extra_specs => generated 51 bytes in 430 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-16 22:07:16.968 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.970 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-16 22:07:16.979 | enabled 2025-04-16 22:07:16.982 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-16 22:07:16.993 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-16 22:07:16.993 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-16 22:07:16.993 | Active: active (running) since Wed 2025-04-16 22:07:06 UTC; 10s ago 2025-04-16 22:07:16.993 | Main PID: 61925 (cinder-volume) 2025-04-16 22:07:16.993 | Tasks: 3 (limit: 19126) 2025-04-16 22:07:16.993 | Memory: 242.9M 2025-04-16 22:07:16.993 | CPU: 4.229s 2025-04-16 22:07:16.993 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-16 22:07:16.993 | ├─61925 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 22:07:16.993 | └─62026 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 22:07:16.993 | 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: DEBUG cinder.image.image_utils [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=62026) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: INFO cinder.keymgr.migration [None req-a797e62f-2f78-4693-949f-670c11554ab0 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: DEBUG cinder.manager [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Notifying Schedulers of capabilities ... {{(pid=62026) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: INFO cinder.volume.manager [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Driver initialization completed successfully. 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: INFO cinder.manager [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Initiating service 2 cleanup 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: INFO cinder.manager [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Service 2 cleanup completed. 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: DEBUG cinder.service [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Creating RPC server for service cinder-volume {{(pid=62026) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: DEBUG cinder.service [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62026) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: INFO cinder.volume.manager [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-16 22:07:16.993 | Apr 16 22:07:10 devstack cinder-volume[62026]: INFO cinder.volume.manager [None req-50cd2215-4b2e-45c2-bbc3-9fed1f704146 None None] Driver post RPC initialization completed successfully. 2025-04-16 22:07:16.995 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:16.998 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-16 22:07:17.006 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-16 22:07:17.009 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.011 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-16 22:07:17.019 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-16 22:07:17.022 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.024 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-16 22:07:17.032 | enabled 2025-04-16 22:07:17.035 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-16 22:07:17.047 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-16 22:07:17.047 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-16 22:07:17.047 | Active: active (running) since Wed 2025-04-16 22:06:25 UTC; 51s ago 2025-04-16 22:07:17.047 | Main PID: 54246 (/opt/stack/data) 2025-04-16 22:07:17.047 | Tasks: 5 (limit: 19126) 2025-04-16 22:07:17.047 | Memory: 373.3M 2025-04-16 22:07:17.047 | CPU: 10.403s 2025-04-16 22:07:17.047 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-16 22:07:17.047 | ├─54246 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-04-16 22:07:17.047 | ├─54350 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 22:07:17.047 | ├─54351 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 22:07:17.047 | ├─54352 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 22:07:17.047 | └─54353 "neutron-server: periodic worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 22:07:17.047 | 2025-04-16 22:07:17.047 | Apr 16 22:07:00 devstack neutron-server[54353]: DEBUG dbcounter [-] [54353] Writing DB stats neutron:SELECT=224,neutron:UPDATE=4 {{(pid=54353) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:17.047 | Apr 16 22:07:00 devstack neutron-server[54353]: DEBUG dbcounter [-] [54353] Writing DB stats neutron:SELECT=234,neutron:UPDATE=3,neutron:INSERT=1 {{(pid=54353) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:17.047 | Apr 16 22:07:02 devstack neutron-server[54351]: DEBUG dbcounter [-] [54351] Writing DB stats neutron:SELECT=561,neutron:INSERT=36,neutron:DELETE=6,neutron:UPDATE=9 {{(pid=54351) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:17.047 | Apr 16 22:07:02 devstack neutron-server[54351]: DEBUG dbcounter [-] [54351] Writing DB stats neutron:SELECT=545,neutron:INSERT=41,neutron:DELETE=4,neutron:UPDATE=14 {{(pid=54351) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:17.047 | Apr 16 22:07:04 devstack neutron-server[54350]: DEBUG dbcounter [-] [54350] Writing DB stats neutron:SELECT=60,neutron:INSERT=7,neutron:UPDATE=2,neutron:DELETE=2 {{(pid=54350) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:17.047 | Apr 16 22:07:04 devstack neutron-server[54350]: DEBUG dbcounter [-] [54350] Writing DB stats neutron:SELECT=72,neutron:INSERT=4 {{(pid=54350) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 22:07:17.047 | Apr 16 22:07:04 devstack neutron-server[54352]: DEBUG neutron_lib.callbacks.manager [None req-4bea373a-7a3c-4396-9873-dc125ea86a55 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8175495365503', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-16050559'] for agent (28a5fdeb-a07a-48a0-8482-1fb46a75789e), after_update {{(pid=54352) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 22:07:17.047 | Apr 16 22:07:06 devstack neutron-server[54352]: DEBUG neutron_lib.callbacks.manager [None req-36dca300-6841-451a-88f5-51a01e25a68d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8175495365503', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-16050559'] for agent (bc8fc0d8-8a46-4e07-a495-b186cc58aae7), after_update {{(pid=54352) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 22:07:17.047 | Apr 16 22:07:06 devstack neutron-server[54352]: DEBUG neutron_lib.callbacks.manager [None req-605899f6-4afd-4860-ad45-09360ae7f93d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8175495365503', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-16050559'] for agent (bbd6c4e4-987c-4a9a-84c4-c37d919fea4a), after_update {{(pid=54352) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 22:07:17.047 | Apr 16 22:07:07 devstack neutron-server[54352]: DEBUG neutron_lib.callbacks.manager [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8175495365503', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-16050559'] for agent (32a16173-cc64-4157-9716-8689a6f7d2c3), after_update {{(pid=54352) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 22:07:17.050 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.053 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-16 22:07:17.061 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-16 22:07:17.064 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.066 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-16 22:07:17.075 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-16 22:07:17.078 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.080 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-16 22:07:17.088 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-16 22:07:17.091 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.093 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-16 22:07:17.102 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-16 22:07:17.105 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.107 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-16 22:07:17.116 | enabled 2025-04-16 22:07:17.118 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-16 22:07:17.129 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-16 22:07:17.129 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-16 22:07:17.129 | Active: active (running) since Wed 2025-04-16 22:06:31 UTC; 45s ago 2025-04-16 22:07:17.129 | Main PID: 55458 (neutron-openvsw) 2025-04-16 22:07:17.129 | Tasks: 4 (limit: 19126) 2025-04-16 22:07:17.129 | Memory: 153.2M 2025-04-16 22:07:17.129 | CPU: 3.727s 2025-04-16 22:07:17.129 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-16 22:07:17.129 | ├─55458 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 22:07:17.129 | ├─57057 /opt/stack/data/venv/bin/python /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/tmpxjxy_sme/privsep.sock 2025-04-16 22:07:17.129 | └─57060 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-16 22:07:17.129 | 2025-04-16 22:07:17.129 | Apr 16 22:07:14 devstack neutron-openvswitch-agent[55458]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] Agent rpc_loop - iteration:18 started 2025-04-16 22:07:17.129 | Apr 16 22:07:14 devstack neutron-openvswitch-agent[55458]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xfb20a34,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=6105234499144783475,duration_nsec=240000000,duration_sec=39,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=55458) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 22:07:17.129 | Apr 16 22:07:14 devstack neutron-openvswitch-agent[55458]: DEBUG neutron.agent.linux.utils [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57060. {{(pid=55458) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 22:07:17.129 | Apr 16 22:07:14 devstack neutron-openvswitch-agent[55458]: DEBUG neutron.agent.common.ovsdb_monitor [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55458) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 22:07:17.129 | Apr 16 22:07:14 devstack neutron-openvswitch-agent[55458]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-16 22:07:17.129 | Apr 16 22:07:16 devstack neutron-openvswitch-agent[55458]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] Agent rpc_loop - iteration:19 started 2025-04-16 22:07:17.130 | Apr 16 22:07:16 devstack neutron-openvswitch-agent[55458]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xfb20a36,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=6105234499144783475,duration_nsec=241000000,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=55458) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 22:07:17.130 | Apr 16 22:07:16 devstack neutron-openvswitch-agent[55458]: DEBUG neutron.agent.linux.utils [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57060. {{(pid=55458) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 22:07:17.130 | Apr 16 22:07:16 devstack neutron-openvswitch-agent[55458]: DEBUG neutron.agent.common.ovsdb_monitor [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55458) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 22:07:17.130 | Apr 16 22:07:16 devstack neutron-openvswitch-agent[55458]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f6da6759-1c8e-4281-acb8-76443a53aad4 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-16 22:07:17.133 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.135 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-16 22:07:17.144 | enabled 2025-04-16 22:07:17.147 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-16 22:07:17.158 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-16 22:07:17.158 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-16 22:07:17.158 | Active: active (running) since Wed 2025-04-16 22:06:32 UTC; 44s ago 2025-04-16 22:07:17.158 | Main PID: 55903 (neutron-dhcp-ag) 2025-04-16 22:07:17.158 | Tasks: 13 (limit: 19126) 2025-04-16 22:07:17.158 | Memory: 400.1M 2025-04-16 22:07:17.158 | CPU: 8.730s 2025-04-16 22:07:17.158 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-16 22:07:17.158 | ├─55903 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-04-16 22:07:17.158 | ├─57257 /opt/stack/data/venv/bin/python /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/tmpyg66w06u/privsep.sock 2025-04-16 22:07:17.158 | ├─57296 /opt/stack/data/venv/bin/python /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/tmpnyaj9sh7/privsep.sock 2025-04-16 22:07:17.158 | ├─57357 /opt/stack/data/venv/bin/python /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/tmpjlcio2aw/privsep.sock 2025-04-16 22:07:17.158 | ├─57477 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 22:07:17.158 | ├─57478 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 22:07:17.158 | └─57489 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/a6a7a8e5-7218-4a24-a30c-9712e5ddf867/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/a6a7a8e5-7218-4a24-a30c-9712e5ddf867/host --addn-hosts=/opt/stack/data/neutron/dhcp/a6a7a8e5-7218-4a24-a30c-9712e5ddf867/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/a6a7a8e5-7218-4a24-a30c-9712e5ddf867/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/a6a7a8e5-7218-4a24-a30c-9712e5ddf867/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-2cc4b098-6044-4d15-bec3-35df89c048d7,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 2025-04-16 22:07:17.158 | 2025-04-16 22:07:17.158 | Apr 16 22:06:49 devstack neutron-dhcp-agent[55903]: INFO neutron.agent.dhcp.agent [None req-d266d252-e6f1-4f83-ba3c-83d7d3bccb6d None None] DHCP configuration for ports {'d1bae9e5-3d3d-4385-872f-537c5e082687'} is completed 2025-04-16 22:07:17.158 | Apr 16 22:06:50 devstack neutron-dhcp-agent[55903]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'e8acd2cb-098a-4992-80d8-39e6a9be71dd'}, 'priority': 0},) {} {{(pid=55903) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 22:07:17.158 | Apr 16 22:06:50 devstack neutron-dhcp-agent[55903]: DEBUG oslo_concurrency.lockutils [None req-dfe14beb-8c9d-436f-9a0a-2bc11e0262fc None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55903) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 22:07:17.158 | Apr 16 22:06:50 devstack neutron-dhcp-agent[55903]: DEBUG oslo_concurrency.lockutils [None req-dfe14beb-8c9d-436f-9a0a-2bc11e0262fc None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.001s {{(pid=55903) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 22:07:17.158 | Apr 16 22:06:50 devstack neutron-dhcp-agent[55903]: DEBUG oslo_concurrency.lockutils [None req-dfe14beb-8c9d-436f-9a0a-2bc11e0262fc None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55903) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 22:07:17.158 | Apr 16 22:06:50 devstack neutron-dhcp-agent[55903]: DEBUG neutron.agent.dhcp.agent [None req-dfe14beb-8c9d-436f-9a0a-2bc11e0262fc None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'ea6c966a-c5bb-46f5-814f-ae78de42b8ed', 'name': 'public-subnet', 'tenant_id': 'c1aaa2970e964d7b86557399120d12c1', 'network_id': 'e8acd2cb-098a-4992-80d8-39e6a9be71dd', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, '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': '2025-04-16T22:06:50Z', 'updated_at': '2025-04-16T22:06:50Z', 'revision_number': 0, 'project_id': 'c1aaa2970e964d7b86557399120d12c1', 'network': {'id': 'e8acd2cb-098a-4992-80d8-39e6a9be71dd', 'name': 'public', 'tenant_id': 'c1aaa2970e964d7b86557399120d12c1', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['ea6c966a-c5bb-46f5-814f-ae78de42b8ed'], 'standard_attr_id': 21, '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': '2025-04-16T22:06:47Z', 'updated_at': '2025-04-16T22:06:50Z', 'revision_number': 2, 'project_id': 'c1aaa2970e964d7b86557399120d12c1', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55903) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 22:07:17.158 | Apr 16 22:06:51 devstack neutron-dhcp-agent[55903]: DEBUG oslo_concurrency.lockutils [None req-92e01a31-f3fe-4080-a5b1-2e0edce87ffc None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55903) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 22:07:17.159 | Apr 16 22:06:51 devstack neutron-dhcp-agent[55903]: DEBUG oslo_concurrency.lockutils [None req-92e01a31-f3fe-4080-a5b1-2e0edce87ffc None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55903) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 22:07:17.159 | Apr 16 22:06:51 devstack neutron-dhcp-agent[55903]: DEBUG oslo_concurrency.lockutils [None req-92e01a31-f3fe-4080-a5b1-2e0edce87ffc None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55903) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 22:07:17.159 | Apr 16 22:06:52 devstack neutron-dhcp-agent[55903]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55903) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 22:07:17.161 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.164 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-16 22:07:17.173 | enabled 2025-04-16 22:07:17.176 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-16 22:07:17.187 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-16 22:07:17.187 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-16 22:07:17.187 | Active: active (running) since Wed 2025-04-16 22:06:34 UTC; 43s ago 2025-04-16 22:07:17.187 | Main PID: 56361 (neutron-l3-agen) 2025-04-16 22:07:17.187 | Tasks: 22 (limit: 19126) 2025-04-16 22:07:17.187 | Memory: 405.3M 2025-04-16 22:07:17.187 | CPU: 8.689s 2025-04-16 22:07:17.187 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-16 22:07:17.187 | ├─56361 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-04-16 22:07:17.187 | ├─57164 /opt/stack/data/venv/bin/python /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/tmp1h2nc34n/privsep.sock 2025-04-16 22:07:17.187 | ├─57669 /opt/stack/data/venv/bin/python /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/tmptz998zyc/privsep.sock 2025-04-16 22:07:17.187 | ├─57681 /opt/stack/data/venv/bin/python /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/tmpkjz7hj1y/privsep.sock 2025-04-16 22:07:17.187 | ├─57948 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 22:07:17.187 | ├─57953 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 22:07:17.187 | └─58199 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/9d391d1b-d35b-4b07-bfe9-9ad2f2638688.conf 2025-04-16 22:07:17.187 | 2025-04-16 22:07:17.187 | Apr 16 22:06:57 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[b0dd348e-892b-46b5-ad4d-eb7708eb4723]: (4, ('ARPING 10.180.180.184 from 10.180.180.184 qg-d5605018-d3\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:06:58 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[8117b1b5-2aa6-4d6d-a4c6-549c26effc8a]: (4, ('ARPING 10.180.180.184 from 10.180.180.184 qg-d5605018-d3\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:06:59 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[1e3ed0df-4a0d-43a7-b24e-b0d2dfc6b3b2]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d1bae9e5-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:07:00 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[6f69417a-b9b0-4947-9a00-68ac47618090]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d1bae9e5-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:07:01 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[f079d685-a559-4c54-a176-1a14788dfa25]: (4, ('ARPING 10.180.180.184 from 10.180.180.184 qg-d5605018-d3\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:07:02 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[09283eba-ef8d-4f11-99d2-fb9046dacc20]: (4, ('ARPING 10.180.180.184 from 10.180.180.184 qg-d5605018-d3\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:07:03 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[5b992a33-3275-458e-9c12-5b5e51936195]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d1bae9e5-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:07:04 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[c1d1e750-a465-4f3f-b057-3e8d5d8e8c01]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d1bae9e5-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:07:05 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[88d6d7b4-9c3e-472b-b353-164344d76705]: (4, ('ARPING 10.180.180.184 from 10.180.180.184 qg-d5605018-d3\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.187 | Apr 16 22:07:06 devstack neutron-l3-agent[56361]: DEBUG oslo.privsep.daemon [-] privsep: reply[de36ca77-b84c-4821-8250-79b0b5c9df13]: (4, ('ARPING 10.180.180.184 from 10.180.180.184 qg-d5605018-d3\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57669) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 22:07:17.190 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 22:07:17.192 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-16 22:07:17.201 | enabled 2025-04-16 22:07:17.204 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-16 22:07:17.216 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-16 22:07:17.216 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-16 22:07:17.216 | Active: active (running) since Wed 2025-04-16 22:06:35 UTC; 42s ago 2025-04-16 22:07:17.216 | Main PID: 56804 (neutron-metadat) 2025-04-16 22:07:17.216 | Tasks: 3 (limit: 19126) 2025-04-16 22:07:17.216 | Memory: 117.1M 2025-04-16 22:07:17.216 | CPU: 1.917s 2025-04-16 22:07:17.216 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-16 22:07:17.216 | ├─56804 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 22:07:17.216 | ├─57054 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 22:07:17.216 | └─57055 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 22:07:17.216 | 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_rabbit.ssl_version = {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_notifications.driver = [] {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_notifications.retry = -1 {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] oslo_messaging_notifications.transport_url = **** {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 22:07:17.216 | Apr 16 22:06:37 devstack neutron-metadata-agent[56804]: DEBUG oslo_service.service [None req-a1669e2a-3ed9-49fd-8f72-5657d3eaf6c2 None None] ******************************************************************************** {{(pid=56804) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 22:07:17.219 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-16 22:07:17.234 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:17.236 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-16 22:07:17.250 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:17.252 | + stack.sh:main:1468 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-04-16 22:07:17.255 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:07:17.257 | + stack.sh:echo_summary:461 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-04-16 22:07:17.259 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-16 22:07:17.711 | 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. 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.095 | | Upgrade Check Results | 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.095 | | Check: Cells v2 | 2025-04-16 22:07:19.095 | | Result: Success | 2025-04-16 22:07:19.095 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-16 22:07:19.095 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-16 22:07:19.095 | | compute hosts are deployed. | 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.095 | | Check: Placement API | 2025-04-16 22:07:19.095 | | Result: Success | 2025-04-16 22:07:19.095 | | Details: None | 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.095 | | Check: Cinder API | 2025-04-16 22:07:19.095 | | Result: Success | 2025-04-16 22:07:19.095 | | Details: None | 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.095 | | Check: Policy File JSON to YAML Migration | 2025-04-16 22:07:19.095 | | Result: Success | 2025-04-16 22:07:19.095 | | Details: None | 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.095 | | Check: Older than N-1 computes | 2025-04-16 22:07:19.095 | | Result: Success | 2025-04-16 22:07:19.095 | | Details: None | 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.095 | | Check: hw_machine_type unset | 2025-04-16 22:07:19.095 | | Result: Success | 2025-04-16 22:07:19.095 | | Details: None | 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.095 | | Check: Service User Token Configuration | 2025-04-16 22:07:19.095 | | Result: Success | 2025-04-16 22:07:19.095 | | Details: None | 2025-04-16 22:07:19.095 | +--------------------------------------------------------------------+ 2025-04-16 22:07:19.406 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-16 22:07:19.409 | + stack.sh:main:1493 : command openstack complete 2025-04-16 22:07:19.409 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-16 22:07:20.710 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-16 22:07:20.726 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:20.728 | + stack.sh:main:1498 : is_ubuntu 2025-04-16 22:07:20.730 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 22:07:20.732 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 22:07:20.735 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-16 22:07:20.737 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:07:20.739 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-16 22:07:20.741 | + stack.sh:main:1500 : set_lvm_filter 2025-04-16 22:07:20.743 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-16 22:07:20.746 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-16 22:07:20.748 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-16 22:07:20.750 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-16 22:07:20.752 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-16 22:07:20.754 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-16 22:07:20.798 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 22:07:20.800 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-16 22:07:20.803 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-16 22:07:20.815 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-16 22:07:20.825 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 22:07:20.828 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:07:20.830 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-16 22:07:20.832 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-16 22:07:20.835 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 22:07:20.837 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-16 22:07:20.839 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 22:07:20.841 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 22:07:20.844 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 22:07:20.846 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 22:07:20.848 | + functions-common:run_phase:1838 : local extra 2025-04-16 22:07:20.851 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 22:07:20.855 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 22:07:20.857 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 22:07:20.859 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 22:07:20.861 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-16 22:07:20.863 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 22:07:20.877 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:20.879 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:07:20.881 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:20.883 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 22:07:20.885 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:20.887 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:07:20.890 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:20.892 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 22:07:20.894 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:20.896 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 22:07:20.898 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:07:20.900 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:07:20.902 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-16 22:07:20.938 | [3512 Async install_tempest:34210]: Waiting for completion of install_tempest running on PID 34210 (1 other jobs running) 2025-04-16 22:07:20.956 | [3512 Async install_tempest:34210]: Signaling child to exit 2025-04-16 22:07:20.956 | WAKEUP 2025-04-16 22:07:20.971 | [3512 Async install_tempest:34210]: Signaled 2025-04-16 22:07:20.972 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-16 22:07:20.972 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-16 22:07:20.972 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-16 22:07:20.972 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-16 22:07:20.972 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-16 22:07:20.973 | +++ functions-common:git_clone:576 : pwd 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 22:07:20.973 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:593 : echo master 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:20.973 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744841038099 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 22:07:20.973 | Cloning into '/opt/stack//tempest'... 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2400 : local name 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2403 : local total 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2407 : start_time=1744841038099 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2409 : [[ -z 1744841038099 ]] 2025-04-16 22:07:20.973 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2412 : end_time=1744841040156 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2413 : elapsed_time=2057 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2414 : total=85788 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87845 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:20.973 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744841040187 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-16 22:07:20.973 | From https://opendev.org/openstack/tempest 2025-04-16 22:07:20.973 | * branch master -> FETCH_HEAD 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2400 : local name 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2403 : local total 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2407 : start_time=1744841040187 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2409 : [[ -z 1744841040187 ]] 2025-04-16 22:07:20.973 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2412 : end_time=1744841041071 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2413 : elapsed_time=884 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2414 : total=87845 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88729 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 22:07:20.973 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 22:07:20.973 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744841041100 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 22:07:20.973 | Note: switching to 'FETCH_HEAD'. 2025-04-16 22:07:20.973 | 2025-04-16 22:07:20.973 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 22:07:20.973 | changes and commit them, and you can discard any commits you make in this 2025-04-16 22:07:20.973 | state without impacting any branches by switching back to a branch. 2025-04-16 22:07:20.973 | 2025-04-16 22:07:20.973 | If you want to create a new branch to retain commits you create, you may 2025-04-16 22:07:20.973 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 22:07:20.973 | 2025-04-16 22:07:20.973 | git switch -c 2025-04-16 22:07:20.973 | 2025-04-16 22:07:20.973 | Or undo this operation with: 2025-04-16 22:07:20.973 | 2025-04-16 22:07:20.973 | git switch - 2025-04-16 22:07:20.973 | 2025-04-16 22:07:20.973 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 22:07:20.973 | 2025-04-16 22:07:20.973 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 22:07:20.973 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2400 : local name 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2403 : local total 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2407 : start_time=1744841041100 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2409 : [[ -z 1744841041100 ]] 2025-04-16 22:07:20.973 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2412 : end_time=1744841041198 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2413 : elapsed_time=98 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2414 : total=88729 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:20.973 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88827 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-16 22:07:20.973 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-16 22:07:20.974 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-16 22:07:20.974 | ++ functions-common:git_clone:656 : head -1 2025-04-16 22:07:20.974 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 22:07:20.974 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 22:07:20.974 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-16 22:07:20.974 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-16 22:07:20.974 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-04-16 22:07:20.974 | Collecting tox!=2.8.0,<4.0.0 2025-04-16 22:07:20.974 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-16 22:07:20.974 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 22:07:20.974 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 22:07:20.974 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-04-16 22:07:20.974 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 22:07:20.974 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 22:07:20.974 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-16 22:07:20.974 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-16 22:07:20.974 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-04-16 22:07:20.974 | 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 (from tox!=2.8.0,<4.0.0) 2025-04-16 22:07:20.974 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-16 22:07:20.974 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-16 22:07:20.974 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 22:07:20.974 | Collecting distlib<1,>=0.3.6 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-16 22:07:20.974 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-16 22:07:20.974 | Collecting platformdirs<4,>=3.2 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-16 22:07:20.974 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-16 22:07:20.974 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-16 22:07:20.974 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-16 22:07:20.974 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-16 22:07:20.974 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-16 22:07:20.974 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-16 22:07:20.974 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-16 22:07:20.974 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-16 22:07:20.974 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-16 22:07:20.974 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-16 22:07:20.974 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2025-04-16 22:07:20.974 | ++ inc/python:pip_install:222 : result=0 2025-04-16 22:07:20.974 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2400 : local name 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2403 : local total 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2407 : start_time=1744841041241 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2409 : [[ -z 1744841041241 ]] 2025-04-16 22:07:20.974 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2412 : end_time=1744841044437 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2413 : elapsed_time=3196 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2414 : total=84743 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:20.974 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87939 2025-04-16 22:07:20.974 | ++ inc/python:pip_install:225 : return 0 2025-04-16 22:07:20.974 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-16 22:07:20.974 | ~/tempest ~/devstack 2025-04-16 22:07:20.974 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-16 22:07:20.974 | Switched to branch 'master' 2025-04-16 22:07:20.974 | Your branch is up to date with 'origin/master'. 2025-04-16 22:07:20.974 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-16 22:07:20.974 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 22:07:20.974 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.OJz7xaKmUW 2025-04-16 22:07:20.974 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.OJz7xaKmUW 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.OJz7xaKmUW 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 22:07:20.974 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 22:07:20.974 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-16 22:07:20.974 | full create: /opt/stack/tempest/.tox/tempest 2025-04-16 22:07:20.974 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 22:07:20.974 | full develop-inst: /opt/stack/tempest 2025-04-16 22:07:20.974 | full installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 22:07:20.974 | ___________________________________ summary ____________________________________ 2025-04-16 22:07:20.974 | full: skipped tests 2025-04-16 22:07:20.974 | congratulations :) 2025-04-16 22:07:20.974 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.OJz7xaKmUW -r requirements.txt 2025-04-16 22:07:20.974 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 22:07:20.974 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 22:07:20.974 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 22:07:20.974 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 22:07:20.974 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 22:07:20.974 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 22:07:20.974 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 22:07:20.974 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 22:07:20.974 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 22:07:20.974 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 22:07:20.974 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 22:07:20.974 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 22:07:20.974 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 22:07:20.974 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 22:07:20.974 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 22:07:20.974 | 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 2)) (0.5.2) 2025-04-16 22:07:20.974 | 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 2)) (2.5.11) 2025-04-16 22:07:20.974 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 22:07:20.974 | 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 3)) (2024.10.1) 2025-04-16 22:07:20.974 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 22:07:20.974 | 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 3)) (0.23.1) 2025-04-16 22:07:20.975 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 22:07:20.975 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 22:07:20.975 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 22:07:20.975 | 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 8)) (6.5.1) 2025-04-16 22:07:20.975 | 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 9)) (2.0.0) 2025-04-16 22:07:20.975 | 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 9)) (2.32.3) 2025-04-16 22:07:20.975 | 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 10)) (5.7.1) 2025-04-16 22:07:20.975 | 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 10)) (2.9.0.post0) 2025-04-16 22:07:20.975 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 22:07:20.975 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 22:07:20.975 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 22:07:20.975 | 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 12)) (1.1.0) 2025-04-16 22:07:20.975 | 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 12)) (2025.1) 2025-04-16 22:07:20.975 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 22:07:20.975 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 22:07:20.975 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 22:07:20.975 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 22:07:20.975 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 22:07:20.975 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 22:07:20.975 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 22:07:20.975 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 22:07:20.975 | 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 10)) (1.17.0) 2025-04-16 22:07:20.975 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 22:07:20.975 | 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 9)) (3.4.1) 2025-04-16 22:07:20.975 | 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 9)) (3.10) 2025-04-16 22:07:20.975 | 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 9)) (2025.1.31) 2025-04-16 22:07:20.975 | WARNING: There was an error checking the latest version of pip. 2025-04-16 22:07:20.975 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-16 22:07:20.975 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.OJz7xaKmUW 2025-04-16 22:07:20.975 | ++ lib/tempest:install_tempest:882 : popd 2025-04-16 22:07:20.975 | ~/devstack 2025-04-16 22:07:21.004 | [3512 Async install_tempest:34210]: finished install_tempest with result 0 in 22 seconds 2025-04-16 22:07:21.007 | ++ inc/async:async_wait:197 : return 0 2025-04-16 22:07:21.010 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-16 22:07:21.012 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:07:21.014 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-16 22:07:21.016 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-16 22:07:21.018 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-16 22:07:21.020 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-16 22:07:21.022 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-16 22:07:21.024 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-16 22:07:21.026 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-16 22:07:21.028 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-16 22:07:21.030 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 22:07:21.032 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-16 22:07:21.033 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 22:07:21.036 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-16 22:07:21.038 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-16 22:07:21.040 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-16 22:07:21.042 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-16 22:07:21.044 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-16 22:07:21.059 | Using python 3.10 to install testrepository 2025-04-16 22:07:21.061 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-04-16 22:07:22.091 | Collecting testrepository 2025-04-16 22:07:22.091 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-16 22:07:22.122 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-16 22:07:22.123 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-04-16 22:07:22.124 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-16 22:07:22.129 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-04-16 22:07:22.133 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2025-04-16 22:07:23.161 | Installing collected packages: testrepository 2025-04-16 22:07:23.268 | Successfully installed testrepository-0.0.20 2025-04-16 22:07:23.369 | ++ inc/python:pip_install:222 : result=0 2025-04-16 22:07:23.371 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 22:07:23.373 | ++ functions-common:time_stop:2400 : local name 2025-04-16 22:07:23.375 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 22:07:23.377 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 22:07:23.379 | ++ functions-common:time_stop:2403 : local total 2025-04-16 22:07:23.381 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 22:07:23.383 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 22:07:23.385 | ++ functions-common:time_stop:2407 : start_time=1744841241055 2025-04-16 22:07:23.386 | ++ functions-common:time_stop:2409 : [[ -z 1744841241055 ]] 2025-04-16 22:07:23.389 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 22:07:23.392 | ++ functions-common:time_stop:2412 : end_time=1744841243390 2025-04-16 22:07:23.394 | ++ functions-common:time_stop:2413 : elapsed_time=2335 2025-04-16 22:07:23.395 | ++ functions-common:time_stop:2414 : total=101020 2025-04-16 22:07:23.397 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 22:07:23.399 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=103355 2025-04-16 22:07:23.401 | ++ inc/python:pip_install:225 : return 0 2025-04-16 22:07:23.403 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-16 22:07:23.404 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-16 22:07:23.406 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-16 22:07:23.408 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-16 22:07:23.410 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-16 22:07:23.412 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-16 22:07:23.413 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-16 22:07:23.415 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-16 22:07:23.417 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-16 22:07:23.419 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-16 22:07:23.421 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-16 22:07:23.422 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-16 22:07:23.424 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-16 22:07:23.426 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-16 22:07:23.428 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-16 22:07:23.429 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-16 22:07:23.431 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-16 22:07:23.433 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-16 22:07:23.433 | ' 2025-04-16 22:07:23.435 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-16 22:07:23.437 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-16 22:07:23.449 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:23.451 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-16 22:07:23.453 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-16 22:07:23.455 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-16 22:07:23.457 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-16 22:07:23.459 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 22:07:23.460 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-16 22:07:23.460 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-16 22:07:24.628 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:07:24.631 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-16 22:07:24.633 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-16 22:07:24.635 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 22:07:24.636 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-16 22:07:24.638 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-16 22:07:24.640 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-16 22:07:24.642 | ++ lib/tempest:configure_tempest:251 : image_uuid=c655a05a-4a40-4b3f-b609-3ba8116ad90f 2025-04-16 22:07:24.643 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=c655a05a-4a40-4b3f-b609-3ba8116ad90f 2025-04-16 22:07:24.645 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-16 22:07:24.655 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-16 22:07:24.659 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-16 22:07:24.660 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-16 22:07:24.662 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-16 22:07:24.665 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-16 22:07:24.666 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-16 22:07:24.668 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-16 22:07:24.670 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-16 22:07:24.673 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-16 22:07:24.673 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-16 22:07:25.752 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:07:25.755 | ++ lib/tempest:configure_tempest:287 : admin_project_id=c1aaa2970e964d7b86557399120d12c1 2025-04-16 22:07:25.757 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-16 22:07:25.769 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:25.772 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-16 22:07:26.905 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:07:26.908 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 22:07:26.908 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 22:07:26.908 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 22:07:26.908 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 22:07:26.908 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 22:07:26.908 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 22:07:26.908 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 22:07:26.908 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 22:07:26.908 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 22:07:26.908 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 22:07:26.908 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 22:07:26.908 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 22:07:26.908 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 22:07:26.908 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-16 22:07:26.910 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-16 22:07:26.912 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 22:07:26.912 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 22:07:26.912 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 22:07:26.912 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 22:07:26.912 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 22:07:26.912 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 22:07:26.912 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 22:07:26.912 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 22:07:26.912 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 22:07:26.912 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 22:07:26.912 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 22:07:26.912 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 22:07:26.912 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 22:07:26.912 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-16 22:07:26.914 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib c655a05a-4a40-4b3f-b609-3ba8116ad90f 2025-04-16 22:07:26.916 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 22:07:26.919 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show c655a05a-4a40-4b3f-b609-3ba8116ad90f -c size -f value 2025-04-16 22:07:28.024 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:07:28.027 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 22:07:28.029 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 22:07:28.029 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 22:07:28.057 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-16 22:07:28.059 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-04-16 22:07:29.058 | +----------------------------+-----------------------+ 2025-04-16 22:07:29.058 | | Field | Value | 2025-04-16 22:07:29.058 | +----------------------------+-----------------------+ 2025-04-16 22:07:29.058 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:29.058 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:29.058 | | description | None | 2025-04-16 22:07:29.058 | | disk | 1 | 2025-04-16 22:07:29.058 | | id | 42 | 2025-04-16 22:07:29.058 | | name | m1.nano | 2025-04-16 22:07:29.058 | | os-flavor-access:is_public | True | 2025-04-16 22:07:29.058 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:29.058 | | ram | 128 | 2025-04-16 22:07:29.058 | | rxtx_factor | 1.0 | 2025-04-16 22:07:29.058 | | swap | 0 | 2025-04-16 22:07:29.058 | | vcpus | 1 | 2025-04-16 22:07:29.058 | +----------------------------+-----------------------+ 2025-04-16 22:07:29.183 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-16 22:07:29.185 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 22:07:29.185 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 22:07:29.185 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 22:07:29.185 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 22:07:29.185 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 22:07:29.185 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 22:07:29.185 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 22:07:29.185 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 22:07:29.185 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 22:07:29.185 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 22:07:29.185 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 22:07:29.185 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 22:07:29.185 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 22:07:29.185 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-16 22:07:29.188 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib c655a05a-4a40-4b3f-b609-3ba8116ad90f 2025-04-16 22:07:29.190 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 22:07:29.193 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show c655a05a-4a40-4b3f-b609-3ba8116ad90f -c size -f value 2025-04-16 22:07:30.306 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:07:30.309 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 22:07:30.311 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 22:07:30.311 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 22:07:30.339 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-16 22:07:30.340 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-04-16 22:07:31.336 | +----------------------------+-----------------------+ 2025-04-16 22:07:31.336 | | Field | Value | 2025-04-16 22:07:31.336 | +----------------------------+-----------------------+ 2025-04-16 22:07:31.336 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 22:07:31.336 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 22:07:31.336 | | description | None | 2025-04-16 22:07:31.336 | | disk | 1 | 2025-04-16 22:07:31.336 | | id | 84 | 2025-04-16 22:07:31.336 | | name | m1.micro | 2025-04-16 22:07:31.336 | | os-flavor-access:is_public | True | 2025-04-16 22:07:31.336 | | properties | hw_rng:allowed='True' | 2025-04-16 22:07:31.336 | | ram | 192 | 2025-04-16 22:07:31.336 | | rxtx_factor | 1.0 | 2025-04-16 22:07:31.336 | | swap | 0 | 2025-04-16 22:07:31.336 | | vcpus | 1 | 2025-04-16 22:07:31.336 | +----------------------------+-----------------------+ 2025-04-16 22:07:31.465 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-16 22:07:31.467 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-16 22:07:31.493 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-16 22:07:31.495 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-16 22:07:31.497 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-16 22:07:31.499 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 22:07:31.502 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 22:07:32.646 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:07:32.649 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 22:07:32.649 | address-scope 2025-04-16 22:07:32.649 | router-admin-state-down-before-update 2025-04-16 22:07:32.649 | agent 2025-04-16 22:07:32.649 | agent-resources-synced 2025-04-16 22:07:32.649 | allowed-address-pairs 2025-04-16 22:07:32.649 | auto-allocated-topology 2025-04-16 22:07:32.649 | availability_zone 2025-04-16 22:07:32.649 | availability_zone_filter 2025-04-16 22:07:32.649 | default-subnetpools 2025-04-16 22:07:32.649 | dhcp_agent_scheduler 2025-04-16 22:07:32.649 | dvr 2025-04-16 22:07:32.649 | empty-string-filtering 2025-04-16 22:07:32.649 | external-net 2025-04-16 22:07:32.649 | extra_dhcp_opt 2025-04-16 22:07:32.649 | extraroute 2025-04-16 22:07:32.649 | extraroute-atomic 2025-04-16 22:07:32.649 | filter-validation 2025-04-16 22:07:32.649 | floating-ip-port-forwarding-detail 2025-04-16 22:07:32.649 | fip-port-details 2025-04-16 22:07:32.649 | flavors 2025-04-16 22:07:32.649 | floatingip-pools 2025-04-16 22:07:32.649 | ip-substring-filtering 2025-04-16 22:07:32.649 | router 2025-04-16 22:07:32.649 | ext-gw-mode 2025-04-16 22:07:32.649 | l3-ha 2025-04-16 22:07:32.649 | l3-flavors 2025-04-16 22:07:32.649 | l3-port-ip-change-not-allowed 2025-04-16 22:07:32.649 | l3_agent_scheduler 2025-04-16 22:07:32.649 | multi-provider 2025-04-16 22:07:32.649 | net-mtu 2025-04-16 22:07:32.649 | net-mtu-writable 2025-04-16 22:07:32.649 | network_availability_zone 2025-04-16 22:07:32.649 | network_ha 2025-04-16 22:07:32.649 | network-ip-availability 2025-04-16 22:07:32.649 | pagination 2025-04-16 22:07:32.649 | port-device-profile 2025-04-16 22:07:32.649 | port-mac-override 2025-04-16 22:07:32.649 | port-mac-address-regenerate 2025-04-16 22:07:32.649 | port-numa-affinity-policy 2025-04-16 22:07:32.649 | binding 2025-04-16 22:07:32.649 | binding-extended 2025-04-16 22:07:32.649 | port-security 2025-04-16 22:07:32.649 | project-id 2025-04-16 22:07:32.649 | provider 2025-04-16 22:07:32.649 | quota-check-limit 2025-04-16 22:07:32.649 | quotas 2025-04-16 22:07:32.649 | quota_details 2025-04-16 22:07:32.649 | rbac-policies 2025-04-16 22:07:32.649 | rbac-address-group 2025-04-16 22:07:32.649 | rbac-address-scope 2025-04-16 22:07:32.649 | rbac-security-groups 2025-04-16 22:07:32.649 | rbac-subnetpool 2025-04-16 22:07:32.649 | revision-if-match 2025-04-16 22:07:32.649 | standard-attr-revisions 2025-04-16 22:07:32.649 | router_availability_zone 2025-04-16 22:07:32.649 | security-groups-default-rules 2025-04-16 22:07:32.649 | security-groups-normalized-cidr 2025-04-16 22:07:32.649 | port-security-groups-filtering 2025-04-16 22:07:32.649 | security-groups-remote-address-group 2025-04-16 22:07:32.649 | security-groups-shared-filtering 2025-04-16 22:07:32.649 | security-group 2025-04-16 22:07:32.649 | service-type 2025-04-16 22:07:32.649 | sorting 2025-04-16 22:07:32.649 | standard-attr-description 2025-04-16 22:07:32.649 | stateful-security-group 2025-04-16 22:07:32.649 | subnet_onboard 2025-04-16 22:07:32.649 | subnet-service-types 2025-04-16 22:07:32.649 | subnet_allocation 2025-04-16 22:07:32.649 | subnetpool-prefix-ops 2025-04-16 22:07:32.649 | standard-attr-tag 2025-04-16 22:07:32.649 | standard-attr-timestamp 2025-04-16 22:07:32.649 | nsxt-ops' 2025-04-16 22:07:32.651 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 22:07:32.651 | address-scope 2025-04-16 22:07:32.651 | router-admin-state-down-before-update 2025-04-16 22:07:32.651 | agent 2025-04-16 22:07:32.651 | agent-resources-synced 2025-04-16 22:07:32.651 | allowed-address-pairs 2025-04-16 22:07:32.651 | auto-allocated-topology 2025-04-16 22:07:32.651 | availability_zone 2025-04-16 22:07:32.651 | availability_zone_filter 2025-04-16 22:07:32.651 | default-subnetpools 2025-04-16 22:07:32.651 | dhcp_agent_scheduler 2025-04-16 22:07:32.651 | dvr 2025-04-16 22:07:32.651 | empty-string-filtering 2025-04-16 22:07:32.651 | external-net 2025-04-16 22:07:32.651 | extra_dhcp_opt 2025-04-16 22:07:32.651 | extraroute 2025-04-16 22:07:32.651 | extraroute-atomic 2025-04-16 22:07:32.651 | filter-validation 2025-04-16 22:07:32.651 | floating-ip-port-forwarding-detail 2025-04-16 22:07:32.652 | fip-port-details 2025-04-16 22:07:32.652 | flavors 2025-04-16 22:07:32.652 | floatingip-pools 2025-04-16 22:07:32.652 | ip-substring-filtering 2025-04-16 22:07:32.652 | router 2025-04-16 22:07:32.652 | ext-gw-mode 2025-04-16 22:07:32.652 | l3-ha 2025-04-16 22:07:32.652 | l3-flavors 2025-04-16 22:07:32.652 | l3-port-ip-change-not-allowed 2025-04-16 22:07:32.652 | l3_agent_scheduler 2025-04-16 22:07:32.652 | multi-provider 2025-04-16 22:07:32.652 | net-mtu 2025-04-16 22:07:32.652 | net-mtu-writable 2025-04-16 22:07:32.652 | network_availability_zone 2025-04-16 22:07:32.652 | network_ha 2025-04-16 22:07:32.652 | network-ip-availability 2025-04-16 22:07:32.652 | pagination 2025-04-16 22:07:32.652 | port-device-profile 2025-04-16 22:07:32.652 | port-mac-override 2025-04-16 22:07:32.652 | port-mac-address-regenerate 2025-04-16 22:07:32.652 | port-numa-affinity-policy 2025-04-16 22:07:32.652 | binding 2025-04-16 22:07:32.652 | binding-extended 2025-04-16 22:07:32.652 | port-security 2025-04-16 22:07:32.652 | project-id 2025-04-16 22:07:32.652 | provider 2025-04-16 22:07:32.652 | quota-check-limit 2025-04-16 22:07:32.652 | quotas 2025-04-16 22:07:32.652 | quota_details 2025-04-16 22:07:32.652 | rbac-policies 2025-04-16 22:07:32.652 | rbac-address-group 2025-04-16 22:07:32.652 | rbac-address-scope 2025-04-16 22:07:32.653 | rbac-security-groups 2025-04-16 22:07:32.653 | rbac-subnetpool 2025-04-16 22:07:32.653 | revision-if-match 2025-04-16 22:07:32.653 | standard-attr-revisions 2025-04-16 22:07:32.653 | router_availability_zone 2025-04-16 22:07:32.653 | security-groups-default-rules 2025-04-16 22:07:32.653 | security-groups-normalized-cidr 2025-04-16 22:07:32.653 | port-security-groups-filtering 2025-04-16 22:07:32.653 | security-groups-remote-address-group 2025-04-16 22:07:32.653 | security-groups-shared-filtering 2025-04-16 22:07:32.653 | security-group 2025-04-16 22:07:32.653 | service-type 2025-04-16 22:07:32.653 | sorting 2025-04-16 22:07:32.653 | standard-attr-description 2025-04-16 22:07:32.653 | stateful-security-group 2025-04-16 22:07:32.653 | subnet_onboard 2025-04-16 22:07:32.653 | subnet-service-types 2025-04-16 22:07:32.653 | subnet_allocation 2025-04-16 22:07:32.653 | subnetpool-prefix-ops 2025-04-16 22:07:32.653 | standard-attr-tag 2025-04-16 22:07:32.653 | standard-attr-timestamp 2025-04-16 22:07:32.653 | nsxt-ops =~ external-net ]] 2025-04-16 22:07:32.653 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 22:07:32.655 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-16 22:07:33.851 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 22:07:33.853 | ++ lib/tempest:configure_tempest:363 : public_network_id=e8acd2cb-098a-4992-80d8-39e6a9be71dd 2025-04-16 22:07:33.855 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-16 22:07:34.976 | +---------------------------+--------------------------------------+ 2025-04-16 22:07:34.976 | | Field | Value | 2025-04-16 22:07:34.976 | +---------------------------+--------------------------------------+ 2025-04-16 22:07:34.976 | | admin_state_up | UP | 2025-04-16 22:07:34.976 | | availability_zone_hints | | 2025-04-16 22:07:34.976 | | availability_zones | | 2025-04-16 22:07:34.976 | | created_at | 2025-04-16T22:07:34Z | 2025-04-16 22:07:34.976 | | description | | 2025-04-16 22:07:34.976 | | dns_domain | None | 2025-04-16 22:07:34.976 | | id | 87a2c8e7-d332-4028-bf39-1da2df6ff034 | 2025-04-16 22:07:34.976 | | ipv4_address_scope | None | 2025-04-16 22:07:34.976 | | ipv6_address_scope | None | 2025-04-16 22:07:34.976 | | is_default | False | 2025-04-16 22:07:34.976 | | is_vlan_transparent | None | 2025-04-16 22:07:34.976 | | mtu | 8950 | 2025-04-16 22:07:34.976 | | name | shared | 2025-04-16 22:07:34.976 | | port_security_enabled | True | 2025-04-16 22:07:34.976 | | project_id | c1aaa2970e964d7b86557399120d12c1 | 2025-04-16 22:07:34.976 | | provider:network_type | vlan | 2025-04-16 22:07:34.976 | | provider:physical_network | default | 2025-04-16 22:07:34.976 | | provider:segmentation_id | 970 | 2025-04-16 22:07:34.976 | | qos_policy_id | None | 2025-04-16 22:07:34.976 | | revision_number | 1 | 2025-04-16 22:07:34.976 | | router:external | Internal | 2025-04-16 22:07:34.976 | | segments | None | 2025-04-16 22:07:34.976 | | shared | True | 2025-04-16 22:07:34.976 | | status | ACTIVE | 2025-04-16 22:07:34.976 | | subnets | | 2025-04-16 22:07:34.976 | | tags | | 2025-04-16 22:07:34.976 | | tenant_id | c1aaa2970e964d7b86557399120d12c1 | 2025-04-16 22:07:34.976 | | updated_at | 2025-04-16T22:07:34Z | 2025-04-16 22:07:34.976 | +---------------------------+--------------------------------------+ 2025-04-16 22:07:35.105 | ++ lib/tempest:configure_tempest:366 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2025-04-16 22:07:36.278 | +----------------------+--------------------------------------+ 2025-04-16 22:07:36.278 | | Field | Value | 2025-04-16 22:07:36.278 | +----------------------+--------------------------------------+ 2025-04-16 22:07:36.278 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-16 22:07:36.278 | | cidr | 192.168.233.0/24 | 2025-04-16 22:07:36.278 | | created_at | 2025-04-16T22:07:36Z | 2025-04-16 22:07:36.278 | | description | shared-subnet | 2025-04-16 22:07:36.278 | | dns_nameservers | | 2025-04-16 22:07:36.278 | | dns_publish_fixed_ip | None | 2025-04-16 22:07:36.278 | | enable_dhcp | True | 2025-04-16 22:07:36.278 | | gateway_ip | 192.168.233.1 | 2025-04-16 22:07:36.278 | | host_routes | | 2025-04-16 22:07:36.278 | | id | 3178bb2e-2106-4a05-9ebc-17aadbcf7b6d | 2025-04-16 22:07:36.278 | | ip_version | 4 | 2025-04-16 22:07:36.278 | | ipv6_address_mode | None | 2025-04-16 22:07:36.278 | | ipv6_ra_mode | None | 2025-04-16 22:07:36.278 | | name | shared-subnet | 2025-04-16 22:07:36.278 | | network_id | 87a2c8e7-d332-4028-bf39-1da2df6ff034 | 2025-04-16 22:07:36.278 | | project_id | c1aaa2970e964d7b86557399120d12c1 | 2025-04-16 22:07:36.278 | | revision_number | 0 | 2025-04-16 22:07:36.278 | | segment_id | None | 2025-04-16 22:07:36.278 | | service_types | | 2025-04-16 22:07:36.278 | | subnetpool_id | None | 2025-04-16 22:07:36.278 | | tags | | 2025-04-16 22:07:36.278 | | updated_at | 2025-04-16T22:07:36Z | 2025-04-16 22:07:36.278 | +----------------------+--------------------------------------+ 2025-04-16 22:07:36.420 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-16 22:07:36.445 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-16 22:07:36.470 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-16 22:07:36.473 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-16 22:07:36.497 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-16 22:07:36.521 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-16 22:07:36.545 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-16 22:07:36.571 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-16 22:07:36.597 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-16 22:07:36.623 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-16 22:07:36.648 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-16 22:07:36.671 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-16 22:07:36.696 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-16 22:07:36.719 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-16 22:07:36.721 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-16 22:07:36.747 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-16 22:07:36.771 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-16 22:07:36.796 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-16 22:07:36.822 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-16 22:07:36.824 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-16 22:07:36.850 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-16 22:07:36.874 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-16 22:07:36.876 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-16 22:07:36.902 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-16 22:07:36.915 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:36.917 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-16 22:07:36.918 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-16 22:07:36.942 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-16 22:07:36.955 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:36.957 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-16 22:07:36.982 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-16 22:07:37.005 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-16 22:07:37.028 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-16 22:07:37.031 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-16 22:07:37.056 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-16 22:07:37.081 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-16 22:07:37.093 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:37.095 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref c655a05a-4a40-4b3f-b609-3ba8116ad90f 2025-04-16 22:07:37.118 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt c655a05a-4a40-4b3f-b609-3ba8116ad90f 2025-04-16 22:07:37.143 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-16 22:07:37.166 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-16 22:07:37.189 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-16 22:07:37.214 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-16 22:07:37.226 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:37.228 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-16 22:07:37.230 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-16 22:07:37.232 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-16 22:07:37.234 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-16 22:07:37.236 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-16 22:07:37.238 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-16 22:07:37.252 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-16 22:07:37.254 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-16 22:07:37.278 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-16 22:07:37.304 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-16 22:07:37.328 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-16 22:07:37.352 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-16 22:07:37.377 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-16 22:07:37.401 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-16 22:07:37.425 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-16 22:07:37.451 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-16 22:07:37.476 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-16 22:07:37.478 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 22:07:37.502 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-16 22:07:37.504 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-16 22:07:37.517 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:37.519 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-16 22:07:37.543 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id e8acd2cb-098a-4992-80d8-39e6a9be71dd 2025-04-16 22:07:37.566 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-16 22:07:37.589 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-16 22:07:37.612 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-16 22:07:37.640 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-16 22:07:37.664 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-16 22:07:37.688 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-16 22:07:37.713 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-16 22:07:37.715 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-16 22:07:37.717 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-16 22:07:37.719 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-16 22:07:37.744 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-16 22:07:37.747 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-16 22:07:37.747 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-16 22:07:37.751 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-16 22:07:37.753 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-16 22:07:37.776 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-16 22:07:37.778 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-16 22:07:37.780 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 22:07:37.782 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-16 22:07:37.784 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-16 22:07:37.808 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-16 22:07:37.831 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-16 22:07:37.854 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-16 22:07:37.879 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-16 22:07:37.904 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-16 22:07:37.927 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 22:07:37.930 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-16 22:07:37.943 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-16 22:07:37.968 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 22:07:37.970 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-16 22:07:37.983 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-16 22:07:38.007 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 22:07:38.009 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-16 22:07:38.022 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-16 22:07:38.045 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 22:07:38.048 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-16 22:07:38.061 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-16 22:07:38.084 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-16 22:07:38.086 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-16 22:07:38.087 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-16 22:07:38.089 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-16 22:07:38.104 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-16 22:07:38.106 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-16 22:07:38.130 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-16 22:07:38.142 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:38.144 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-16 22:07:38.168 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-16 22:07:38.170 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-16 22:07:38.172 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-16 22:07:38.174 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-16 22:07:38.175 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-16 22:07:38.177 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-16 22:07:38.179 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-16 22:07:38.181 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-16 22:07:38.183 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-16 22:07:38.198 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-16 22:07:38.200 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-16 22:07:38.225 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-16 22:07:38.227 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-16 22:07:38.229 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-16 22:07:38.231 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-16 22:07:38.233 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 22:07:38.234 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-16 22:07:38.247 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:38.249 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-16 22:07:38.275 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 22:07:38.277 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-16 22:07:38.290 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:38.292 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-16 22:07:38.315 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 22:07:38.317 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-16 22:07:38.330 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:38.332 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-16 22:07:38.356 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 22:07:38.358 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-16 22:07:38.371 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:38.373 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-16 22:07:38.398 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 22:07:38.400 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-16 22:07:38.413 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:07:38.415 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-16 22:07:38.440 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 22:07:38.442 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-16 22:07:38.455 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:38.457 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-16 22:07:38.481 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 22:07:38.483 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-16 22:07:38.496 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:07:38.498 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-16 22:07:38.521 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 22:07:38.523 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 22:07:38.525 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-16 22:07:38.527 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-16 22:07:38.551 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 22:07:38.553 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 22:07:38.555 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-16 22:07:38.557 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-16 22:07:38.581 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 22:07:38.583 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 22:07:38.585 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-16 22:07:38.587 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-16 22:07:38.589 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-16 22:07:38.592 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.UthIac6vVL 2025-04-16 22:07:38.594 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-16 22:07:38.596 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-16 22:07:38.599 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 22:07:38.602 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.FD8ssVsdvz 2025-04-16 22:07:38.604 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.FD8ssVsdvz 2025-04-16 22:07:38.606 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 22:07:38.608 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.FD8ssVsdvz 2025-04-16 22:07:38.610 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 22:07:38.612 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 22:07:38.614 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 22:07:38.619 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 22:07:38.621 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 22:07:38.623 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 22:07:38.625 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 22:07:38.627 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-16 22:07:38.629 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-16 22:07:38.853 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-16 22:07:39.245 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 22:07:49.139 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-16 22:07:52.195 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 22:07:52.196 | ___________________________________ summary ____________________________________ 2025-04-16 22:07:52.196 | venv-tempest: skipped tests 2025-04-16 22:07:52.196 | congratulations :) 2025-04-16 22:07:52.216 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.FD8ssVsdvz -r requirements.txt 2025-04-16 22:07:52.642 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2025-04-16 22:07:52.643 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-16 22:07:52.718 | /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. 2025-04-16 22:07:52.718 | warnings.warn( 2025-04-16 22:07:52.718 | /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. 2025-04-16 22:07:52.718 | warnings.warn( 2025-04-16 22:07:52.779 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-16 22:07:54.917 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 22:07:54.917 | venv-tempest run-test-pre: PYTHONHASHSEED='233383905' 2025-04-16 22:07:54.917 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.FD8ssVsdvz -r requirements.txt 2025-04-16 22:07:55.745 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 22:07:55.747 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 22:07:55.747 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 22:07:55.748 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 22:07:55.749 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 22:07:55.750 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 22:07:55.750 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 22:07:55.752 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 22:07:55.752 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 22:07:55.753 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 22:07:55.753 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 22:07:55.754 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 22:07:55.755 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 22:07:55.755 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 22:07:55.758 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 22:07:55.758 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 22:07:55.758 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 22:07:55.758 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 22:07:55.759 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 22:07:55.760 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 22:07:55.760 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 22:07:55.761 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 22:07:55.762 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 22:07:55.763 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 22:07:55.769 | 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 2)) (0.5.2) 2025-04-16 22:07:55.770 | 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 2)) (2.5.11) 2025-04-16 22:07:55.788 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 22:07:55.788 | 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 3)) (2024.10.1) 2025-04-16 22:07:55.789 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 22:07:55.790 | 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 3)) (0.23.1) 2025-04-16 22:07:55.807 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 22:07:55.809 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 22:07:55.827 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 22:07:55.839 | 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 8)) (6.5.1) 2025-04-16 22:07:55.854 | 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 9)) (2.0.0) 2025-04-16 22:07:55.855 | 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 9)) (2.32.3) 2025-04-16 22:07:55.868 | 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 10)) (5.7.1) 2025-04-16 22:07:55.870 | 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 10)) (2.9.0.post0) 2025-04-16 22:07:55.886 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 22:07:55.886 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 22:07:55.887 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 22:07:55.892 | 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 12)) (1.1.0) 2025-04-16 22:07:55.893 | 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 12)) (2025.1) 2025-04-16 22:07:55.902 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 22:07:55.902 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 22:07:55.903 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 22:07:55.904 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 22:07:55.930 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 22:07:55.953 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 22:07:56.030 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 22:07:56.038 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 22:07:56.119 | 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 10)) (1.17.0) 2025-04-16 22:07:56.128 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 22:07:56.140 | 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 9)) (3.4.1) 2025-04-16 22:07:56.141 | 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 9)) (3.10) 2025-04-16 22:07:56.142 | 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 9)) (2025.1.31) 2025-04-16 22:07:56.304 | WARNING: There was an error checking the latest version of pip. 2025-04-16 22:07:56.379 | ___________________________________ summary ____________________________________ 2025-04-16 22:07:56.380 | venv-tempest: commands succeeded 2025-04-16 22:07:56.380 | congratulations :) 2025-04-16 22:07:56.400 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.FD8ssVsdvz 2025-04-16 22:07:56.404 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-16 22:07:56.406 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-16 22:07:56.408 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-16 22:07:56.433 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.UthIac6vVL 2025-04-16 22:07:56.663 | venv create: /opt/stack/tempest/.tox/venv 2025-04-16 22:07:56.950 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-16 22:08:11.329 | venv develop-inst: /opt/stack/tempest 2025-04-16 22:08:14.888 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==1.0.0,attrs==25.1.0,autopage==0.5.2,babel==2.17.0,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.7,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.5,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,Pygments==2.19.1,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 22:08:14.888 | venv run-test-pre: PYTHONHASHSEED='1083159413' 2025-04-16 22:08:14.888 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.UthIac6vVL 2025-04-16 22:08:15.018 | /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. 2025-04-16 22:08:15.018 | debtcollector.deprecate( 2025-04-16 22:08:15.187 | /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. 2025-04-16 22:08:15.187 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-16 22:08:15.187 | /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. 2025-04-16 22:08:15.187 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-16 22:08:15.447 | /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. 2025-04-16 22:08:15.447 | warnings.warn( 2025-04-16 22:08:15.636 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 22:08:15.636 | for key, value in info.getheaders().items(): 2025-04-16 22:08:15.664 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 22:08:15.664 | for key, value in info.getheaders().items(): 2025-04-16 22:08:15.899 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 22:08:15.899 | for key, value in info.getheaders().items(): 2025-04-16 22:08:15.900 | /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 2025-04-16 22:08:15.900 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-16 22:08:16.525 | ___________________________________ summary ____________________________________ 2025-04-16 22:08:16.525 | venv: commands succeeded 2025-04-16 22:08:16.525 | congratulations :) 2025-04-16 22:08:16.547 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-16 22:08:16.561 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 22:08:16.563 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-16 22:08:16.565 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-16 22:08:16.579 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 22:08:16.581 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-16 22:08:16.583 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-16 22:08:16.586 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-16 22:08:16.587 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-16 22:08:16.589 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-16 22:08:16.591 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-16 22:08:16.593 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-16 22:08:16.595 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-16 22:08:16.597 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-16 22:08:16.599 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-16 22:08:16.601 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-16 22:08:16.603 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-16 22:08:16.605 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-16 22:08:16.607 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-16 22:08:16.609 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-04-16 22:08:16.611 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-16 22:08:16.613 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-16 22:08:16.615 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-16 22:08:16.617 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-16 22:08:16.619 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-16 22:08:16.621 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-16 22:08:16.623 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-16 22:08:16.625 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-16 22:08:16.627 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-16 22:08:16.629 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-16 22:08:16.631 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-16 22:08:16.633 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-16 22:08:16.635 | ++ lib/tempest:configure_tempest:808 : 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,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2025-04-16 22:08:16.637 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-16 22:08:16.640 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.UthIac6vVL network-feature-enabled api_extensions 2025-04-16 22:08:16.640 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-16 22:08:16.656 | ++ lib/tempest:configure_tempest:811 : 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,network_ha,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-default-rules,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 2025-04-16 22:08:16.659 | +++ lib/tempest:configure_tempest:813 : 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,network_ha,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-default-rules,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 2025-04-16 22:08:16.661 | +++ 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,network_ha,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-default-rules,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 2025-04-16 22:08:16.663 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-16 22:08:16.666 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-16 22:08:16.667 | +++ 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,network_ha,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-default-rules,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' 2025-04-16 22:08:16.682 | +++ functions-common:remove_disabled_services:2087 : _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,network_ha,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-default-rules,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 2025-04-16 22:08:16.698 | ++ lib/tempest:configure_tempest:813 : 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,network_ha,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-default-rules,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 2025-04-16 22:08:16.700 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-16 22:08:16.702 | ++ lib/tempest:configure_tempest:818 : 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,network_ha,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-default-rules,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 2025-04-16 22:08:16.727 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-16 22:08:16.729 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-16 22:08:16.731 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 22:08:16.733 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 22:08:16.735 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-16 22:08:16.737 | ++ lib/tempest:configure_tempest:830 : 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 2025-04-16 22:08:16.763 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-16 22:08:16.766 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-16 22:08:16.767 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-16 22:08:16.770 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-16 22:08:16.772 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-16 22:08:16.774 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-16 22:08:16.776 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-16 22:08:16.778 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-16 22:08:16.780 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-16 22:08:16.782 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-16 22:08:16.784 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 22:08:16.786 | ++ lib/tempest:configure_tempest:843 : 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 2025-04-16 22:08:16.788 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-16 22:08:16.790 | ++ lib/tempest:configure_tempest:850 : 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 2025-04-16 22:08:16.818 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-16 22:08:16.818 | ' 2025-04-16 22:08:16.820 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-16 22:08:16.822 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 22:08:16.824 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-16 22:08:16.827 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-16 22:08:16.829 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-16 22:08:16.829 | ~/tempest ~/tempest 2025-04-16 22:08:16.831 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-16 22:08:16.833 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-16 22:08:16.833 | ~/tempest 2025-04-16 22:08:16.835 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 22:08:16.837 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 22:08:16.840 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:08:16.842 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 22:08:16.844 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-16 22:08:16.846 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 22:08:16.849 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-16 22:08:16.851 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 22:08:16.853 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 22:08:16.855 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 22:08:16.858 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 22:08:16.861 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 22:08:16.863 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-16 22:08:16.865 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 22:08:16.867 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:08:16.869 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 22:08:16.871 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:08:16.874 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 22:08:16.876 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 22:08:16.878 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 22:08:16.880 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-16 22:08:16.882 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 22:08:16.884 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 22:08:16.887 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-16 22:08:16.889 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:08:16.891 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 22:08:16.893 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 22:08:16.896 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-16 22:08:16.898 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 22:08:16.901 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-16 22:08:16.903 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 22:08:16.905 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-16 22:08:16.905 | /^\[\[.+\|.*\]\]/ { 2025-04-16 22:08:16.905 | gsub("[][]", "", $1); 2025-04-16 22:08:16.905 | split($1, a, "|"); 2025-04-16 22:08:16.905 | if (a[1] == matchgroup) 2025-04-16 22:08:16.905 | print a[2] 2025-04-16 22:08:16.905 | } 2025-04-16 22:08:16.906 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 41 osc 148 apt-get 41 test_with_retry 3 dbsync 2 pip_install 103 apt-get-update 9 run_process 16 git_timed 85 ------------------------- Unaccounted time 54 ========================= Total runtime 512 ================= Async summary ================= Time spent in the background minus waits: 179 sec Elapsed time: 512 sec Time if we did everything serially: 691 sec Speedup: 1.34961 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36772 | | keystone | INSERT | 93 | | keystone | UPDATE | 7 | | neutron | SELECT | 3458 | | neutron | INSERT | 131 | | placement | SELECT | 10 | | placement | INSERT | 4 | | placement | SET | 2 | | neutron | UPDATE | 71 | | nova_cell0 | SELECT | 12 | | nova_cell1 | SELECT | 65 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 5 | | neutron | DELETE | 16 | | nova_cell1 | UPDATE | 2 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | glance | UPDATE | 2 | | cinder | DELETE | 1 | +------------+-----------+-------+ 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.2 Change: daa3ed62d38daadecfecccc022655deb65e81141 Update glance image size limit 2025-02-13 11:37:41 +0000 OS Version: Ubuntu 22.04 jammy