2025-03-07 07:24:59.068 | + stack.sh:main:496 : exec 2025-03-07 07:24:59.069 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-03-07-072459' 2025-03-07 07:24:59.069 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-03-07-072459.summary.2025-03-07-072459 2025-03-07 07:24:59.069 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:24:59.069 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-03-07-072459 2025-03-07 07:24:59.069 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2025-03-07-072459 /opt/stack//logs/stack.sh.log 2025-03-07 07:24:59.069 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2025-03-07-072459.summary.2025-03-07-072459 /opt/stack//logs/stack.sh.log.summary 2025-03-07 07:24:59.069 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2025-03-07 07:24:59.069 | + functions:check_path_perm_sanity:607 : local real_path 2025-03-07 07:24:59.069 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-03-07 07:24:59.069 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-03-07 07:24:59.069 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-03-07 07:24:59.069 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-03-07 07:24:59.069 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-03-07 07:24:59.069 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-03-07 07:24:59.069 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-03-07 07:24:59.069 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-03-07 07:24:59.069 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-03-07 07:24:59.070 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-03-07 07:24:59.072 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-03-07 07:24:59.074 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-03-07 07:24:59.076 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-03-07 07:24:59.078 | + stack.sh:main:528 : trap exit_trap EXIT 2025-03-07 07:24:59.079 | + stack.sh:main:569 : trap err_trap ERR 2025-03-07 07:24:59.081 | + stack.sh:main:582 : set -o errexit 2025-03-07 07:24:59.082 | + stack.sh:main:585 : uname -a 2025-03-07 07:24:59.083 | 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-03-07 07:24:59.084 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-03-07 07:24:59.086 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2025-03-07 07:24:59.088 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2025-03-07 07:24:59.111 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2025-03-07 07:24:59.122 | + stack.sh:main:599 : fetch_plugins 2025-03-07 07:24:59.123 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2025-03-07 07:24:59.124 | + functions-common:fetch_plugins:1782 : local plugin 2025-03-07 07:24:59.126 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2025-03-07 07:24:59.127 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2025-03-07 07:24:59.128 | Fetching DevStack plugins 2025-03-07 07:24:59.129 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2025-03-07 07:24:59.130 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2025-03-07 07:24:59.131 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2025-03-07 07:24:59.133 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2025-03-07 07:24:59.134 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:24:59.136 | + functions-common:git_clone_by_name:707 : local branch=devstack 2025-03-07 07:24:59.137 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-03-07 07:24:59.138 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-03-07 07:24:59.140 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2025-03-07 07:24:59.141 | + functions-common:git_clone:614 : local git_ref=devstack 2025-03-07 07:24:59.142 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:24:59.144 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:24:59.146 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:24:59.147 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:24:59.148 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:24:59.158 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:24:59.159 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:24:59.161 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:24:59.162 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:24:59.164 | + functions-common:git_clone:633 : echo devstack 2025-03-07 07:24:59.164 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:24:59.167 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-03-07 07:24:59.168 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:24:59.170 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-03-07 07:24:59.171 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:24:59.172 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:24:59.174 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:24:59.175 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:24:59.176 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:24:59.178 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:24:59.179 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:24:59.180 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:24:59.182 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:24:59.184 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332299183 2025-03-07 07:24:59.186 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-03-07 07:24:59.189 | Cloning into '/opt/stack/networking-nsx-t'... 2025-03-07 07:24:59.714 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:24:59.716 | + functions-common:time_stop:2435 : local name 2025-03-07 07:24:59.717 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:24:59.719 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:24:59.720 | + functions-common:time_stop:2438 : local total 2025-03-07 07:24:59.721 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:24:59.722 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:24:59.724 | + functions-common:time_stop:2442 : start_time=1741332299183 2025-03-07 07:24:59.725 | + functions-common:time_stop:2444 : [[ -z 1741332299183 ]] 2025-03-07 07:24:59.727 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:24:59.729 | + functions-common:time_stop:2447 : end_time=1741332299728 2025-03-07 07:24:59.731 | + functions-common:time_stop:2448 : elapsed_time=545 2025-03-07 07:24:59.732 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:24:59.733 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:24:59.734 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=545 2025-03-07 07:24:59.736 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2025-03-07 07:24:59.737 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2025-03-07 07:24:59.738 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:24:59.740 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:24:59.741 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:24:59.742 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:24:59.744 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:24:59.745 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:24:59.746 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:24:59.748 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:24:59.749 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:24:59.752 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332299750 2025-03-07 07:24:59.753 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-03-07 07:25:00.169 | From https://github.com/sapcc/networking-nsx-t 2025-03-07 07:25:00.169 | * branch devstack -> FETCH_HEAD 2025-03-07 07:25:00.173 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:25:00.174 | + functions-common:time_stop:2435 : local name 2025-03-07 07:25:00.176 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:25:00.177 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:25:00.179 | + functions-common:time_stop:2438 : local total 2025-03-07 07:25:00.180 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:25:00.181 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:25:00.183 | + functions-common:time_stop:2442 : start_time=1741332299750 2025-03-07 07:25:00.184 | + functions-common:time_stop:2444 : [[ -z 1741332299750 ]] 2025-03-07 07:25:00.186 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:25:00.188 | + functions-common:time_stop:2447 : end_time=1741332300187 2025-03-07 07:25:00.189 | + functions-common:time_stop:2448 : elapsed_time=437 2025-03-07 07:25:00.191 | + functions-common:time_stop:2449 : total=545 2025-03-07 07:25:00.192 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:25:00.193 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=982 2025-03-07 07:25:00.195 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:25:00.196 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:25:00.198 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:25:00.199 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:25:00.200 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:25:00.202 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:25:00.203 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:25:00.204 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:25:00.206 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:25:00.207 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:25:00.210 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332300208 2025-03-07 07:25:00.211 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:25:00.221 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:25:00.221 | 2025-03-07 07:25:00.221 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:25:00.221 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:25:00.221 | state without impacting any branches by switching back to a branch. 2025-03-07 07:25:00.221 | 2025-03-07 07:25:00.221 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:25:00.221 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:25:00.221 | 2025-03-07 07:25:00.221 | git switch -c 2025-03-07 07:25:00.221 | 2025-03-07 07:25:00.221 | Or undo this operation with: 2025-03-07 07:25:00.221 | 2025-03-07 07:25:00.221 | git switch - 2025-03-07 07:25:00.221 | 2025-03-07 07:25:00.221 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:25:00.221 | 2025-03-07 07:25:00.221 | HEAD is now at 29bc664 Delay agent initialization 2025-03-07 07:25:00.223 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:25:00.224 | + functions-common:time_stop:2435 : local name 2025-03-07 07:25:00.226 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:25:00.227 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:25:00.229 | + functions-common:time_stop:2438 : local total 2025-03-07 07:25:00.230 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:25:00.232 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:25:00.233 | + functions-common:time_stop:2442 : start_time=1741332300208 2025-03-07 07:25:00.234 | + functions-common:time_stop:2444 : [[ -z 1741332300208 ]] 2025-03-07 07:25:00.236 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:25:00.239 | + functions-common:time_stop:2447 : end_time=1741332300237 2025-03-07 07:25:00.240 | + functions-common:time_stop:2448 : elapsed_time=29 2025-03-07 07:25:00.242 | + functions-common:time_stop:2449 : total=982 2025-03-07 07:25:00.243 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:25:00.245 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1011 2025-03-07 07:25:00.246 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-03-07 07:25:00.255 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2025-03-07 07:25:00.257 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:25:00.257 | + functions-common:git_clone:696 : head -1 2025-03-07 07:25:00.260 | 29bc664 Delay agent initialization 2025-03-07 07:25:00.261 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:25:00.263 | + stack.sh:main:603 : run_phase override_defaults 2025-03-07 07:25:00.264 | + functions-common:run_phase:1863 : local mode=override_defaults 2025-03-07 07:25:00.266 | + functions-common:run_phase:1864 : local phase= 2025-03-07 07:25:00.267 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:25:00.269 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:25:00.270 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:25:00.271 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:25:00.273 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:25:00.275 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:25:00.277 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:25:00.279 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:25:00.280 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:25:00.281 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-03-07 07:25:00.283 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:25:00.292 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:25:00.294 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-03-07 07:25:00.295 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:25:00.297 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:25:00.298 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:25:00.299 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:25:00.301 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:25:00.302 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-03-07 07:25:00.304 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-03-07 07:25:00.305 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-03-07 07:25:00.307 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:25:00.308 | + functions-common:run_phase:1888 : plugin_override_defaults 2025-03-07 07:25:00.309 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2025-03-07 07:25:00.311 | + functions-common:plugin_override_defaults:1823 : local plugin 2025-03-07 07:25:00.312 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2025-03-07 07:25:00.313 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2025-03-07 07:25:00.313 | Overriding Configuration Defaults 2025-03-07 07:25:00.315 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2025-03-07 07:25:00.316 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:25:00.318 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-03-07 07:25:00.319 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2025-03-07 07:25:00.331 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2025-03-07 07:25:00.332 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-03-07 07:25:00.341 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:25:00.343 | +++ lib/tls:source:43 : hostname -f 2025-03-07 07:25:00.346 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-03-07 07:25:00.347 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-03-07 07:25:00.349 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-03-07 07:25:00.350 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-03-07 07:25:00.351 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-03-07 07:25:00.353 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-03-07 07:25:00.354 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-03-07 07:25:00.356 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-03-07 07:25:00.357 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-03-07 07:25:00.359 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-03-07 07:25:00.361 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2025-03-07 07:25:00.370 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2025-03-07 07:25:00.382 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2025-03-07 07:25:00.391 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2025-03-07 07:25:00.400 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2025-03-07 07:25:00.423 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2025-03-07 07:25:00.463 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2025-03-07 07:25:00.511 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2025-03-07 07:25:00.529 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2025-03-07 07:25:00.563 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2025-03-07 07:25:00.595 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2025-03-07 07:25:00.597 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-03-07 07:25:00.606 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:25:00.608 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-03-07 07:25:00.610 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-03-07 07:25:00.611 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-03-07 07:25:00.613 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-03-07 07:25:00.615 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-03-07 07:25:00.625 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-03-07 07:25:00.627 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2025-03-07 07:25:00.628 | +++ functions-common:is_suse:544 : is_opensuse 2025-03-07 07:25:00.630 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:25:00.632 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:25:00.633 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:25:00.635 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:25:00.636 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:25:00.638 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-03-07 07:25:00.640 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2025-03-07 07:25:00.642 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-03-07 07:25:00.643 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-03-07 07:25:00.645 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-03-07 07:25:00.646 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-03-07 07:25:00.648 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-03-07 07:25:00.659 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-03-07 07:25:00.661 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-03-07 07:25:00.663 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-03-07 07:25:00.673 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-03-07 07:25:00.674 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2025-03-07 07:25:00.676 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2025-03-07 07:25:00.678 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2025-03-07 07:25:00.679 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-03-07 07:25:00.681 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-03-07 07:25:00.682 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-03-07 07:25:00.684 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-03-07 07:25:00.685 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-03-07 07:25:00.687 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-03-07 07:25:00.689 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-03-07 07:25:00.690 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-03-07 07:25:00.692 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-03-07 07:25:00.693 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-03-07 07:25:00.695 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-03-07 07:25:00.697 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-03-07 07:25:00.699 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-03-07 07:25:00.699 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-03-07 07:25:00.702 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-03-07 07:25:00.703 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-03-07 07:25:00.705 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-03-07 07:25:00.706 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-03-07 07:25:00.708 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-03-07 07:25:00.710 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-03-07 07:25:00.720 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-03-07 07:25:00.722 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-03-07 07:25:00.724 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2025-03-07 07:25:00.724 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-03-07 07:25:00.727 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-03-07 07:25:00.728 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-03-07 07:25:00.730 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-03-07 07:25:00.731 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-03-07 07:25:00.733 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-03-07 07:25:00.734 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-03-07 07:25:00.736 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-03-07 07:25:00.738 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-03-07 07:25:00.739 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-03-07 07:25:00.741 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-03-07 07:25:00.742 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-03-07 07:25:00.744 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-03-07 07:25:00.745 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-03-07 07:25:00.747 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:25:00.749 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-03-07 07:25:00.750 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-03-07 07:25:00.752 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-03-07 07:25:00.762 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-03-07 07:25:00.764 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2025-03-07 07:25:00.765 | ++++ functions-common:is_suse:544 : is_opensuse 2025-03-07 07:25:00.767 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:25:00.768 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:25:00.770 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:25:00.771 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:25:00.773 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:25:00.774 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-03-07 07:25:00.776 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2025-03-07 07:25:00.778 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2025-03-07 07:25:00.779 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:25:00.781 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-03-07 07:25:00.783 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:25:00.784 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-03-07 07:25:00.786 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-07 07:25:00.787 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-03-07 07:25:00.789 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-03-07 07:25:00.790 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-03-07 07:25:00.792 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-03-07 07:25:00.793 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-03-07 07:25:00.795 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-03-07 07:25:00.796 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-03-07 07:25:00.798 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-03-07 07:25:00.800 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-03-07 07:25:00.801 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-03-07 07:25:00.803 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-03-07 07:25:00.804 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-03-07 07:25:00.825 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-03-07 07:25:00.834 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-03-07 07:25:00.835 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-03-07 07:25:00.837 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-03-07 07:25:00.839 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-03-07 07:25:00.840 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-03-07 07:25:00.842 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-03-07 07:25:00.843 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-03-07 07:25:00.845 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-03-07 07:25:00.847 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-03-07 07:25:00.848 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-03-07 07:25:00.850 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-03-07 07:25:00.851 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-03-07 07:25:00.853 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-03-07 07:25:00.855 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-03-07 07:25:00.856 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-03-07 07:25:00.858 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-03-07 07:25:00.859 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-03-07 07:25:00.861 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2025-03-07 07:25:00.864 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2025-03-07 07:25:00.864 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2025-03-07 07:25:00.864 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2025-03-07 07:25:00.864 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-03-07 07:25:00.869 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=dc:82cd:55b9 2025-03-07 07:25:00.870 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2025-03-07 07:25:00.872 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2025-03-07 07:25:00.873 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-03-07 07:25:00.875 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-03-07 07:25:00.877 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fddc:82cd:55b9::/56 2025-03-07 07:25:00.879 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fddc:82cd:55b9::/56 2025-03-07 07:25:00.880 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-03-07 07:25:00.883 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fddc:82cd:55b9::/64 2025-03-07 07:25:00.885 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-03-07 07:25:00.887 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-03-07 07:25:00.888 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-03-07 07:25:00.890 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-03-07 07:25:00.891 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2025-03-07 07:25:00.893 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-03-07 07:25:00.895 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2025-03-07 07:25:00.896 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2025-03-07 07:25:00.898 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2025-03-07 07:25:00.899 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-03-07 07:25:00.901 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-03-07 07:25:00.902 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-03-07 07:25:00.904 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fddc:82cd:55b9::/56 2025-03-07 07:25:00.905 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2025-03-07 07:25:00.907 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2025-03-07 07:25:00.910 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2025-03-07 07:25:00.910 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2025-03-07 07:25:00.910 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2025-03-07 07:25:00.914 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2025-03-07 07:25:00.916 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2025-03-07 07:25:00.917 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2025-03-07 07:25:00.917 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2025-03-07 07:25:00.921 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2025-03-07 07:25:00.924 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-03-07 07:25:00.925 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-03-07 07:25:00.927 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-03-07 07:25:00.929 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2025-03-07 07:25:00.930 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-03-07 07:25:00.932 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2025-03-07 07:25:00.944 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2025-03-07 07:25:00.954 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2025-03-07 07:25:00.964 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2025-03-07 07:25:00.973 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2025-03-07 07:25:01.021 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2025-03-07 07:25:01.023 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-03-07 07:25:01.025 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-03-07 07:25:01.026 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-03-07 07:25:01.028 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-03-07 07:25:01.030 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-03-07 07:25:01.030 | False' 2025-03-07 07:25:01.032 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-03-07 07:25:01.043 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-03-07 07:25:01.045 | + stack.sh:main:633 : run_phase source 2025-03-07 07:25:01.047 | + functions-common:run_phase:1863 : local mode=source 2025-03-07 07:25:01.048 | + functions-common:run_phase:1864 : local phase= 2025-03-07 07:25:01.050 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:25:01.051 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:25:01.053 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:25:01.055 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:25:01.056 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:25:01.058 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:25:01.061 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:25:01.063 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:25:01.064 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:25:01.066 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-03-07 07:25:01.067 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:25:01.078 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:25:01.080 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-03-07 07:25:01.082 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-03-07 07:25:01.109 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-03-07 07:25:01.111 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-03-07 07:25:01.112 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2025-03-07 07:25:01.114 | + functions-common:run_phase:1885 : load_plugin_settings 2025-03-07 07:25:01.116 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2025-03-07 07:25:01.117 | + functions-common:load_plugin_settings:1800 : local plugin 2025-03-07 07:25:01.119 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2025-03-07 07:25:01.121 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2025-03-07 07:25:01.121 | Loading plugin settings 2025-03-07 07:25:01.123 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2025-03-07 07:25:01.124 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:25:01.126 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-03-07 07:25:01.127 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2025-03-07 07:25:01.129 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-03-07 07:25:01.131 | ++ functions-common:define_plugin:1907 : : 2025-03-07 07:25:01.133 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-03-07 07:25:01.134 | + functions-common:run_phase:1886 : verify_disabled_services 2025-03-07 07:25:01.136 | + functions-common:verify_disabled_services:2146 : local service 2025-03-07 07:25:01.138 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.139 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-03-07 07:25:01.141 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.143 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-03-07 07:25:01.145 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.146 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-03-07 07:25:01.148 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.150 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-03-07 07:25:01.152 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.153 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-03-07 07:25:01.155 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.157 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-03-07 07:25:01.158 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.160 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-03-07 07:25:01.162 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.164 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-03-07 07:25:01.165 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.167 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-03-07 07:25:01.169 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.171 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-03-07 07:25:01.172 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.174 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-03-07 07:25:01.176 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.177 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-03-07 07:25:01.179 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.181 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-03-07 07:25:01.183 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.184 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-03-07 07:25:01.186 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.188 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-03-07 07:25:01.190 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.191 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-03-07 07:25:01.193 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.195 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-03-07 07:25:01.197 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.198 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-03-07 07:25:01.200 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.202 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-03-07 07:25:01.204 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.205 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-03-07 07:25:01.207 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.209 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-03-07 07:25:01.211 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:25:01.212 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-03-07 07:25:01.214 | + stack.sh:main:704 : initialize_database_backends 2025-03-07 07:25:01.216 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-03-07 07:25:01.218 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-03-07 07:25:01.229 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:25:01.231 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-03-07 07:25:01.233 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-03-07 07:25:01.235 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-03-07 07:25:01.246 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:25:01.248 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-03-07 07:25:01.250 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-03-07 07:25:01.252 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-03-07 07:25:01.254 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-03-07 07:25:01.255 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-03-07 07:25:01.257 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-03-07 07:25:01.259 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-03-07 07:25:01.261 | + lib/database:initialize_database_backends:92 : return 0 2025-03-07 07:25:01.263 | + stack.sh:main:705 : echo 'Using mysql database backend' 2025-03-07 07:25:01.263 | Using mysql database backend 2025-03-07 07:25:01.264 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-03-07 07:25:01.276 | + stack.sh:main:710 : define_database_baseurl 2025-03-07 07:25:01.279 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-03-07 07:25:01.281 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-03-07 07:25:01.283 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2025-03-07 07:25:01.285 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-07 07:25:01.287 | + stack.sh:main:722 : is_service_enabled rabbit 2025-03-07 07:25:01.299 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:25:01.301 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-03-07 07:25:01.314 | + stack.sh:main:730 : is_service_enabled keystone 2025-03-07 07:25:01.326 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:25:01.328 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-03-07 07:25:01.341 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-03-07 07:25:01.353 | + stack.sh:main:745 : is_service_enabled ldap 2025-03-07 07:25:01.365 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:25:01.367 | + stack.sh:main:754 : is_service_enabled s-proxy 2025-03-07 07:25:01.379 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:25:01.381 | + stack.sh:main:766 : save_stackenv 766 2025-03-07 07:25:01.383 | + functions-common:save_stackenv:60 : local tag=766 2025-03-07 07:25:01.385 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-07 07:25:01.388 | + functions-common:save_stackenv:62 : time_stamp=2025-03-07-072501 2025-03-07 07:25:01.390 | + functions-common:save_stackenv:63 : echo '# 2025-03-07-072501 766' 2025-03-07 07:25:01.393 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.394 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-07 07:25:01.396 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.398 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-07 07:25:01.400 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.402 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-07 07:25:01.404 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.406 | + 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-03-07 07:25:01.408 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.410 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-07 07:25:01.412 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.413 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-07 07:25:01.415 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.417 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-07-072459 2025-03-07 07:25:01.419 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.421 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-07 07:25:01.423 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.424 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-07 07:25:01.426 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.428 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-07 07:25:01.430 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.432 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-07 07:25:01.434 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.436 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-07 07:25:01.437 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.439 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-07 07:25:01.441 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.443 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-07 07:25:01.445 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:25:01.447 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-07 07:25:01.449 | + stack.sh:main:779 : GIT_DEPTH=0 2025-03-07 07:25:01.451 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements unmaintained/2023.1 2025-03-07 07:25:01.452 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2025-03-07 07:25:01.454 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2025-03-07 07:25:01.456 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:25:01.457 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:25:01.459 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:25:01.461 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:25:01.463 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:25:01.465 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:25:01.476 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:25:01.478 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2025-03-07 07:25:01.479 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:25:01.482 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:25:01.482 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:25:01.485 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2025-03-07 07:25:01.487 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:25:01.489 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-03-07 07:25:01.493 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:25:01.494 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:25:01.496 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:25:01.498 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:25:01.499 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:25:01.501 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:25:01.502 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:25:01.504 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:25:01.506 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:25:01.509 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332301507 2025-03-07 07:25:01.510 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-03-07 07:25:01.512 | Cloning into '/opt/stack//requirements'... 2025-03-07 07:25:43.832 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:25:43.834 | + functions-common:time_stop:2435 : local name 2025-03-07 07:25:43.836 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:25:43.837 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:25:43.839 | + functions-common:time_stop:2438 : local total 2025-03-07 07:25:43.841 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:25:43.842 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:25:43.844 | + functions-common:time_stop:2442 : start_time=1741332301507 2025-03-07 07:25:43.846 | + functions-common:time_stop:2444 : [[ -z 1741332301507 ]] 2025-03-07 07:25:43.848 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:25:43.851 | + functions-common:time_stop:2447 : end_time=1741332343849 2025-03-07 07:25:43.852 | + functions-common:time_stop:2448 : elapsed_time=42342 2025-03-07 07:25:43.854 | + functions-common:time_stop:2449 : total=1011 2025-03-07 07:25:43.856 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:25:43.857 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=43353 2025-03-07 07:25:43.859 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2025-03-07 07:25:43.861 | + functions-common:git_clone:655 : git_timed fetch origin unmaintained/2023.1 2025-03-07 07:25:43.862 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:25:43.864 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:25:43.866 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:25:43.867 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:25:43.869 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:25:43.870 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:25:43.872 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:25:43.874 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:25:43.876 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:25:43.879 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332343877 2025-03-07 07:25:43.880 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin unmaintained/2023.1 2025-03-07 07:25:44.549 | From https://opendev.org/openstack/requirements 2025-03-07 07:25:44.549 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:25:44.557 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:25:44.558 | + functions-common:time_stop:2435 : local name 2025-03-07 07:25:44.560 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:25:44.562 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:25:44.564 | + functions-common:time_stop:2438 : local total 2025-03-07 07:25:44.565 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:25:44.567 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:25:44.568 | + functions-common:time_stop:2442 : start_time=1741332343877 2025-03-07 07:25:44.570 | + functions-common:time_stop:2444 : [[ -z 1741332343877 ]] 2025-03-07 07:25:44.572 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:25:44.575 | + functions-common:time_stop:2447 : end_time=1741332344573 2025-03-07 07:25:44.577 | + functions-common:time_stop:2448 : elapsed_time=696 2025-03-07 07:25:44.578 | + functions-common:time_stop:2449 : total=43353 2025-03-07 07:25:44.580 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:25:44.582 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=44049 2025-03-07 07:25:44.583 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:25:44.585 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:25:44.587 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:25:44.589 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:25:44.590 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:25:44.592 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:25:44.594 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:25:44.595 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:25:44.597 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:25:44.599 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:25:44.602 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332344600 2025-03-07 07:25:44.604 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:25:44.612 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:25:44.612 | 2025-03-07 07:25:44.612 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:25:44.612 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:25:44.612 | state without impacting any branches by switching back to a branch. 2025-03-07 07:25:44.612 | 2025-03-07 07:25:44.612 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:25:44.612 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:25:44.612 | 2025-03-07 07:25:44.612 | git switch -c 2025-03-07 07:25:44.612 | 2025-03-07 07:25:44.612 | Or undo this operation with: 2025-03-07 07:25:44.612 | 2025-03-07 07:25:44.612 | git switch - 2025-03-07 07:25:44.612 | 2025-03-07 07:25:44.612 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:25:44.612 | 2025-03-07 07:25:44.612 | HEAD is now at ef416fe8 Update .gitreview for unmaintained/2023.1 2025-03-07 07:25:44.615 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:25:44.616 | + functions-common:time_stop:2435 : local name 2025-03-07 07:25:44.618 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:25:44.620 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:25:44.621 | + functions-common:time_stop:2438 : local total 2025-03-07 07:25:44.623 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:25:44.625 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:25:44.626 | + functions-common:time_stop:2442 : start_time=1741332344600 2025-03-07 07:25:44.628 | + functions-common:time_stop:2444 : [[ -z 1741332344600 ]] 2025-03-07 07:25:44.630 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:25:44.633 | + functions-common:time_stop:2447 : end_time=1741332344631 2025-03-07 07:25:44.634 | + functions-common:time_stop:2448 : elapsed_time=31 2025-03-07 07:25:44.636 | + functions-common:time_stop:2449 : total=44049 2025-03-07 07:25:44.638 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:25:44.639 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=44080 2025-03-07 07:25:44.641 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-03-07 07:25:44.651 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2025-03-07 07:25:44.653 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:25:44.654 | + functions-common:git_clone:696 : head -1 2025-03-07 07:25:44.655 | ef416fe8 Update .gitreview for unmaintained/2023.1 2025-03-07 07:25:44.657 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:25:44.660 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2025-03-07 07:25:44.661 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:25:44.663 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2025-03-07 07:25:44.666 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-03-07 07:25:44.668 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-03-07 07:25:44.670 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-03-07 07:25:44.671 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-03-07 07:25:44.673 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-03-07 07:25:44.675 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-03-07 07:25:44.677 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-03-07 07:25:44.680 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-03-07 07:25:44.684 | ++ tools/install_prereqs.sh:source:47 : NOW=1741332344 2025-03-07 07:25:44.686 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-03-07 07:25:44.689 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-03-07 07:25:44.691 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-03-07 07:25:44.693 | ++ tools/install_prereqs.sh:source:49 : DELTA=1741332344 2025-03-07 07:25:44.695 | ++ tools/install_prereqs.sh:source:50 : [[ 1741332344 -lt 7200 ]] 2025-03-07 07:25:44.697 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-03-07 07:25:44.699 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2025-03-07 07:25:44.700 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-03-07 07:25:44.702 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2025-03-07 07:25:44.704 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-03-07 07:25:44.706 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2025-03-07 07:25:44.708 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-03-07 07:25:44.710 | +++ 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-03-07 07:25:44.738 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-03-07 07:25:44.738 | apache2-dev 2025-03-07 07:25:44.738 | bc 2025-03-07 07:25:44.738 | bsdmainutils 2025-03-07 07:25:44.738 | curl 2025-03-07 07:25:44.738 | g++ 2025-03-07 07:25:44.738 | gawk 2025-03-07 07:25:44.738 | gcc 2025-03-07 07:25:44.738 | gettext 2025-03-07 07:25:44.738 | git 2025-03-07 07:25:44.738 | graphviz 2025-03-07 07:25:44.738 | iputils-ping 2025-03-07 07:25:44.738 | libapache2-mod-proxy-uwsgi 2025-03-07 07:25:44.738 | libffi-dev 2025-03-07 07:25:44.738 | libjpeg-dev 2025-03-07 07:25:44.738 | libpcre3-dev 2025-03-07 07:25:44.738 | libpq-dev 2025-03-07 07:25:44.738 | libssl-dev 2025-03-07 07:25:44.738 | libsystemd-dev 2025-03-07 07:25:44.738 | libxml2-dev 2025-03-07 07:25:44.738 | libxslt1-dev 2025-03-07 07:25:44.738 | libyaml-dev 2025-03-07 07:25:44.738 | lsof 2025-03-07 07:25:44.738 | openssh-server 2025-03-07 07:25:44.738 | openssl 2025-03-07 07:25:44.738 | pkg-config 2025-03-07 07:25:44.738 | psmisc 2025-03-07 07:25:44.738 | python3-dev 2025-03-07 07:25:44.738 | python3-pip 2025-03-07 07:25:44.738 | python3-systemd 2025-03-07 07:25:44.738 | python3-venv 2025-03-07 07:25:44.738 | tar 2025-03-07 07:25:44.738 | tcpdump 2025-03-07 07:25:44.738 | unzip 2025-03-07 07:25:44.738 | uuid-runtime 2025-03-07 07:25:44.738 | wget 2025-03-07 07:25:44.738 | wget 2025-03-07 07:25:44.738 | zlib1g-dev 2025-03-07 07:25:44.738 | libkrb5-dev 2025-03-07 07:25:44.738 | libldap2-dev 2025-03-07 07:25:44.738 | libsasl2-dev 2025-03-07 07:25:44.738 | memcached 2025-03-07 07:25:44.738 | python3-mysqldb 2025-03-07 07:25:44.738 | sqlite3 2025-03-07 07:25:44.738 | conntrack 2025-03-07 07:25:44.738 | curl 2025-03-07 07:25:44.738 | ebtables 2025-03-07 07:25:44.738 | genisoimage 2025-03-07 07:25:44.738 | iptables 2025-03-07 07:25:44.738 | iputils-arping 2025-03-07 07:25:44.738 | kpartx 2025-03-07 07:25:44.738 | libjs-jquery-tablesorter 2025-03-07 07:25:44.738 | parted 2025-03-07 07:25:44.738 | pm-utils 2025-03-07 07:25:44.738 | python3-mysqldb 2025-03-07 07:25:44.738 | socat 2025-03-07 07:25:44.738 | sqlite3 2025-03-07 07:25:44.738 | sudo 2025-03-07 07:25:44.738 | vlan 2025-03-07 07:25:44.738 | lsscsi 2025-03-07 07:25:44.738 | open-iscsi 2025-03-07 07:25:44.738 | lvm2 2025-03-07 07:25:44.738 | qemu-utils 2025-03-07 07:25:44.738 | thin-provisioning-tools 2025-03-07 07:25:44.738 | acl 2025-03-07 07:25:44.738 | dnsmasq-base 2025-03-07 07:25:44.738 | dnsmasq-utils 2025-03-07 07:25:44.738 | ebtables 2025-03-07 07:25:44.738 | haproxy 2025-03-07 07:25:44.738 | iptables 2025-03-07 07:25:44.738 | iputils-arping 2025-03-07 07:25:44.738 | iputils-ping 2025-03-07 07:25:44.738 | postgresql-server-dev-all 2025-03-07 07:25:44.738 | python3-mysqldb 2025-03-07 07:25:44.738 | sqlite3 2025-03-07 07:25:44.738 | sudo 2025-03-07 07:25:44.738 | vlan 2025-03-07 07:25:44.738 | ipset 2025-03-07 07:25:44.738 | conntrack 2025-03-07 07:25:44.738 | conntrackd 2025-03-07 07:25:44.738 | keepalived' 2025-03-07 07:25:44.740 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-03-07 07:25:44.755 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-03-07 07:25:44.755 | apache2-dev 2025-03-07 07:25:44.755 | bc 2025-03-07 07:25:44.755 | bsdmainutils 2025-03-07 07:25:44.755 | curl 2025-03-07 07:25:44.755 | g++ 2025-03-07 07:25:44.755 | gawk 2025-03-07 07:25:44.755 | gcc 2025-03-07 07:25:44.755 | gettext 2025-03-07 07:25:44.756 | git 2025-03-07 07:25:44.756 | graphviz 2025-03-07 07:25:44.756 | iputils-ping 2025-03-07 07:25:44.756 | libapache2-mod-proxy-uwsgi 2025-03-07 07:25:44.756 | libffi-dev 2025-03-07 07:25:44.756 | libjpeg-dev 2025-03-07 07:25:44.756 | libpcre3-dev 2025-03-07 07:25:44.756 | libpq-dev 2025-03-07 07:25:44.756 | libssl-dev 2025-03-07 07:25:44.756 | libsystemd-dev 2025-03-07 07:25:44.756 | libxml2-dev 2025-03-07 07:25:44.756 | libxslt1-dev 2025-03-07 07:25:44.756 | libyaml-dev 2025-03-07 07:25:44.756 | lsof 2025-03-07 07:25:44.756 | openssh-server 2025-03-07 07:25:44.756 | openssl 2025-03-07 07:25:44.756 | pkg-config 2025-03-07 07:25:44.756 | psmisc 2025-03-07 07:25:44.756 | python3-dev 2025-03-07 07:25:44.756 | python3-pip 2025-03-07 07:25:44.756 | python3-systemd 2025-03-07 07:25:44.756 | python3-venv 2025-03-07 07:25:44.756 | tar 2025-03-07 07:25:44.756 | tcpdump 2025-03-07 07:25:44.756 | unzip 2025-03-07 07:25:44.756 | uuid-runtime 2025-03-07 07:25:44.756 | wget 2025-03-07 07:25:44.756 | wget 2025-03-07 07:25:44.756 | zlib1g-dev 2025-03-07 07:25:44.756 | libkrb5-dev 2025-03-07 07:25:44.756 | libldap2-dev 2025-03-07 07:25:44.756 | libsasl2-dev 2025-03-07 07:25:44.756 | memcached 2025-03-07 07:25:44.756 | python3-mysqldb 2025-03-07 07:25:44.756 | sqlite3 2025-03-07 07:25:44.756 | conntrack 2025-03-07 07:25:44.756 | curl 2025-03-07 07:25:44.756 | ebtables 2025-03-07 07:25:44.756 | genisoimage 2025-03-07 07:25:44.756 | iptables 2025-03-07 07:25:44.756 | iputils-arping 2025-03-07 07:25:44.756 | kpartx 2025-03-07 07:25:44.756 | libjs-jquery-tablesorter 2025-03-07 07:25:44.756 | parted 2025-03-07 07:25:44.756 | pm-utils 2025-03-07 07:25:44.756 | python3-mysqldb 2025-03-07 07:25:44.756 | socat 2025-03-07 07:25:44.756 | sqlite3 2025-03-07 07:25:44.756 | sudo 2025-03-07 07:25:44.756 | vlan 2025-03-07 07:25:44.756 | lsscsi 2025-03-07 07:25:44.756 | open-iscsi 2025-03-07 07:25:44.756 | lvm2 2025-03-07 07:25:44.756 | qemu-utils 2025-03-07 07:25:44.756 | thin-provisioning-tools 2025-03-07 07:25:44.756 | acl 2025-03-07 07:25:44.756 | dnsmasq-base 2025-03-07 07:25:44.756 | dnsmasq-utils 2025-03-07 07:25:44.756 | ebtables 2025-03-07 07:25:44.756 | haproxy 2025-03-07 07:25:44.756 | iptables 2025-03-07 07:25:44.756 | iputils-arping 2025-03-07 07:25:44.756 | iputils-ping 2025-03-07 07:25:44.756 | postgresql-server-dev-all 2025-03-07 07:25:44.756 | python3-mysqldb 2025-03-07 07:25:44.756 | sqlite3 2025-03-07 07:25:44.756 | sudo 2025-03-07 07:25:44.756 | vlan 2025-03-07 07:25:44.756 | ipset 2025-03-07 07:25:44.756 | conntrack 2025-03-07 07:25:44.756 | conntrackd 2025-03-07 07:25:44.756 | keepalived ' 2025-03-07 07:25:44.757 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-03-07 07:25:44.759 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:25:44.761 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:25:44.764 | ++ 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-03-07 07:25:44.764 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-03-07 07:25:44.767 | ++ 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-03-07 07:25:44.769 | ++ functions-common:install_package:1459 : update_package_repo 2025-03-07 07:25:44.771 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:25:44.773 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2025-03-07 07:25:44.774 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:25:44.776 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:25:44.778 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:25:44.780 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:25:44.781 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:25:44.783 | ++ functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:25:44.785 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2025-03-07 07:25:44.787 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2025-03-07 07:25:44.788 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2025-03-07 07:25:44.791 | +++ functions-common:apt_get_update:1193 : id -u 2025-03-07 07:25:44.794 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2025-03-07 07:25:44.795 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2025-03-07 07:25:44.797 | ++ functions-common:time_start:2421 : local name=apt-get-update 2025-03-07 07:25:44.799 | ++ functions-common:time_start:2422 : local start_time= 2025-03-07 07:25:44.801 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:25:44.803 | +++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:25:44.806 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1741332344804 2025-03-07 07:25:44.808 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-03-07 07:25:44.809 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-03-07 07:25:44.811 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-03-07 07:25:45.001 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-03-07 07:25:45.009 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-03-07 07:25:45.028 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-03-07 07:25:45.177 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,378 kB] 2025-03-07 07:25:45.219 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [395 kB] 2025-03-07 07:25:45.230 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,113 kB] 2025-03-07 07:25:45.261 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [549 kB] 2025-03-07 07:25:45.266 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,193 kB] 2025-03-07 07:25:45.285 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [293 kB] 2025-03-07 07:25:45.294 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [52.2 kB] 2025-03-07 07:25:45.304 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [13.2 kB] 2025-03-07 07:25:45.311 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-03-07 07:25:45.322 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-03-07 07:25:46.093 | Get:14 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-03-07 07:25:46.633 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,137 kB] 2025-03-07 07:25:51.622 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [332 kB] 2025-03-07 07:25:52.397 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,967 kB] 2025-03-07 07:25:59.615 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [524 kB] 2025-03-07 07:26:00.824 | Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [966 kB] 2025-03-07 07:26:03.069 | Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [207 kB] 2025-03-07 07:26:03.551 | Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.5 kB] 2025-03-07 07:26:03.661 | Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [10.3 kB] 2025-03-07 07:26:06.976 | Fetched 15.6 MB in 19s (830 kB/s) 2025-03-07 07:26:08.045 | Reading package lists... 2025-03-07 07:26:08.069 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2025-03-07 07:26:08.070 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2025-03-07 07:26:08.072 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:26:08.074 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:08.075 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:08.077 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:26:08.078 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:08.080 | ++ functions-common:time_stop:2441 : name=apt-get-update 2025-03-07 07:26:08.082 | ++ functions-common:time_stop:2442 : start_time=1741332344804 2025-03-07 07:26:08.084 | ++ functions-common:time_stop:2444 : [[ -z 1741332344804 ]] 2025-03-07 07:26:08.086 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:08.089 | ++ functions-common:time_stop:2447 : end_time=1741332368087 2025-03-07 07:26:08.091 | ++ functions-common:time_stop:2448 : elapsed_time=23283 2025-03-07 07:26:08.092 | ++ functions-common:time_stop:2449 : total=0 2025-03-07 07:26:08.094 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:08.095 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23283 2025-03-07 07:26:08.097 | ++ functions-common:install_package:1460 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-03-07 07:26:08.099 | ++ functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:26:08.101 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:08.103 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:08.104 | ++ functions-common:real_install_package:1446 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-03-07 07:26:08.120 | ++ functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-03-07 07:26:08.179 | Reading package lists... 2025-03-07 07:26:08.384 | Building dependency tree... 2025-03-07 07:26:08.385 | Reading state information... 2025-03-07 07:26:08.403 | acl is already the newest version (2.3.1-1). 2025-03-07 07:26:08.403 | bc is already the newest version (1.07.1-3build1). 2025-03-07 07:26:08.403 | bc set to manually installed. 2025-03-07 07:26:08.404 | conntrack is already the newest version (1:1.4.6-2build2). 2025-03-07 07:26:08.404 | ebtables is already the newest version (2.0.11-4build2). 2025-03-07 07:26:08.404 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-03-07 07:26:08.404 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-03-07 07:26:08.404 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-03-07 07:26:08.404 | gettext is already the newest version (0.21-4ubuntu4). 2025-03-07 07:26:08.404 | ipset is already the newest version (7.15-1build1). 2025-03-07 07:26:08.404 | iputils-arping is already the newest version (3:20211215-1). 2025-03-07 07:26:08.404 | iputils-ping is already the newest version (3:20211215-1). 2025-03-07 07:26:08.404 | iputils-ping set to manually installed. 2025-03-07 07:26:08.404 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-03-07 07:26:08.404 | libffi-dev is already the newest version (3.4.2-4). 2025-03-07 07:26:08.404 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-03-07 07:26:08.404 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-03-07 07:26:08.404 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-03-07 07:26:08.404 | lsof set to manually installed. 2025-03-07 07:26:08.404 | lsscsi is already the newest version (0.31-1build2). 2025-03-07 07:26:08.404 | parted is already the newest version (3.4-2build1). 2025-03-07 07:26:08.404 | parted set to manually installed. 2025-03-07 07:26:08.404 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-03-07 07:26:08.404 | psmisc is already the newest version (23.4-2build3). 2025-03-07 07:26:08.404 | psmisc set to manually installed. 2025-03-07 07:26:08.404 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-03-07 07:26:08.404 | python3-systemd is already the newest version (234-3ubuntu2). 2025-03-07 07:26:08.404 | python3-systemd set to manually installed. 2025-03-07 07:26:08.404 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-03-07 07:26:08.404 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-03-07 07:26:08.404 | thin-provisioning-tools set to manually installed. 2025-03-07 07:26:08.404 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-03-07 07:26:08.404 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-03-07 07:26:08.404 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-03-07 07:26:08.404 | pm-utils is already the newest version (1.4.1-19). 2025-03-07 07:26:08.404 | postgresql-server-dev-all is already the newest version (238). 2025-03-07 07:26:08.404 | vlan is already the newest version (2.0.5ubuntu5). 2025-03-07 07:26:08.404 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:26:08.404 | apache2-dev is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:26:08.404 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-03-07 07:26:08.404 | curl set to manually installed. 2025-03-07 07:26:08.404 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-03-07 07:26:08.404 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-03-07 07:26:08.404 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-03-07 07:26:08.404 | gawk set to manually installed. 2025-03-07 07:26:08.404 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-03-07 07:26:08.404 | git set to manually installed. 2025-03-07 07:26:08.404 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2025-03-07 07:26:08.404 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-03-07 07:26:08.404 | iptables set to manually installed. 2025-03-07 07:26:08.405 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-03-07 07:26:08.405 | kpartx set to manually installed. 2025-03-07 07:26:08.405 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-03-07 07:26:08.405 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-03-07 07:26:08.405 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2025-03-07 07:26:08.405 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2025-03-07 07:26:08.405 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-03-07 07:26:08.405 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-03-07 07:26:08.405 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-03-07 07:26:08.405 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-03-07 07:26:08.405 | sudo set to manually installed. 2025-03-07 07:26:08.405 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-03-07 07:26:08.405 | tar set to manually installed. 2025-03-07 07:26:08.405 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-03-07 07:26:08.405 | tcpdump set to manually installed. 2025-03-07 07:26:08.405 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-03-07 07:26:08.405 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-03-07 07:26:08.405 | uuid-runtime set to manually installed. 2025-03-07 07:26:08.405 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-03-07 07:26:08.405 | wget set to manually installed. 2025-03-07 07:26:08.405 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-03-07 07:26:08.405 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-03-07 07:26:08.405 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:26:08.405 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-03-07 07:26:08.577 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-03-07 07:26:08.577 | The following additional packages will be installed: 2025-03-07 07:26:08.578 | dmeventd dmsetup krb5-multidev libgssapi-krb5-2 libgssrpc4 libk5crypto3 2025-03-07 07:26:08.578 | libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5support0 libpq5 2025-03-07 07:26:08.581 | libssl3 libxml2 openssh-client openssh-sftp-server qemu-block-extra 2025-03-07 07:26:08.581 | Suggested packages: 2025-03-07 07:26:08.581 | krb5-doc krb5-user postgresql-doc-14 libssl-doc keychain libpam-ssh 2025-03-07 07:26:08.581 | monkeysphere ssh-askpass molly-guard debootstrap 2025-03-07 07:26:08.581 | Recommended packages: 2025-03-07 07:26:08.581 | krb5-locales 2025-03-07 07:26:08.612 | The following packages will be upgraded: 2025-03-07 07:26:08.612 | dmeventd dmsetup krb5-multidev libgssapi-krb5-2 libgssrpc4 libk5crypto3 2025-03-07 07:26:08.612 | libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev libkrb5support0 2025-03-07 07:26:08.612 | libldap2-dev libpq-dev libpq5 libssl-dev libssl3 libxml2 libxml2-dev lvm2 2025-03-07 07:26:08.613 | open-iscsi openssh-client openssh-server openssh-sftp-server openssl 2025-03-07 07:26:08.613 | qemu-block-extra qemu-utils 2025-03-07 07:26:09.005 | Preconfiguring packages ... 2025-03-07 07:26:09.089 | 26 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:26:09.089 | Need to get 0 B/12.8 MB of archives. 2025-03-07 07:26:09.089 | After this operation, 21.5 kB of additional disk space will be used. 2025-03-07 07:26:09.558 | (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-03-07 07:26:09.565 | Preparing to unpack .../dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-03-07 07:26:09.582 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-03-07 07:26:09.657 | Preparing to unpack .../dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-03-07 07:26:09.674 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-03-07 07:26:09.744 | Preparing to unpack .../lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-03-07 07:26:09.769 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-03-07 07:26:09.881 | Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-07 07:26:09.891 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-07 07:26:10.067 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-07 07:26:10.078 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-07 07:26:10.180 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-03-07 07:26:10.415 | (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-03-07 07:26:10.420 | Preparing to unpack .../open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-03-07 07:26:10.654 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-03-07 07:26:10.724 | Preparing to unpack .../libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:10.735 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:10.793 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:10.920 | (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-03-07 07:26:10.923 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:10.935 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:11.004 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:11.125 | (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-03-07 07:26:11.132 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:11.150 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:11.266 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:11.390 | (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-03-07 07:26:11.396 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:11.409 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:11.473 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:11.590 | (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-03-07 07:26:11.596 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:11.607 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:11.666 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:11.676 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:11.732 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:11.743 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:11.795 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:11.805 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:11.868 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:26:11.878 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:26:11.943 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-07 07:26:11.953 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-07 07:26:12.213 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-07 07:26:12.242 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-07 07:26:12.334 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-07 07:26:12.355 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-07 07:26:12.443 | Preparing to unpack .../08-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-03-07 07:26:12.454 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-03-07 07:26:12.547 | Preparing to unpack .../09-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-03-07 07:26:12.558 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-03-07 07:26:12.630 | Preparing to unpack .../10-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-07 07:26:12.641 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-07 07:26:12.755 | Preparing to unpack .../11-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-03-07 07:26:12.766 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-03-07 07:26:12.832 | Preparing to unpack .../12-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-03-07 07:26:12.843 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-03-07 07:26:12.902 | Preparing to unpack .../13-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.25_amd64.deb ... 2025-03-07 07:26:12.923 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.25) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-03-07 07:26:12.978 | Preparing to unpack .../14-qemu-utils_1%3a6.2+dfsg-2ubuntu6.25_amd64.deb ... 2025-03-07 07:26:12.989 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.25) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-03-07 07:26:13.087 | Preparing to unpack .../15-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-03-07 07:26:13.098 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-03-07 07:26:13.161 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-03-07 07:26:13.237 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-03-07 07:26:13.247 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-03-07 07:26:14.224 | iscsid.service is a disabled or a static unit, not starting it. 2025-03-07 07:26:15.022 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-03-07 07:26:15.034 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:15.045 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-03-07 07:26:15.056 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-03-07 07:26:15.070 | update-initramfs: deferring update (trigger activated) 2025-03-07 07:26:15.076 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-03-07 07:26:15.454 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-03-07 07:26:15.512 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:15.523 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.25) ... 2025-03-07 07:26:15.534 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-03-07 07:26:15.550 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-03-07 07:26:15.560 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.25) ... 2025-03-07 07:26:16.248 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:16.259 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:16.269 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-03-07 07:26:16.280 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-03-07 07:26:17.123 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-03-07 07:26:17.585 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-03-07 07:26:17.630 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-03-07 07:26:17.640 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-03-07 07:26:17.745 | update-initramfs: deferring update (trigger activated) 2025-03-07 07:26:19.134 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:26:19.145 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-03-07 07:26:19.156 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-03-07 07:26:19.195 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-03-07 07:26:19.268 | Processing triggers for man-db (2.10.2-1) ... 2025-03-07 07:26:19.566 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-03-07 07:26:19.602 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-03-07 07:26:25.877 | NEEDRESTART-VER: 3.5 2025-03-07 07:26:26.506 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-03-07 07:26:26.506 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-03-07 07:26:26.506 | NEEDRESTART-KSTA: 1 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: haproxy.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: mariadb.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: memcached.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: open-vm-tools.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: ovsdb-server.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: packagekit.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: pmproxy.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: rabbitmq-server.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: systemd-journald.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: systemd-logind.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: systemd-manager 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: systemd-networkd.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: systemd-resolved.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: systemd-timesyncd.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: systemd-udevd.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: udisks2.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: user@1001.service 2025-03-07 07:26:26.506 | NEEDRESTART-SVC: vgauth.service 2025-03-07 07:26:28.166 | ++ functions-common:apt_get:1230 : result=0 2025-03-07 07:26:28.168 | ++ functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:26:28.170 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:26:28.171 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:28.173 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:28.175 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:26:28.177 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:28.179 | ++ functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:26:28.180 | ++ functions-common:time_stop:2442 : start_time=1741332368118 2025-03-07 07:26:28.182 | ++ functions-common:time_stop:2444 : [[ -z 1741332368118 ]] 2025-03-07 07:26:28.184 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:28.187 | ++ functions-common:time_stop:2447 : end_time=1741332388185 2025-03-07 07:26:28.189 | ++ functions-common:time_stop:2448 : elapsed_time=20067 2025-03-07 07:26:28.191 | ++ functions-common:time_stop:2449 : total=497 2025-03-07 07:26:28.193 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:28.194 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20564 2025-03-07 07:26:28.196 | ++ functions-common:apt_get:1234 : return 0 2025-03-07 07:26:28.198 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-03-07 07:26:28.200 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-03-07 07:26:28.202 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-03-07 07:26:28.205 | ++ tools/install_prereqs.sh:source:89 : date 2025-03-07 07:26:28.208 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2025-03-07 07:26:28.210 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2025-03-07 07:26:28.212 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2025-03-07 07:26:28.518 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-03-07 07:26:28.520 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-03-07 07:26:28.521 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-03-07 07:26:28.522 | + tools/install_pip.sh:main:43 : GetDistro 2025-03-07 07:26:28.524 | + functions-common:GetDistro:449 : GetOSVersion 2025-03-07 07:26:28.525 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-03-07 07:26:28.527 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-03-07 07:26:28.528 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-03-07 07:26:28.529 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-03-07 07:26:28.531 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-03-07 07:26:28.532 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-03-07 07:26:28.533 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-03-07 07:26:28.535 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-03-07 07:26:28.536 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-03-07 07:26:28.537 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-03-07 07:26:28.538 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-03-07 07:26:28.540 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-03-07 07:26:28.541 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-03-07 07:26:28.542 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-03-07 07:26:28.544 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-03-07 07:26:28.545 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-03-07 07:26:28.547 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-03-07 07:26:28.549 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-03-07 07:26:28.550 | + functions-common:_ensure_lsb_release:394 : return 2025-03-07 07:26:28.552 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-03-07 07:26:28.585 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-03-07 07:26:28.587 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-03-07 07:26:28.620 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-03-07 07:26:28.622 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-03-07 07:26:28.655 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-03-07 07:26:28.656 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-03-07 07:26:28.658 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-03-07 07:26:28.659 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-03-07 07:26:28.661 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-03-07 07:26:28.662 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-03-07 07:26:28.663 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-03-07 07:26:28.665 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-03-07 07:26:28.666 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-03-07 07:26:28.667 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2025-03-07 07:26:28.669 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-03-07 07:26:28.669 | Distro: jammy 2025-03-07 07:26:28.670 | + tools/install_pip.sh:main:124 : get_versions 2025-03-07 07:26:28.672 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-03-07 07:26:28.675 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-03-07 07:26:28.676 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-03-07 07:26:28.678 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-03-07 07:26:28.678 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-03-07 07:26:28.736 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-03-07 07:26:28.737 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-03-07 07:26:28.737 | pip: 0.1.15 2025-03-07 07:26:28.739 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-03-07 07:26:28.740 | + tools/install_pip.sh:main:130 : is_fedora 2025-03-07 07:26:28.741 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:26:28.743 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:26:28.744 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:26:28.745 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:26:28.746 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:26:28.747 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:26:28.749 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:26:28.750 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:26:28.751 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:26:28.752 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:26:28.754 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:26:28.755 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:26:28.756 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-03-07 07:26:28.758 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:28.759 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:28.760 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-03-07 07:26:28.764 | + tools/install_pip.sh:main:153 : set -x 2025-03-07 07:26:28.765 | + tools/install_pip.sh:main:156 : get_versions 2025-03-07 07:26:28.767 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-03-07 07:26:28.769 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-03-07 07:26:28.770 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-03-07 07:26:28.773 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-03-07 07:26:28.773 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-03-07 07:26:28.781 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-03-07 07:26:28.782 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-03-07 07:26:28.782 | pip: 0.1.15 2025-03-07 07:26:28.785 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-03-07 07:26:28.787 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-03-07 07:26:28.789 | + stack.sh:main:805 : fixup_all 2025-03-07 07:26:28.791 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2025-03-07 07:26:28.793 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2025-03-07 07:26:28.794 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:28.796 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:28.798 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-03-07 07:26:28.807 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-03-07 07:26:28.816 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-03-07 07:26:28.824 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2025-03-07 07:26:28.826 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-03-07 07:26:28.828 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:26:28.829 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:26:28.831 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:26:28.833 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:26:28.834 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:26:28.836 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:26:28.838 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:26:28.839 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:26:28.841 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:26:28.843 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:26:28.844 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:26:28.846 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:26:28.847 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-03-07 07:26:28.849 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2025-03-07 07:26:28.851 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2025-03-07 07:26:28.853 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:26:28.855 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:26:28.856 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:26:28.858 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:26:28.860 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:26:28.861 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:26:28.863 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2025-03-07 07:26:28.865 | + stack.sh:main:808 : pip_install -U os-testr 2025-03-07 07:26:28.880 | Using python 3.10 to install os-testr 2025-03-07 07:26:28.882 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-03-07 07:26:30.023 | Collecting os-testr 2025-03-07 07:26:30.050 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-03-07 07:26:30.068 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2025-03-07 07:26:30.186 | Collecting python-subunit>=1.0.0 2025-03-07 07:26:30.189 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-03-07 07:26:30.233 | Collecting pbr!=2.1.0,>=2.0.0 2025-03-07 07:26:30.235 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-03-07 07:26:30.244 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2025-03-07 07:26:30.431 | Installing collected packages: python-subunit, pbr, os-testr 2025-03-07 07:26:30.431 | Attempting uninstall: python-subunit 2025-03-07 07:26:30.433 | Found existing installation: python-subunit 1.4.0 2025-03-07 07:26:30.437 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:26:30.437 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2025-03-07 07:26:30.515 | Attempting uninstall: pbr 2025-03-07 07:26:30.516 | Found existing installation: pbr 5.8.0 2025-03-07 07:26:30.517 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:26:30.518 | Can't uninstall 'pbr'. No files were found to uninstall. 2025-03-07 07:26:30.577 | Attempting uninstall: os-testr 2025-03-07 07:26:30.577 | Found existing installation: os-testr 2.0.1 2025-03-07 07:26:30.578 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:26:30.579 | Can't uninstall 'os-testr'. No files were found to uninstall. 2025-03-07 07:26:30.601 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2025-03-07 07:26:30.601 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:26:30.681 | + inc/python:pip_install:196 : result=0 2025-03-07 07:26:30.683 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:26:30.685 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:30.687 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:30.689 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:30.690 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:30.692 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:30.694 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:26:30.696 | + functions-common:time_stop:2442 : start_time=1741332388876 2025-03-07 07:26:30.698 | + functions-common:time_stop:2444 : [[ -z 1741332388876 ]] 2025-03-07 07:26:30.700 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:30.703 | + functions-common:time_stop:2447 : end_time=1741332390701 2025-03-07 07:26:30.705 | + functions-common:time_stop:2448 : elapsed_time=1825 2025-03-07 07:26:30.706 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:26:30.708 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:30.710 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1825 2025-03-07 07:26:30.712 | + inc/python:pip_install:199 : return 0 2025-03-07 07:26:30.714 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-03-07 07:26:30.754 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2025-03-07 07:26:30.813 | + stack.sh:main:819 : install_infra 2025-03-07 07:26:30.815 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-07 07:26:30.816 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-03-07 07:26:30.818 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-03-07 07:26:33.936 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-07 07:26:33.939 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-03-07 07:26:33.956 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-03-07 07:26:34.897 | Collecting pbr 2025-03-07 07:26:34.901 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-03-07 07:26:34.926 | Installing collected packages: pbr 2025-03-07 07:26:34.991 | Successfully installed pbr-5.11.1 2025-03-07 07:26:35.061 | + inc/python:pip_install:196 : result=0 2025-03-07 07:26:35.063 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:26:35.065 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:35.066 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:35.068 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:35.070 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:35.072 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:35.073 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:26:35.075 | + functions-common:time_stop:2442 : start_time=1741332393950 2025-03-07 07:26:35.077 | + functions-common:time_stop:2444 : [[ -z 1741332393950 ]] 2025-03-07 07:26:35.079 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:35.082 | + functions-common:time_stop:2447 : end_time=1741332395080 2025-03-07 07:26:35.083 | + functions-common:time_stop:2448 : elapsed_time=1130 2025-03-07 07:26:35.085 | + functions-common:time_stop:2449 : total=1825 2025-03-07 07:26:35.086 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:35.088 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2955 2025-03-07 07:26:35.090 | + inc/python:pip_install:199 : return 0 2025-03-07 07:26:35.091 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-07 07:26:35.093 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-03-07 07:26:35.110 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2025-03-07 07:26:35.945 | Processing /opt/stack/requirements 2025-03-07 07:26:35.946 | Preparing metadata (setup.py): started 2025-03-07 07:26:36.555 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:26:36.647 | Collecting Parsley>=1.2 2025-03-07 07:26:36.650 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-03-07 07:26:36.760 | Collecting PyYAML>=3.12 2025-03-07 07:26:36.766 | 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-03-07 07:26:36.876 | Collecting beagle>=0.2.1 2025-03-07 07:26:36.878 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-03-07 07:26:36.904 | Collecting fixtures>=3.0.0 2025-03-07 07:26:36.904 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-03-07 07:26:36.950 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-03-07 07:26:36.952 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-03-07 07:26:37.012 | Collecting requests>=2.14.2 2025-03-07 07:26:37.014 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-03-07 07:26:37.039 | Collecting six>=1.10.0 2025-03-07 07:26:37.041 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-03-07 07:26:37.087 | Collecting cliff>=2.11.0 2025-03-07 07:26:37.089 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-03-07 07:26:37.100 | 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.dev6113) (5.11.1) 2025-03-07 07:26:37.176 | Collecting urllib3<1.27,>=1.21.1 2025-03-07 07:26:37.178 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-03-07 07:26:37.218 | Collecting certifi>=2017.4.17 2025-03-07 07:26:37.221 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-03-07 07:26:37.249 | Collecting idna<4,>=2.5 2025-03-07 07:26:37.251 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-03-07 07:26:37.456 | Collecting charset-normalizer<3,>=2 2025-03-07 07:26:37.459 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-03-07 07:26:37.529 | Collecting PrettyTable>=0.7.2 2025-03-07 07:26:37.531 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-03-07 07:26:37.554 | Collecting autopage>=0.4.0 2025-03-07 07:26:37.556 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-03-07 07:26:37.624 | Collecting cmd2>=1.0.0 2025-03-07 07:26:37.627 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-03-07 07:26:37.674 | Collecting stevedore>=2.0.1 2025-03-07 07:26:37.676 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-03-07 07:26:37.756 | Collecting importlib-metadata>=4.4 2025-03-07 07:26:37.758 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-03-07 07:26:37.837 | Collecting attrs>=16.3.0 2025-03-07 07:26:37.840 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-03-07 07:26:37.862 | Collecting pyperclip>=1.6 2025-03-07 07:26:37.862 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-03-07 07:26:37.887 | Collecting wcwidth>=0.1.7 2025-03-07 07:26:37.889 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2025-03-07 07:26:37.955 | Collecting zipp>=0.5 2025-03-07 07:26:37.958 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-03-07 07:26:38.019 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-03-07 07:26:38.174 | 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-03-07 07:26:39.001 | Running setup.py install for openstack-requirements: started 2025-03-07 07:26:40.336 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-03-07 07:26:40.344 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6113 packaging-23.1 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2025-03-07 07:26:40.442 | + inc/python:pip_install:196 : result=0 2025-03-07 07:26:40.444 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:26:40.446 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:40.448 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:40.450 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:40.452 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:40.454 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:40.455 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:26:40.457 | + functions-common:time_stop:2442 : start_time=1741332395104 2025-03-07 07:26:40.459 | + functions-common:time_stop:2444 : [[ -z 1741332395104 ]] 2025-03-07 07:26:40.461 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:40.464 | + functions-common:time_stop:2447 : end_time=1741332400462 2025-03-07 07:26:40.465 | + functions-common:time_stop:2448 : elapsed_time=5358 2025-03-07 07:26:40.467 | + functions-common:time_stop:2449 : total=2955 2025-03-07 07:26:40.469 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:40.471 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8313 2025-03-07 07:26:40.472 | + inc/python:pip_install:199 : return 0 2025-03-07 07:26:40.474 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-03-07 07:26:40.477 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-03-07 07:26:40.478 | + inc/python:use_library_from_git:246 : local name=pbr 2025-03-07 07:26:40.480 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:40.482 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:40.484 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2025-03-07 07:26:40.486 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:40.488 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-03-07 07:26:40.505 | Using python 3.10 to install pbr 2025-03-07 07:26:40.506 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-03-07 07:26:41.390 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2025-03-07 07:26:41.658 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:26:41.729 | + inc/python:pip_install:196 : result=0 2025-03-07 07:26:41.730 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:26:41.732 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:41.734 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:41.735 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:41.737 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:41.739 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:41.740 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:26:41.742 | + functions-common:time_stop:2442 : start_time=1741332400501 2025-03-07 07:26:41.743 | + functions-common:time_stop:2444 : [[ -z 1741332400501 ]] 2025-03-07 07:26:41.745 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:41.748 | + functions-common:time_stop:2447 : end_time=1741332401746 2025-03-07 07:26:41.750 | + functions-common:time_stop:2448 : elapsed_time=1245 2025-03-07 07:26:41.751 | + functions-common:time_stop:2449 : total=8313 2025-03-07 07:26:41.753 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:41.755 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9558 2025-03-07 07:26:41.756 | + inc/python:pip_install:199 : return 0 2025-03-07 07:26:41.758 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2025-03-07 07:26:44.842 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2025-03-07 07:26:45.344 | Collecting bindep 2025-03-07 07:26:45.346 | Using cached bindep-2.12.0-py3-none-any.whl (33 kB) 2025-03-07 07:26:45.376 | Collecting distro>=1.7.0 2025-03-07 07:26:45.378 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-03-07 07:26:45.394 | Collecting Parsley 2025-03-07 07:26:45.396 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-03-07 07:26:45.442 | Collecting pbr>=2.0.0 2025-03-07 07:26:45.445 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-03-07 07:26:45.573 | Collecting packaging 2025-03-07 07:26:45.575 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-03-07 07:26:45.579 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2.0.0->bindep) (59.6.0) 2025-03-07 07:26:45.612 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-03-07 07:26:45.856 | Successfully installed Parsley-1.3 bindep-2.12.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-03-07 07:26:45.923 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-03-07 07:26:45.925 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-03-07 07:26:45.928 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2025-03-07 07:26:45.941 | + stack.sh:main:828 : pkgs= 2025-03-07 07:26:45.943 | + stack.sh:main:829 : [[ -n '' ]] 2025-03-07 07:26:45.945 | + stack.sh:main:836 : run_phase stack pre-install 2025-03-07 07:26:45.947 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:26:45.948 | + functions-common:run_phase:1864 : local phase=pre-install 2025-03-07 07:26:45.950 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:26:45.952 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:26:45.954 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:26:45.955 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:26:45.957 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:26:45.959 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:26:45.962 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:26:45.964 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:26:45.965 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:26:45.967 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-03-07 07:26:45.968 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:26:45.979 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:26:45.981 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:26:45.982 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:26:45.984 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-03-07 07:26:45.985 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:26:45.987 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:26:45.988 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:26:45.990 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-03-07 07:26:45.991 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:26:45.993 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-03-07 07:26:45.994 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:26:45.996 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:26:45.997 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:26:45.999 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:26:46.001 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:26:46.002 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:26:46.004 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2025-03-07 07:26:46.005 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:26:46.007 | + functions-common:run_plugins:1850 : local phase=pre-install 2025-03-07 07:26:46.008 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:26:46.010 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:26:46.012 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:26:46.013 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:26:46.015 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:26:46.017 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-03-07 07:26:46.019 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:26:46.020 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:26:46.022 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-03-07 07:26:46.024 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:26:46.025 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:26:46.027 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:26:46.029 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-03-07 07:26:46.031 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2025-03-07 07:26:46.033 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-03-07 07:26:46.034 | + functions:set_systemd_override:832 : local value=2048 2025-03-07 07:26:46.036 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-03-07 07:26:46.038 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-03-07 07:26:46.077 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-03-07 07:26:46.077 | Set systemd system override for DefaultLimitNOFILE=2048 2025-03-07 07:26:46.079 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-03-07 07:26:46.310 | + stack.sh:main:841 : install_rpc_backend 2025-03-07 07:26:46.312 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-03-07 07:26:46.324 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:26:46.326 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-03-07 07:26:46.328 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:26:46.330 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:26:46.332 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:26:46.333 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:26:46.335 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:26:46.337 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:26:46.339 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:46.341 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:46.343 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:26:46.345 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:26:46.347 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:26:46.349 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:26:46.350 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2025-03-07 07:26:46.352 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:26:46.354 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:46.356 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:46.358 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2025-03-07 07:26:46.373 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-03-07 07:26:46.433 | Reading package lists... 2025-03-07 07:26:46.647 | Building dependency tree... 2025-03-07 07:26:46.648 | Reading state information... 2025-03-07 07:26:46.860 | rabbitmq-server is already the newest version (3.9.27-0ubuntu0.1). 2025-03-07 07:26:46.860 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:26:46.864 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:26:46.866 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:26:46.868 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:46.870 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:46.871 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:46.873 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:46.875 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:46.877 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:26:46.879 | + functions-common:time_stop:2442 : start_time=1741332406371 2025-03-07 07:26:46.881 | + functions-common:time_stop:2444 : [[ -z 1741332406371 ]] 2025-03-07 07:26:46.883 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:46.886 | + functions-common:time_stop:2447 : end_time=1741332406884 2025-03-07 07:26:46.888 | + functions-common:time_stop:2448 : elapsed_time=513 2025-03-07 07:26:46.889 | + functions-common:time_stop:2449 : total=20564 2025-03-07 07:26:46.891 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:46.893 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21077 2025-03-07 07:26:46.894 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:26:46.896 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2025-03-07 07:26:46.898 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:26:46.900 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:26:46.902 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:26:46.904 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:26:46.906 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:26:46.908 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:26:46.910 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2025-03-07 07:26:46.912 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:26:46.914 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:26:46.915 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:26:46.917 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:26:46.919 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:26:46.921 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:26:46.923 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:26:46.925 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:26:46.926 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:26:46.928 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:26:46.930 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:26:46.932 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:26:46.934 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2025-03-07 07:26:46.935 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:26:46.937 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:26:46.939 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:26:46.941 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:26:46.942 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:26:46.944 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:26:46.946 | + stack.sh:main:842 : restart_rpc_backend 2025-03-07 07:26:46.948 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2025-03-07 07:26:46.960 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:26:46.961 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2025-03-07 07:26:46.963 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:26:46.965 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2025-03-07 07:26:46.967 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2025-03-07 07:26:46.969 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2025-03-07 07:26:46.972 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2025-03-07 07:26:46.974 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2025-03-07 07:26:46.976 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2025-03-07 07:26:46.978 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2025-03-07 07:26:46.979 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2025-03-07 07:26:46.981 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2025-03-07 07:26:46.984 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2025-03-07 07:26:47.441 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2025-03-07 07:26:47.441 | user tags 2025-03-07 07:26:47.441 | guest [administrator]' 2025-03-07 07:26:47.444 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2025-03-07 07:26:47.444 | user tags 2025-03-07 07:26:47.444 | guest [administrator]' 2025-03-07 07:26:47.444 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2025-03-07 07:26:47.448 | + lib/rpc_backend:rabbit_setuser:176 : found= 2025-03-07 07:26:47.450 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2025-03-07 07:26:47.452 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-03-07 07:26:47.874 | Adding user "stackrabbit" ... 2025-03-07 07:26:47.880 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-03-07 07:26:47.892 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-03-07 07:26:48.321 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-03-07 07:26:48.338 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2025-03-07 07:26:48.340 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-03-07 07:26:48.770 | Changing password for user "stackrabbit" ... 2025-03-07 07:26:48.788 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2025-03-07 07:26:48.790 | + lib/rpc_backend:restart_rpc_backend:116 : break 2025-03-07 07:26:48.792 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2025-03-07 07:26:49.218 | Deleting user "guest" ... 2025-03-07 07:26:49.235 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2025-03-07 07:26:49.248 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:26:49.250 | + stack.sh:main:845 : install_database 2025-03-07 07:26:49.252 | + lib/database:install_database:118 : install_database_mysql 2025-03-07 07:26:49.254 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2025-03-07 07:26:49.256 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:49.258 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:49.260 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2025-03-07 07:26:49.377 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2025-03-07 07:26:49.379 | + lib/databases/mysql:install_database_mysql:207 : cat 2025-03-07 07:26:49.382 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2025-03-07 07:26:49.384 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:49.386 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:49.387 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2025-03-07 07:26:49.389 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2025-03-07 07:26:49.392 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2025-03-07 07:26:49.394 | + stack.sh:main:847 : '[' -n mysql ']' 2025-03-07 07:26:49.396 | + stack.sh:main:848 : install_database_python 2025-03-07 07:26:49.398 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-03-07 07:26:49.400 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2025-03-07 07:26:49.402 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2025-03-07 07:26:49.403 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:26:49.406 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2025-03-07 07:26:49.408 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2025-03-07 07:26:49.410 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:26:49.413 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:26:49.413 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:26:49.417 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2025-03-07 07:26:49.419 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2025-03-07 07:26:49.420 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2025-03-07 07:26:49.422 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2025-03-07 07:26:49.424 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2025-03-07 07:26:49.440 | Using python 3.10 to install PyMySQL 2025-03-07 07:26:49.442 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-03-07 07:26:50.427 | Collecting PyMySQL 2025-03-07 07:26:50.429 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2025-03-07 07:26:50.601 | Installing collected packages: PyMySQL 2025-03-07 07:26:50.638 | Successfully installed PyMySQL-1.0.2 2025-03-07 07:26:50.638 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:26:50.714 | + inc/python:pip_install:196 : result=0 2025-03-07 07:26:50.716 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:26:50.718 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:50.720 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:50.722 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:50.724 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:50.725 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:50.727 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:26:50.729 | + functions-common:time_stop:2442 : start_time=1741332409436 2025-03-07 07:26:50.730 | + functions-common:time_stop:2444 : [[ -z 1741332409436 ]] 2025-03-07 07:26:50.732 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:50.735 | + functions-common:time_stop:2447 : end_time=1741332410733 2025-03-07 07:26:50.737 | + functions-common:time_stop:2448 : elapsed_time=1297 2025-03-07 07:26:50.739 | + functions-common:time_stop:2449 : total=9558 2025-03-07 07:26:50.740 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:50.742 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10855 2025-03-07 07:26:50.744 | + inc/python:pip_install:199 : return 0 2025-03-07 07:26:50.746 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-03-07 07:26:50.747 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-03-07 07:26:50.749 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-03-07 07:26:50.750 | + stack.sh:main:851 : is_service_enabled neutron 2025-03-07 07:26:50.762 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:26:50.764 | + stack.sh:main:852 : install_neutron_agent_packages 2025-03-07 07:26:50.766 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:26:50.777 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:26:50.779 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2025-03-07 07:26:50.781 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:26:50.782 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:26:50.784 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:26:50.786 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:26:50.788 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:26:50.789 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:26:50.791 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:50.793 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:50.794 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:26:50.796 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:26:50.798 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:26:50.800 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:26:50.802 | + functions-common:install_package:1460 : real_install_package radvd 2025-03-07 07:26:50.803 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:26:50.805 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:50.807 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:50.809 | + functions-common:real_install_package:1446 : apt_get install radvd 2025-03-07 07:26:50.824 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-03-07 07:26:50.884 | Reading package lists... 2025-03-07 07:26:51.105 | Building dependency tree... 2025-03-07 07:26:51.108 | Reading state information... 2025-03-07 07:26:51.339 | radvd is already the newest version (1:2.18-3build2). 2025-03-07 07:26:51.339 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:26:51.343 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:26:51.345 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:26:51.347 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:51.349 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:51.351 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:51.352 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:51.354 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:51.356 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:26:51.358 | + functions-common:time_stop:2442 : start_time=1741332410822 2025-03-07 07:26:51.360 | + functions-common:time_stop:2444 : [[ -z 1741332410822 ]] 2025-03-07 07:26:51.362 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:51.365 | + functions-common:time_stop:2447 : end_time=1741332411363 2025-03-07 07:26:51.367 | + functions-common:time_stop:2448 : elapsed_time=541 2025-03-07 07:26:51.368 | + functions-common:time_stop:2449 : total=21077 2025-03-07 07:26:51.370 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:51.372 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21618 2025-03-07 07:26:51.374 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:26:51.375 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-03-07 07:26:51.388 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:26:51.390 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2025-03-07 07:26:51.392 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-03-07 07:26:51.395 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-03-07 07:26:51.397 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-03-07 07:26:51.412 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-03-07 07:26:51.414 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:26:51.415 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:26:51.417 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:26:51.419 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:26:51.421 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:26:51.422 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:26:51.424 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:51.426 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:51.428 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:26:51.430 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:26:51.431 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:26:51.433 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:26:51.434 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2025-03-07 07:26:51.436 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:26:51.438 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:51.440 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:51.441 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2025-03-07 07:26:51.456 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2025-03-07 07:26:51.515 | Reading package lists... 2025-03-07 07:26:51.733 | Building dependency tree... 2025-03-07 07:26:51.734 | Reading state information... 2025-03-07 07:26:51.956 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-03-07 07:26:51.956 | fakeroot set to manually installed. 2025-03-07 07:26:51.956 | make is already the newest version (4.3-4.1build1). 2025-03-07 07:26:51.956 | make set to manually installed. 2025-03-07 07:26:51.956 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-03-07 07:26:51.956 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:26:51.960 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:26:51.962 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:26:51.963 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:51.965 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:51.967 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:51.969 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:51.970 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:51.972 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:26:51.974 | + functions-common:time_stop:2442 : start_time=1741332411454 2025-03-07 07:26:51.976 | + functions-common:time_stop:2444 : [[ -z 1741332411454 ]] 2025-03-07 07:26:51.978 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:51.981 | + functions-common:time_stop:2447 : end_time=1741332411979 2025-03-07 07:26:51.983 | + functions-common:time_stop:2448 : elapsed_time=525 2025-03-07 07:26:51.984 | + functions-common:time_stop:2449 : total=21618 2025-03-07 07:26:51.986 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:51.988 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22143 2025-03-07 07:26:51.990 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:26:51.992 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-03-07 07:26:51.994 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:51.995 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:51.997 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-03-07 07:26:51.999 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-03-07 07:26:52.002 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-03-07 07:26:52.005 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-03-07 07:26:52.006 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-03-07 07:26:52.009 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-03-07 07:26:52.010 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-03-07 07:26:52.013 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-03-07 07:26:52.015 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-03-07 07:26:52.017 | + functions:vercmp:639 : local v1=6.8 2025-03-07 07:26:52.019 | + functions:vercmp:640 : local 'op=<' 2025-03-07 07:26:52.020 | + functions:vercmp:641 : local v2=3.13 2025-03-07 07:26:52.022 | + functions:vercmp:642 : local result 2025-03-07 07:26:52.025 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-03-07 07:26:52.025 | ++ functions:vercmp:646 : sort -V 2025-03-07 07:26:52.026 | ++ functions:vercmp:646 : head -1 2025-03-07 07:26:52.029 | + functions:vercmp:646 : result=3.13 2025-03-07 07:26:52.031 | + functions:vercmp:648 : case $op in 2025-03-07 07:26:52.033 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-03-07 07:26:52.034 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-03-07 07:26:52.036 | + functions:vercmp:659 : return 2025-03-07 07:26:52.038 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-03-07 07:26:52.039 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:26:52.041 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2025-03-07 07:26:52.494 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-03-07 07:26:52.495 | + inc/python:use_library_from_git:246 : local name=os-ken 2025-03-07 07:26:52.497 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:52.499 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:52.501 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2025-03-07 07:26:52.502 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:52.504 | + stack.sh:main:855 : is_service_enabled etcd3 2025-03-07 07:26:52.517 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:26:52.519 | + stack.sh:main:856 : install_etcd3 2025-03-07 07:26:52.521 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-03-07 07:26:52.521 | Installing etcd 2025-03-07 07:26:52.522 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-03-07 07:26:52.531 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-03-07 07:26:52.540 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-03-07 07:26:52.542 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-03-07 07:26:52.551 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-03-07 07:26:52.553 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:26:52.555 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:26:52.558 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:26:52.561 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:26:52.562 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2025-03-07 07:26:52.564 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2025-03-07 07:26:52.566 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:26:52.572 | --2025-03-07 07:26:52-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:26:52.577 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-03-07 07:26:52.578 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-03-07 07:26:52.610 | HTTP request sent, awaiting response... 200 OK 2025-03-07 07:26:52.610 | Length: 11350736 (11M) [application/gzip] 2025-03-07 07:26:52.610 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2025-03-07 07:26:52.616 | 2025-03-07 07:26:52.665 | 0K ........ .. 100% 201M=0.05s 2025-03-07 07:26:52.666 | 2025-03-07 07:26:52.666 | 2025-03-07 07:26:52 (201 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2025-03-07 07:26:52.666 | 2025-03-07 07:26:52.668 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-03-07 07:26:52.670 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:26:52.672 | ++ functions:get_extra_file:74 : return 2025-03-07 07:26:52.674 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:26:52.677 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2025-03-07 07:26:52.678 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2025-03-07 07:26:52.681 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-03-07 07:26:52.745 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2025-03-07 07:26:52.747 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/ 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/README.md 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/ 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-03-07 07:26:52.751 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-03-07 07:26:52.752 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2025-03-07 07:26:52.753 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2025-03-07 07:26:52.754 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-03-07 07:26:52.755 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2025-03-07 07:26:52.755 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2025-03-07 07:26:52.755 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-03-07 07:26:52.755 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2025-03-07 07:26:52.755 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2025-03-07 07:26:52.755 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-03-07 07:26:52.755 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2025-03-07 07:26:52.755 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2025-03-07 07:26:52.756 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2025-03-07 07:26:52.757 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2025-03-07 07:26:52.758 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-03-07 07:26:52.759 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-03-07 07:26:52.759 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2025-03-07 07:26:52.759 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2025-03-07 07:26:52.759 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2025-03-07 07:26:52.759 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2025-03-07 07:26:52.759 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2025-03-07 07:26:52.759 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2025-03-07 07:26:52.759 | etcd-v3.3.12-linux-amd64/etcdctl 2025-03-07 07:26:52.879 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2025-03-07 07:26:52.879 | etcd-v3.3.12-linux-amd64/etcd 2025-03-07 07:26:53.026 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2025-03-07 07:26:53.049 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-03-07 07:26:53.068 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-03-07 07:26:53.070 | + stack.sh:main:865 : is_service_enabled tls-proxy 2025-03-07 07:26:53.083 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:26:53.085 | + stack.sh:main:875 : install_dstat 2025-03-07 07:26:53.087 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-03-07 07:26:53.099 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:26:53.101 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2025-03-07 07:26:53.103 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:26:53.104 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2025-03-07 07:26:53.106 | + stack.sh:main:884 : install_libs 2025-03-07 07:26:53.108 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-03-07 07:26:53.110 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-03-07 07:26:53.112 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-03-07 07:26:53.113 | + inc/python:use_library_from_git:246 : local name=automaton 2025-03-07 07:26:53.115 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.117 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.118 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2025-03-07 07:26:53.120 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.122 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-03-07 07:26:53.124 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-03-07 07:26:53.125 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-03-07 07:26:53.127 | + inc/python:use_library_from_git:246 : local name=castellan 2025-03-07 07:26:53.129 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.130 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.132 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2025-03-07 07:26:53.134 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.136 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-03-07 07:26:53.138 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-03-07 07:26:53.139 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-03-07 07:26:53.141 | + inc/python:use_library_from_git:246 : local name=cliff 2025-03-07 07:26:53.143 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.144 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.146 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2025-03-07 07:26:53.148 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.150 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-03-07 07:26:53.151 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-03-07 07:26:53.153 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-03-07 07:26:53.155 | + inc/python:use_library_from_git:246 : local name=cursive 2025-03-07 07:26:53.157 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.158 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.160 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2025-03-07 07:26:53.162 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.163 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-03-07 07:26:53.165 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-03-07 07:26:53.167 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-03-07 07:26:53.168 | + inc/python:use_library_from_git:246 : local name=debtcollector 2025-03-07 07:26:53.170 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.172 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.173 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2025-03-07 07:26:53.175 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.177 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-03-07 07:26:53.178 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-03-07 07:26:53.180 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-03-07 07:26:53.182 | + inc/python:use_library_from_git:246 : local name=futurist 2025-03-07 07:26:53.184 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.185 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.187 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2025-03-07 07:26:53.189 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.191 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-03-07 07:26:53.192 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-03-07 07:26:53.194 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-03-07 07:26:53.196 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2025-03-07 07:26:53.198 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.199 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.201 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2025-03-07 07:26:53.203 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.205 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-03-07 07:26:53.206 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-03-07 07:26:53.208 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-03-07 07:26:53.210 | + inc/python:use_library_from_git:246 : local name=osc-lib 2025-03-07 07:26:53.211 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.213 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.215 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2025-03-07 07:26:53.217 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.218 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-03-07 07:26:53.220 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-03-07 07:26:53.222 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-03-07 07:26:53.224 | + inc/python:use_library_from_git:246 : local name=osc-placement 2025-03-07 07:26:53.225 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.227 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.228 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2025-03-07 07:26:53.230 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.232 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-03-07 07:26:53.234 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-03-07 07:26:53.236 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-03-07 07:26:53.238 | + inc/python:use_library_from_git:246 : local name=os-client-config 2025-03-07 07:26:53.239 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.241 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.243 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2025-03-07 07:26:53.244 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.246 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-03-07 07:26:53.248 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-03-07 07:26:53.250 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-03-07 07:26:53.251 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2025-03-07 07:26:53.253 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.255 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.257 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2025-03-07 07:26:53.259 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.260 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-03-07 07:26:53.262 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-03-07 07:26:53.264 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-03-07 07:26:53.266 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2025-03-07 07:26:53.267 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.269 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.271 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2025-03-07 07:26:53.272 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.274 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-03-07 07:26:53.276 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-03-07 07:26:53.278 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-03-07 07:26:53.279 | + inc/python:use_library_from_git:246 : local name=oslo.config 2025-03-07 07:26:53.281 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.283 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.285 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2025-03-07 07:26:53.286 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.288 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-03-07 07:26:53.290 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-03-07 07:26:53.292 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-03-07 07:26:53.293 | + inc/python:use_library_from_git:246 : local name=oslo.context 2025-03-07 07:26:53.295 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.297 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.298 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2025-03-07 07:26:53.300 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.302 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-03-07 07:26:53.304 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-03-07 07:26:53.305 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-03-07 07:26:53.307 | + inc/python:use_library_from_git:246 : local name=oslo.db 2025-03-07 07:26:53.309 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.311 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.312 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2025-03-07 07:26:53.314 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.316 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-03-07 07:26:53.318 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-03-07 07:26:53.320 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-03-07 07:26:53.322 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2025-03-07 07:26:53.324 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.325 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.327 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2025-03-07 07:26:53.329 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.331 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-03-07 07:26:53.333 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-03-07 07:26:53.335 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-03-07 07:26:53.336 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2025-03-07 07:26:53.338 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.340 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.342 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2025-03-07 07:26:53.343 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.345 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-03-07 07:26:53.347 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-03-07 07:26:53.349 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-03-07 07:26:53.350 | + inc/python:use_library_from_git:246 : local name=oslo.log 2025-03-07 07:26:53.352 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.354 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.356 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2025-03-07 07:26:53.358 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.359 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-03-07 07:26:53.361 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-03-07 07:26:53.363 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-03-07 07:26:53.365 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2025-03-07 07:26:53.366 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.368 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.370 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2025-03-07 07:26:53.372 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.373 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-03-07 07:26:53.375 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-03-07 07:26:53.377 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-03-07 07:26:53.379 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2025-03-07 07:26:53.380 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.382 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.384 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2025-03-07 07:26:53.386 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.387 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-03-07 07:26:53.389 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-03-07 07:26:53.391 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-03-07 07:26:53.393 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2025-03-07 07:26:53.394 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.396 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.398 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2025-03-07 07:26:53.400 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.401 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-03-07 07:26:53.403 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-03-07 07:26:53.405 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-03-07 07:26:53.406 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2025-03-07 07:26:53.408 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.410 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.411 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2025-03-07 07:26:53.413 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.415 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-03-07 07:26:53.417 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-03-07 07:26:53.419 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-03-07 07:26:53.420 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2025-03-07 07:26:53.422 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.424 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.425 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2025-03-07 07:26:53.427 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.429 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-03-07 07:26:53.431 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-03-07 07:26:53.432 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-03-07 07:26:53.434 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2025-03-07 07:26:53.436 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.438 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.439 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-03-07 07:26:53.441 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.443 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-03-07 07:26:53.445 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-03-07 07:26:53.446 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-03-07 07:26:53.448 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2025-03-07 07:26:53.450 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.452 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2025-03-07 07:26:53.455 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.457 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-03-07 07:26:53.458 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-03-07 07:26:53.460 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-03-07 07:26:53.462 | + inc/python:use_library_from_git:246 : local name=oslo.service 2025-03-07 07:26:53.464 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.465 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.467 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2025-03-07 07:26:53.469 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.471 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-03-07 07:26:53.473 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-03-07 07:26:53.474 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-03-07 07:26:53.476 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2025-03-07 07:26:53.478 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.480 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.481 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2025-03-07 07:26:53.483 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.485 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-03-07 07:26:53.487 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-03-07 07:26:53.488 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-03-07 07:26:53.490 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2025-03-07 07:26:53.492 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.494 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.495 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-03-07 07:26:53.497 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.499 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-03-07 07:26:53.500 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-03-07 07:26:53.502 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-03-07 07:26:53.504 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2025-03-07 07:26:53.506 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.507 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.509 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2025-03-07 07:26:53.511 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.513 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-03-07 07:26:53.514 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-03-07 07:26:53.516 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-03-07 07:26:53.518 | + inc/python:use_library_from_git:246 : local name=osprofiler 2025-03-07 07:26:53.520 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.522 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.524 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2025-03-07 07:26:53.525 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.527 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-03-07 07:26:53.529 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-03-07 07:26:53.530 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-03-07 07:26:53.532 | + inc/python:use_library_from_git:246 : local name=pycadf 2025-03-07 07:26:53.534 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.536 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.537 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2025-03-07 07:26:53.539 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.541 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-03-07 07:26:53.543 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-03-07 07:26:53.545 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-03-07 07:26:53.547 | + inc/python:use_library_from_git:246 : local name=stevedore 2025-03-07 07:26:53.549 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.551 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.552 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2025-03-07 07:26:53.554 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.556 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-03-07 07:26:53.558 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-03-07 07:26:53.559 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-03-07 07:26:53.561 | + inc/python:use_library_from_git:246 : local name=taskflow 2025-03-07 07:26:53.563 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.565 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.567 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2025-03-07 07:26:53.569 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.570 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-03-07 07:26:53.572 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-03-07 07:26:53.574 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-03-07 07:26:53.576 | + inc/python:use_library_from_git:246 : local name=tooz 2025-03-07 07:26:53.577 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.579 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.581 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2025-03-07 07:26:53.583 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.585 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-03-07 07:26:53.587 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-03-07 07:26:53.588 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-03-07 07:26:53.590 | + inc/python:use_library_from_git:246 : local name=os-brick 2025-03-07 07:26:53.592 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.593 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.595 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2025-03-07 07:26:53.597 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.599 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-03-07 07:26:53.600 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-03-07 07:26:53.602 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-03-07 07:26:53.604 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2025-03-07 07:26:53.606 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.607 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.609 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2025-03-07 07:26:53.611 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.613 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-03-07 07:26:53.615 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-03-07 07:26:53.616 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-03-07 07:26:53.618 | + inc/python:use_library_from_git:246 : local name=os-traits 2025-03-07 07:26:53.620 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.621 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.623 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2025-03-07 07:26:53.625 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.627 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-03-07 07:26:53.629 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-03-07 07:26:53.631 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-03-07 07:26:53.632 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2025-03-07 07:26:53.634 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:26:53.636 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:26:53.638 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2025-03-07 07:26:53.639 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:26:53.641 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-03-07 07:26:53.656 | Using python 3.10 to install etcd3 2025-03-07 07:26:53.658 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-03-07 07:26:54.629 | Collecting etcd3 2025-03-07 07:26:54.629 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-03-07 07:26:56.029 | Collecting grpcio>=1.27.1 2025-03-07 07:26:56.056 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-03-07 07:26:56.493 | Collecting protobuf>=3.6.1 2025-03-07 07:26:56.498 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2025-03-07 07:26:56.540 | Collecting tenacity>=6.1.0 2025-03-07 07:26:56.544 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-03-07 07:26:56.547 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2025-03-07 07:26:56.719 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2025-03-07 07:26:57.123 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2025-03-07 07:26:57.123 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:26:57.245 | + inc/python:pip_install:196 : result=0 2025-03-07 07:26:57.247 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:26:57.249 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:57.251 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:57.253 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:57.254 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:57.256 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:57.258 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:26:57.260 | + functions-common:time_stop:2442 : start_time=1741332413653 2025-03-07 07:26:57.261 | + functions-common:time_stop:2444 : [[ -z 1741332413653 ]] 2025-03-07 07:26:57.264 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:57.267 | + functions-common:time_stop:2447 : end_time=1741332417265 2025-03-07 07:26:57.268 | + functions-common:time_stop:2448 : elapsed_time=3612 2025-03-07 07:26:57.270 | + functions-common:time_stop:2449 : total=10855 2025-03-07 07:26:57.272 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:57.273 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14467 2025-03-07 07:26:57.275 | + inc/python:pip_install:199 : return 0 2025-03-07 07:26:57.277 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-03-07 07:26:57.293 | Using python 3.10 to install etcd3gw 2025-03-07 07:26:57.294 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-03-07 07:26:58.269 | Collecting etcd3gw 2025-03-07 07:26:58.271 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-03-07 07:26:58.277 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2025-03-07 07:26:58.326 | Collecting requests>=2.20.0 2025-03-07 07:26:58.329 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-03-07 07:26:58.366 | Collecting futurist>=0.16.0 2025-03-07 07:26:58.370 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-03-07 07:26:58.434 | Collecting urllib3<1.27,>=1.21.1 2025-03-07 07:26:58.437 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-03-07 07:26:58.440 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2025-03-07 07:26:58.463 | Collecting idna<4,>=2.5 2025-03-07 07:26:58.465 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-03-07 07:26:58.659 | Collecting charset-normalizer<3,>=2 2025-03-07 07:26:58.661 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-03-07 07:26:58.882 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2025-03-07 07:26:58.883 | Attempting uninstall: urllib3 2025-03-07 07:26:58.884 | Found existing installation: urllib3 1.26.5 2025-03-07 07:26:58.887 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:26:58.888 | Can't uninstall 'urllib3'. No files were found to uninstall. 2025-03-07 07:26:58.954 | Attempting uninstall: idna 2025-03-07 07:26:58.955 | Found existing installation: idna 3.3 2025-03-07 07:26:58.957 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:26:58.957 | Can't uninstall 'idna'. No files were found to uninstall. 2025-03-07 07:26:59.094 | Attempting uninstall: requests 2025-03-07 07:26:59.095 | Found existing installation: requests 2.25.1 2025-03-07 07:26:59.096 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:26:59.097 | Can't uninstall 'requests'. No files were found to uninstall. 2025-03-07 07:26:59.153 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2025-03-07 07:26:59.153 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:26:59.244 | + inc/python:pip_install:196 : result=0 2025-03-07 07:26:59.247 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:26:59.249 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:59.251 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:59.252 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:59.254 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:59.256 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:59.258 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:26:59.260 | + functions-common:time_stop:2442 : start_time=1741332417289 2025-03-07 07:26:59.262 | + functions-common:time_stop:2444 : [[ -z 1741332417289 ]] 2025-03-07 07:26:59.264 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:59.267 | + functions-common:time_stop:2447 : end_time=1741332419265 2025-03-07 07:26:59.269 | + functions-common:time_stop:2448 : elapsed_time=1976 2025-03-07 07:26:59.270 | + functions-common:time_stop:2449 : total=14467 2025-03-07 07:26:59.272 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:59.274 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16443 2025-03-07 07:26:59.276 | + inc/python:pip_install:199 : return 0 2025-03-07 07:26:59.278 | + stack.sh:main:887 : install_apache_uwsgi 2025-03-07 07:26:59.280 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2025-03-07 07:26:59.281 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2025-03-07 07:26:59.283 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:26:59.285 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:26:59.287 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:26:59.289 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:26:59.290 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:26:59.292 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:26:59.294 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:26:59.296 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:26:59.297 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:26:59.299 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:26:59.301 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:26:59.303 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:26:59.304 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2025-03-07 07:26:59.306 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:59.308 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:59.310 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-03-07 07:26:59.312 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-07 07:26:59.314 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:26:59.316 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:26:59.317 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:26:59.319 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:26:59.321 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:26:59.323 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:26:59.325 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:59.327 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:59.329 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:26:59.330 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:26:59.332 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:26:59.334 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:26:59.336 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-07 07:26:59.338 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:26:59.340 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:59.341 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:59.343 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-07 07:26:59.359 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-07 07:26:59.419 | Reading package lists... 2025-03-07 07:26:59.628 | Building dependency tree... 2025-03-07 07:26:59.631 | Reading state information... 2025-03-07 07:26:59.835 | uwsgi is already the newest version (2.0.20-4). 2025-03-07 07:26:59.835 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-03-07 07:26:59.835 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:26:59.835 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:26:59.839 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:26:59.841 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:26:59.843 | + functions-common:time_stop:2435 : local name 2025-03-07 07:26:59.845 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:26:59.847 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:26:59.849 | + functions-common:time_stop:2438 : local total 2025-03-07 07:26:59.850 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:26:59.852 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:26:59.854 | + functions-common:time_stop:2442 : start_time=1741332419357 2025-03-07 07:26:59.856 | + functions-common:time_stop:2444 : [[ -z 1741332419357 ]] 2025-03-07 07:26:59.858 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:26:59.861 | + functions-common:time_stop:2447 : end_time=1741332419860 2025-03-07 07:26:59.863 | + functions-common:time_stop:2448 : elapsed_time=503 2025-03-07 07:26:59.865 | + functions-common:time_stop:2449 : total=22143 2025-03-07 07:26:59.867 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:26:59.869 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22646 2025-03-07 07:26:59.871 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:26:59.873 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2025-03-07 07:26:59.875 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:26:59.876 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:26:59.878 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2025-03-07 07:26:59.914 | Enabling module proxy. 2025-03-07 07:26:59.918 | To activate the new configuration, you need to run: 2025-03-07 07:26:59.919 | systemctl restart apache2 2025-03-07 07:26:59.922 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2025-03-07 07:26:59.954 | Considering dependency proxy for proxy_uwsgi: 2025-03-07 07:26:59.954 | Module proxy already enabled 2025-03-07 07:26:59.954 | Enabling module proxy_uwsgi. 2025-03-07 07:26:59.958 | To activate the new configuration, you need to run: 2025-03-07 07:26:59.958 | systemctl restart apache2 2025-03-07 07:26:59.962 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2025-03-07 07:26:59.964 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:26:59.966 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:26:59.967 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:27:00.069 | + stack.sh:main:890 : install_keystoneauth 2025-03-07 07:27:00.071 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-03-07 07:27:00.074 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2025-03-07 07:27:00.076 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.078 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.080 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2025-03-07 07:27:00.082 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.084 | + stack.sh:main:891 : install_keystoneclient 2025-03-07 07:27:00.086 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-03-07 07:27:00.087 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2025-03-07 07:27:00.089 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.091 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.093 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2025-03-07 07:27:00.095 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.097 | + stack.sh:main:892 : install_glanceclient 2025-03-07 07:27:00.099 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2025-03-07 07:27:00.100 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2025-03-07 07:27:00.102 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.104 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.106 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2025-03-07 07:27:00.108 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.110 | + stack.sh:main:893 : install_cinderclient 2025-03-07 07:27:00.111 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2025-03-07 07:27:00.113 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2025-03-07 07:27:00.115 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.117 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.119 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-03-07 07:27:00.121 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.122 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2025-03-07 07:27:00.124 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2025-03-07 07:27:00.126 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.128 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.130 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2025-03-07 07:27:00.132 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.133 | + stack.sh:main:894 : install_novaclient 2025-03-07 07:27:00.136 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2025-03-07 07:27:00.137 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2025-03-07 07:27:00.139 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.141 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.143 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2025-03-07 07:27:00.145 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.147 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2025-03-07 07:27:00.159 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:00.161 | + stack.sh:main:896 : install_swiftclient 2025-03-07 07:27:00.163 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2025-03-07 07:27:00.165 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2025-03-07 07:27:00.167 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.169 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.171 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2025-03-07 07:27:00.172 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.174 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2025-03-07 07:27:00.187 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:00.189 | + stack.sh:main:899 : install_neutronclient 2025-03-07 07:27:00.191 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2025-03-07 07:27:00.193 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2025-03-07 07:27:00.194 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.196 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.198 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2025-03-07 07:27:00.200 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.202 | + stack.sh:main:903 : install_keystonemiddleware 2025-03-07 07:27:00.204 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-03-07 07:27:00.206 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2025-03-07 07:27:00.208 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:00.210 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:00.212 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2025-03-07 07:27:00.214 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:00.216 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-03-07 07:27:00.217 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2025-03-07 07:27:00.219 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:27:00.222 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2025-03-07 07:27:00.224 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2025-03-07 07:27:00.225 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:27:00.228 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:27:00.228 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:27:00.232 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2025-03-07 07:27:00.234 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2025-03-07 07:27:00.236 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2025-03-07 07:27:00.238 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2025-03-07 07:27:00.240 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2025-03-07 07:27:00.255 | Using python 3.10 to install keystonemiddleware 2025-03-07 07:27:00.257 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-03-07 07:27:01.261 | Collecting keystonemiddleware 2025-03-07 07:27:01.264 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2025-03-07 07:27:01.291 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2025-03-07 07:27:01.338 | Collecting oslo.cache>=1.26.0 2025-03-07 07:27:01.340 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2025-03-07 07:27:01.391 | Collecting keystoneauth1>=3.12.0 2025-03-07 07:27:01.395 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2025-03-07 07:27:01.399 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2025-03-07 07:27:01.461 | Collecting oslo.utils>=3.33.0 2025-03-07 07:27:01.463 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2025-03-07 07:27:01.493 | Collecting pycadf!=2.0.0,>=1.1.0 2025-03-07 07:27:01.494 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-03-07 07:27:01.531 | Collecting oslo.i18n>=3.15.3 2025-03-07 07:27:01.533 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2025-03-07 07:27:01.577 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2025-03-07 07:27:01.579 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2025-03-07 07:27:01.637 | Collecting oslo.config>=5.2.0 2025-03-07 07:27:01.644 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2025-03-07 07:27:01.694 | Collecting python-keystoneclient>=3.20.0 2025-03-07 07:27:01.702 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2025-03-07 07:27:01.784 | Collecting oslo.context>=2.19.2 2025-03-07 07:27:01.790 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2025-03-07 07:27:01.854 | Collecting WebOb>=1.7.1 2025-03-07 07:27:01.862 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-03-07 07:27:01.980 | Collecting oslo.log>=3.36.0 2025-03-07 07:27:01.983 | Using cached oslo.log-5.2.1-py3-none-any.whl (76 kB) 2025-03-07 07:27:01.987 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2025-03-07 07:27:02.036 | Collecting os-service-types>=1.2.0 2025-03-07 07:27:02.038 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-03-07 07:27:02.062 | Collecting iso8601>=0.1.11 2025-03-07 07:27:02.064 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-03-07 07:27:02.104 | Collecting stevedore>=1.20.0 2025-03-07 07:27:02.106 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-03-07 07:27:02.181 | Collecting dogpile.cache>=1.1.5 2025-03-07 07:27:02.183 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-03-07 07:27:02.219 | Collecting rfc3986>=1.2.0 2025-03-07 07:27:02.221 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2025-03-07 07:27:02.249 | Collecting netaddr>=0.7.18 2025-03-07 07:27:02.262 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-03-07 07:27:02.360 | Collecting PyYAML>=5.1 2025-03-07 07:27:02.367 | 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-03-07 07:27:02.401 | Collecting debtcollector>=1.2.0 2025-03-07 07:27:02.403 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-03-07 07:27:02.443 | Collecting pyinotify>=0.9.6 2025-03-07 07:27:02.443 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-03-07 07:27:02.496 | Collecting python-dateutil>=2.7.0 2025-03-07 07:27:02.499 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-03-07 07:27:02.586 | Collecting pytz>=2013.6 2025-03-07 07:27:02.589 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2025-03-07 07:27:02.755 | Collecting msgpack>=0.5.2 2025-03-07 07:27:02.759 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-03-07 07:27:02.767 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2025-03-07 07:27:02.802 | Collecting packaging>=20.4 2025-03-07 07:27:02.804 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-03-07 07:27:02.857 | Collecting pyparsing>=2.1.0 2025-03-07 07:27:02.860 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-03-07 07:27:02.892 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-03-07 07:27:02.894 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2025-03-07 07:27:02.894 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2025-03-07 07:27:02.898 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2025-03-07 07:27:03.157 | Collecting wrapt>=1.7.0 2025-03-07 07:27:03.160 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2025-03-07 07:27:03.191 | Collecting decorator>=4.0.0 2025-03-07 07:27:03.193 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-03-07 07:27:03.605 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, 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-03-07 07:27:03.636 | Attempting uninstall: pytz 2025-03-07 07:27:03.637 | Found existing installation: pytz 2022.1 2025-03-07 07:27:03.639 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:03.640 | Can't uninstall 'pytz'. No files were found to uninstall. 2025-03-07 07:27:03.949 | Attempting uninstall: stevedore 2025-03-07 07:27:03.950 | Found existing installation: stevedore 3.5.0 2025-03-07 07:27:03.951 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:03.951 | Can't uninstall 'stevedore'. No files were found to uninstall. 2025-03-07 07:27:04.084 | Attempting uninstall: pyparsing 2025-03-07 07:27:04.085 | Found existing installation: pyparsing 2.4.7 2025-03-07 07:27:04.086 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:04.087 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2025-03-07 07:27:04.142 | Attempting uninstall: packaging 2025-03-07 07:27:04.144 | Found existing installation: packaging 21.3 2025-03-07 07:27:04.145 | Not uninstalling packaging at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:04.146 | Can't uninstall 'packaging'. No files were found to uninstall. 2025-03-07 07:27:05.129 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.3 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.1 oslo.serialization-5.1.2 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2025-03-07 07:27:05.130 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:27:05.262 | + inc/python:pip_install:196 : result=0 2025-03-07 07:27:05.264 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:27:05.266 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:05.268 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:05.270 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:05.272 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:05.274 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:05.276 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:27:05.278 | + functions-common:time_stop:2442 : start_time=1741332420251 2025-03-07 07:27:05.279 | + functions-common:time_stop:2444 : [[ -z 1741332420251 ]] 2025-03-07 07:27:05.282 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:05.285 | + functions-common:time_stop:2447 : end_time=1741332425283 2025-03-07 07:27:05.287 | + functions-common:time_stop:2448 : elapsed_time=5032 2025-03-07 07:27:05.289 | + functions-common:time_stop:2449 : total=16443 2025-03-07 07:27:05.290 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:05.292 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21475 2025-03-07 07:27:05.294 | + inc/python:pip_install:199 : return 0 2025-03-07 07:27:05.296 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-03-07 07:27:05.298 | + inc/python:pip_install_gr:76 : local name=python-memcached 2025-03-07 07:27:05.300 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:27:05.303 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2025-03-07 07:27:05.305 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2025-03-07 07:27:05.307 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:27:05.310 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:27:05.310 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:27:05.314 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2025-03-07 07:27:05.316 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2025-03-07 07:27:05.318 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2025-03-07 07:27:05.320 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2025-03-07 07:27:05.322 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2025-03-07 07:27:05.338 | Using python 3.10 to install python-memcached 2025-03-07 07:27:05.340 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-03-07 07:27:06.319 | Collecting python-memcached 2025-03-07 07:27:06.322 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-03-07 07:27:06.325 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2025-03-07 07:27:06.629 | Installing collected packages: python-memcached 2025-03-07 07:27:06.654 | Successfully installed python-memcached-1.59 2025-03-07 07:27:06.655 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:27:06.732 | + inc/python:pip_install:196 : result=0 2025-03-07 07:27:06.734 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:27:06.736 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:06.738 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:06.739 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:06.741 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:06.743 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:06.745 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:27:06.746 | + functions-common:time_stop:2442 : start_time=1741332425335 2025-03-07 07:27:06.748 | + functions-common:time_stop:2444 : [[ -z 1741332425335 ]] 2025-03-07 07:27:06.751 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:06.754 | + functions-common:time_stop:2447 : end_time=1741332426752 2025-03-07 07:27:06.755 | + functions-common:time_stop:2448 : elapsed_time=1417 2025-03-07 07:27:06.757 | + functions-common:time_stop:2449 : total=21475 2025-03-07 07:27:06.759 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:06.761 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22892 2025-03-07 07:27:06.763 | + inc/python:pip_install:199 : return 0 2025-03-07 07:27:06.765 | + stack.sh:main:905 : is_service_enabled keystone 2025-03-07 07:27:06.778 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:06.780 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-03-07 07:27:06.782 | + stack.sh:main:907 : stack_install_service keystone 2025-03-07 07:27:06.784 | + lib/stack:stack_install_service:20 : local service=keystone 2025-03-07 07:27:06.786 | + lib/stack:stack_install_service:21 : type install_keystone 2025-03-07 07:27:06.788 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:27:06.790 | + lib/stack:stack_install_service:32 : install_keystone 2025-03-07 07:27:06.792 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-03-07 07:27:06.804 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:06.806 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone unmaintained/2023.1 2025-03-07 07:27:06.808 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2025-03-07 07:27:06.809 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2025-03-07 07:27:06.811 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:27:06.813 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:27:06.815 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:27:06.817 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:27:06.818 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:27:06.821 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:27:06.833 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:27:06.834 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:27:06.836 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:27:06.838 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:27:06.840 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:27:06.840 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:27:06.844 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2025-03-07 07:27:06.846 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:27:06.847 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-03-07 07:27:06.849 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:27:06.851 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:27:06.853 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:27:06.855 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:27:06.857 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:27:06.858 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:27:06.860 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:27:06.862 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:27:06.864 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:27:06.866 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332426865 2025-03-07 07:27:06.868 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-03-07 07:27:06.870 | Cloning into '/opt/stack//keystone'... 2025-03-07 07:27:19.764 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:27:19.766 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:19.767 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:19.769 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:19.771 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:19.772 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:19.774 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:27:19.775 | + functions-common:time_stop:2442 : start_time=1741332426865 2025-03-07 07:27:19.777 | + functions-common:time_stop:2444 : [[ -z 1741332426865 ]] 2025-03-07 07:27:19.779 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:19.782 | + functions-common:time_stop:2447 : end_time=1741332439780 2025-03-07 07:27:19.784 | + functions-common:time_stop:2448 : elapsed_time=12915 2025-03-07 07:27:19.785 | + functions-common:time_stop:2449 : total=44080 2025-03-07 07:27:19.787 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:19.788 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=56995 2025-03-07 07:27:19.790 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2025-03-07 07:27:19.792 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:27:19.794 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:27:19.795 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:27:19.797 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:27:19.799 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:27:19.801 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:27:19.802 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:27:19.804 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:27:19.806 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:27:19.808 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:27:19.811 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332439809 2025-03-07 07:27:19.812 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:27:22.598 | From https://opendev.org/openstack/keystone 2025-03-07 07:27:22.598 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:27:22.602 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:27:22.604 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:22.606 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:22.608 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:22.609 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:22.611 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:22.613 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:27:22.615 | + functions-common:time_stop:2442 : start_time=1741332439809 2025-03-07 07:27:22.616 | + functions-common:time_stop:2444 : [[ -z 1741332439809 ]] 2025-03-07 07:27:22.619 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:22.622 | + functions-common:time_stop:2447 : end_time=1741332442620 2025-03-07 07:27:22.623 | + functions-common:time_stop:2448 : elapsed_time=2811 2025-03-07 07:27:22.625 | + functions-common:time_stop:2449 : total=56995 2025-03-07 07:27:22.627 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:22.628 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59806 2025-03-07 07:27:22.630 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:27:22.632 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:27:22.634 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:27:22.635 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:27:22.637 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:27:22.639 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:27:22.641 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:27:22.642 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:27:22.644 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:27:22.646 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:27:22.649 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332442647 2025-03-07 07:27:22.651 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:27:22.742 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:27:22.742 | 2025-03-07 07:27:22.742 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:27:22.742 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:27:22.742 | state without impacting any branches by switching back to a branch. 2025-03-07 07:27:22.742 | 2025-03-07 07:27:22.742 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:27:22.742 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:27:22.742 | 2025-03-07 07:27:22.742 | git switch -c 2025-03-07 07:27:22.742 | 2025-03-07 07:27:22.742 | Or undo this operation with: 2025-03-07 07:27:22.742 | 2025-03-07 07:27:22.742 | git switch - 2025-03-07 07:27:22.742 | 2025-03-07 07:27:22.742 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:27:22.742 | 2025-03-07 07:27:22.742 | HEAD is now at e4b40af Improve application credential validation speed 2025-03-07 07:27:22.745 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:27:22.747 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:22.749 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:22.751 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:22.752 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:22.754 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:22.756 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:27:22.758 | + functions-common:time_stop:2442 : start_time=1741332442647 2025-03-07 07:27:22.759 | + functions-common:time_stop:2444 : [[ -z 1741332442647 ]] 2025-03-07 07:27:22.762 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:22.764 | + functions-common:time_stop:2447 : end_time=1741332442763 2025-03-07 07:27:22.766 | + functions-common:time_stop:2448 : elapsed_time=116 2025-03-07 07:27:22.768 | + functions-common:time_stop:2449 : total=59806 2025-03-07 07:27:22.770 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:22.771 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59922 2025-03-07 07:27:22.773 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-03-07 07:27:22.783 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2025-03-07 07:27:22.785 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:27:22.786 | + functions-common:git_clone:696 : head -1 2025-03-07 07:27:22.791 | e4b40af Improve application credential validation speed 2025-03-07 07:27:22.793 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:27:22.795 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-03-07 07:27:22.797 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:27:22.799 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2025-03-07 07:27:22.800 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2025-03-07 07:27:22.802 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:27:22.804 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-03-07 07:27:22.806 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:27:22.808 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-03-07 07:27:22.810 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2025-03-07 07:27:22.812 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:27:22.813 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:27:22.816 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2025-03-07 07:27:22.818 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:27:22.820 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2025-03-07 07:27:22.822 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:27:22.823 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:27:22.826 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-03-07 07:27:22.830 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2025-03-07 07:27:22.832 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-03-07 07:27:23.196 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2025-03-07 07:27:23.199 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:27:23.201 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:27:23.202 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:27:23.204 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2025-03-07 07:27:23.206 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2025-03-07 07:27:23.208 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:27:23.210 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:27:23.212 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:27:23.214 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:27:23.216 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:27:23.218 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:27:23.220 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:27:23.222 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2025-03-07 07:27:23.238 | Using python 3.10 to install /opt/stack/keystone 2025-03-07 07:27:23.240 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2025-03-07 07:27:24.133 | Obtaining file:///opt/stack/keystone 2025-03-07 07:27:24.134 | Preparing metadata (setup.py): started 2025-03-07 07:27:24.631 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:27:24.790 | Collecting Flask!=0.11,>=1.0.2 2025-03-07 07:27:24.793 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2025-03-07 07:27:24.818 | Collecting Flask-RESTful>=0.3.5 2025-03-07 07:27:24.820 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-03-07 07:27:24.852 | Collecting PyJWT>=1.6.1 2025-03-07 07:27:24.854 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2025-03-07 07:27:25.644 | Collecting SQLAlchemy>=1.3.0 2025-03-07 07:27:25.656 | 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-03-07 07:27:25.667 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-03-07 07:27:25.769 | Collecting bcrypt>=3.1.3 2025-03-07 07:27:25.774 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2025-03-07 07:27:26.209 | Collecting cryptography>=2.7 2025-03-07 07:27:26.239 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2025-03-07 07:27:26.259 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-03-07 07:27:26.309 | Collecting jsonschema>=3.2.0 2025-03-07 07:27:26.312 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2025-03-07 07:27:26.313 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (10.2.0) 2025-03-07 07:27:26.315 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.0.4) 2025-03-07 07:27:26.338 | Collecting oauthlib>=0.6.2 2025-03-07 07:27:26.341 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2025-03-07 07:27:26.343 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (3.3.1) 2025-03-07 07:27:26.344 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (9.1.1) 2025-03-07 07:27:26.345 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.1) 2025-03-07 07:27:26.410 | Collecting oslo.db>=6.0.0 2025-03-07 07:27:26.414 | Using cached oslo.db-12.3.3-py3-none-any.whl (177 kB) 2025-03-07 07:27:26.418 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (6.0.0) 2025-03-07 07:27:26.418 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-03-07 07:27:26.504 | Collecting oslo.messaging>=5.29.0 2025-03-07 07:27:26.507 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2025-03-07 07:27:26.557 | Collecting oslo.middleware>=3.31.0 2025-03-07 07:27:26.560 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2025-03-07 07:27:26.619 | Collecting oslo.policy>=3.10.0 2025-03-07 07:27:26.621 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2025-03-07 07:27:26.623 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.2) 2025-03-07 07:27:26.749 | Collecting oslo.upgradecheck>=1.3.0 2025-03-07 07:27:26.751 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2025-03-07 07:27:26.753 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (6.1.0) 2025-03-07 07:27:26.786 | Collecting osprofiler>=1.4.0 2025-03-07 07:27:26.788 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2025-03-07 07:27:26.809 | Collecting passlib>=1.7.0 2025-03-07 07:27:26.812 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-03-07 07:27:26.817 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-03-07 07:27:26.818 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-03-07 07:27:26.852 | Collecting pysaml2>=5.0.0 2025-03-07 07:27:26.855 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2025-03-07 07:27:26.860 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-03-07 07:27:26.861 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (2022.4) 2025-03-07 07:27:26.962 | Collecting scrypt>=0.8.0 2025-03-07 07:27:26.970 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-07 07:27:26.997 | Collecting sqlalchemy-migrate>=0.13.0 2025-03-07 07:27:26.999 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2025-03-07 07:27:27.002 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.0.0) 2025-03-07 07:27:27.293 | Collecting cffi>=1.12 2025-03-07 07:27:27.300 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-03-07 07:27:27.304 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-03-07 07:27:27.358 | Collecting Werkzeug>=2.2.2 2025-03-07 07:27:27.361 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2025-03-07 07:27:27.396 | Collecting click>=8.0 2025-03-07 07:27:27.399 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-03-07 07:27:27.431 | Collecting Jinja2>=3.0 2025-03-07 07:27:27.433 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-03-07 07:27:27.456 | Collecting itsdangerous>=2.0 2025-03-07 07:27:27.458 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-03-07 07:27:27.470 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-03-07 07:27:27.492 | Collecting aniso8601>=0.82 2025-03-07 07:27:27.494 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-03-07 07:27:27.513 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev11) (0.18.1) 2025-03-07 07:27:27.541 | Collecting attrs>=17.4.0 2025-03-07 07:27:27.543 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-03-07 07:27:27.603 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.1) 2025-03-07 07:27:27.605 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.1.3) 2025-03-07 07:27:27.647 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-03-07 07:27:27.648 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-03-07 07:27:27.649 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.5.0) 2025-03-07 07:27:27.650 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-03-07 07:27:27.692 | Collecting testresources>=2.0.0 2025-03-07 07:27:27.694 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-03-07 07:27:27.778 | Collecting alembic>=0.9.6 2025-03-07 07:27:27.786 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2025-03-07 07:27:27.819 | Collecting testscenarios>=0.4 2025-03-07 07:27:27.822 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-03-07 07:27:27.847 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-03-07 07:27:27.849 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-03-07 07:27:27.930 | Collecting oslo.service!=1.28.1,>=1.24.0 2025-03-07 07:27:27.934 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2025-03-07 07:27:27.974 | Collecting amqp>=2.5.2 2025-03-07 07:27:27.976 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-03-07 07:27:28.036 | Collecting kombu>=4.6.6 2025-03-07 07:27:28.039 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-03-07 07:27:28.070 | Collecting cachetools>=2.0.0 2025-03-07 07:27:28.072 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2025-03-07 07:27:28.096 | Collecting oslo.metrics>=0.2.1 2025-03-07 07:27:28.098 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2025-03-07 07:27:28.100 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-03-07 07:27:28.131 | Collecting statsd>=3.2.1 2025-03-07 07:27:28.133 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2025-03-07 07:27:28.181 | Collecting PrettyTable>=0.7.1 2025-03-07 07:27:28.182 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-03-07 07:27:28.202 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-03-07 07:27:28.203 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-03-07 07:27:28.203 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-03-07 07:27:28.204 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-03-07 07:27:28.270 | Collecting oslo.concurrency>=3.26.0 2025-03-07 07:27:28.272 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2025-03-07 07:27:28.348 | Collecting pyOpenSSL 2025-03-07 07:27:28.351 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2025-03-07 07:27:28.373 | Collecting defusedxml 2025-03-07 07:27:28.375 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-03-07 07:27:28.377 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev11) (59.6.0) 2025-03-07 07:27:28.438 | Collecting xmlschema>=1.2.1 2025-03-07 07:27:28.441 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2025-03-07 07:27:28.838 | Collecting greenlet!=0.4.17 2025-03-07 07:27:28.841 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2025-03-07 07:27:28.899 | Collecting Tempita>=0.4 2025-03-07 07:27:28.901 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2025-03-07 07:27:28.927 | Collecting sqlparse 2025-03-07 07:27:28.930 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2025-03-07 07:27:29.032 | Collecting Mako 2025-03-07 07:27:29.034 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2025-03-07 07:27:29.064 | Collecting vine>=5.0.0 2025-03-07 07:27:29.066 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-03-07 07:27:29.138 | Collecting pycparser 2025-03-07 07:27:29.141 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-03-07 07:27:29.157 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.14.1) 2025-03-07 07:27:29.332 | Collecting MarkupSafe>=2.0 2025-03-07 07:27:29.335 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-03-07 07:27:29.367 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-03-07 07:27:29.441 | Collecting fasteners>=0.7.0 2025-03-07 07:27:29.443 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-03-07 07:27:29.485 | Collecting prometheus-client>=0.6.0 2025-03-07 07:27:29.487 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2025-03-07 07:27:29.566 | Collecting Yappi>=1.0 2025-03-07 07:27:29.569 | 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-03-07 07:27:29.603 | Collecting eventlet>=0.25.2 2025-03-07 07:27:29.607 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2025-03-07 07:27:29.632 | Collecting fixtures>=3.0.0 2025-03-07 07:27:29.632 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-03-07 07:27:29.669 | Collecting PasteDeploy>=1.5.0 2025-03-07 07:27:29.671 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2025-03-07 07:27:29.705 | Collecting Paste>=2.0.2 2025-03-07 07:27:29.709 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-03-07 07:27:29.734 | Collecting Routes>=2.3.1 2025-03-07 07:27:29.736 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-03-07 07:27:29.758 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) (0.2.5) 2025-03-07 07:27:29.809 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.12) 2025-03-07 07:27:29.810 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2020.6.20) 2025-03-07 07:27:29.811 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-03-07 07:27:29.815 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.1.1) 2025-03-07 07:27:29.863 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.5.0) 2025-03-07 07:27:29.938 | Collecting elementpath<4.0.0,>=3.0.0 2025-03-07 07:27:29.941 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2025-03-07 07:27:30.074 | Collecting dnspython>=1.15.0 2025-03-07 07:27:30.077 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2025-03-07 07:27:30.197 | Collecting repoze.lru>=0.3 2025-03-07 07:27:30.199 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-03-07 07:27:30.349 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2025-03-07 07:27:30.349 | Reason for being yanked: Regression in OpenSSL. 2025-03-07 07:27:30.873 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2025-03-07 07:27:31.359 | Attempting uninstall: PyJWT 2025-03-07 07:27:31.360 | Found existing installation: PyJWT 2.3.0 2025-03-07 07:27:31.361 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:31.362 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2025-03-07 07:27:31.549 | Attempting uninstall: PrettyTable 2025-03-07 07:27:31.551 | Found existing installation: prettytable 2.5.0 2025-03-07 07:27:31.552 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:31.552 | Can't uninstall 'prettytable'. No files were found to uninstall. 2025-03-07 07:27:31.765 | Attempting uninstall: oauthlib 2025-03-07 07:27:31.766 | Found existing installation: oauthlib 3.2.0 2025-03-07 07:27:31.767 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:31.768 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2025-03-07 07:27:31.836 | Attempting uninstall: MarkupSafe 2025-03-07 07:27:31.837 | Found existing installation: MarkupSafe 2.0.1 2025-03-07 07:27:31.839 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:31.839 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2025-03-07 07:27:31.895 | Attempting uninstall: fixtures 2025-03-07 07:27:31.897 | Found existing installation: fixtures 3.0.0 2025-03-07 07:27:31.899 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:31.900 | Can't uninstall 'fixtures'. No files were found to uninstall. 2025-03-07 07:27:32.274 | Attempting uninstall: click 2025-03-07 07:27:32.276 | Found existing installation: click 8.0.3 2025-03-07 07:27:32.277 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:32.277 | Can't uninstall 'click'. No files were found to uninstall. 2025-03-07 07:27:32.345 | Attempting uninstall: bcrypt 2025-03-07 07:27:32.347 | Found existing installation: bcrypt 3.2.0 2025-03-07 07:27:32.348 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:32.349 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2025-03-07 07:27:32.369 | Attempting uninstall: attrs 2025-03-07 07:27:32.370 | Found existing installation: attrs 21.2.0 2025-03-07 07:27:32.372 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:32.372 | Can't uninstall 'attrs'. No files were found to uninstall. 2025-03-07 07:27:33.435 | Attempting uninstall: jsonschema 2025-03-07 07:27:33.438 | Found existing installation: jsonschema 3.2.0 2025-03-07 07:27:33.438 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:33.439 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2025-03-07 07:27:33.498 | Attempting uninstall: Jinja2 2025-03-07 07:27:33.499 | Found existing installation: Jinja2 3.0.3 2025-03-07 07:27:33.501 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:33.501 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2025-03-07 07:27:34.116 | Attempting uninstall: cryptography 2025-03-07 07:27:34.117 | Found existing installation: cryptography 3.4.8 2025-03-07 07:27:34.119 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:34.119 | Can't uninstall 'cryptography'. No files were found to uninstall. 2025-03-07 07:27:34.439 | Attempting uninstall: pyOpenSSL 2025-03-07 07:27:34.440 | Found existing installation: pyOpenSSL 21.0.0 2025-03-07 07:27:34.442 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:34.442 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2025-03-07 07:27:35.230 | Running setup.py develop for keystone 2025-03-07 07:27:36.210 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.3 oslo.messaging-14.2.5 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2025-03-07 07:27:36.210 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:27:36.435 | + inc/python:pip_install:196 : result=0 2025-03-07 07:27:36.437 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:27:36.439 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:36.441 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:36.443 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:36.445 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:36.446 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:36.448 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:27:36.450 | + functions-common:time_stop:2442 : start_time=1741332443234 2025-03-07 07:27:36.452 | + functions-common:time_stop:2444 : [[ -z 1741332443234 ]] 2025-03-07 07:27:36.455 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:36.457 | + functions-common:time_stop:2447 : end_time=1741332456455 2025-03-07 07:27:36.459 | + functions-common:time_stop:2448 : elapsed_time=13221 2025-03-07 07:27:36.460 | + functions-common:time_stop:2449 : total=22892 2025-03-07 07:27:36.462 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:36.464 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=36113 2025-03-07 07:27:36.465 | + inc/python:pip_install:199 : return 0 2025-03-07 07:27:36.467 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:27:36.469 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2025-03-07 07:27:36.471 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2025-03-07 07:27:36.485 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2025-03-07 07:27:36.494 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2025-03-07 07:27:36.496 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2025-03-07 07:27:36.497 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:36.500 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:36.501 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-03-07 07:27:36.503 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:36.505 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-03-07 07:27:36.517 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:36.519 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-03-07 07:27:36.521 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:27:36.523 | + stack.sh:main:908 : configure_keystone 2025-03-07 07:27:36.525 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-03-07 07:27:36.534 | + 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-03-07 07:27:36.536 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-03-07 07:27:36.539 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-03-07 07:27:36.551 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:36.553 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-03-07 07:27:36.577 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-03-07 07:27:36.599 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-03-07 07:27:36.623 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-03-07 07:27:36.647 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-03-07 07:27:36.671 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-03-07 07:27:36.695 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-03-07 07:27:36.716 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-03-07 07:27:36.739 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-03-07 07:27:36.741 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2025-03-07 07:27:36.743 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2025-03-07 07:27:36.744 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2025-03-07 07:27:36.746 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:27:36.748 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:27:36.760 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:36.762 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:27:36.764 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:27:36.766 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:27:36.778 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:36.779 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:27:36.782 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:27:36.807 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:27:36.808 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:27:36.811 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-03-07 07:27:36.812 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-03-07 07:27:36.825 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:36.827 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-03-07 07:27:36.851 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-03-07 07:27:36.852 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-03-07 07:27:36.877 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-03-07 07:27:36.879 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-03-07 07:27:36.881 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-03-07 07:27:36.882 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2025-03-07 07:27:36.884 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:27:36.886 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:27:36.888 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-03-07 07:27:36.890 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-03-07 07:27:36.914 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-03-07 07:27:36.916 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-03-07 07:27:36.918 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-03-07 07:27:36.920 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-03-07 07:27:36.923 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:27:36.935 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:27:36.937 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:27:36.939 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:27:36.941 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:27:36.942 | + 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-03-07 07:27:36.965 | + 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-03-07 07:27:36.986 | + 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-03-07 07:27:37.008 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:27:37.031 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-03-07 07:27:37.053 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-03-07 07:27:37.055 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2025-03-07 07:27:37.057 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-03-07 07:27:37.059 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2025-03-07 07:27:37.061 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2025-03-07 07:27:37.063 | + lib/apache:write_uwsgi_config:257 : local http= 2025-03-07 07:27:37.064 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:27:37.067 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2025-03-07 07:27:37.070 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2025-03-07 07:27:37.071 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:27:37.073 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:27:37.083 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:27:37.083 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:27:37.089 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:27:37.092 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:27:37.099 | /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-03-07 07:27:37.103 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-03-07 07:27:37.104 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-03-07 07:27:37.108 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2025-03-07 07:27:37.131 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-03-07 07:27:37.153 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-03-07 07:27:37.175 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-03-07 07:27:37.197 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-03-07 07:27:37.220 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-03-07 07:27:37.242 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-03-07 07:27:37.264 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-03-07 07:27:37.286 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-03-07 07:27:37.308 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:27:37.330 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-03-07 07:27:37.352 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-03-07 07:27:37.376 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-03-07 07:27:37.401 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-03-07 07:27:37.402 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-03-07 07:27:37.405 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2025-03-07 07:27:37.407 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2025-03-07 07:27:37.410 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:27:37.411 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:27:37.413 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:27:37.415 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-07 07:27:37.418 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-07 07:27:37.420 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-03-07 07:27:37.445 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-03-07 07:27:37.468 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2025-03-07 07:27:37.469 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-07 07:27:37.475 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2025-03-07 07:27:37.478 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2025-03-07 07:27:37.480 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2025-03-07 07:27:37.482 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:27:37.484 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:27:37.486 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:27:37.488 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:27:37.490 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:27:37.491 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:27:37.493 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:27:37.495 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:27:37.497 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:27:37.499 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2025-03-07 07:27:37.533 | Enabling site keystone-wsgi-public. 2025-03-07 07:27:37.537 | To activate the new configuration, you need to run: 2025-03-07 07:27:37.537 | systemctl reload apache2 2025-03-07 07:27:37.541 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-03-07 07:27:37.543 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:27:37.545 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:27:37.547 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:27:37.634 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-03-07 07:27:37.661 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-03-07 07:27:37.690 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-03-07 07:27:37.718 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-03-07 07:27:37.720 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-03-07 07:27:37.749 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-03-07 07:27:37.774 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-03-07 07:27:37.800 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-03-07 07:27:37.828 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-03-07 07:27:37.830 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-03-07 07:27:37.832 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-03-07 07:27:37.860 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-03-07 07:27:37.888 | + stack.sh:main:912 : is_service_enabled swift 2025-03-07 07:27:37.902 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:37.904 | + stack.sh:main:926 : is_service_enabled g-api n-api 2025-03-07 07:27:37.919 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:37.921 | + stack.sh:main:928 : stack_install_service glance 2025-03-07 07:27:37.923 | + lib/stack:stack_install_service:20 : local service=glance 2025-03-07 07:27:37.926 | + lib/stack:stack_install_service:21 : type install_glance 2025-03-07 07:27:37.927 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:27:37.930 | + lib/stack:stack_install_service:32 : install_glance 2025-03-07 07:27:37.932 | + lib/glance:install_glance:511 : glance_store_extras=() 2025-03-07 07:27:37.934 | + lib/glance:install_glance:511 : local glance_store_extras 2025-03-07 07:27:37.936 | + lib/glance:install_glance:513 : is_service_enabled cinder 2025-03-07 07:27:37.950 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:37.952 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-03-07 07:27:37.954 | + lib/glance:install_glance:517 : is_service_enabled swift 2025-03-07 07:27:37.967 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:37.969 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2025-03-07 07:27:37.971 | + inc/python:use_library_from_git:246 : local name=glance_store 2025-03-07 07:27:37.973 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:37.975 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:37.977 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2025-03-07 07:27:37.980 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:37.982 | ++ lib/glance:install_glance:529 : join_extras cinder 2025-03-07 07:27:37.985 | ++ inc/python:join_extras:29 : local IFS=, 2025-03-07 07:27:37.987 | ++ inc/python:join_extras:30 : echo cinder 2025-03-07 07:27:37.989 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2025-03-07 07:27:37.992 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2025-03-07 07:27:37.994 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2025-03-07 07:27:37.996 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2025-03-07 07:27:38.001 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2025-03-07 07:27:38.003 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2025-03-07 07:27:38.005 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2025-03-07 07:27:38.009 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:27:38.009 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2025-03-07 07:27:38.021 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2025-03-07 07:27:38.023 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2025-03-07 07:27:38.025 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2025-03-07 07:27:38.028 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2025-03-07 07:27:38.030 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2025-03-07 07:27:38.050 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-03-07 07:27:38.052 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-03-07 07:27:39.163 | Collecting glance-store[cinder]!=0.29.0 2025-03-07 07:27:39.168 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2025-03-07 07:27:39.205 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.3) 2025-03-07 07:27:39.206 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2025-03-07 07:27:39.207 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2025-03-07 07:27:39.208 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2025-03-07 07:27:39.208 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2025-03-07 07:27:39.209 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2025-03-07 07:27:39.210 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2025-03-07 07:27:39.213 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2025-03-07 07:27:39.213 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2025-03-07 07:27:39.213 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2025-03-07 07:27:39.213 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2025-03-07 07:27:39.255 | Collecting python-cinderclient>=4.1.0 2025-03-07 07:27:39.259 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2025-03-07 07:27:39.302 | Collecting oslo.rootwrap>=5.8.0 2025-03-07 07:27:39.304 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2025-03-07 07:27:39.370 | Collecting os-brick>=6.2.2 2025-03-07 07:27:39.374 | Using cached os_brick-6.2.5-py3-none-any.whl (298 kB) 2025-03-07 07:27:39.419 | Collecting oslo.privsep>=1.23.0 2025-03-07 07:27:39.421 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2025-03-07 07:27:39.427 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2025-03-07 07:27:39.427 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2025-03-07 07:27:39.428 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2025-03-07 07:27:39.468 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2025-03-07 07:27:39.469 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2025-03-07 07:27:39.494 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-03-07 07:27:39.495 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-03-07 07:27:39.495 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-03-07 07:27:39.539 | Collecting os-win>=5.7.0 2025-03-07 07:27:39.543 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-03-07 07:27:39.547 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.2) 2025-03-07 07:27:39.550 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2025-03-07 07:27:39.552 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2025-03-07 07:27:39.553 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.1) 2025-03-07 07:27:39.557 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2025-03-07 07:27:39.575 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-03-07 07:27:39.577 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-03-07 07:27:39.577 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2025-03-07 07:27:39.578 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2025-03-07 07:27:39.586 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2025-03-07 07:27:39.587 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-03-07 07:27:39.594 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2025-03-07 07:27:39.601 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-03-07 07:27:39.601 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-03-07 07:27:39.602 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (23.1) 2025-03-07 07:27:39.610 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2025-03-07 07:27:39.626 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2025-03-07 07:27:39.627 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2025-03-07 07:27:39.630 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2025-03-07 07:27:39.630 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2025-03-07 07:27:39.668 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-03-07 07:27:39.679 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2025-03-07 07:27:39.753 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2025-03-07 07:27:39.755 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2025-03-07 07:27:39.767 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2025-03-07 07:27:39.769 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2025-03-07 07:27:39.770 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2025-03-07 07:27:39.771 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2025-03-07 07:27:39.772 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2025-03-07 07:27:39.773 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2025-03-07 07:27:39.790 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2025-03-07 07:27:39.865 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2025-03-07 07:27:39.893 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2025-03-07 07:27:40.424 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-03-07 07:27:41.182 | Successfully installed glance-store-4.3.3 os-brick-6.2.5 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2025-03-07 07:27:41.182 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:27:41.281 | + inc/python:pip_install:196 : result=0 2025-03-07 07:27:41.283 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:27:41.285 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:41.287 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:41.289 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:41.291 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:41.293 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:41.295 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:27:41.297 | + functions-common:time_stop:2442 : start_time=1741332458045 2025-03-07 07:27:41.298 | + functions-common:time_stop:2444 : [[ -z 1741332458045 ]] 2025-03-07 07:27:41.301 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:41.304 | + functions-common:time_stop:2447 : end_time=1741332461302 2025-03-07 07:27:41.306 | + functions-common:time_stop:2448 : elapsed_time=3257 2025-03-07 07:27:41.308 | + functions-common:time_stop:2449 : total=36113 2025-03-07 07:27:41.310 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:41.311 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39370 2025-03-07 07:27:41.313 | + inc/python:pip_install:199 : return 0 2025-03-07 07:27:41.315 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2025-03-07 07:27:41.317 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2025-03-07 07:27:41.319 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2025-03-07 07:27:41.329 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2025-03-07 07:27:41.333 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance unmaintained/2023.1 2025-03-07 07:27:41.335 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2025-03-07 07:27:41.337 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2025-03-07 07:27:41.339 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:27:41.340 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:27:41.342 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:27:41.344 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:27:41.346 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:27:41.349 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:27:41.361 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:27:41.362 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:27:41.364 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:27:41.366 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:27:41.368 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:27:41.368 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:27:41.372 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2025-03-07 07:27:41.374 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:27:41.376 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-03-07 07:27:41.377 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:27:41.379 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:27:41.381 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:27:41.383 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:27:41.384 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:27:41.386 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:27:41.388 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:27:41.390 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:27:41.392 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:27:41.395 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332461393 2025-03-07 07:27:41.396 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-03-07 07:27:41.399 | Cloning into '/opt/stack//glance'... 2025-03-07 07:27:43.660 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:27:43.662 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:43.664 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:43.666 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:43.667 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:43.669 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:43.671 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:27:43.673 | + functions-common:time_stop:2442 : start_time=1741332461393 2025-03-07 07:27:43.674 | + functions-common:time_stop:2444 : [[ -z 1741332461393 ]] 2025-03-07 07:27:43.677 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:43.680 | + functions-common:time_stop:2447 : end_time=1741332463678 2025-03-07 07:27:43.681 | + functions-common:time_stop:2448 : elapsed_time=2285 2025-03-07 07:27:43.683 | + functions-common:time_stop:2449 : total=59922 2025-03-07 07:27:43.685 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:43.687 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=62207 2025-03-07 07:27:43.688 | + functions-common:git_clone:654 : cd /opt/stack//glance 2025-03-07 07:27:43.690 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:27:43.692 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:27:43.694 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:27:43.695 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:27:43.697 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:27:43.699 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:27:43.701 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:27:43.703 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:27:43.704 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:27:43.706 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:27:43.710 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332463707 2025-03-07 07:27:43.712 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:27:45.716 | From https://opendev.org/openstack/glance 2025-03-07 07:27:45.716 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:27:45.720 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:27:45.722 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:45.724 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:45.726 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:45.727 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:45.729 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:45.731 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:27:45.733 | + functions-common:time_stop:2442 : start_time=1741332463707 2025-03-07 07:27:45.735 | + functions-common:time_stop:2444 : [[ -z 1741332463707 ]] 2025-03-07 07:27:45.737 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:45.740 | + functions-common:time_stop:2447 : end_time=1741332465738 2025-03-07 07:27:45.742 | + functions-common:time_stop:2448 : elapsed_time=2031 2025-03-07 07:27:45.744 | + functions-common:time_stop:2449 : total=62207 2025-03-07 07:27:45.745 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:45.747 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=64238 2025-03-07 07:27:45.749 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:27:45.751 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:27:45.753 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:27:45.755 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:27:45.757 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:27:45.758 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:27:45.760 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:27:45.762 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:27:45.764 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:27:45.766 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:27:45.769 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332465767 2025-03-07 07:27:45.771 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:27:45.837 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:27:45.837 | 2025-03-07 07:27:45.837 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:27:45.837 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:27:45.837 | state without impacting any branches by switching back to a branch. 2025-03-07 07:27:45.837 | 2025-03-07 07:27:45.837 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:27:45.837 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:27:45.837 | 2025-03-07 07:27:45.837 | git switch -c 2025-03-07 07:27:45.837 | 2025-03-07 07:27:45.837 | Or undo this operation with: 2025-03-07 07:27:45.837 | 2025-03-07 07:27:45.837 | git switch - 2025-03-07 07:27:45.837 | 2025-03-07 07:27:45.837 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:27:45.837 | 2025-03-07 07:27:45.837 | HEAD is now at 1fd12c2 Update .gitreview for unmaintained/2023.1 2025-03-07 07:27:45.840 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:27:45.842 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:45.844 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:45.846 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:45.848 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:45.850 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:45.851 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:27:45.853 | + functions-common:time_stop:2442 : start_time=1741332465767 2025-03-07 07:27:45.855 | + functions-common:time_stop:2444 : [[ -z 1741332465767 ]] 2025-03-07 07:27:45.857 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:45.860 | + functions-common:time_stop:2447 : end_time=1741332465858 2025-03-07 07:27:45.862 | + functions-common:time_stop:2448 : elapsed_time=91 2025-03-07 07:27:45.864 | + functions-common:time_stop:2449 : total=64238 2025-03-07 07:27:45.865 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:45.867 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=64329 2025-03-07 07:27:45.869 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2025-03-07 07:27:45.879 | + functions-common:git_clone:695 : cd /opt/stack//glance 2025-03-07 07:27:45.881 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:27:45.882 | + functions-common:git_clone:696 : head -1 2025-03-07 07:27:45.883 | 1fd12c2 Update .gitreview for unmaintained/2023.1 2025-03-07 07:27:45.885 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:27:45.887 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2025-03-07 07:27:45.889 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:27:45.891 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2025-03-07 07:27:45.893 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2025-03-07 07:27:45.895 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:27:45.897 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-03-07 07:27:45.899 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:27:45.901 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2025-03-07 07:27:45.903 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2025-03-07 07:27:45.904 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:27:45.906 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:27:45.909 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2025-03-07 07:27:45.911 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:27:45.913 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2025-03-07 07:27:45.915 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:27:45.916 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:27:45.919 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-03-07 07:27:45.923 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2025-03-07 07:27:45.925 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-03-07 07:27:46.241 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2025-03-07 07:27:46.244 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:27:46.246 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:27:46.248 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:27:46.250 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2025-03-07 07:27:46.252 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2025-03-07 07:27:46.254 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:27:46.256 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:27:46.258 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:27:46.260 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:27:46.262 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:27:46.264 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:27:46.266 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:27:46.268 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2025-03-07 07:27:46.285 | Using python 3.10 to install /opt/stack/glance 2025-03-07 07:27:46.287 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-03-07 07:27:47.205 | Obtaining file:///opt/stack/glance 2025-03-07 07:27:47.205 | Preparing metadata (setup.py): started 2025-03-07 07:27:47.619 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:27:47.679 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.5.2) 2025-03-07 07:27:47.680 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.1.1) 2025-03-07 07:27:47.680 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.4.1) 2025-03-07 07:27:47.681 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.5.1) 2025-03-07 07:27:47.682 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.4.41) 2025-03-07 07:27:47.775 | Collecting WSME>=0.8.0 2025-03-07 07:27:47.777 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2025-03-07 07:27:47.780 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.8.7) 2025-03-07 07:27:47.781 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.8.1) 2025-03-07 07:27:47.824 | Collecting castellan>=0.17.0 2025-03-07 07:27:47.827 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2025-03-07 07:27:47.829 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (38.0.2) 2025-03-07 07:27:47.847 | Collecting cursive>=0.2.1 2025-03-07 07:27:47.849 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-03-07 07:27:47.851 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.5.0) 2025-03-07 07:27:47.852 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.7.1) 2025-03-07 07:27:47.853 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.33.1) 2025-03-07 07:27:47.854 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.4.1) 2025-03-07 07:27:47.854 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.3.3) 2025-03-07 07:27:47.881 | Collecting httplib2>=0.9.1 2025-03-07 07:27:47.883 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2025-03-07 07:27:47.885 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.1.0) 2025-03-07 07:27:47.885 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.16.0) 2025-03-07 07:27:47.886 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.3) 2025-03-07 07:27:47.887 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (10.2.0) 2025-03-07 07:27:47.888 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.9.0) 2025-03-07 07:27:47.888 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:27:47.889 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (9.1.1) 2025-03-07 07:27:47.890 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:27:47.891 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (12.3.3) 2025-03-07 07:27:47.891 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (6.0.0) 2025-03-07 07:27:47.918 | Collecting oslo.limit>=1.6.0 2025-03-07 07:27:47.920 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2025-03-07 07:27:47.921 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.2.1) 2025-03-07 07:27:47.922 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (14.2.5) 2025-03-07 07:27:47.923 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:27:47.924 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.1.1) 2025-03-07 07:27:47.960 | Collecting oslo.reports>=1.18.0 2025-03-07 07:27:47.962 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2025-03-07 07:27:47.964 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.1.1) 2025-03-07 07:27:47.965 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (6.1.0) 2025-03-07 07:27:47.966 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.4.3) 2025-03-07 07:27:47.967 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.11.1) 2025-03-07 07:27:47.967 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (22.1.0) 2025-03-07 07:27:47.968 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.0) 2025-03-07 07:27:47.986 | Collecting retrying!=1.3.0,>=1.2.3 2025-03-07 07:27:47.986 | Using cached retrying-1.3.3-py3-none-any.whl 2025-03-07 07:27:47.992 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.4.3) 2025-03-07 07:27:47.993 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.0.0) 2025-03-07 07:27:48.065 | Collecting taskflow>=4.0.0 2025-03-07 07:27:48.070 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2025-03-07 07:27:48.081 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev12) (1.2.3) 2025-03-07 07:27:48.117 | Collecting python-barbicanclient>=4.5.2 2025-03-07 07:27:48.119 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2025-03-07 07:27:48.122 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev12) (2.28.1) 2025-03-07 07:27:48.140 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev12) (1.15.1) 2025-03-07 07:27:48.153 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev12) (5.1.2) 2025-03-07 07:27:48.157 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev12) (1.14.1) 2025-03-07 07:27:48.163 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (1.16.0) 2025-03-07 07:27:48.164 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (2.2.1) 2025-03-07 07:27:48.164 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (1.1.3) 2025-03-07 07:27:48.202 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev12) (3.0.9) 2025-03-07 07:27:48.222 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev12) (0.18.1) 2025-03-07 07:27:48.223 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev12) (22.1.0) 2025-03-07 07:27:48.248 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev12) (1.7.0) 2025-03-07 07:27:48.271 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev12) (3.1.1) 2025-03-07 07:27:48.273 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev12) (3.3.1) 2025-03-07 07:27:48.287 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev12) (0.18) 2025-03-07 07:27:48.306 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev12) (6.0) 2025-03-07 07:27:48.307 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev12) (1.5.0) 2025-03-07 07:27:48.308 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev12) (0.8.0) 2025-03-07 07:27:48.332 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev12) (0.5.0) 2025-03-07 07:27:48.333 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev12) (0.13.0) 2025-03-07 07:27:48.334 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev12) (2.0.1) 2025-03-07 07:27:48.401 | Collecting openstacksdk>=0.31.1 2025-03-07 07:27:48.413 | Using cached openstacksdk-1.0.2-py3-none-any.whl (1.6 MB) 2025-03-07 07:27:48.449 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev12) (0.9.6) 2025-03-07 07:27:48.450 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev12) (2.8.2) 2025-03-07 07:27:48.474 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (5.2.4) 2025-03-07 07:27:48.475 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (5.2.0) 2025-03-07 07:27:48.477 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (3.1.2) 2025-03-07 07:27:48.478 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:27:48.479 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (0.6.0) 2025-03-07 07:27:48.489 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev12) (4.0.0) 2025-03-07 07:27:48.490 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev12) (3.1.2) 2025-03-07 07:27:48.491 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev12) (3.3.0) 2025-03-07 07:27:48.687 | Collecting psutil>=3.2.2 2025-03-07 07:27:48.690 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-03-07 07:27:48.709 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (23.1) 2025-03-07 07:27:48.710 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (0.11.0) 2025-03-07 07:27:48.711 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (2022.4) 2025-03-07 07:27:48.767 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev12) (59.6.0) 2025-03-07 07:27:48.789 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev12) (0.2.5) 2025-03-07 07:27:48.827 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev12) (0.7) 2025-03-07 07:27:48.973 | Collecting networkx>=2.1.0 2025-03-07 07:27:48.986 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2025-03-07 07:27:49.001 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev12) (6.3.1) 2025-03-07 07:27:49.024 | Collecting pydot>=1.2.4 2025-03-07 07:27:49.026 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-03-07 07:27:49.057 | Collecting automaton>=1.9.0 2025-03-07 07:27:49.059 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2025-03-07 07:27:49.098 | Collecting simplegeneric 2025-03-07 07:27:49.098 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-03-07 07:27:49.107 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (5.0.0) 2025-03-07 07:27:49.169 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev12) (2.21) 2025-03-07 07:27:49.209 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev12) (2.1.1) 2025-03-07 07:27:49.309 | Collecting jmespath>=0.9.0 2025-03-07 07:27:49.311 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-03-07 07:27:49.313 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:27:49.314 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev12) (1.32) 2025-03-07 07:27:49.333 | Collecting appdirs>=1.3.0 2025-03-07 07:27:49.334 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-03-07 07:27:49.336 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev12) (1.1.8) 2025-03-07 07:27:49.353 | Collecting requestsexceptions>=1.2.0 2025-03-07 07:27:49.355 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-03-07 07:27:49.400 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (0.14.1) 2025-03-07 07:27:49.413 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev12) (1.0.4) 2025-03-07 07:27:49.429 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (4.0.1) 2025-03-07 07:27:49.430 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (1.4.0) 2025-03-07 07:27:49.558 | Collecting cliff!=2.9.0,>=2.8.0 2025-03-07 07:27:49.560 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-03-07 07:27:49.619 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev12) (3.4) 2025-03-07 07:27:49.620 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev12) (2020.6.20) 2025-03-07 07:27:49.621 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev12) (2.1.1) 2025-03-07 07:27:49.622 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev12) (1.26.12) 2025-03-07 07:27:49.656 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev12) (0.5.2) 2025-03-07 07:27:49.708 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev12) (2.5.0) 2025-03-07 07:27:49.821 | Collecting autopage>=0.4.0 2025-03-07 07:27:49.823 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-03-07 07:27:49.885 | Collecting cmd2>=1.0.0 2025-03-07 07:27:49.888 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-03-07 07:27:49.970 | Collecting importlib-metadata>=4.4 2025-03-07 07:27:49.972 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-03-07 07:27:50.216 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev12) (1.8.2) 2025-03-07 07:27:50.289 | Collecting zipp>=0.5 2025-03-07 07:27:50.291 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-03-07 07:27:50.755 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-03-07 07:27:50.788 | Attempting uninstall: zipp 2025-03-07 07:27:50.789 | Found existing installation: zipp 1.0.0 2025-03-07 07:27:50.790 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:50.791 | Can't uninstall 'zipp'. No files were found to uninstall. 2025-03-07 07:27:51.975 | Attempting uninstall: httplib2 2025-03-07 07:27:51.976 | Found existing installation: httplib2 0.20.2 2025-03-07 07:27:51.977 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:51.977 | Can't uninstall 'httplib2'. No files were found to uninstall. 2025-03-07 07:27:52.001 | Attempting uninstall: cmd2 2025-03-07 07:27:52.002 | Found existing installation: cmd2 0.0.0 2025-03-07 07:27:52.004 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:52.004 | Can't uninstall 'cmd2'. No files were found to uninstall. 2025-03-07 07:27:52.075 | Attempting uninstall: autopage 2025-03-07 07:27:52.077 | Found existing installation: autopage 0.4.0 2025-03-07 07:27:52.078 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:52.078 | Can't uninstall 'autopage'. No files were found to uninstall. 2025-03-07 07:27:52.103 | Attempting uninstall: importlib-metadata 2025-03-07 07:27:52.105 | Found existing installation: importlib-metadata 4.6.4 2025-03-07 07:27:52.106 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:52.106 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2025-03-07 07:27:53.144 | Attempting uninstall: cliff 2025-03-07 07:27:53.146 | Found existing installation: cliff 3.10.0 2025-03-07 07:27:53.147 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:27:53.147 | Can't uninstall 'cliff'. No files were found to uninstall. 2025-03-07 07:27:53.680 | Running setup.py develop for glance 2025-03-07 07:27:54.651 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.2 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.1 zipp-3.8.1 2025-03-07 07:27:54.651 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:27:54.790 | + inc/python:pip_install:196 : result=0 2025-03-07 07:27:54.793 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:27:54.795 | + functions-common:time_stop:2435 : local name 2025-03-07 07:27:54.797 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:27:54.799 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:27:54.801 | + functions-common:time_stop:2438 : local total 2025-03-07 07:27:54.803 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:27:54.805 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:27:54.806 | + functions-common:time_stop:2442 : start_time=1741332466281 2025-03-07 07:27:54.808 | + functions-common:time_stop:2444 : [[ -z 1741332466281 ]] 2025-03-07 07:27:54.811 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:27:54.814 | + functions-common:time_stop:2447 : end_time=1741332474812 2025-03-07 07:27:54.816 | + functions-common:time_stop:2448 : elapsed_time=8531 2025-03-07 07:27:54.817 | + functions-common:time_stop:2449 : total=39370 2025-03-07 07:27:54.819 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:27:54.821 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47901 2025-03-07 07:27:54.823 | + inc/python:pip_install:199 : return 0 2025-03-07 07:27:54.825 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:27:54.826 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2025-03-07 07:27:54.828 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2025-03-07 07:27:54.843 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2025-03-07 07:27:54.852 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2025-03-07 07:27:54.854 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2025-03-07 07:27:54.856 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:27:54.858 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:27:54.859 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-03-07 07:27:54.861 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:27:54.863 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:27:54.865 | + stack.sh:main:929 : configure_glance 2025-03-07 07:27:54.867 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-03-07 07:27:54.876 | + lib/glance:configure_glance:326 : local dburl 2025-03-07 07:27:54.878 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2025-03-07 07:27:54.880 | ++ lib/database:database_connection_url:134 : local db=glance 2025-03-07 07:27:54.882 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-03-07 07:27:54.884 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2025-03-07 07:27:54.885 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:27:54.887 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:27:54.889 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-03-07 07:27:54.891 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-03-07 07:27:54.893 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-03-07 07:27:54.917 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-03-07 07:27:54.942 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-03-07 07:27:54.964 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-03-07 07:27:54.987 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-03-07 07:27:55.010 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-03-07 07:27:55.034 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-03-07 07:27:55.036 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-03-07 07:27:55.038 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-03-07 07:27:55.040 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:27:55.041 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-03-07 07:27:55.065 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-03-07 07:27:55.087 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:27:55.109 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-03-07 07:27:55.132 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-03-07 07:27:55.155 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-03-07 07:27:55.177 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-03-07 07:27:55.199 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-03-07 07:27:55.221 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:27:55.244 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:27:55.266 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-03-07 07:27:55.291 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-03-07 07:27:55.293 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2025-03-07 07:27:55.295 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2025-03-07 07:27:55.296 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:27:55.298 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:27:55.300 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:27:55.312 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:55.315 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:27:55.317 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:27:55.319 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:27:55.331 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:55.333 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:27:55.335 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:27:55.359 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:27:55.361 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:27:55.362 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2025-03-07 07:27:55.364 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-03-07 07:27:55.386 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-03-07 07:27:55.409 | + lib/glance:configure_glance:346 : configure_glance_store False False 2025-03-07 07:27:55.411 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2025-03-07 07:27:55.412 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2025-03-07 07:27:55.414 | + lib/glance:configure_glance_store:254 : local be 2025-03-07 07:27:55.416 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2025-03-07 07:27:55.418 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2025-03-07 07:27:55.419 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-03-07 07:27:55.443 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2025-03-07 07:27:55.445 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-03-07 07:27:55.470 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2025-03-07 07:27:55.471 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2025-03-07 07:27:55.483 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:55.486 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-03-07 07:27:55.508 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2025-03-07 07:27:55.521 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:55.523 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2025-03-07 07:27:55.525 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-03-07 07:27:55.527 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-03-07 07:27:55.529 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:27:55.541 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:27:55.543 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:27:55.545 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:27:55.547 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:27:55.549 | + 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-03-07 07:27:55.571 | + 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-03-07 07:27:55.594 | + 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-03-07 07:27:55.616 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:27:55.639 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-03-07 07:27:55.642 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-03-07 07:27:55.667 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-03-07 07:27:55.690 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-03-07 07:27:55.714 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-03-07 07:27:55.735 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-03-07 07:27:55.758 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-03-07 07:27:55.781 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-03-07 07:27:55.805 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-03-07 07:27:55.829 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-03-07 07:27:55.852 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-03-07 07:27:55.876 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-03-07 07:27:55.899 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-03-07 07:27:55.902 | + lib/glance:configure_glance:411 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2025-03-07 07:27:55.907 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2025-03-07 07:27:55.918 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:27:55.920 | + lib/glance:configure_glance:421 : [[ False == False ]] 2025-03-07 07:27:55.922 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2025-03-07 07:27:55.924 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2025-03-07 07:27:55.926 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2025-03-07 07:27:55.928 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2025-03-07 07:27:55.930 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2025-03-07 07:27:55.933 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2025-03-07 07:27:55.934 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2025-03-07 07:27:55.937 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2025-03-07 07:27:55.961 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2025-03-07 07:27:55.963 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-03-07 07:27:55.965 | ++ functions:get_random_port:848 : true 2025-03-07 07:27:55.967 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-03-07 07:27:55.968 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-03-07 07:27:55.970 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-03-07 07:27:56.013 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-03-07 07:27:56.014 | ++ functions:get_random_port:852 : break 2 2025-03-07 07:27:56.016 | ++ functions:get_random_port:856 : echo 60999 2025-03-07 07:27:56.019 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2025-03-07 07:27:56.020 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-03-07 07:27:56.043 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-03-07 07:27:56.065 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-03-07 07:27:56.087 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:27:56.108 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:27:56.130 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:27:56.152 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:27:56.173 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:27:56.195 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:27:56.217 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:27:56.239 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:27:56.262 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:27:56.284 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:27:56.305 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-03-07 07:27:56.328 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-03-07 07:27:56.350 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-03-07 07:27:56.372 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-03-07 07:27:56.394 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-03-07 07:27:56.416 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-03-07 07:27:56.441 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2025-03-07 07:27:56.443 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2025-03-07 07:27:56.445 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:27:56.447 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:27:56.449 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:27:56.451 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-03-07 07:27:56.452 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2025-03-07 07:27:56.482 | proxy (enabled by site administrator) 2025-03-07 07:27:56.484 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2025-03-07 07:27:56.486 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2025-03-07 07:27:56.488 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:27:56.490 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:27:56.492 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:27:56.493 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-03-07 07:27:56.495 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2025-03-07 07:27:56.523 | No module matches proxy_http 2025-03-07 07:27:56.525 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2025-03-07 07:27:56.558 | Considering dependency proxy for proxy_http: 2025-03-07 07:27:56.558 | Module proxy already enabled 2025-03-07 07:27:56.558 | Enabling module proxy_http. 2025-03-07 07:27:56.562 | To activate the new configuration, you need to run: 2025-03-07 07:27:56.562 | systemctl restart apache2 2025-03-07 07:27:56.565 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2025-03-07 07:27:56.567 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:27:56.569 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:27:56.571 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:27:56.658 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2025-03-07 07:27:56.661 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2025-03-07 07:27:56.663 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2025-03-07 07:27:56.665 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:27:56.666 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:27:56.668 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:27:56.670 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:27:56.672 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:27:56.675 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2025-03-07 07:27:56.675 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:27:56.681 | KeepAlive Off 2025-03-07 07:27:56.685 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:27:56.685 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2025-03-07 07:27:56.691 | SetEnv proxy-sendchunked 1 2025-03-07 07:27:56.694 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2025-03-07 07:27:56.694 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:27:56.700 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2025-03-07 07:27:56.703 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2025-03-07 07:27:56.705 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2025-03-07 07:27:56.706 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:27:56.708 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:27:56.710 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:27:56.712 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:27:56.713 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:27:56.715 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:27:56.717 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:27:56.719 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:27:56.721 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:27:56.722 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2025-03-07 07:27:56.754 | Enabling site glance-wsgi-api. 2025-03-07 07:27:56.758 | To activate the new configuration, you need to run: 2025-03-07 07:27:56.758 | systemctl reload apache2 2025-03-07 07:27:56.761 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2025-03-07 07:27:56.763 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:27:56.765 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:27:56.767 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:27:56.859 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-03-07 07:27:56.863 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-03-07 07:27:56.887 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-03-07 07:27:56.889 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-03-07 07:27:56.891 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2025-03-07 07:27:56.916 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2025-03-07 07:27:56.939 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2025-03-07 07:27:56.962 | + stack.sh:main:932 : is_service_enabled cinder 2025-03-07 07:27:56.976 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:27:56.978 | + stack.sh:main:934 : stack_install_service cinder 2025-03-07 07:27:56.980 | + lib/stack:stack_install_service:20 : local service=cinder 2025-03-07 07:27:56.982 | + lib/stack:stack_install_service:21 : type install_cinder 2025-03-07 07:27:56.984 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:27:56.986 | + lib/stack:stack_install_service:32 : install_cinder 2025-03-07 07:27:56.988 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder unmaintained/2023.1 2025-03-07 07:27:56.990 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2025-03-07 07:27:56.992 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2025-03-07 07:27:56.993 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:27:56.995 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:27:56.998 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:27:57.000 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:27:57.001 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:27:57.004 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:27:57.016 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:27:57.018 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:27:57.019 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:27:57.021 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:27:57.024 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:27:57.024 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:27:57.027 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2025-03-07 07:27:57.029 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:27:57.031 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-03-07 07:27:57.033 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:27:57.034 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:27:57.036 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:27:57.038 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:27:57.039 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:27:57.041 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:27:57.043 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:27:57.044 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:27:57.047 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:27:57.050 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332477048 2025-03-07 07:27:57.051 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-03-07 07:27:57.053 | Cloning into '/opt/stack//cinder'... 2025-03-07 07:28:00.318 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:00.320 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:00.321 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:00.323 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:00.325 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:00.327 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:00.329 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:00.331 | + functions-common:time_stop:2442 : start_time=1741332477048 2025-03-07 07:28:00.332 | + functions-common:time_stop:2444 : [[ -z 1741332477048 ]] 2025-03-07 07:28:00.335 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:00.338 | + functions-common:time_stop:2447 : end_time=1741332480336 2025-03-07 07:28:00.340 | + functions-common:time_stop:2448 : elapsed_time=3288 2025-03-07 07:28:00.342 | + functions-common:time_stop:2449 : total=64329 2025-03-07 07:28:00.343 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:00.345 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=67617 2025-03-07 07:28:00.347 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2025-03-07 07:28:00.349 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:28:00.350 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:28:00.352 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:28:00.354 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:28:00.356 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:28:00.358 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:28:00.360 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:28:00.361 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:28:00.363 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:28:00.365 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:28:00.368 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332480366 2025-03-07 07:28:00.370 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:28:03.335 | From https://opendev.org/openstack/cinder 2025-03-07 07:28:03.335 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:28:03.339 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:03.341 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:03.343 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:03.345 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:03.347 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:03.348 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:03.350 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:03.352 | + functions-common:time_stop:2442 : start_time=1741332480366 2025-03-07 07:28:03.354 | + functions-common:time_stop:2444 : [[ -z 1741332480366 ]] 2025-03-07 07:28:03.356 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:03.359 | + functions-common:time_stop:2447 : end_time=1741332483357 2025-03-07 07:28:03.361 | + functions-common:time_stop:2448 : elapsed_time=2991 2025-03-07 07:28:03.363 | + functions-common:time_stop:2449 : total=67617 2025-03-07 07:28:03.364 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:03.366 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=70608 2025-03-07 07:28:03.368 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:28:03.370 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:28:03.372 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:28:03.373 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:28:03.375 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:28:03.377 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:28:03.379 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:28:03.381 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:28:03.382 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:28:03.385 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:28:03.388 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332483386 2025-03-07 07:28:03.389 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:28:03.635 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:28:03.635 | 2025-03-07 07:28:03.635 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:28:03.635 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:28:03.635 | state without impacting any branches by switching back to a branch. 2025-03-07 07:28:03.635 | 2025-03-07 07:28:03.635 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:28:03.635 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:28:03.635 | 2025-03-07 07:28:03.635 | git switch -c 2025-03-07 07:28:03.635 | 2025-03-07 07:28:03.635 | Or undo this operation with: 2025-03-07 07:28:03.635 | 2025-03-07 07:28:03.635 | git switch - 2025-03-07 07:28:03.635 | 2025-03-07 07:28:03.635 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:28:03.635 | 2025-03-07 07:28:03.635 | HEAD is now at ae2d250 Fix "signature_verified" metadata propagation to images 2025-03-07 07:28:03.639 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:03.641 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:03.643 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:03.645 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:03.647 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:03.649 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:03.651 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:03.652 | + functions-common:time_stop:2442 : start_time=1741332483386 2025-03-07 07:28:03.654 | + functions-common:time_stop:2444 : [[ -z 1741332483386 ]] 2025-03-07 07:28:03.656 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:03.660 | + functions-common:time_stop:2447 : end_time=1741332483658 2025-03-07 07:28:03.662 | + functions-common:time_stop:2448 : elapsed_time=272 2025-03-07 07:28:03.664 | + functions-common:time_stop:2449 : total=70608 2025-03-07 07:28:03.665 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:03.667 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=70880 2025-03-07 07:28:03.669 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-03-07 07:28:03.679 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2025-03-07 07:28:03.682 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:28:03.682 | + functions-common:git_clone:696 : head -1 2025-03-07 07:28:03.687 | ae2d250 Fix "signature_verified" metadata propagation to images 2025-03-07 07:28:03.689 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:28:03.691 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2025-03-07 07:28:03.693 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:28:03.695 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2025-03-07 07:28:03.697 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2025-03-07 07:28:03.698 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:28:03.700 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-03-07 07:28:03.702 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:28:03.704 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-03-07 07:28:03.707 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2025-03-07 07:28:03.708 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:28:03.710 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:28:03.713 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2025-03-07 07:28:03.715 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:28:03.717 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2025-03-07 07:28:03.719 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:28:03.721 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:28:03.723 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-03-07 07:28:03.728 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2025-03-07 07:28:03.729 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-03-07 07:28:04.051 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2025-03-07 07:28:04.053 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:28:04.055 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:28:04.057 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:28:04.059 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2025-03-07 07:28:04.061 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2025-03-07 07:28:04.063 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:28:04.065 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:28:04.066 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:28:04.068 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:28:04.070 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:28:04.072 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:28:04.074 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:28:04.076 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2025-03-07 07:28:04.092 | Using python 3.10 to install /opt/stack/cinder 2025-03-07 07:28:04.094 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-03-07 07:28:05.023 | Obtaining file:///opt/stack/cinder 2025-03-07 07:28:05.024 | Preparing metadata (setup.py): started 2025-03-07 07:28:05.636 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:28:05.724 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.5.2) 2025-03-07 07:28:05.725 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.1.1) 2025-03-07 07:28:05.726 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.5.1) 2025-03-07 07:28:05.727 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.4.41) 2025-03-07 07:28:05.727 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.8.7) 2025-03-07 07:28:06.471 | Collecting boto3>=1.18.49 2025-03-07 07:28:06.474 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2025-03-07 07:28:06.478 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.1.0) 2025-03-07 07:28:06.479 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (38.0.2) 2025-03-07 07:28:06.479 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.2.3) 2025-03-07 07:28:06.480 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:28:06.481 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.33.1) 2025-03-07 07:28:06.597 | Collecting google-api-python-client>=1.11.0 2025-03-07 07:28:06.654 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2025-03-07 07:28:06.703 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.1.3) 2025-03-07 07:28:06.703 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.20.4) 2025-03-07 07:28:06.704 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.0.0) 2025-03-07 07:28:06.705 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.1.0) 2025-03-07 07:28:06.706 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.16.0) 2025-03-07 07:28:06.706 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.3) 2025-03-07 07:28:06.707 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (10.2.0) 2025-03-07 07:28:07.189 | Collecting lxml>=4.5.2 2025-03-07 07:28:07.226 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2025-03-07 07:28:07.283 | Collecting oauth2client>=4.1.3 2025-03-07 07:28:07.286 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-03-07 07:28:07.288 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.2.5) 2025-03-07 07:28:07.289 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.9.0) 2025-03-07 07:28:07.290 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:28:07.291 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (9.1.1) 2025-03-07 07:28:07.291 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:28:07.292 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (12.3.3) 2025-03-07 07:28:07.293 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.0.0) 2025-03-07 07:28:07.293 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.2.1) 2025-03-07 07:28:07.294 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (14.2.5) 2025-03-07 07:28:07.295 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:28:07.295 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.1.1) 2025-03-07 07:28:07.296 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.1.0) 2025-03-07 07:28:07.297 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.0.0) 2025-03-07 07:28:07.298 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (7.0.1) 2025-03-07 07:28:07.298 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.2) 2025-03-07 07:28:07.299 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.1.2) 2025-03-07 07:28:07.300 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.1.1) 2025-03-07 07:28:07.301 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.1.0) 2025-03-07 07:28:07.347 | Collecting oslo.versionedobjects>=2.4.0 2025-03-07 07:28:07.349 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2025-03-07 07:28:07.401 | Collecting oslo.vmware>=3.10.0 2025-03-07 07:28:07.406 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2025-03-07 07:28:07.410 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.4.3) 2025-03-07 07:28:07.411 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (23.1) 2025-03-07 07:28:07.458 | Collecting paramiko>=2.7.2 2025-03-07 07:28:07.461 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2025-03-07 07:28:07.464 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.11.1) 2025-03-07 07:28:07.465 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.9.2) 2025-03-07 07:28:07.466 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.0.9) 2025-03-07 07:28:07.466 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.5.0) 2025-03-07 07:28:07.507 | Collecting python-glanceclient>=3.2.2 2025-03-07 07:28:07.510 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2025-03-07 07:28:07.514 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.0) 2025-03-07 07:28:07.562 | Collecting python-novaclient>=17.2.1 2025-03-07 07:28:07.567 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2025-03-07 07:28:07.599 | Collecting python-swiftclient>=3.10.1 2025-03-07 07:28:07.601 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2025-03-07 07:28:07.604 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2022.4) 2025-03-07 07:28:07.605 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.28.1) 2025-03-07 07:28:07.624 | Collecting rtslib-fb>=2.1.74 2025-03-07 07:28:07.625 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-03-07 07:28:07.630 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev42) (1.16.0) 2025-03-07 07:28:07.631 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.13.0) 2025-03-07 07:28:07.631 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.0.0) 2025-03-07 07:28:07.653 | Collecting tabulate>=0.8.7 2025-03-07 07:28:07.655 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-07 07:28:07.657 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:28:07.658 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.3.1) 2025-03-07 07:28:07.713 | Collecting tooz>=2.8.0 2025-03-07 07:28:07.716 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2025-03-07 07:28:07.881 | Collecting zstd>=1.4.5.1 2025-03-07 07:28:07.893 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2025-03-07 07:28:07.939 | Collecting s3transfer<0.7.0,>=0.6.0 2025-03-07 07:28:07.942 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-03-07 07:28:07.944 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev42) (1.0.1) 2025-03-07 07:28:08.716 | Collecting botocore<1.28.0,>=1.27.89 2025-03-07 07:28:08.766 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2025-03-07 07:28:08.842 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev42) (1.15.1) 2025-03-07 07:28:08.855 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev42) (2.2.1) 2025-03-07 07:28:08.880 | Collecting google-auth-httplib2>=0.1.0 2025-03-07 07:28:08.882 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-03-07 07:28:08.904 | Collecting uritemplate<5,>=3.0.1 2025-03-07 07:28:08.906 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-03-07 07:28:09.011 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2025-03-07 07:28:09.014 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2025-03-07 07:28:09.126 | Collecting google-auth<3.0.0dev,>=1.19.0 2025-03-07 07:28:09.129 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2025-03-07 07:28:09.158 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev42) (3.8.1) 2025-03-07 07:28:09.177 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev42) (0.18.1) 2025-03-07 07:28:09.180 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev42) (22.1.0) 2025-03-07 07:28:09.203 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev42) (1.7.0) 2025-03-07 07:28:09.276 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev42) (3.1.1) 2025-03-07 07:28:09.278 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev42) (3.3.1) 2025-03-07 07:28:09.317 | Collecting rsa>=3.1.4 2025-03-07 07:28:09.319 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-03-07 07:28:09.321 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev42) (0.4.8) 2025-03-07 07:28:09.357 | Collecting pyasn1-modules>=0.0.5 2025-03-07 07:28:09.359 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2025-03-07 07:28:09.387 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev42) (0.18) 2025-03-07 07:28:09.406 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (1.5.0) 2025-03-07 07:28:09.407 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (0.8.0) 2025-03-07 07:28:09.407 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (2.5.0) 2025-03-07 07:28:09.408 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (6.0) 2025-03-07 07:28:09.434 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev42) (2.0.1) 2025-03-07 07:28:09.435 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev42) (1.8.1) 2025-03-07 07:28:09.435 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev42) (0.5.0) 2025-03-07 07:28:09.460 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev42) (2.8.2) 2025-03-07 07:28:09.462 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev42) (0.9.6) 2025-03-07 07:28:09.487 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (5.2.0) 2025-03-07 07:28:09.489 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (0.6.0) 2025-03-07 07:28:09.490 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:28:09.491 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (2.4.1) 2025-03-07 07:28:09.492 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (5.2.4) 2025-03-07 07:28:09.501 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (3.1.2) 2025-03-07 07:28:09.503 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (4.0.0) 2025-03-07 07:28:09.504 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (3.3.0) 2025-03-07 07:28:09.522 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev42) (1.0.4) 2025-03-07 07:28:09.553 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev42) (4.0.1) 2025-03-07 07:28:09.555 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev42) (1.4.0) 2025-03-07 07:28:09.564 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev42) (3.4.1) 2025-03-07 07:28:09.573 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev42) (0.11.0) 2025-03-07 07:28:09.622 | Collecting suds-community>=0.6 2025-03-07 07:28:09.625 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-03-07 07:28:09.634 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev42) (1.26.12) 2025-03-07 07:28:09.726 | Collecting pynacl>=1.0.1 2025-03-07 07:28:09.734 | 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-03-07 07:28:09.748 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev42) (59.6.0) 2025-03-07 07:28:09.798 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev42) (4.2.0) 2025-03-07 07:28:09.833 | Collecting warlock>=1.2.0 2025-03-07 07:28:09.834 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-03-07 07:28:09.836 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev42) (1.14.1) 2025-03-07 07:28:09.837 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev42) (22.1.0) 2025-03-07 07:28:09.904 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (3.4) 2025-03-07 07:28:09.905 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (2.1.1) 2025-03-07 07:28:09.906 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (2020.6.20) 2025-03-07 07:28:09.919 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev42) (0.7) 2025-03-07 07:28:09.950 | Collecting pyudev>=0.16.1 2025-03-07 07:28:09.953 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2025-03-07 07:28:10.044 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev42) (0.4.3) 2025-03-07 07:28:10.045 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev42) (0.5.2) 2025-03-07 07:28:10.097 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (1.4.2) 2025-03-07 07:28:10.099 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (2.8.7) 2025-03-07 07:28:10.101 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (3.1.0) 2025-03-07 07:28:10.174 | Collecting voluptuous>=0.8.9 2025-03-07 07:28:10.176 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-03-07 07:28:10.219 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev42) (1.2.3) 2025-03-07 07:28:10.230 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (5.0.0) 2025-03-07 07:28:10.334 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev42) (2.21) 2025-03-07 07:28:10.360 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev42) (2.4.2) 2025-03-07 07:28:10.361 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev42) (0.5.1) 2025-03-07 07:28:10.453 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /usr/local/lib/python3.10/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev42) (4.21.7) 2025-03-07 07:28:10.504 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2025-03-07 07:28:10.506 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2025-03-07 07:28:10.576 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (2.1.1) 2025-03-07 07:28:10.726 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev42) (1.1.8) 2025-03-07 07:28:10.745 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (0.14.1) 2025-03-07 07:28:10.761 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev42) (0.2.5) 2025-03-07 07:28:11.250 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev42) (2.5.0) 2025-03-07 07:28:11.323 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev42) (1.32) 2025-03-07 07:28:11.440 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev42) (1.8.2) 2025-03-07 07:28:12.121 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2025-03-07 07:28:12.164 | Attempting uninstall: voluptuous 2025-03-07 07:28:12.166 | Found existing installation: voluptuous 0.12.2 2025-03-07 07:28:12.169 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:28:12.169 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2025-03-07 07:28:12.346 | Attempting uninstall: pyudev 2025-03-07 07:28:12.347 | Found existing installation: pyudev 0.22.0 2025-03-07 07:28:12.349 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:28:12.349 | Can't uninstall 'pyudev'. No files were found to uninstall. 2025-03-07 07:28:14.876 | Running setup.py develop for cinder 2025-03-07 07:28:15.784 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.2 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2025-03-07 07:28:15.784 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:28:16.018 | + inc/python:pip_install:196 : result=0 2025-03-07 07:28:16.020 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:28:16.022 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:16.024 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:16.026 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:16.028 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:16.030 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:16.032 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:28:16.034 | + functions-common:time_stop:2442 : start_time=1741332484088 2025-03-07 07:28:16.035 | + functions-common:time_stop:2444 : [[ -z 1741332484088 ]] 2025-03-07 07:28:16.038 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:16.041 | + functions-common:time_stop:2447 : end_time=1741332496039 2025-03-07 07:28:16.043 | + functions-common:time_stop:2448 : elapsed_time=11951 2025-03-07 07:28:16.045 | + functions-common:time_stop:2449 : total=47901 2025-03-07 07:28:16.047 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:16.049 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59852 2025-03-07 07:28:16.051 | + inc/python:pip_install:199 : return 0 2025-03-07 07:28:16.053 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:28:16.055 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2025-03-07 07:28:16.057 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2025-03-07 07:28:16.072 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2025-03-07 07:28:16.082 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2025-03-07 07:28:16.084 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2025-03-07 07:28:16.086 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:28:16.088 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:28:16.090 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-03-07 07:28:16.092 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:28:16.094 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2025-03-07 07:28:16.096 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2025-03-07 07:28:16.098 | + lib/cinder:install_cinder:511 : is_ubuntu 2025-03-07 07:28:16.100 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:16.102 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:16.104 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2025-03-07 07:28:16.113 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2025-03-07 07:28:16.114 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:28:16.117 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:28:16.118 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:28:16.120 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:28:16.122 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:28:16.124 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:28:16.126 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:16.128 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:16.130 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:28:16.131 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:28:16.133 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:28:16.135 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:28:16.137 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2025-03-07 07:28:16.139 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:28:16.141 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:16.143 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:16.145 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2025-03-07 07:28:16.162 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-03-07 07:28:16.223 | Reading package lists... 2025-03-07 07:28:16.429 | Building dependency tree... 2025-03-07 07:28:16.430 | Reading state information... 2025-03-07 07:28:16.632 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-03-07 07:28:16.632 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:28:16.636 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:28:16.638 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:28:16.640 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:16.642 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:16.644 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:16.646 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:16.648 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:16.650 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:28:16.652 | + functions-common:time_stop:2442 : start_time=1741332496159 2025-03-07 07:28:16.654 | + functions-common:time_stop:2444 : [[ -z 1741332496159 ]] 2025-03-07 07:28:16.657 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:16.660 | + functions-common:time_stop:2447 : end_time=1741332496658 2025-03-07 07:28:16.662 | + functions-common:time_stop:2448 : elapsed_time=499 2025-03-07 07:28:16.664 | + functions-common:time_stop:2449 : total=22646 2025-03-07 07:28:16.666 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:16.668 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23145 2025-03-07 07:28:16.670 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:28:16.672 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:28:16.674 | + stack.sh:main:935 : configure_cinder 2025-03-07 07:28:16.676 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2025-03-07 07:28:16.686 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2025-03-07 07:28:16.689 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2025-03-07 07:28:16.690 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-03-07 07:28:16.692 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-03-07 07:28:16.695 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-03-07 07:28:16.695 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-03-07 07:28:16.698 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-03-07 07:28:16.700 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-03-07 07:28:16.702 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-03-07 07:28:16.704 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-03-07 07:28:16.705 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-03-07 07:28:16.707 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-03-07 07:28:16.709 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2025-03-07 07:28:16.711 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-03-07 07:28:16.719 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-03-07 07:28:16.728 | + 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-03-07 07:28:16.737 | + 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-03-07 07:28:16.746 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-03-07 07:28:16.755 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-03-07 07:28:16.757 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-03-07 07:28:16.760 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.LVSKHFMbVH 2025-03-07 07:28:16.762 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-03-07 07:28:16.764 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-03-07 07:28:16.766 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2025-03-07 07:28:16.768 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.LVSKHFMbVH 2025-03-07 07:28:16.771 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.LVSKHFMbVH 2025-03-07 07:28:16.780 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.LVSKHFMbVH /etc/sudoers.d/cinder-rootwrap 2025-03-07 07:28:16.790 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2025-03-07 07:28:16.792 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-03-07 07:28:16.794 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-03-07 07:28:16.796 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-03-07 07:28:16.798 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-03-07 07:28:16.800 | + 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-03-07 07:28:16.802 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2025-03-07 07:28:16.803 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-03-07 07:28:16.805 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-03-07 07:28:16.809 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-03-07 07:28:16.812 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-03-07 07:28:16.826 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-03-07 07:28:16.841 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-03-07 07:28:16.855 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-03-07 07:28:16.869 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-03-07 07:28:16.883 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-03-07 07:28:16.896 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-03-07 07:28:16.911 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-03-07 07:28:16.924 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-03-07 07:28:16.926 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-03-07 07:28:16.928 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-03-07 07:28:16.930 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:28:16.932 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-03-07 07:28:16.955 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-03-07 07:28:16.977 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:28:16.999 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-03-07 07:28:17.021 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-03-07 07:28:17.043 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-03-07 07:28:17.066 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-03-07 07:28:17.088 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-03-07 07:28:17.110 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:28:17.132 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:28:17.155 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-03-07 07:28:17.179 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-03-07 07:28:17.202 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2025-03-07 07:28:17.204 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-03-07 07:28:17.205 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-03-07 07:28:17.207 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2025-03-07 07:28:17.209 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:28:17.211 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:28:17.213 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-03-07 07:28:17.216 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-03-07 07:28:17.240 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-03-07 07:28:17.262 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-03-07 07:28:17.286 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-03-07 07:28:17.309 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-03-07 07:28:17.333 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-03-07 07:28:17.357 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-03-07 07:28:17.382 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-03-07 07:28:17.404 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-03-07 07:28:17.432 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2025-03-07 07:28:17.440 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key b76a13136af8d40673835b4223d20c2d 2025-03-07 07:28:17.463 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2025-03-07 07:28:17.465 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-03-07 07:28:17.489 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-03-07 07:28:17.511 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-03-07 07:28:17.534 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-03-07 07:28:17.556 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2025-03-07 07:28:17.569 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:17.571 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2025-03-07 07:28:17.573 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2025-03-07 07:28:17.575 | + lib/cinder:configure_cinder:330 : local default_name= 2025-03-07 07:28:17.576 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2025-03-07 07:28:17.578 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-07 07:28:17.580 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2025-03-07 07:28:17.582 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2025-03-07 07:28:17.584 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2025-03-07 07:28:17.586 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2025-03-07 07:28:17.587 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-03-07 07:28:17.589 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-03-07 07:28:17.614 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-03-07 07:28:17.636 | + 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-03-07 07:28:17.658 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-03-07 07:28:17.681 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-03-07 07:28:17.703 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2025-03-07 07:28:17.705 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2025-03-07 07:28:17.706 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2025-03-07 07:28:17.708 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-03-07 07:28:17.731 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2025-03-07 07:28:17.733 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-03-07 07:28:17.756 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2025-03-07 07:28:17.758 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-03-07 07:28:17.760 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2025-03-07 07:28:17.762 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-03-07 07:28:17.786 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2025-03-07 07:28:17.788 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2025-03-07 07:28:17.790 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2025-03-07 07:28:17.803 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:17.805 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2025-03-07 07:28:17.817 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:17.819 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2025-03-07 07:28:17.832 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:17.834 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2025-03-07 07:28:17.836 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-03-07 07:28:17.838 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2025-03-07 07:28:17.840 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2025-03-07 07:28:17.842 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:28:17.843 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:28:17.845 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:28:17.858 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:17.860 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:28:17.862 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:28:17.864 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:28:17.876 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:17.878 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:28:17.880 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:28:17.903 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:28:17.905 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:28:17.907 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2025-03-07 07:28:17.908 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-03-07 07:28:17.910 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-03-07 07:28:17.913 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:28:17.926 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:28:17.927 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:28:17.929 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:28:17.931 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:28:17.933 | + 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-03-07 07:28:17.955 | + 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-03-07 07:28:17.978 | + 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-03-07 07:28:18.001 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:28:18.023 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2025-03-07 07:28:18.036 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:18.038 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2025-03-07 07:28:18.040 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-03-07 07:28:18.042 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2025-03-07 07:28:18.044 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2025-03-07 07:28:18.046 | + lib/apache:write_uwsgi_config:257 : local http= 2025-03-07 07:28:18.048 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:28:18.050 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2025-03-07 07:28:18.053 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2025-03-07 07:28:18.055 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:28:18.057 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:28:18.067 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:28:18.067 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:28:18.073 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:28:18.076 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:28:18.084 | /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-03-07 07:28:18.087 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-03-07 07:28:18.089 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-03-07 07:28:18.092 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2025-03-07 07:28:18.116 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-03-07 07:28:18.138 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-03-07 07:28:18.160 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:28:18.182 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:28:18.204 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:28:18.226 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:28:18.249 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:28:18.271 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:28:18.293 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:28:18.315 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:28:18.338 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:28:18.361 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:28:18.383 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-03-07 07:28:18.385 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-03-07 07:28:18.388 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2025-03-07 07:28:18.390 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2025-03-07 07:28:18.392 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:28:18.394 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:18.395 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:18.397 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-03-07 07:28:18.400 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-03-07 07:28:18.401 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-03-07 07:28:18.424 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-03-07 07:28:18.447 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2025-03-07 07:28:18.448 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-03-07 07:28:18.454 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2025-03-07 07:28:18.456 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2025-03-07 07:28:18.458 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2025-03-07 07:28:18.461 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:28:18.463 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:28:18.465 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:28:18.466 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:18.468 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:18.470 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:28:18.472 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:28:18.474 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:18.477 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:18.478 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2025-03-07 07:28:18.511 | Enabling site cinder-wsgi. 2025-03-07 07:28:18.514 | To activate the new configuration, you need to run: 2025-03-07 07:28:18.514 | systemctl reload apache2 2025-03-07 07:28:18.518 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-03-07 07:28:18.520 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:28:18.522 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:28:18.524 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:28:18.624 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-03-07 07:28:18.626 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2025-03-07 07:28:18.628 | + 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-03-07 07:28:18.652 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-03-07 07:28:18.679 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-03-07 07:28:18.703 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-03-07 07:28:18.726 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-03-07 07:28:18.749 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-03-07 07:28:18.772 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2025-03-07 07:28:18.784 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:18.786 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-03-07 07:28:18.788 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-03-07 07:28:18.790 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-07 07:28:18.792 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-03-07 07:28:18.794 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-03-07 07:28:18.819 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-03-07 07:28:18.842 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-03-07 07:28:18.864 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-03-07 07:28:18.887 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-03-07 07:28:18.910 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-03-07 07:28:18.932 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-03-07 07:28:18.955 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-03-07 07:28:18.978 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:28:19.001 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-03-07 07:28:19.024 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-03-07 07:28:19.048 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-03-07 07:28:19.071 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2025-03-07 07:28:19.073 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2025-03-07 07:28:19.086 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:19.088 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2025-03-07 07:28:19.114 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-03-07 07:28:19.116 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-03-07 07:28:19.118 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-03-07 07:28:19.143 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-03-07 07:28:19.166 | + stack.sh:main:938 : is_service_enabled neutron 2025-03-07 07:28:19.179 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:19.181 | + stack.sh:main:940 : stack_install_service neutron 2025-03-07 07:28:19.183 | + lib/stack:stack_install_service:20 : local service=neutron 2025-03-07 07:28:19.184 | + lib/stack:stack_install_service:21 : type install_neutron 2025-03-07 07:28:19.186 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:28:19.188 | + lib/stack:stack_install_service:32 : install_neutron 2025-03-07 07:28:19.190 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2025-03-07 07:28:19.192 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2025-03-07 07:28:19.194 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:28:19.196 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:28:19.198 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2025-03-07 07:28:19.200 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:28:19.202 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron unmaintained/2023.1 2025-03-07 07:28:19.204 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2025-03-07 07:28:19.206 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2025-03-07 07:28:19.207 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:28:19.209 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:28:19.211 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:28:19.214 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:28:19.215 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:28:19.218 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:28:19.230 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:28:19.232 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:28:19.234 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:28:19.235 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:28:19.238 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:28:19.238 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:28:19.242 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2025-03-07 07:28:19.244 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:28:19.245 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-03-07 07:28:19.247 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:28:19.249 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:28:19.251 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:28:19.252 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:28:19.254 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:28:19.256 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:28:19.258 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:28:19.259 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:28:19.261 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:28:19.264 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332499262 2025-03-07 07:28:19.266 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-03-07 07:28:19.268 | Cloning into '/opt/stack//neutron'... 2025-03-07 07:28:23.184 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:23.186 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:23.188 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:23.190 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:23.192 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:23.193 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:23.195 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:23.197 | + functions-common:time_stop:2442 : start_time=1741332499262 2025-03-07 07:28:23.199 | + functions-common:time_stop:2444 : [[ -z 1741332499262 ]] 2025-03-07 07:28:23.201 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:23.204 | + functions-common:time_stop:2447 : end_time=1741332503202 2025-03-07 07:28:23.206 | + functions-common:time_stop:2448 : elapsed_time=3940 2025-03-07 07:28:23.208 | + functions-common:time_stop:2449 : total=70880 2025-03-07 07:28:23.209 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:23.211 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=74820 2025-03-07 07:28:23.213 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2025-03-07 07:28:23.215 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:28:23.217 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:28:23.219 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:28:23.220 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:28:23.222 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:28:23.224 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:28:23.226 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:28:23.228 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:28:23.229 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:28:23.232 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:28:23.235 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332503233 2025-03-07 07:28:23.237 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:28:26.628 | From https://opendev.org/openstack/neutron 2025-03-07 07:28:26.628 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:28:26.633 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:26.635 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:26.637 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:26.638 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:26.640 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:26.642 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:26.644 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:26.645 | + functions-common:time_stop:2442 : start_time=1741332503233 2025-03-07 07:28:26.647 | + functions-common:time_stop:2444 : [[ -z 1741332503233 ]] 2025-03-07 07:28:26.649 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:26.652 | + functions-common:time_stop:2447 : end_time=1741332506650 2025-03-07 07:28:26.654 | + functions-common:time_stop:2448 : elapsed_time=3417 2025-03-07 07:28:26.656 | + functions-common:time_stop:2449 : total=74820 2025-03-07 07:28:26.658 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:26.660 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78237 2025-03-07 07:28:26.661 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:28:26.663 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:28:26.665 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:28:26.667 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:28:26.669 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:28:26.670 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:28:26.672 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:28:26.674 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:28:26.676 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:28:26.678 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:28:26.681 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332506679 2025-03-07 07:28:26.683 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:28:26.936 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:28:26.936 | 2025-03-07 07:28:26.936 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:28:26.937 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:28:26.937 | state without impacting any branches by switching back to a branch. 2025-03-07 07:28:26.937 | 2025-03-07 07:28:26.937 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:28:26.937 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:28:26.937 | 2025-03-07 07:28:26.937 | git switch -c 2025-03-07 07:28:26.937 | 2025-03-07 07:28:26.937 | Or undo this operation with: 2025-03-07 07:28:26.937 | 2025-03-07 07:28:26.937 | git switch - 2025-03-07 07:28:26.937 | 2025-03-07 07:28:26.937 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:28:26.937 | 2025-03-07 07:28:26.937 | HEAD is now at e9e40a9 Revert "[HA] Do not add initial state change delay in HA router" 2025-03-07 07:28:26.941 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:26.943 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:26.944 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:26.946 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:26.948 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:26.950 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:26.952 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:26.954 | + functions-common:time_stop:2442 : start_time=1741332506679 2025-03-07 07:28:26.955 | + functions-common:time_stop:2444 : [[ -z 1741332506679 ]] 2025-03-07 07:28:26.958 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:26.961 | + functions-common:time_stop:2447 : end_time=1741332506959 2025-03-07 07:28:26.963 | + functions-common:time_stop:2448 : elapsed_time=280 2025-03-07 07:28:26.964 | + functions-common:time_stop:2449 : total=78237 2025-03-07 07:28:26.966 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:26.968 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78517 2025-03-07 07:28:26.970 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-03-07 07:28:26.980 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2025-03-07 07:28:26.982 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:28:26.982 | + functions-common:git_clone:696 : head -1 2025-03-07 07:28:26.987 | e9e40a9 Revert "[HA] Do not add initial state change delay in HA router" 2025-03-07 07:28:26.989 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:28:26.991 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2025-03-07 07:28:26.993 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:28:26.995 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2025-03-07 07:28:26.997 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2025-03-07 07:28:26.999 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:28:27.001 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-03-07 07:28:27.003 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:28:27.005 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-03-07 07:28:27.007 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2025-03-07 07:28:27.009 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:28:27.011 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:28:27.013 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2025-03-07 07:28:27.015 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:28:27.017 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2025-03-07 07:28:27.019 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:28:27.021 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:28:27.024 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-03-07 07:28:27.028 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2025-03-07 07:28:27.030 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-03-07 07:28:27.355 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2025-03-07 07:28:27.357 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:28:27.359 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:28:27.361 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:28:27.364 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2025-03-07 07:28:27.365 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2025-03-07 07:28:27.367 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:28:27.369 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:28:27.371 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:28:27.373 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:28:27.375 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:28:27.377 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:28:27.379 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:28:27.381 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2025-03-07 07:28:27.397 | Using python 3.10 to install /opt/stack/neutron 2025-03-07 07:28:27.399 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-03-07 07:28:28.344 | Obtaining file:///opt/stack/neutron 2025-03-07 07:28:28.344 | Preparing metadata (setup.py): started 2025-03-07 07:28:28.946 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:28:29.018 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-03-07 07:28:29.019 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.5.2) 2025-03-07 07:28:29.021 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.1.1) 2025-03-07 07:28:29.021 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.5.1) 2025-03-07 07:28:29.022 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (1.4.41) 2025-03-07 07:28:29.022 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (1.8.7) 2025-03-07 07:28:29.026 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (1.8.1) 2025-03-07 07:28:29.026 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.5.0) 2025-03-07 07:28:29.026 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:28:29.026 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (0.33.1) 2025-03-07 07:28:29.026 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.4.1) 2025-03-07 07:28:29.027 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (0.20.4) 2025-03-07 07:28:29.028 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.3) 2025-03-07 07:28:29.028 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (10.2.0) 2025-03-07 07:28:29.029 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (0.8.0) 2025-03-07 07:28:29.030 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev13) (0.11.0) 2025-03-07 07:28:29.159 | Collecting neutron-lib>=3.4.2 2025-03-07 07:28:29.165 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2025-03-07 07:28:29.173 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (1.0.2) 2025-03-07 07:28:29.206 | Collecting os-ken>=2.2.0 2025-03-07 07:28:29.219 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2025-03-07 07:28:29.260 | Collecting os-resource-classes>=1.1.0 2025-03-07 07:28:29.262 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-03-07 07:28:29.322 | Collecting os-vif>=3.1.0 2025-03-07 07:28:29.324 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2025-03-07 07:28:29.327 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.3.1) 2025-03-07 07:28:29.328 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:28:29.329 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (9.1.1) 2025-03-07 07:28:29.331 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:28:29.331 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (12.3.3) 2025-03-07 07:28:29.331 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (6.0.0) 2025-03-07 07:28:29.332 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.2.1) 2025-03-07 07:28:29.333 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (14.2.5) 2025-03-07 07:28:29.334 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:28:29.334 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (4.1.1) 2025-03-07 07:28:29.335 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-03-07 07:28:29.336 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.0.0) 2025-03-07 07:28:29.337 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (7.0.1) 2025-03-07 07:28:29.337 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.2) 2025-03-07 07:28:29.338 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-03-07 07:28:29.339 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.1.1) 2025-03-07 07:28:29.340 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (6.1.0) 2025-03-07 07:28:29.341 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-03-07 07:28:29.341 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.4.3) 2025-03-07 07:28:29.366 | Collecting ovs>=2.10.0 2025-03-07 07:28:29.366 | Using cached ovs-2.17.7-py3-none-any.whl 2025-03-07 07:28:29.419 | Collecting ovsdbapp>=2.2.1 2025-03-07 07:28:29.422 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2025-03-07 07:28:29.425 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (23.1) 2025-03-07 07:28:29.426 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.11.1) 2025-03-07 07:28:29.452 | Collecting pecan>=1.4.0 2025-03-07 07:28:29.452 | Using cached pecan-1.4.2-py3-none-any.whl 2025-03-07 07:28:29.456 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.9.2) 2025-03-07 07:28:29.457 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (22.1.0) 2025-03-07 07:28:29.489 | Collecting pyroute2>=0.7.3 2025-03-07 07:28:29.493 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2025-03-07 07:28:29.528 | Collecting python-designateclient>=2.7.0 2025-03-07 07:28:29.531 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2025-03-07 07:28:29.571 | Collecting python-neutronclient>=7.8.0 2025-03-07 07:28:29.575 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2025-03-07 07:28:29.580 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (18.3.0) 2025-03-07 07:28:29.580 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.28.1) 2025-03-07 07:28:29.581 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.0.0) 2025-03-07 07:28:29.582 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (6.3.1) 2025-03-07 07:28:29.583 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-03-07 07:28:29.588 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev13) (1.2.3) 2025-03-07 07:28:29.592 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev13) (1.14.1) 2025-03-07 07:28:29.597 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.16.0) 2025-03-07 07:28:29.597 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.2.1) 2025-03-07 07:28:29.599 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.1.3) 2025-03-07 07:28:29.605 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev13) (3.0.9) 2025-03-07 07:28:29.608 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev13) (2.1.1) 2025-03-07 07:28:29.634 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.7.0) 2025-03-07 07:28:29.634 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.1.0) 2025-03-07 07:28:29.659 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (5.1.0) 2025-03-07 07:28:29.660 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (3.1.1) 2025-03-07 07:28:29.707 | Collecting os-traits>=0.9.0 2025-03-07 07:28:29.710 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2025-03-07 07:28:29.828 | Collecting setproctitle>=1.1.10 2025-03-07 07:28:29.831 | 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-03-07 07:28:29.845 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.4) 2025-03-07 07:28:29.846 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.32) 2025-03-07 07:28:29.846 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (6.0) 2025-03-07 07:28:29.847 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.0) 2025-03-07 07:28:29.848 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.1.8) 2025-03-07 07:28:29.849 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (38.0.2) 2025-03-07 07:28:29.850 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.0.1) 2025-03-07 07:28:29.859 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev13) (1.0.4) 2025-03-07 07:28:29.883 | Collecting ncclient>=0.6.13 2025-03-07 07:28:29.884 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-03-07 07:28:29.936 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev13) (0.18) 2025-03-07 07:28:29.955 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev13) (1.5.0) 2025-03-07 07:28:29.979 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.0) 2025-03-07 07:28:29.980 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.13.0) 2025-03-07 07:28:29.981 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.0.1) 2025-03-07 07:28:30.006 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev13) (0.9.6) 2025-03-07 07:28:30.008 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev13) (2.8.2) 2025-03-07 07:28:30.032 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.6.0) 2025-03-07 07:28:30.034 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:28:30.034 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.0) 2025-03-07 07:28:30.035 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.4) 2025-03-07 07:28:30.072 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.0) 2025-03-07 07:28:30.073 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (3.3.0) 2025-03-07 07:28:30.091 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (1.15.1) 2025-03-07 07:28:30.111 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2022.4) 2025-03-07 07:28:30.123 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev13) (1.4.0) 2025-03-07 07:28:30.124 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev13) (4.0.1) 2025-03-07 07:28:30.134 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (3.4.1) 2025-03-07 07:28:30.210 | Collecting sortedcontainers 2025-03-07 07:28:30.212 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-03-07 07:28:30.237 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev13) (59.6.0) 2025-03-07 07:28:30.281 | Collecting logutils>=0.3 2025-03-07 07:28:30.281 | Using cached logutils-0.3.5-py3-none-any.whl 2025-03-07 07:28:30.365 | Collecting osc-lib>=1.8.0 2025-03-07 07:28:30.367 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2025-03-07 07:28:30.370 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.16.0) 2025-03-07 07:28:30.372 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.2.0) 2025-03-07 07:28:30.429 | Collecting os-client-config>=1.28.0 2025-03-07 07:28:30.431 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-03-07 07:28:30.639 | Collecting simplejson>=3.5.1 2025-03-07 07:28:30.643 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2025-03-07 07:28:30.671 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2.1.1) 2025-03-07 07:28:30.673 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2020.6.20) 2025-03-07 07:28:30.673 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.4) 2025-03-07 07:28:30.673 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (1.26.12) 2025-03-07 07:28:30.686 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev13) (0.7) 2025-03-07 07:28:30.808 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev13) (0.13.1) 2025-03-07 07:28:30.833 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.0.0) 2025-03-07 07:28:30.880 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (2.21) 2025-03-07 07:28:30.904 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.5.1) 2025-03-07 07:28:30.905 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (2.4.2) 2025-03-07 07:28:30.906 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (5.0.0) 2025-03-07 07:28:31.061 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.18.1) 2025-03-07 07:28:31.062 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (22.1.0) 2025-03-07 07:28:31.149 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (2.11.0) 2025-03-07 07:28:31.150 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (4.9.1) 2025-03-07 07:28:31.216 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.14.1) 2025-03-07 07:28:31.232 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (0.2.5) 2025-03-07 07:28:31.422 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.2) 2025-03-07 07:28:31.422 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.4.3) 2025-03-07 07:28:31.467 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.5.0) 2025-03-07 07:28:31.666 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (1.8.2) 2025-03-07 07:28:31.702 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (3.8.1) 2025-03-07 07:28:31.746 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (1.5.0) 2025-03-07 07:28:32.391 | 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-03-07 07:28:32.391 | Attempting uninstall: sortedcontainers 2025-03-07 07:28:32.393 | Found existing installation: sortedcontainers 2.1.0 2025-03-07 07:28:32.395 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:28:32.395 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2025-03-07 07:28:32.832 | Attempting uninstall: ovs 2025-03-07 07:28:32.833 | Found existing installation: ovs 2.17.9 2025-03-07 07:28:32.834 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:28:32.834 | Can't uninstall 'ovs'. No files were found to uninstall. 2025-03-07 07:28:35.113 | Running setup.py develop for neutron 2025-03-07 07:28:36.224 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.3 os-client-config-2.1.0 os-ken-2.6.1 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2025-03-07 07:28:36.225 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:28:36.362 | + inc/python:pip_install:196 : result=0 2025-03-07 07:28:36.364 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:28:36.366 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:36.368 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:36.370 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:36.372 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:36.374 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:36.376 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:28:36.378 | + functions-common:time_stop:2442 : start_time=1741332507393 2025-03-07 07:28:36.380 | + functions-common:time_stop:2444 : [[ -z 1741332507393 ]] 2025-03-07 07:28:36.382 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:36.385 | + functions-common:time_stop:2447 : end_time=1741332516383 2025-03-07 07:28:36.387 | + functions-common:time_stop:2448 : elapsed_time=8990 2025-03-07 07:28:36.388 | + functions-common:time_stop:2449 : total=59852 2025-03-07 07:28:36.390 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:36.392 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68842 2025-03-07 07:28:36.394 | + inc/python:pip_install:199 : return 0 2025-03-07 07:28:36.396 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:28:36.398 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2025-03-07 07:28:36.400 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2025-03-07 07:28:36.414 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2025-03-07 07:28:36.423 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2025-03-07 07:28:36.425 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2025-03-07 07:28:36.426 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:28:36.429 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:28:36.430 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-03-07 07:28:36.432 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:28:36.434 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2025-03-07 07:28:36.436 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:28:36.438 | + stack.sh:main:943 : is_service_enabled nova 2025-03-07 07:28:36.451 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:36.452 | + stack.sh:main:945 : stack_install_service nova 2025-03-07 07:28:36.454 | + lib/stack:stack_install_service:20 : local service=nova 2025-03-07 07:28:36.457 | + lib/stack:stack_install_service:21 : type install_nova 2025-03-07 07:28:36.458 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:28:36.460 | + lib/stack:stack_install_service:32 : install_nova 2025-03-07 07:28:36.462 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2025-03-07 07:28:36.464 | + inc/python:use_library_from_git:246 : local name=os-vif 2025-03-07 07:28:36.466 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:28:36.468 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:28:36.470 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2025-03-07 07:28:36.471 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:28:36.473 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2025-03-07 07:28:36.485 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:36.488 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2025-03-07 07:28:36.500 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:36.502 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2025-03-07 07:28:36.515 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:36.516 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova dcf2e3c962c7d4d39a32b1c39c41921a37a4e74a 2025-03-07 07:28:36.518 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2025-03-07 07:28:36.520 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2025-03-07 07:28:36.522 | + functions-common:git_clone:614 : local git_ref=dcf2e3c962c7d4d39a32b1c39c41921a37a4e74a 2025-03-07 07:28:36.524 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:28:36.526 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:28:36.528 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:28:36.529 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:28:36.532 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:28:36.544 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:28:36.545 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:28:36.547 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:28:36.549 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:28:36.551 | + functions-common:git_clone:633 : echo dcf2e3c962c7d4d39a32b1c39c41921a37a4e74a 2025-03-07 07:28:36.551 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:28:36.555 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//nova ]] 2025-03-07 07:28:36.557 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:28:36.558 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-03-07 07:28:36.560 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:28:36.562 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:28:36.563 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:28:36.565 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:28:36.567 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:28:36.568 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:28:36.570 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:28:36.572 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:28:36.574 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:28:36.576 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332516575 2025-03-07 07:28:36.578 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-03-07 07:28:36.582 | Cloning into '/opt/stack//nova'... 2025-03-07 07:28:39.825 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:39.827 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:39.829 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:39.831 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:39.833 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:39.835 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:39.836 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:39.838 | + functions-common:time_stop:2442 : start_time=1741332516575 2025-03-07 07:28:39.840 | + functions-common:time_stop:2444 : [[ -z 1741332516575 ]] 2025-03-07 07:28:39.842 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:39.845 | + functions-common:time_stop:2447 : end_time=1741332519843 2025-03-07 07:28:39.847 | + functions-common:time_stop:2448 : elapsed_time=3268 2025-03-07 07:28:39.848 | + functions-common:time_stop:2449 : total=78517 2025-03-07 07:28:39.850 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:39.852 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=81785 2025-03-07 07:28:39.854 | + functions-common:git_clone:654 : cd /opt/stack//nova 2025-03-07 07:28:39.855 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin dcf2e3c962c7d4d39a32b1c39c41921a37a4e74a 2025-03-07 07:28:39.857 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:28:39.859 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:28:39.861 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:28:39.863 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:28:39.864 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:28:39.866 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:28:39.868 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:28:39.870 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:28:39.872 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:28:39.875 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332519873 2025-03-07 07:28:39.877 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin dcf2e3c962c7d4d39a32b1c39c41921a37a4e74a 2025-03-07 07:28:48.827 | From https://opendev.org/openstack/nova 2025-03-07 07:28:48.827 | * branch dcf2e3c962c7d4d39a32b1c39c41921a37a4e74a -> FETCH_HEAD 2025-03-07 07:28:48.861 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:48.863 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:48.865 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:48.866 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:48.868 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:48.869 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:48.871 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:48.873 | + functions-common:time_stop:2442 : start_time=1741332519873 2025-03-07 07:28:48.874 | + functions-common:time_stop:2444 : [[ -z 1741332519873 ]] 2025-03-07 07:28:48.877 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:48.880 | + functions-common:time_stop:2447 : end_time=1741332528878 2025-03-07 07:28:48.881 | + functions-common:time_stop:2448 : elapsed_time=9005 2025-03-07 07:28:48.883 | + functions-common:time_stop:2449 : total=81785 2025-03-07 07:28:48.885 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:48.886 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90790 2025-03-07 07:28:48.888 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:28:48.889 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:28:48.891 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:28:48.893 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:28:48.894 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:28:48.896 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:28:48.898 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:28:48.900 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:28:48.901 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:28:48.904 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:28:48.907 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332528905 2025-03-07 07:28:48.908 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:28:49.202 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:28:49.202 | 2025-03-07 07:28:49.202 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:28:49.202 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:28:49.202 | state without impacting any branches by switching back to a branch. 2025-03-07 07:28:49.202 | 2025-03-07 07:28:49.202 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:28:49.202 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:28:49.202 | 2025-03-07 07:28:49.202 | git switch -c 2025-03-07 07:28:49.203 | 2025-03-07 07:28:49.203 | Or undo this operation with: 2025-03-07 07:28:49.203 | 2025-03-07 07:28:49.203 | git switch - 2025-03-07 07:28:49.203 | 2025-03-07 07:28:49.203 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:28:49.203 | 2025-03-07 07:28:49.203 | HEAD is now at dcf2e3c Update InstanceNUMACell version in more cases 2025-03-07 07:28:49.207 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:28:49.209 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:49.211 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:49.213 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:49.215 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:49.217 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:49.219 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:28:49.224 | + functions-common:time_stop:2442 : start_time=1741332528905 2025-03-07 07:28:49.226 | + functions-common:time_stop:2444 : [[ -z 1741332528905 ]] 2025-03-07 07:28:49.229 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:49.233 | + functions-common:time_stop:2447 : end_time=1741332529231 2025-03-07 07:28:49.235 | + functions-common:time_stop:2448 : elapsed_time=326 2025-03-07 07:28:49.236 | + functions-common:time_stop:2449 : total=90790 2025-03-07 07:28:49.238 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:49.240 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91116 2025-03-07 07:28:49.242 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2025-03-07 07:28:49.260 | + functions-common:git_clone:695 : cd /opt/stack//nova 2025-03-07 07:28:49.263 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:28:49.263 | + functions-common:git_clone:696 : head -1 2025-03-07 07:28:49.265 | dcf2e3c Update InstanceNUMACell version in more cases 2025-03-07 07:28:49.268 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:28:49.270 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2025-03-07 07:28:49.272 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:28:49.274 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2025-03-07 07:28:49.276 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2025-03-07 07:28:49.278 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:28:49.280 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-03-07 07:28:49.282 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:28:49.284 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2025-03-07 07:28:49.286 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2025-03-07 07:28:49.288 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:28:49.290 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:28:49.292 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2025-03-07 07:28:49.294 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:28:49.297 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2025-03-07 07:28:49.298 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:28:49.305 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:28:49.307 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-03-07 07:28:49.313 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2025-03-07 07:28:49.315 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-03-07 07:28:49.653 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2025-03-07 07:28:49.655 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:28:49.657 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:28:49.659 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:28:49.661 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2025-03-07 07:28:49.663 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2025-03-07 07:28:49.665 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:28:49.667 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:28:49.669 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:28:49.671 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:28:49.672 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:28:49.674 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:28:49.676 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:28:49.678 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2025-03-07 07:28:49.693 | Using python 3.10 to install /opt/stack/nova 2025-03-07 07:28:49.695 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-03-07 07:28:50.644 | Obtaining file:///opt/stack/nova 2025-03-07 07:28:50.645 | Preparing metadata (setup.py): started 2025-03-07 07:28:51.302 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:28:51.392 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.1.2) 2025-03-07 07:28:51.394 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.5.2) 2025-03-07 07:28:51.394 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.1.1) 2025-03-07 07:28:51.394 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.4.1) 2025-03-07 07:28:51.395 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (6.0) 2025-03-07 07:28:51.396 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.5.1) 2025-03-07 07:28:51.397 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.4.41) 2025-03-07 07:28:51.398 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.8.7) 2025-03-07 07:28:51.398 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.8.1) 2025-03-07 07:28:51.399 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (4.1.0) 2025-03-07 07:28:51.400 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (38.0.2) 2025-03-07 07:28:51.401 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (0.2.3) 2025-03-07 07:28:51.401 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.1.1) 2025-03-07 07:28:51.402 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (0.33.1) 2025-03-07 07:28:51.403 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.4.1) 2025-03-07 07:28:51.404 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.1.3) 2025-03-07 07:28:51.404 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.1.0) 2025-03-07 07:28:51.405 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (4.16.0) 2025-03-07 07:28:51.406 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.1.3) 2025-03-07 07:28:51.407 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (10.2.0) 2025-03-07 07:28:51.407 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (4.9.1) 2025-03-07 07:28:51.501 | Collecting microversion-parse>=0.2.1 2025-03-07 07:28:51.503 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-03-07 07:28:51.508 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (0.8.0) 2025-03-07 07:28:51.508 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.0.1.dev10) (0.11.0) 2025-03-07 07:28:51.508 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.0.2) 2025-03-07 07:28:51.508 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (6.2.5) 2025-03-07 07:28:51.509 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.1.0) 2025-03-07 07:28:51.510 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.7.0) 2025-03-07 07:28:51.511 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.10.0) 2025-03-07 07:28:51.512 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.1.1) 2025-03-07 07:28:51.512 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.3.1) 2025-03-07 07:28:51.513 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.1.1) 2025-03-07 07:28:51.514 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (9.1.1) 2025-03-07 07:28:51.515 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.1.1) 2025-03-07 07:28:51.516 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (12.3.3) 2025-03-07 07:28:51.517 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (6.0.0) 2025-03-07 07:28:51.520 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.1.0) 2025-03-07 07:28:51.520 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.2.1) 2025-03-07 07:28:51.520 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (14.2.5) 2025-03-07 07:28:51.520 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.1.1) 2025-03-07 07:28:51.521 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (4.1.1) 2025-03-07 07:28:51.545 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.1.0) 2025-03-07 07:28:51.546 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.0.0) 2025-03-07 07:28:51.547 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (7.0.1) 2025-03-07 07:28:51.548 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.1.2) 2025-03-07 07:28:51.548 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.1.2) 2025-03-07 07:28:51.549 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.1.1) 2025-03-07 07:28:51.550 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (6.1.0) 2025-03-07 07:28:51.551 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.1.0) 2025-03-07 07:28:51.552 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (23.1) 2025-03-07 07:28:51.552 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.11.0) 2025-03-07 07:28:51.553 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.11.1) 2025-03-07 07:28:51.554 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.9.2) 2025-03-07 07:28:51.555 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (9.3.0) 2025-03-07 07:28:51.555 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.8.2) 2025-03-07 07:28:51.556 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (4.3.2) 2025-03-07 07:28:51.557 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (9.0.0) 2025-03-07 07:28:51.558 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (2.28.1) 2025-03-07 07:28:51.559 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.3.3) 2025-03-07 07:28:51.559 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (1.5.0) 2025-03-07 07:28:51.560 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (0.13.0) 2025-03-07 07:28:51.561 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (5.0.0) 2025-03-07 07:28:51.562 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev10) (3.2.0) 2025-03-07 07:28:51.583 | Collecting websockify>=0.9.0 2025-03-07 07:28:51.584 | Using cached websockify-0.10.0-py3-none-any.whl 2025-03-07 07:28:51.595 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.0.1.dev10) (1.2.3) 2025-03-07 07:28:51.605 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.0.1.dev10) (5.5.0) 2025-03-07 07:28:51.623 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.0.1.dev10) (1.15.1) 2025-03-07 07:28:51.636 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev10) (1.16.0) 2025-03-07 07:28:51.637 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev10) (2.2.1) 2025-03-07 07:28:51.646 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.0.1.dev10) (2.1.1) 2025-03-07 07:28:51.664 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==0.0.1.dev10) (0.18.1) 2025-03-07 07:28:51.665 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.0.1.dev10) (22.1.0) 2025-03-07 07:28:51.713 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev10) (3.1.1) 2025-03-07 07:28:51.715 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev10) (5.1.0) 2025-03-07 07:28:51.738 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.1.8) 2025-03-07 07:28:51.741 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.32) 2025-03-07 07:28:51.741 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.0.1) 2025-03-07 07:28:51.741 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.4.4) 2025-03-07 07:28:51.742 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev10) (1.4.0) 2025-03-07 07:28:51.752 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.0.1.dev10) (5.9.0) 2025-03-07 07:28:51.753 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.0.1.dev10) (6.3.1) 2025-03-07 07:28:51.774 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev10) (0.7.3) 2025-03-07 07:28:51.775 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev10) (2.5.0) 2025-03-07 07:28:51.776 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev10) (2.2.2) 2025-03-07 07:28:51.802 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev10) (0.18) 2025-03-07 07:28:51.848 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.0.1.dev10) (2.0.1) 2025-03-07 07:28:51.849 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.0.1.dev10) (0.5.0) 2025-03-07 07:28:51.882 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.0.1.dev10) (0.9.6) 2025-03-07 07:28:51.908 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev10) (0.6.0) 2025-03-07 07:28:51.909 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev10) (5.2.4) 2025-03-07 07:28:51.910 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev10) (5.1.1) 2025-03-07 07:28:51.912 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev10) (5.2.0) 2025-03-07 07:28:51.922 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev10) (3.3.0) 2025-03-07 07:28:51.924 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev10) (4.0.0) 2025-03-07 07:28:51.944 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev10) (1.0.4) 2025-03-07 07:28:51.964 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev10) (2022.4) 2025-03-07 07:28:51.977 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.0.1.dev10) (4.0.1) 2025-03-07 07:28:51.978 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.0.1.dev10) (1.4.0) 2025-03-07 07:28:51.997 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev10) (3.0.9) 2025-03-07 07:28:52.038 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.0.1.dev10) (1.5.0) 2025-03-07 07:28:52.049 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.0.1.dev10) (59.6.0) 2025-03-07 07:28:52.105 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev10) (0.2.5) 2025-03-07 07:28:52.156 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev10) (2.0.1) 2025-03-07 07:28:52.160 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev10) (1.14.1) 2025-03-07 07:28:52.160 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev10) (22.1.0) 2025-03-07 07:28:52.173 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev10) (2.1.0) 2025-03-07 07:28:52.176 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev10) (3.17.6) 2025-03-07 07:28:52.176 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev10) (4.2.0) 2025-03-07 07:28:52.178 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev10) (2.7.0) 2025-03-07 07:28:52.201 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev10) (1.26.12) 2025-03-07 07:28:52.201 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.0.1.dev10) (2020.6.20) 2025-03-07 07:28:52.202 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev10) (2.1.1) 2025-03-07 07:28:52.203 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev10) (3.4) 2025-03-07 07:28:52.235 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.0.1.dev10) (0.7) 2025-03-07 07:28:52.317 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev10) (0.5.2) 2025-03-07 07:28:52.319 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev10) (0.4.3) 2025-03-07 07:28:52.362 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.0.1.dev10) (0.13.1) 2025-03-07 07:28:52.863 | Collecting numpy 2025-03-07 07:28:52.954 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2025-03-07 07:28:53.044 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev10) (5.0.0) 2025-03-07 07:28:53.128 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev10) (2.21) 2025-03-07 07:28:53.153 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (0.5.1) 2025-03-07 07:28:53.154 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (2.4.2) 2025-03-07 07:28:53.155 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (5.0.0) 2025-03-07 07:28:53.367 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev10) (0.14.1) 2025-03-07 07:28:53.381 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev10) (2.17.7) 2025-03-07 07:28:53.653 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev10) (2.5.0) 2025-03-07 07:28:53.838 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (1.8.2) 2025-03-07 07:28:53.870 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev10) (3.8.1) 2025-03-07 07:28:53.888 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev10) (2.4.0) 2025-03-07 07:28:54.493 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-03-07 07:28:56.307 | Running setup.py develop for nova 2025-03-07 07:28:57.448 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2025-03-07 07:28:57.448 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:28:57.577 | + inc/python:pip_install:196 : result=0 2025-03-07 07:28:57.579 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:28:57.581 | + functions-common:time_stop:2435 : local name 2025-03-07 07:28:57.583 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:28:57.585 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:28:57.587 | + functions-common:time_stop:2438 : local total 2025-03-07 07:28:57.588 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:28:57.590 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:28:57.592 | + functions-common:time_stop:2442 : start_time=1741332529689 2025-03-07 07:28:57.594 | + functions-common:time_stop:2444 : [[ -z 1741332529689 ]] 2025-03-07 07:28:57.596 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:28:57.599 | + functions-common:time_stop:2447 : end_time=1741332537597 2025-03-07 07:28:57.601 | + functions-common:time_stop:2448 : elapsed_time=7908 2025-03-07 07:28:57.603 | + functions-common:time_stop:2449 : total=68842 2025-03-07 07:28:57.605 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:28:57.607 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=76750 2025-03-07 07:28:57.608 | + inc/python:pip_install:199 : return 0 2025-03-07 07:28:57.610 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:28:57.612 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2025-03-07 07:28:57.614 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2025-03-07 07:28:57.628 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2025-03-07 07:28:57.637 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2025-03-07 07:28:57.639 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2025-03-07 07:28:57.641 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:28:57.643 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:28:57.644 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-03-07 07:28:57.646 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:28:57.648 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-03-07 07:28:57.659 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:28:57.660 | + stack.sh:main:946 : configure_nova 2025-03-07 07:28:57.662 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2025-03-07 07:28:57.671 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2025-03-07 07:28:57.673 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-03-07 07:28:57.675 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-03-07 07:28:57.678 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-03-07 07:28:57.678 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-03-07 07:28:57.682 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-03-07 07:28:57.684 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-03-07 07:28:57.686 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-03-07 07:28:57.687 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-03-07 07:28:57.689 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-03-07 07:28:57.691 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-03-07 07:28:57.693 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2025-03-07 07:28:57.695 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-03-07 07:28:57.704 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-03-07 07:28:57.713 | + 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-03-07 07:28:57.722 | + 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-03-07 07:28:57.732 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-03-07 07:28:57.741 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-03-07 07:28:57.743 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-03-07 07:28:57.746 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.5wmiSvrFdW 2025-03-07 07:28:57.748 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-03-07 07:28:57.751 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-03-07 07:28:57.753 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2025-03-07 07:28:57.755 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-03-07 07:28:57.757 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-03-07 07:28:57.759 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.5wmiSvrFdW 2025-03-07 07:28:57.762 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.5wmiSvrFdW 2025-03-07 07:28:57.770 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.5wmiSvrFdW /etc/sudoers.d/nova-rootwrap 2025-03-07 07:28:57.779 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2025-03-07 07:28:57.782 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-03-07 07:28:57.784 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-03-07 07:28:57.786 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-03-07 07:28:57.788 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-03-07 07:28:57.790 | + 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-03-07 07:28:57.792 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2025-03-07 07:28:57.794 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-03-07 07:28:57.796 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-03-07 07:28:57.799 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2025-03-07 07:28:57.812 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:57.814 | + lib/nova:configure_nova:356 : create_nova_conf 2025-03-07 07:28:57.816 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2025-03-07 07:28:57.818 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2025-03-07 07:28:57.821 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-03-07 07:28:57.844 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2025-03-07 07:28:57.846 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-03-07 07:28:57.867 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-03-07 07:28:57.892 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-03-07 07:28:57.914 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-03-07 07:28:57.938 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2025-03-07 07:28:57.962 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-03-07 07:28:57.985 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-03-07 07:28:58.007 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-03-07 07:28:58.028 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-03-07 07:28:58.050 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-03-07 07:28:58.072 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-03-07 07:28:58.094 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-03-07 07:28:58.117 | + lib/nova:create_nova_conf:451 : is_fedora 2025-03-07 07:28:58.119 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:28:58.121 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:28:58.122 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:28:58.124 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:28:58.126 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:28:58.128 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:28:58.130 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:28:58.131 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:28:58.133 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:28:58.135 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:28:58.136 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:28:58.138 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:28:58.140 | + lib/nova:create_nova_conf:451 : is_suse 2025-03-07 07:28:58.142 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:28:58.143 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:28:58.145 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:28:58.147 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:28:58.149 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:28:58.151 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:28:58.152 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2025-03-07 07:28:58.164 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:58.166 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:28:58.168 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2025-03-07 07:28:58.170 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2025-03-07 07:28:58.172 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-03-07 07:28:58.174 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-03-07 07:28:58.175 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-03-07 07:28:58.177 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:28:58.179 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:28:58.180 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-03-07 07:28:58.183 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-03-07 07:28:58.207 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2025-03-07 07:28:58.209 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-03-07 07:28:58.211 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-03-07 07:28:58.212 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2025-03-07 07:28:58.214 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:28:58.216 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:28:58.218 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2025-03-07 07:28:58.220 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2025-03-07 07:28:58.244 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2025-03-07 07:28:58.267 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-03-07 07:28:58.289 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-03-07 07:28:58.312 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2025-03-07 07:28:58.324 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:58.326 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2025-03-07 07:28:58.338 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:58.341 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2025-03-07 07:28:58.341 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2025-03-07 07:28:58.345 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2025-03-07 07:28:58.346 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-03-07 07:28:58.369 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-03-07 07:28:58.371 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-03-07 07:28:58.373 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2025-03-07 07:28:58.397 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2025-03-07 07:28:58.419 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2025-03-07 07:28:58.432 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:58.433 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-03-07 07:28:58.435 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-03-07 07:28:58.437 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-07 07:28:58.439 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:28:58.441 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-03-07 07:28:58.464 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-03-07 07:28:58.485 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:28:58.507 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-03-07 07:28:58.529 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-03-07 07:28:58.552 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-03-07 07:28:58.576 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-03-07 07:28:58.599 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-03-07 07:28:58.622 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:28:58.644 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:28:58.666 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2025-03-07 07:28:58.678 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:58.680 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2025-03-07 07:28:58.681 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-03-07 07:28:58.705 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2025-03-07 07:28:58.727 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-03-07 07:28:58.749 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2025-03-07 07:28:58.772 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-03-07 07:28:58.793 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-03-07 07:28:58.817 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2025-03-07 07:28:58.839 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-03-07 07:28:58.861 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2025-03-07 07:28:58.873 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:28:58.875 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2025-03-07 07:28:58.877 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-03-07 07:28:58.899 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-03-07 07:28:58.922 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2025-03-07 07:28:58.924 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-03-07 07:28:58.946 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2025-03-07 07:28:58.948 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2025-03-07 07:28:58.950 | + lib/nova:create_nova_conf:526 : is_suse 2025-03-07 07:28:58.952 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:28:58.954 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:28:58.956 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:28:58.957 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:28:58.959 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:28:58.961 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:28:58.963 | + lib/nova:create_nova_conf:526 : is_fedora 2025-03-07 07:28:58.965 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:28:58.966 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:28:58.968 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:28:58.970 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:28:58.972 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:28:58.973 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:28:58.975 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:28:58.977 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:28:58.979 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:28:58.980 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:28:58.982 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:28:58.984 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:28:58.986 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2025-03-07 07:28:58.987 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-03-07 07:28:58.989 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-03-07 07:28:58.992 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:28:59.004 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:28:59.006 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:28:59.008 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:28:59.009 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:28:59.011 | + 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-03-07 07:28:59.034 | + 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-03-07 07:28:59.056 | + 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-03-07 07:28:59.079 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:28:59.101 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-03-07 07:28:59.125 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2025-03-07 07:28:59.138 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:59.140 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2025-03-07 07:28:59.142 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2025-03-07 07:28:59.143 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2025-03-07 07:28:59.145 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2025-03-07 07:28:59.147 | + lib/apache:write_uwsgi_config:257 : local http= 2025-03-07 07:28:59.148 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:28:59.151 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2025-03-07 07:28:59.154 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2025-03-07 07:28:59.155 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:28:59.157 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:28:59.167 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:28:59.167 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:28:59.173 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:28:59.176 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:28:59.184 | /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-03-07 07:28:59.187 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-03-07 07:28:59.189 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-03-07 07:28:59.191 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2025-03-07 07:28:59.215 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-03-07 07:28:59.236 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-03-07 07:28:59.258 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:28:59.280 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:28:59.301 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:28:59.323 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:28:59.345 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:28:59.367 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:28:59.389 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:28:59.411 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:28:59.432 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:28:59.454 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:28:59.476 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-03-07 07:28:59.478 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-03-07 07:28:59.480 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2025-03-07 07:28:59.482 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2025-03-07 07:28:59.483 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:28:59.485 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:59.487 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:59.488 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-07 07:28:59.491 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-07 07:28:59.493 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-03-07 07:28:59.515 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-03-07 07:28:59.537 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2025-03-07 07:28:59.537 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-07 07:28:59.544 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2025-03-07 07:28:59.547 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2025-03-07 07:28:59.549 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2025-03-07 07:28:59.550 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:28:59.552 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:28:59.554 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:28:59.557 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:59.558 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:59.560 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:28:59.562 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:28:59.564 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:28:59.566 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:28:59.568 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2025-03-07 07:28:59.600 | Enabling site nova-api-wsgi. 2025-03-07 07:28:59.603 | To activate the new configuration, you need to run: 2025-03-07 07:28:59.603 | systemctl reload apache2 2025-03-07 07:28:59.607 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-03-07 07:28:59.609 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:28:59.611 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:28:59.613 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:28:59.704 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2025-03-07 07:28:59.717 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:28:59.719 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-03-07 07:28:59.720 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-03-07 07:28:59.723 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2025-03-07 07:28:59.724 | + lib/apache:write_uwsgi_config:256 : local url= 2025-03-07 07:28:59.726 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2025-03-07 07:28:59.728 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:28:59.730 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2025-03-07 07:28:59.733 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2025-03-07 07:28:59.735 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:28:59.737 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:28:59.747 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:28:59.747 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:28:59.753 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:28:59.756 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:28:59.764 | /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-03-07 07:28:59.767 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-03-07 07:28:59.769 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-03-07 07:28:59.772 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2025-03-07 07:28:59.796 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-03-07 07:28:59.818 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-03-07 07:28:59.840 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:28:59.862 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:28:59.885 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:28:59.908 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:28:59.938 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:28:59.970 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:29:00.009 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:29:00.036 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:29:00.060 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:29:00.084 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:29:00.106 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2025-03-07 07:29:00.108 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-03-07 07:29:00.132 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2025-03-07 07:29:00.144 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:00.147 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-03-07 07:29:00.173 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2025-03-07 07:29:00.174 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2025-03-07 07:29:00.176 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2025-03-07 07:29:00.189 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:00.191 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:29:00.193 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:29:00.217 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-03-07 07:29:00.242 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-03-07 07:29:00.244 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-03-07 07:29:00.245 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2025-03-07 07:29:00.247 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:29:00.249 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:29:00.251 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:29:00.264 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:00.266 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:29:00.268 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:29:00.270 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:29:00.282 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:00.283 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:29:00.286 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:29:00.308 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:29:00.310 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:29:00.312 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-03-07 07:29:00.335 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-03-07 07:29:00.358 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2025-03-07 07:29:00.383 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2025-03-07 07:29:00.396 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:00.397 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-03-07 07:29:00.420 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2025-03-07 07:29:00.422 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2025-03-07 07:29:00.424 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-03-07 07:29:00.448 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2025-03-07 07:29:00.471 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-03-07 07:29:00.493 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2025-03-07 07:29:00.515 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-03-07 07:29:00.538 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-03-07 07:29:00.561 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2025-03-07 07:29:00.584 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-03-07 07:29:00.607 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-03-07 07:29:00.630 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2025-03-07 07:29:00.642 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:00.645 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2025-03-07 07:29:00.648 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-07 07:29:00.649 | + lib/nova:create_nova_conf:574 : local conf 2025-03-07 07:29:00.651 | + lib/nova:create_nova_conf:575 : local vhost 2025-03-07 07:29:00.654 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2025-03-07 07:29:00.655 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-03-07 07:29:00.657 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-03-07 07:29:00.659 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2025-03-07 07:29:00.661 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2025-03-07 07:29:00.663 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2025-03-07 07:29:00.666 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2025-03-07 07:29:00.668 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-03-07 07:29:00.670 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-03-07 07:29:00.671 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-03-07 07:29:00.673 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:29:00.675 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:00.677 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-03-07 07:29:00.679 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-03-07 07:29:00.703 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-03-07 07:29:00.728 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-03-07 07:29:00.753 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:29:00.754 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-03-07 07:29:00.756 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-03-07 07:29:00.758 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2025-03-07 07:29:00.760 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:29:00.762 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:29:00.764 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:29:00.776 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:00.779 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:29:00.781 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:29:00.783 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:29:00.795 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:00.797 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:29:00.799 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:29:00.822 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:29:00.824 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:29:00.826 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2025-03-07 07:29:00.828 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-03-07 07:29:00.829 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-03-07 07:29:00.832 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:29:00.845 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:29:00.847 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:29:00.848 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:00.850 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:29:00.852 | + 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-03-07 07:29:00.874 | + 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-03-07 07:29:00.897 | + 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-03-07 07:29:00.920 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:29:00.943 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:29:00.945 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2025-03-07 07:29:00.947 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2025-03-07 07:29:00.949 | + lib/nova:configure_console_proxies:720 : local offset=0 2025-03-07 07:29:00.951 | + lib/nova:configure_console_proxies:724 : offset=0 2025-03-07 07:29:00.953 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2025-03-07 07:29:00.964 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:00.966 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2025-03-07 07:29:00.968 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2025-03-07 07:29:00.980 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:00.982 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2025-03-07 07:29:00.994 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:00.996 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2025-03-07 07:29:01.009 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:01.011 | + stack.sh:main:949 : is_service_enabled placement 2025-03-07 07:29:01.024 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:01.026 | + stack.sh:main:951 : stack_install_service placement 2025-03-07 07:29:01.028 | + lib/stack:stack_install_service:20 : local service=placement 2025-03-07 07:29:01.030 | + lib/stack:stack_install_service:21 : type install_placement 2025-03-07 07:29:01.032 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:29:01.034 | + lib/stack:stack_install_service:32 : install_placement 2025-03-07 07:29:01.036 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-03-07 07:29:01.038 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2025-03-07 07:29:01.040 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:01.043 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:01.045 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2025-03-07 07:29:01.047 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:29:01.049 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:29:01.051 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:29:01.053 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:29:01.055 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:29:01.056 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:29:01.058 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:01.060 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:01.062 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:29:01.064 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:29:01.066 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:29:01.068 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:29:01.070 | + functions-common:install_package:1460 : real_install_package apache2 2025-03-07 07:29:01.072 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:29:01.074 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:01.076 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:01.078 | + functions-common:real_install_package:1446 : apt_get install apache2 2025-03-07 07:29:01.094 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-03-07 07:29:01.153 | Reading package lists... 2025-03-07 07:29:01.372 | Building dependency tree... 2025-03-07 07:29:01.373 | Reading state information... 2025-03-07 07:29:01.584 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:29:01.584 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:29:01.588 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:29:01.590 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:29:01.592 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:01.594 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:01.596 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:01.598 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:01.600 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:01.602 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:29:01.603 | + functions-common:time_stop:2442 : start_time=1741332541092 2025-03-07 07:29:01.605 | + functions-common:time_stop:2444 : [[ -z 1741332541092 ]] 2025-03-07 07:29:01.608 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:01.611 | + functions-common:time_stop:2447 : end_time=1741332541609 2025-03-07 07:29:01.613 | + functions-common:time_stop:2448 : elapsed_time=517 2025-03-07 07:29:01.615 | + functions-common:time_stop:2449 : total=23145 2025-03-07 07:29:01.617 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:01.619 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23662 2025-03-07 07:29:01.621 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:29:01.623 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2025-03-07 07:29:01.625 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2025-03-07 07:29:01.627 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2025-03-07 07:29:01.629 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2025-03-07 07:29:01.631 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2025-03-07 07:29:01.645 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2025-03-07 07:29:01.647 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:29:01.649 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:29:01.651 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:29:01.653 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:29:01.655 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:29:01.657 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:29:01.659 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:01.661 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:01.663 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:29:01.665 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:29:01.667 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:29:01.669 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:29:01.671 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2025-03-07 07:29:01.673 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:29:01.675 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:01.677 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:01.679 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2025-03-07 07:29:01.696 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2025-03-07 07:29:01.756 | Reading package lists... 2025-03-07 07:29:01.974 | Building dependency tree... 2025-03-07 07:29:01.975 | Reading state information... 2025-03-07 07:29:02.193 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-03-07 07:29:02.193 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:29:02.197 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:29:02.199 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:29:02.201 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:02.203 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:02.205 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:02.207 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:02.209 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:02.211 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:29:02.213 | + functions-common:time_stop:2442 : start_time=1741332541694 2025-03-07 07:29:02.215 | + functions-common:time_stop:2444 : [[ -z 1741332541694 ]] 2025-03-07 07:29:02.217 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:02.220 | + functions-common:time_stop:2447 : end_time=1741332542218 2025-03-07 07:29:02.222 | + functions-common:time_stop:2448 : elapsed_time=524 2025-03-07 07:29:02.224 | + functions-common:time_stop:2449 : total=23662 2025-03-07 07:29:02.226 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:02.228 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=24186 2025-03-07 07:29:02.230 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:29:02.232 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2025-03-07 07:29:02.234 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2025-03-07 07:29:02.236 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:29:02.238 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:02.240 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:02.242 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-03-07 07:29:02.244 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2025-03-07 07:29:02.273 | wsgi (enabled by maintainer script) 2025-03-07 07:29:02.276 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-03-07 07:29:02.278 | + inc/python:pip_install_gr:76 : local name=osc-placement 2025-03-07 07:29:02.280 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:29:02.282 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2025-03-07 07:29:02.285 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2025-03-07 07:29:02.287 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:29:02.290 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:29:02.290 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:29:02.294 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2025-03-07 07:29:02.296 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2025-03-07 07:29:02.298 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2025-03-07 07:29:02.300 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2025-03-07 07:29:02.302 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2025-03-07 07:29:02.319 | Using python 3.10 to install osc-placement 2025-03-07 07:29:02.321 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-03-07 07:29:03.372 | Collecting osc-placement 2025-03-07 07:29:03.375 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2025-03-07 07:29:03.381 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2025-03-07 07:29:03.384 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2025-03-07 07:29:03.384 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2025-03-07 07:29:03.384 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2025-03-07 07:29:03.384 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2025-03-07 07:29:03.410 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2025-03-07 07:29:03.410 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2025-03-07 07:29:03.411 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2025-03-07 07:29:03.412 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-03-07 07:29:03.413 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-03-07 07:29:03.419 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2025-03-07 07:29:03.420 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.2) 2025-03-07 07:29:03.421 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2025-03-07 07:29:03.427 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2025-03-07 07:29:03.428 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-03-07 07:29:03.428 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-03-07 07:29:03.429 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-03-07 07:29:03.430 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-03-07 07:29:03.431 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-03-07 07:29:03.438 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-03-07 07:29:03.439 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2025-03-07 07:29:03.439 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-03-07 07:29:03.440 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2025-03-07 07:29:03.441 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2025-03-07 07:29:03.444 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2025-03-07 07:29:03.459 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-03-07 07:29:03.460 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-03-07 07:29:03.460 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-03-07 07:29:03.461 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-03-07 07:29:03.462 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-03-07 07:29:03.463 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2025-03-07 07:29:03.464 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-03-07 07:29:03.482 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-03-07 07:29:03.482 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2025-03-07 07:29:03.483 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2025-03-07 07:29:03.484 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2025-03-07 07:29:03.538 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-03-07 07:29:03.539 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2025-03-07 07:29:03.540 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2025-03-07 07:29:03.558 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-03-07 07:29:03.586 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2025-03-07 07:29:03.646 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-03-07 07:29:04.483 | Installing collected packages: osc-placement 2025-03-07 07:29:04.563 | Successfully installed osc-placement-4.1.0 2025-03-07 07:29:04.563 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:29:04.667 | + inc/python:pip_install:196 : result=0 2025-03-07 07:29:04.670 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:29:04.672 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:04.674 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:04.676 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:04.678 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:04.680 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:04.682 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:29:04.684 | + functions-common:time_stop:2442 : start_time=1741332542315 2025-03-07 07:29:04.686 | + functions-common:time_stop:2444 : [[ -z 1741332542315 ]] 2025-03-07 07:29:04.688 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:04.691 | + functions-common:time_stop:2447 : end_time=1741332544689 2025-03-07 07:29:04.693 | + functions-common:time_stop:2448 : elapsed_time=2374 2025-03-07 07:29:04.695 | + functions-common:time_stop:2449 : total=76750 2025-03-07 07:29:04.697 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:04.699 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79124 2025-03-07 07:29:04.701 | + inc/python:pip_install:199 : return 0 2025-03-07 07:29:04.703 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement unmaintained/2023.1 2025-03-07 07:29:04.705 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2025-03-07 07:29:04.707 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2025-03-07 07:29:04.709 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:29:04.711 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:29:04.713 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:29:04.715 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:29:04.717 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:29:04.720 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:29:04.732 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:29:04.734 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:29:04.736 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:29:04.739 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:29:04.741 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:29:04.741 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:29:04.746 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2025-03-07 07:29:04.748 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:29:04.749 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-03-07 07:29:04.751 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:29:04.753 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:29:04.755 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:29:04.757 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:29:04.759 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:29:04.760 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:29:04.762 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:04.764 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:04.766 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:04.770 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332544767 2025-03-07 07:29:04.771 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-03-07 07:29:04.774 | Cloning into '/opt/stack//placement'... 2025-03-07 07:29:06.455 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:29:06.457 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:06.458 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:06.460 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:06.462 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:06.464 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:06.465 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:29:06.467 | + functions-common:time_stop:2442 : start_time=1741332544767 2025-03-07 07:29:06.469 | + functions-common:time_stop:2444 : [[ -z 1741332544767 ]] 2025-03-07 07:29:06.471 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:06.474 | + functions-common:time_stop:2447 : end_time=1741332546472 2025-03-07 07:29:06.476 | + functions-common:time_stop:2448 : elapsed_time=1705 2025-03-07 07:29:06.477 | + functions-common:time_stop:2449 : total=91116 2025-03-07 07:29:06.479 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:06.481 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92821 2025-03-07 07:29:06.483 | + functions-common:git_clone:654 : cd /opt/stack//placement 2025-03-07 07:29:06.484 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:29:06.486 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:29:06.488 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:29:06.490 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:29:06.492 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:29:06.493 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:29:06.495 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:29:06.497 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:06.499 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:06.501 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:06.504 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332546502 2025-03-07 07:29:06.506 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:29:07.848 | From https://opendev.org/openstack/placement 2025-03-07 07:29:07.848 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:29:07.853 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:29:07.855 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:07.856 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:07.858 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:07.860 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:07.862 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:07.863 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:29:07.865 | + functions-common:time_stop:2442 : start_time=1741332546502 2025-03-07 07:29:07.867 | + functions-common:time_stop:2444 : [[ -z 1741332546502 ]] 2025-03-07 07:29:07.869 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:07.872 | + functions-common:time_stop:2447 : end_time=1741332547870 2025-03-07 07:29:07.874 | + functions-common:time_stop:2448 : elapsed_time=1368 2025-03-07 07:29:07.875 | + functions-common:time_stop:2449 : total=92821 2025-03-07 07:29:07.877 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:07.879 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94189 2025-03-07 07:29:07.881 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:29:07.882 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:29:07.884 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:29:07.886 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:29:07.888 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:29:07.889 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:29:07.891 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:29:07.893 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:07.895 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:07.897 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:07.900 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332547898 2025-03-07 07:29:07.902 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:29:07.928 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:29:07.928 | 2025-03-07 07:29:07.928 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:29:07.928 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:29:07.928 | state without impacting any branches by switching back to a branch. 2025-03-07 07:29:07.928 | 2025-03-07 07:29:07.928 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:29:07.928 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:29:07.928 | 2025-03-07 07:29:07.928 | git switch -c 2025-03-07 07:29:07.928 | 2025-03-07 07:29:07.928 | Or undo this operation with: 2025-03-07 07:29:07.928 | 2025-03-07 07:29:07.928 | git switch - 2025-03-07 07:29:07.928 | 2025-03-07 07:29:07.928 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:29:07.928 | 2025-03-07 07:29:07.928 | HEAD is now at 938fc62 Update .gitreview for unmaintained/2023.1 2025-03-07 07:29:07.931 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:29:07.932 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:07.934 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:07.936 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:07.938 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:07.940 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:07.942 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:29:07.944 | + functions-common:time_stop:2442 : start_time=1741332547898 2025-03-07 07:29:07.945 | + functions-common:time_stop:2444 : [[ -z 1741332547898 ]] 2025-03-07 07:29:07.948 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:07.951 | + functions-common:time_stop:2447 : end_time=1741332547949 2025-03-07 07:29:07.953 | + functions-common:time_stop:2448 : elapsed_time=51 2025-03-07 07:29:07.955 | + functions-common:time_stop:2449 : total=94189 2025-03-07 07:29:07.956 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:07.958 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94240 2025-03-07 07:29:07.960 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2025-03-07 07:29:07.970 | + functions-common:git_clone:695 : cd /opt/stack//placement 2025-03-07 07:29:07.973 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:29:07.973 | + functions-common:git_clone:696 : head -1 2025-03-07 07:29:07.975 | 938fc62 Update .gitreview for unmaintained/2023.1 2025-03-07 07:29:07.977 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:29:07.979 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-03-07 07:29:07.981 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:29:07.983 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2025-03-07 07:29:07.985 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2025-03-07 07:29:07.987 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:29:07.989 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-03-07 07:29:07.991 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:29:07.993 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2025-03-07 07:29:07.995 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2025-03-07 07:29:07.996 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:29:07.998 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:29:08.001 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2025-03-07 07:29:08.003 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:29:08.005 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2025-03-07 07:29:08.007 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:29:08.009 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:29:08.012 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-03-07 07:29:08.016 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2025-03-07 07:29:08.018 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-03-07 07:29:08.337 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2025-03-07 07:29:08.339 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:29:08.342 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:29:08.344 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:29:08.346 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2025-03-07 07:29:08.348 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2025-03-07 07:29:08.350 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:29:08.352 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:29:08.354 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:29:08.356 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:29:08.358 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:29:08.360 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:29:08.362 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:29:08.364 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2025-03-07 07:29:08.380 | Using python 3.10 to install /opt/stack/placement 2025-03-07 07:29:08.382 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-03-07 07:29:09.334 | Obtaining file:///opt/stack/placement 2025-03-07 07:29:09.335 | Preparing metadata (setup.py): started 2025-03-07 07:29:09.718 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:29:09.776 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2025-03-07 07:29:09.776 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2025-03-07 07:29:09.779 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2025-03-07 07:29:09.779 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2025-03-07 07:29:09.779 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2025-03-07 07:29:09.779 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2025-03-07 07:29:09.780 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2025-03-07 07:29:09.781 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2025-03-07 07:29:09.781 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:09.782 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2025-03-07 07:29:09.783 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:09.784 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.3) 2025-03-07 07:29:09.784 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.1) 2025-03-07 07:29:09.785 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:09.786 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2025-03-07 07:29:09.787 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.2) 2025-03-07 07:29:09.788 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2025-03-07 07:29:09.788 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2025-03-07 07:29:09.789 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2025-03-07 07:29:09.790 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2025-03-07 07:29:09.791 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2025-03-07 07:29:09.809 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2025-03-07 07:29:09.810 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2025-03-07 07:29:09.834 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.3) 2025-03-07 07:29:09.835 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2025-03-07 07:29:09.836 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2025-03-07 07:29:09.837 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2025-03-07 07:29:09.837 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2025-03-07 07:29:09.839 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2025-03-07 07:29:09.847 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2025-03-07 07:29:09.865 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2025-03-07 07:29:09.866 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2025-03-07 07:29:09.867 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2025-03-07 07:29:09.868 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2025-03-07 07:29:09.868 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2025-03-07 07:29:09.911 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2025-03-07 07:29:09.913 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2025-03-07 07:29:09.913 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2025-03-07 07:29:09.914 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2025-03-07 07:29:09.933 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2025-03-07 07:29:09.935 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2025-03-07 07:29:09.943 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2025-03-07 07:29:09.944 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2025-03-07 07:29:09.945 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2025-03-07 07:29:09.958 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2025-03-07 07:29:09.958 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2025-03-07 07:29:09.962 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2025-03-07 07:29:09.969 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2025-03-07 07:29:09.971 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (23.1) 2025-03-07 07:29:09.971 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2025-03-07 07:29:09.971 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2025-03-07 07:29:09.982 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2025-03-07 07:29:09.983 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2025-03-07 07:29:09.983 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2025-03-07 07:29:09.984 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2025-03-07 07:29:09.991 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2025-03-07 07:29:10.055 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2025-03-07 07:29:10.069 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2025-03-07 07:29:10.112 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2025-03-07 07:29:10.131 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2025-03-07 07:29:10.157 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2025-03-07 07:29:10.190 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2025-03-07 07:29:10.206 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2025-03-07 07:29:10.277 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2025-03-07 07:29:10.278 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2025-03-07 07:29:10.279 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:10.305 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2025-03-07 07:29:11.106 | Installing collected packages: openstack-placement 2025-03-07 07:29:11.106 | Running setup.py develop for openstack-placement 2025-03-07 07:29:11.737 | Successfully installed openstack-placement 2025-03-07 07:29:11.737 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:29:11.842 | + inc/python:pip_install:196 : result=0 2025-03-07 07:29:11.845 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:29:11.847 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:11.849 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:11.851 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:11.853 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:11.855 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:11.857 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:29:11.859 | + functions-common:time_stop:2442 : start_time=1741332548376 2025-03-07 07:29:11.861 | + functions-common:time_stop:2444 : [[ -z 1741332548376 ]] 2025-03-07 07:29:11.863 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:11.867 | + functions-common:time_stop:2447 : end_time=1741332551865 2025-03-07 07:29:11.869 | + functions-common:time_stop:2448 : elapsed_time=3489 2025-03-07 07:29:11.870 | + functions-common:time_stop:2449 : total=79124 2025-03-07 07:29:11.872 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:11.874 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82613 2025-03-07 07:29:11.876 | + inc/python:pip_install:199 : return 0 2025-03-07 07:29:11.878 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:29:11.880 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-03-07 07:29:11.882 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-03-07 07:29:11.897 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-03-07 07:29:11.906 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2025-03-07 07:29:11.908 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2025-03-07 07:29:11.910 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:29:11.912 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:29:11.914 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-03-07 07:29:11.916 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:29:11.918 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:29:11.920 | + stack.sh:main:952 : configure_placement 2025-03-07 07:29:11.922 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-03-07 07:29:11.931 | + lib/placement:configure_placement:113 : create_placement_conf 2025-03-07 07:29:11.933 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-03-07 07:29:11.937 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-03-07 07:29:11.939 | ++ lib/database:database_connection_url:134 : local db=placement 2025-03-07 07:29:11.941 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-03-07 07:29:11.943 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2025-03-07 07:29:11.945 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:29:11.947 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:11.948 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2025-03-07 07:29:11.951 | + 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' 2025-03-07 07:29:11.977 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-03-07 07:29:12.003 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-03-07 07:29:12.028 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-03-07 07:29:12.030 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-03-07 07:29:12.032 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-03-07 07:29:12.034 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:29:12.036 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-03-07 07:29:12.063 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-03-07 07:29:12.086 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:29:12.110 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-03-07 07:29:12.134 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-03-07 07:29:12.157 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-03-07 07:29:12.182 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-03-07 07:29:12.206 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-03-07 07:29:12.230 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:29:12.254 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:29:12.279 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-03-07 07:29:12.281 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-03-07 07:29:12.283 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-03-07 07:29:12.286 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:29:12.300 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:29:12.302 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:29:12.304 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:12.306 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:29:12.308 | + 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-03-07 07:29:12.334 | + 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-03-07 07:29:12.358 | + 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-03-07 07:29:12.383 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:29:12.408 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-03-07 07:29:12.410 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2025-03-07 07:29:12.412 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2025-03-07 07:29:12.414 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2025-03-07 07:29:12.416 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2025-03-07 07:29:12.418 | + lib/apache:write_uwsgi_config:257 : local http= 2025-03-07 07:29:12.420 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:29:12.423 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2025-03-07 07:29:12.426 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2025-03-07 07:29:12.428 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:29:12.430 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:29:12.441 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:29:12.442 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:29:12.448 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:29:12.451 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:29:12.459 | /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-03-07 07:29:12.462 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2025-03-07 07:29:12.464 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2025-03-07 07:29:12.468 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2025-03-07 07:29:12.494 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-03-07 07:29:12.518 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-03-07 07:29:12.542 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:29:12.565 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:29:12.589 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:29:12.612 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:29:12.636 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:29:12.659 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:29:12.683 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:29:12.707 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:29:12.731 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:29:12.754 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:29:12.778 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-03-07 07:29:12.780 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-03-07 07:29:12.783 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2025-03-07 07:29:12.785 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2025-03-07 07:29:12.787 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:29:12.789 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:12.791 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:12.793 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2025-03-07 07:29:12.795 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-03-07 07:29:12.797 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-03-07 07:29:12.822 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-03-07 07:29:12.846 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2025-03-07 07:29:12.846 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-03-07 07:29:12.853 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2025-03-07 07:29:12.856 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2025-03-07 07:29:12.858 | + lib/apache:enable_apache_site:203 : local site=placement-api 2025-03-07 07:29:12.860 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:29:12.862 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:29:12.864 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:29:12.866 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:12.868 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:12.870 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:29:12.872 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:29:12.874 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:12.876 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:12.878 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2025-03-07 07:29:12.910 | Enabling site placement-api. 2025-03-07 07:29:12.914 | To activate the new configuration, you need to run: 2025-03-07 07:29:12.914 | systemctl reload apache2 2025-03-07 07:29:12.917 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-03-07 07:29:12.919 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:29:12.921 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:29:12.923 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:29:13.021 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:13.023 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:13.025 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-03-07 07:29:13.053 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-03-07 07:29:13.077 | + stack.sh:main:959 : is_service_enabled placement placement-client 2025-03-07 07:29:13.091 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:13.093 | + stack.sh:main:960 : is_service_enabled n-cpu 2025-03-07 07:29:13.107 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:13.109 | + stack.sh:main:960 : is_service_enabled n-sch 2025-03-07 07:29:13.123 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:13.125 | + stack.sh:main:961 : configure_placement_nova_compute 2025-03-07 07:29:13.127 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2025-03-07 07:29:13.129 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2025-03-07 07:29:13.154 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-03-07 07:29:13.178 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2025-03-07 07:29:13.202 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-03-07 07:29:13.226 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-03-07 07:29:13.250 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2025-03-07 07:29:13.277 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-03-07 07:29:13.302 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-03-07 07:29:13.327 | + stack.sh:main:965 : is_service_enabled horizon 2025-03-07 07:29:13.341 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:13.343 | + stack.sh:main:970 : is_service_enabled tls-proxy 2025-03-07 07:29:13.356 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:13.358 | + stack.sh:main:978 : run_phase stack install 2025-03-07 07:29:13.360 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:29:13.362 | + functions-common:run_phase:1864 : local phase=install 2025-03-07 07:29:13.364 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:29:13.366 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:29:13.369 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:29:13.371 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:29:13.373 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:29:13.375 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:29:13.379 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:29:13.381 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:29:13.383 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:29:13.385 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-03-07 07:29:13.387 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:29:13.400 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:13.402 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:29:13.404 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:29:13.406 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-03-07 07:29:13.407 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-03-07 07:29:13.409 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:29:13.411 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2025-03-07 07:29:13.413 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-03-07 07:29:13.415 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-03-07 07:29:13.461 | ++ inc/async:async_inner:63 : install_tempest 2025-03-07 07:29:13.491 | [4759 Async install_tempest:34245]: running: install_tempest 2025-03-07 07:29:13.493 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:29:13.495 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:29:13.497 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:29:13.500 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:29:13.502 | + functions-common:run_phase:1890 : run_plugins stack install 2025-03-07 07:29:13.504 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:29:13.506 | + functions-common:run_plugins:1850 : local phase=install 2025-03-07 07:29:13.508 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:29:13.511 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:29:13.513 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:29:13.515 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:29:13.517 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:29:13.519 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-03-07 07:29:13.522 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:29:13.524 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:29:13.526 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-03-07 07:29:13.528 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-03-07 07:29:13.530 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:29:13.532 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2025-03-07 07:29:13.534 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-03-07 07:29:13.538 | ++ inc/python:setup_develop:334 : local bindep 2025-03-07 07:29:13.540 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-03-07 07:29:13.542 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2025-03-07 07:29:13.544 | ++ inc/python:setup_develop:340 : local extras= 2025-03-07 07:29:13.546 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-03-07 07:29:13.548 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:29:13.550 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-03-07 07:29:13.552 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2025-03-07 07:29:13.554 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:29:13.556 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:29:13.560 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2025-03-07 07:29:13.562 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:29:13.564 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2025-03-07 07:29:13.566 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:29:13.568 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:29:13.571 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-03-07 07:29:13.575 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2025-03-07 07:29:13.577 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-03-07 07:29:13.897 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2025-03-07 07:29:13.899 | ++ inc/python:setup_package:414 : local bindep=0 2025-03-07 07:29:13.902 | ++ inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:29:13.904 | ++ inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:29:13.906 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-03-07 07:29:13.908 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2025-03-07 07:29:13.910 | ++ inc/python:setup_package:423 : local flags=-e 2025-03-07 07:29:13.912 | ++ inc/python:setup_package:424 : local extras= 2025-03-07 07:29:13.914 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:29:13.916 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:29:13.917 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:29:13.919 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:29:13.921 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:29:13.923 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2025-03-07 07:29:13.939 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-03-07 07:29:13.941 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-03-07 07:29:14.884 | Obtaining file:///opt/stack/networking-nsx-t 2025-03-07 07:29:14.885 | Preparing metadata (setup.py): started 2025-03-07 07:29:15.273 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:29:15.437 | Collecting Babel>=1.3 2025-03-07 07:29:15.489 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2025-03-07 07:29:15.536 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (22.1.0) 2025-03-07 07:29:15.561 | Collecting ipaddress 2025-03-07 07:29:15.563 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-03-07 07:29:15.564 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.8.0) 2025-03-07 07:29:15.565 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.4.3) 2025-03-07 07:29:15.565 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.1.1) 2025-03-07 07:29:15.566 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (6.0.0) 2025-03-07 07:29:15.567 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.2.1) 2025-03-07 07:29:15.568 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.1.2) 2025-03-07 07:29:15.568 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.1.2) 2025-03-07 07:29:15.569 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (6.1.0) 2025-03-07 07:29:15.570 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.11.1) 2025-03-07 07:29:15.571 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.14.1) 2025-03-07 07:29:15.571 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.0.0) 2025-03-07 07:29:15.682 | Collecting ratelimiter 2025-03-07 07:29:15.685 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-03-07 07:29:15.687 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.2.0) 2025-03-07 07:29:15.689 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev9) (2022.4) 2025-03-07 07:29:15.706 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.1.0) 2025-03-07 07:29:15.706 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.6.1) 2025-03-07 07:29:15.707 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.3) 2025-03-07 07:29:15.708 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (14.2.5) 2025-03-07 07:29:15.708 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.3.2) 2025-03-07 07:29:15.709 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:15.710 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.1.1) 2025-03-07 07:29:15.711 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.4.41) 2025-03-07 07:29:15.712 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.4.2) 2025-03-07 07:29:15.712 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.4.3) 2025-03-07 07:29:15.713 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:15.714 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.8.7) 2025-03-07 07:29:15.715 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (12.3.3) 2025-03-07 07:29:15.716 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.10.0) 2025-03-07 07:29:15.717 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.0.0) 2025-03-07 07:29:15.736 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.5.0) 2025-03-07 07:29:15.737 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.28.1) 2025-03-07 07:29:15.738 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.5.0) 2025-03-07 07:29:15.738 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (6.0) 2025-03-07 07:29:15.780 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev9) (2.8.2) 2025-03-07 07:29:15.782 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev9) (0.9.6) 2025-03-07 07:29:15.786 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev9) (1.0.4) 2025-03-07 07:29:15.797 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.1.3) 2025-03-07 07:29:15.798 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.5.1) 2025-03-07 07:29:15.798 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (4.0.1) 2025-03-07 07:29:15.799 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2025-03-07 07:29:15.800 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (0.33.1) 2025-03-07 07:29:15.801 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (3.5.2) 2025-03-07 07:29:15.802 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.4.0) 2025-03-07 07:29:15.808 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (23.1) 2025-03-07 07:29:15.809 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (0.11.0) 2025-03-07 07:29:15.810 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (1.1.0) 2025-03-07 07:29:15.811 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (3.0.9) 2025-03-07 07:29:15.853 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (4.2.0) 2025-03-07 07:29:15.854 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.1.0) 2025-03-07 07:29:15.855 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.1.0) 2025-03-07 07:29:15.856 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.17.6) 2025-03-07 07:29:15.857 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.7.0) 2025-03-07 07:29:15.888 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (0.13.1) 2025-03-07 07:29:15.889 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (6.3.1) 2025-03-07 07:29:15.891 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (2.4.1) 2025-03-07 07:29:15.891 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (0.18) 2025-03-07 07:29:15.897 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.4.1) 2025-03-07 07:29:15.898 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.4.2) 2025-03-07 07:29:15.899 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.0.0) 2025-03-07 07:29:15.900 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (0.5.1) 2025-03-07 07:29:15.905 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.14.1) 2025-03-07 07:29:15.911 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.2.1) 2025-03-07 07:29:15.912 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.16.0) 2025-03-07 07:29:15.955 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.7.0) 2025-03-07 07:29:15.965 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.0.2) 2025-03-07 07:29:15.975 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.6.13) 2025-03-07 07:29:15.975 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.17.7) 2025-03-07 07:29:16.020 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.5.0) 2025-03-07 07:29:16.021 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.13.0) 2025-03-07 07:29:16.022 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.8.1) 2025-03-07 07:29:16.023 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.0.1) 2025-03-07 07:29:16.049 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:16.050 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.2.0) 2025-03-07 07:29:16.051 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.2.4) 2025-03-07 07:29:16.052 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.6.0) 2025-03-07 07:29:16.053 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:16.105 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (59.6.0) 2025-03-07 07:29:16.121 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.3.5) 2025-03-07 07:29:16.122 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.2.3) 2025-03-07 07:29:16.175 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.26.12) 2025-03-07 07:29:16.175 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2025-03-07 07:29:16.177 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2020.6.20) 2025-03-07 07:29:16.177 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (3.4) 2025-03-07 07:29:16.194 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (0.7) 2025-03-07 07:29:16.332 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.0.0) 2025-03-07 07:29:16.387 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (0.2.5) 2025-03-07 07:29:16.388 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.8.2) 2025-03-07 07:29:16.439 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.8.1) 2025-03-07 07:29:16.482 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2025-03-07 07:29:16.493 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.9.1) 2025-03-07 07:29:16.494 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.11.0) 2025-03-07 07:29:16.511 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.4.4) 2025-03-07 07:29:16.511 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.32) 2025-03-07 07:29:16.514 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (38.0.2) 2025-03-07 07:29:16.514 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.4.0) 2025-03-07 07:29:16.514 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:29:16.515 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.0.1) 2025-03-07 07:29:16.516 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.1.8) 2025-03-07 07:29:16.577 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.1.2) 2025-03-07 07:29:16.579 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.3.0) 2025-03-07 07:29:16.580 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.0.0) 2025-03-07 07:29:16.590 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.4.0) 2025-03-07 07:29:16.633 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.5.2) 2025-03-07 07:29:16.633 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.4.3) 2025-03-07 07:29:16.656 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.5.0) 2025-03-07 07:29:16.729 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.15.1) 2025-03-07 07:29:16.820 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.5.0) 2025-03-07 07:29:16.934 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.21) 2025-03-07 07:29:17.493 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2025-03-07 07:29:17.525 | Attempting uninstall: Babel 2025-03-07 07:29:17.527 | Found existing installation: Babel 2.8.0 2025-03-07 07:29:17.528 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:29:17.529 | Can't uninstall 'Babel'. No files were found to uninstall. 2025-03-07 07:29:17.903 | Running setup.py develop for networking-nsxv3 2025-03-07 07:29:18.734 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2025-03-07 07:29:18.734 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:29:18.860 | ++ inc/python:pip_install:196 : result=0 2025-03-07 07:29:18.862 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:29:18.864 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:29:18.866 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:18.868 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:18.870 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:29:18.872 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:18.874 | ++ functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:29:18.875 | ++ functions-common:time_stop:2442 : start_time=1741332553935 2025-03-07 07:29:18.877 | ++ functions-common:time_stop:2444 : [[ -z 1741332553935 ]] 2025-03-07 07:29:18.880 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:18.883 | ++ functions-common:time_stop:2447 : end_time=1741332558881 2025-03-07 07:29:18.885 | ++ functions-common:time_stop:2448 : elapsed_time=4946 2025-03-07 07:29:18.887 | ++ functions-common:time_stop:2449 : total=82613 2025-03-07 07:29:18.889 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:18.890 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=87559 2025-03-07 07:29:18.892 | ++ inc/python:pip_install:199 : return 0 2025-03-07 07:29:18.894 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:29:18.897 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-03-07 07:29:18.898 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-03-07 07:29:18.913 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-03-07 07:29:18.922 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2025-03-07 07:29:18.924 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2025-03-07 07:29:18.926 | ++ inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:29:18.928 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:29:18.930 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-03-07 07:29:18.932 | ++ inc/python:use_library_from_git:249 : return 1 2025-03-07 07:29:18.934 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2025-03-07 07:29:18.936 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2025-03-07 07:29:18.938 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:29:18.940 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:29:18.942 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2025-03-07 07:29:18.944 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:29:18.946 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2025-03-07 07:29:18.948 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2025-03-07 07:29:18.950 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:29:18.953 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2025-03-07 07:29:18.955 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2025-03-07 07:29:18.957 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:29:18.960 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:29:18.960 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:29:18.964 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2025-03-07 07:29:18.966 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2025-03-07 07:29:18.968 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2025-03-07 07:29:18.970 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2025-03-07 07:29:18.972 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2025-03-07 07:29:18.988 | Using python 3.10 to install python-openstackclient 2025-03-07 07:29:18.990 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-03-07 07:29:20.080 | Collecting python-openstackclient 2025-03-07 07:29:20.088 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2025-03-07 07:29:20.108 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2025-03-07 07:29:20.110 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2025-03-07 07:29:20.110 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2025-03-07 07:29:20.110 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2025-03-07 07:29:20.111 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2025-03-07 07:29:20.113 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2025-03-07 07:29:20.114 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2025-03-07 07:29:20.115 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2025-03-07 07:29:20.116 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2025-03-07 07:29:20.117 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.2) 2025-03-07 07:29:20.118 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2025-03-07 07:29:20.123 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-03-07 07:29:20.124 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2025-03-07 07:29:20.124 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2025-03-07 07:29:20.125 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2025-03-07 07:29:20.126 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-03-07 07:29:20.137 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2025-03-07 07:29:20.138 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2025-03-07 07:29:20.139 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2025-03-07 07:29:20.140 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2025-03-07 07:29:20.141 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2025-03-07 07:29:20.141 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.3) 2025-03-07 07:29:20.142 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2025-03-07 07:29:20.143 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2025-03-07 07:29:20.144 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2025-03-07 07:29:20.144 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2025-03-07 07:29:20.152 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2025-03-07 07:29:20.158 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2025-03-07 07:29:20.159 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-03-07 07:29:20.160 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-03-07 07:29:20.160 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-03-07 07:29:20.161 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-03-07 07:29:20.169 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2025-03-07 07:29:20.179 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.2) 2025-03-07 07:29:20.180 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-03-07 07:29:20.181 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2025-03-07 07:29:20.238 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2025-03-07 07:29:20.238 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-03-07 07:29:20.241 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2025-03-07 07:29:20.258 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2025-03-07 07:29:20.262 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2025-03-07 07:29:20.288 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2025-03-07 07:29:20.348 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2025-03-07 07:29:20.354 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2025-03-07 07:29:20.383 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2025-03-07 07:29:20.384 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-03-07 07:29:20.385 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2025-03-07 07:29:20.386 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2025-03-07 07:29:20.432 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2025-03-07 07:29:21.330 | Installing collected packages: python-openstackclient 2025-03-07 07:29:22.209 | Successfully installed python-openstackclient-6.2.1 2025-03-07 07:29:22.209 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:29:22.337 | + inc/python:pip_install:196 : result=0 2025-03-07 07:29:22.340 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:29:22.342 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:22.344 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:22.346 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:22.348 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:22.349 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:22.351 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:29:22.353 | + functions-common:time_stop:2442 : start_time=1741332558984 2025-03-07 07:29:22.355 | + functions-common:time_stop:2444 : [[ -z 1741332558984 ]] 2025-03-07 07:29:22.358 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:22.361 | + functions-common:time_stop:2447 : end_time=1741332562359 2025-03-07 07:29:22.363 | + functions-common:time_stop:2448 : elapsed_time=3375 2025-03-07 07:29:22.365 | + functions-common:time_stop:2449 : total=87559 2025-03-07 07:29:22.367 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:22.369 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90934 2025-03-07 07:29:22.371 | + inc/python:pip_install:199 : return 0 2025-03-07 07:29:22.373 | + stack.sh:main:990 : install_oscwrap 2025-03-07 07:29:22.376 | ++ functions-common:install_oscwrap:2480 : mktemp 2025-03-07 07:29:22.379 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.zkLx98otLO 2025-03-07 07:29:22.381 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2025-03-07 07:29:22.384 | + functions-common:install_oscwrap:2486 : unalias -a 2025-03-07 07:29:22.386 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2025-03-07 07:29:22.388 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2025-03-07 07:29:22.390 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-07 07:29:22.392 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2025-03-07 07:29:22.405 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:22.407 | + stack.sh:main:1044 : configure_database 2025-03-07 07:29:22.409 | + lib/database:configure_database:128 : configure_database_mysql 2025-03-07 07:29:22.411 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2025-03-07 07:29:22.413 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2025-03-07 07:29:22.414 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:29:22.416 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2025-03-07 07:29:22.418 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2025-03-07 07:29:22.420 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:22.422 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:22.423 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2025-03-07 07:29:22.426 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2025-03-07 07:29:22.428 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-03-07 07:29:22.428 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-03-07 07:29:22.432 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-03-07 07:29:22.480 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2025-03-07 07:29:22.482 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:29:22.484 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:29:22.486 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:29:22.487 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:29:22.489 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:29:22.491 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:29:22.493 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:29:22.494 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:29:22.496 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:29:22.498 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:29:22.500 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:29:22.501 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:29:22.503 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2025-03-07 07:29:22.505 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:29:22.507 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:29:22.508 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:29:22.510 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:29:22.512 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:29:22.514 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:29:22.519 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2025-03-07 07:29:22.521 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:22.523 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:22.527 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2025-03-07 07:29:22.528 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:29:22.530 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-03-07 07:29:23.082 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2025-03-07 07:29:23.084 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:23.086 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:23.088 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2025-03-07 07:29:23.090 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2025-03-07 07:29:23.092 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2025-03-07 07:29:23.094 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:23.097 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:23.099 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2025-03-07 07:29:23.101 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2025-03-07 07:29:23.103 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2025-03-07 07:29:23.104 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:23.107 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:23.109 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2025-03-07 07:29:23.111 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2025-03-07 07:29:23.113 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2025-03-07 07:29:23.115 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-03-07 07:29:23.133 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2025-03-07 07:29:23.135 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:29:23.137 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:29:23.139 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2025-03-07 07:29:23.141 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2025-03-07 07:29:23.143 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-03-07 07:29:23.190 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-03-07 07:29:23.235 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-03-07 07:29:23.278 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:23.280 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:23.283 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:23.285 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2025-03-07 07:29:23.286 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:29:23.288 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-03-07 07:29:23.823 | + stack.sh:main:1048 : save_stackenv 1048 2025-03-07 07:29:23.825 | + functions-common:save_stackenv:60 : local tag=1048 2025-03-07 07:29:23.828 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-07 07:29:23.831 | + functions-common:save_stackenv:62 : time_stamp=2025-03-07-072923 2025-03-07 07:29:23.833 | + functions-common:save_stackenv:63 : echo '# 2025-03-07-072923 1048' 2025-03-07 07:29:23.835 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.837 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-07 07:29:23.840 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.842 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-07 07:29:23.844 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.846 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-07 07:29:23.848 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.850 | + 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-03-07 07:29:23.852 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.854 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-07 07:29:23.856 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.858 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-07 07:29:23.859 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.861 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-07-072459 2025-03-07 07:29:23.863 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.865 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-07 07:29:23.867 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.869 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-07 07:29:23.871 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.873 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-07 07:29:23.875 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.877 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-07 07:29:23.878 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.880 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-07 07:29:23.882 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.884 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-07 07:29:23.886 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.888 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-07 07:29:23.890 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:29:23.892 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-07 07:29:23.894 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2025-03-07 07:29:23.895 | + stack.sh:main:1074 : start_dstat 2025-03-07 07:29:23.897 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-03-07 07:29:23.899 | + functions-common:run_process:1689 : local service=dstat 2025-03-07 07:29:23.901 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-03-07 07:29:23.903 | + functions-common:run_process:1691 : local group= 2025-03-07 07:29:23.905 | + functions-common:run_process:1692 : local user= 2025-03-07 07:29:23.907 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:29:23.909 | + functions-common:run_process:1695 : local name=dstat 2025-03-07 07:29:23.911 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:29:23.913 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:29:23.914 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:23.916 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:23.919 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:23.923 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332563920 2025-03-07 07:29:23.925 | + functions-common:run_process:1698 : is_service_enabled dstat 2025-03-07 07:29:23.938 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:23.940 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:29:23.942 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:23.944 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:23.946 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:23.948 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:23.950 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:23.952 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:29:23.954 | + functions-common:time_stop:2442 : start_time=1741332563920 2025-03-07 07:29:23.956 | + functions-common:time_stop:2444 : [[ -z 1741332563920 ]] 2025-03-07 07:29:23.958 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:23.962 | + functions-common:time_stop:2447 : end_time=1741332563959 2025-03-07 07:29:23.964 | + functions-common:time_stop:2448 : elapsed_time=39 2025-03-07 07:29:23.966 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:29:23.968 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:23.970 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2025-03-07 07:29:23.972 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-03-07 07:29:23.974 | + functions-common:run_process:1689 : local service=memory_tracker 2025-03-07 07:29:23.975 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-03-07 07:29:23.978 | + functions-common:run_process:1691 : local group= 2025-03-07 07:29:23.980 | + functions-common:run_process:1692 : local user=root 2025-03-07 07:29:23.981 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:29:23.983 | + functions-common:run_process:1695 : local name=memory_tracker 2025-03-07 07:29:23.985 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:29:23.987 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:29:23.989 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:23.991 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:23.994 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:23.997 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332563995 2025-03-07 07:29:23.999 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2025-03-07 07:29:24.013 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:24.015 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:29:24.017 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:24.019 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:24.021 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:24.023 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:24.025 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:24.027 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:29:24.029 | + functions-common:time_stop:2442 : start_time=1741332563995 2025-03-07 07:29:24.031 | + functions-common:time_stop:2444 : [[ -z 1741332563995 ]] 2025-03-07 07:29:24.033 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:24.037 | + functions-common:time_stop:2447 : end_time=1741332564035 2025-03-07 07:29:24.039 | + functions-common:time_stop:2448 : elapsed_time=40 2025-03-07 07:29:24.041 | + functions-common:time_stop:2449 : total=39 2025-03-07 07:29:24.043 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:24.045 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79 2025-03-07 07:29:24.047 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-03-07 07:29:24.061 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:24.063 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-03-07 07:29:24.065 | + functions-common:run_process:1689 : local service=file_tracker 2025-03-07 07:29:24.067 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-03-07 07:29:24.069 | + functions-common:run_process:1691 : local group= 2025-03-07 07:29:24.071 | + functions-common:run_process:1692 : local user= 2025-03-07 07:29:24.073 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:29:24.075 | + functions-common:run_process:1695 : local name=file_tracker 2025-03-07 07:29:24.077 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:29:24.079 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:29:24.081 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:24.083 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:24.085 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:24.089 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332564087 2025-03-07 07:29:24.091 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2025-03-07 07:29:24.104 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:24.106 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:29:24.108 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:24.110 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:24.112 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:24.115 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:24.117 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:24.119 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:29:24.121 | + functions-common:time_stop:2442 : start_time=1741332564087 2025-03-07 07:29:24.123 | + functions-common:time_stop:2444 : [[ -z 1741332564087 ]] 2025-03-07 07:29:24.125 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:24.129 | + functions-common:time_stop:2447 : end_time=1741332564127 2025-03-07 07:29:24.131 | + functions-common:time_stop:2448 : elapsed_time=40 2025-03-07 07:29:24.133 | + functions-common:time_stop:2449 : total=79 2025-03-07 07:29:24.135 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:24.137 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=119 2025-03-07 07:29:24.139 | + stack.sh:main:1078 : is_service_enabled tcpdump 2025-03-07 07:29:24.152 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:24.154 | + stack.sh:main:1086 : is_service_enabled etcd3 2025-03-07 07:29:24.168 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:24.170 | + stack.sh:main:1087 : start_etcd3 2025-03-07 07:29:24.172 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-03-07 07:29:24.174 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-03-07 07:29:24.176 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-03-07 07:29:24.178 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-03-07 07:29:24.180 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-03-07 07:29:24.182 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-03-07 07:29:24.184 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-03-07 07:29:24.186 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-03-07 07:29:24.188 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-03-07 07:29:24.190 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-03-07 07:29:24.192 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-03-07 07:29:24.194 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-03-07 07:29:24.196 | + 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-03-07 07:29:24.198 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2025-03-07 07:29:24.200 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-03-07 07:29:24.201 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:29:24.203 | + functions-common:write_user_unit_file:1561 : local user=root 2025-03-07 07:29:24.205 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:29:24.207 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:29:24.208 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:29:24.210 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-03-07 07:29:24.212 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:29:24.215 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-03-07 07:29:24.265 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-03-07 07:29:24.315 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-03-07 07:29:24.357 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-03-07 07:29:24.400 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-03-07 07:29:24.442 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:29:24.489 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:29:24.491 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:29:24.492 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-03-07 07:29:24.545 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:29:24.800 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-03-07 07:29:24.844 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-03-07 07:29:24.888 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-03-07 07:29:24.930 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-03-07 07:29:24.974 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-03-07 07:29:24.977 | ++ functions-common:is_arch:507 : uname -m 2025-03-07 07:29:24.980 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-03-07 07:29:24.982 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-03-07 07:29:25.223 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-03-07 07:29:25.233 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-03-07 07:29:25.468 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-03-07 07:29:26.022 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2025-03-07 07:29:26.036 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:26.038 | + stack.sh:main:1098 : write_clouds_yaml 2025-03-07 07:29:26.040 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-03-07 07:29:26.043 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-03-07 07:29:26.046 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-03-07 07:29:26.055 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-03-07 07:29:26.064 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-03-07 07:29:26.066 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-07 07:29:26.068 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2025-03-07 07:29:26.114 | The user clouds.yaml file didn't exist. 2025-03-07 07:29:26.119 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2025-03-07 07:29:26.174 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2025-03-07 07:29:26.230 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2025-03-07 07:29:26.288 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2025-03-07 07:29:26.348 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2025-03-07 07:29:26.410 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2025-03-07 07:29:26.473 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2025-03-07 07:29:26.538 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2025-03-07 07:29:26.603 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2025-03-07 07:29:26.670 | + functions-common:write_clouds_yaml:198 : cat 2025-03-07 07:29:26.674 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-03-07 07:29:26.676 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-03-07 07:29:26.679 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-03-07 07:29:26.682 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2025-03-07 07:29:26.684 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2025-03-07 07:29:26.686 | + stack.sh:main:1101 : is_service_enabled keystone 2025-03-07 07:29:26.699 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:26.701 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2025-03-07 07:29:26.703 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:29:26.705 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2025-03-07 07:29:26.707 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-03-07 07:29:26.709 | + stack.sh:main:1105 : init_keystone 2025-03-07 07:29:26.711 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-03-07 07:29:26.723 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:26.725 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-03-07 07:29:26.726 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-03-07 07:29:26.728 | + lib/database:recreate_database:112 : local db=keystone 2025-03-07 07:29:26.730 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-03-07 07:29:26.732 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2025-03-07 07:29:26.734 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-03-07 07:29:26.745 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-03-07 07:29:26.754 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-03-07 07:29:26.756 | + functions-common:time_start:2421 : local name=dbsync 2025-03-07 07:29:26.758 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:26.759 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:26.763 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:26.765 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332566763 2025-03-07 07:29:26.767 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-03-07 07:29:28.700 | 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=36650) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:29:28.704 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:29:28.705 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:29:28.707 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=36650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:29:28.718 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:29:28.718 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:29:28.746 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-03-07 07:29:29.455 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36650) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:29:29.456 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-03-07 07:29:29.456 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36650) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:29:29.458 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-03-07 07:29:29.458 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36650) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:29:29.745 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-03-07 07:29:29.748 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:29.750 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:29.752 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:29.754 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:29.756 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:29.757 | + functions-common:time_stop:2441 : name=dbsync 2025-03-07 07:29:29.760 | + functions-common:time_stop:2442 : start_time=1741332566763 2025-03-07 07:29:29.762 | + functions-common:time_stop:2444 : [[ -z 1741332566763 ]] 2025-03-07 07:29:29.765 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:29.768 | + functions-common:time_stop:2447 : end_time=1741332569766 2025-03-07 07:29:29.770 | + functions-common:time_stop:2448 : elapsed_time=3003 2025-03-07 07:29:29.772 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:29:29.774 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:29.777 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3003 2025-03-07 07:29:29.778 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-03-07 07:29:29.781 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-03-07 07:29:29.784 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-03-07 07:29:31.442 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-03-07 07:29:31.442 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-03-07 07:29:31.443 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-03-07 07:29:31.443 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-03-07 07:29:31.443 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-03-07 07:29:31.443 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-03-07 07:29:31.443 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-03-07 07:29:31.443 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-03-07 07:29:31.443 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-03-07 07:29:31.702 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-03-07 07:29:31.705 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-03-07 07:29:33.352 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-03-07 07:29:33.353 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-03-07 07:29:33.354 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-03-07 07:29:33.354 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-03-07 07:29:33.354 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-03-07 07:29:33.354 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-03-07 07:29:33.354 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-03-07 07:29:33.354 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-03-07 07:29:33.354 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-03-07 07:29:33.610 | + stack.sh:main:1106 : start_keystone 2025-03-07 07:29:33.612 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-03-07 07:29:33.614 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-03-07 07:29:33.617 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-03-07 07:29:33.630 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:33.632 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-03-07 07:29:33.634 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-03-07 07:29:33.638 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-03-07 07:29:33.640 | + functions-common:run_process:1689 : local service=keystone 2025-03-07 07:29:33.642 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:29:33.644 | + functions-common:run_process:1691 : local group= 2025-03-07 07:29:33.646 | + functions-common:run_process:1692 : local user= 2025-03-07 07:29:33.648 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:29:33.650 | + functions-common:run_process:1695 : local name=keystone 2025-03-07 07:29:33.652 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:29:33.654 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:29:33.656 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:33.658 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:33.660 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:33.664 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332573661 2025-03-07 07:29:33.666 | + functions-common:run_process:1698 : is_service_enabled keystone 2025-03-07 07:29:33.679 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:29:33.681 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-03-07 07:29:33.683 | + functions-common:_run_under_systemd:1649 : local service=keystone 2025-03-07 07:29:33.685 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:29:33.687 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:29:33.689 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:29:33.692 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:29:33.694 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-03-07 07:29:33.695 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-03-07 07:29:33.697 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2025-03-07 07:29:33.699 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:29:33.702 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:29:33.704 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:29:33.706 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:29:33.708 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-03-07 07:29:33.710 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2025-03-07 07:29:33.712 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2025-03-07 07:29:33.714 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:29:33.716 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:29:33.717 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:29:33.719 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:29:33.721 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-03-07 07:29:33.723 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:29:33.726 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-03-07 07:29:33.773 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-03-07 07:29:33.821 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-03-07 07:29:33.860 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:29:33.899 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:29:33.939 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-03-07 07:29:33.978 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-03-07 07:29:34.018 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-03-07 07:29:34.059 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-03-07 07:29:34.098 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-03-07 07:29:34.138 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:29:34.140 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:29:34.142 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-03-07 07:29:34.191 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:29:34.421 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2025-03-07 07:29:34.430 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-03-07 07:29:34.651 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2025-03-07 07:29:34.708 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:29:34.710 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:34.712 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:34.712 | ++ inc/async:async_inner:64 : rc=0 2025-03-07 07:29:34.714 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:34.716 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:34.718 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:34.721 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:29:34.723 | + functions-common:time_stop:2442 : start_time=1741332573661 2025-03-07 07:29:34.725 | + functions-common:time_stop:2444 : [[ -z 1741332573661 ]] 2025-03-07 07:29:34.727 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:34.731 | + functions-common:time_stop:2447 : end_time=1741332574728 2025-03-07 07:29:34.731 | [34245 Async install_tempest:34245]: finished successfully 2025-03-07 07:29:34.733 | + functions-common:time_stop:2448 : elapsed_time=1067 2025-03-07 07:29:34.735 | + functions-common:time_stop:2449 : total=119 2025-03-07 07:29:34.737 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:34.739 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1186 2025-03-07 07:29:34.741 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-03-07 07:29:34.741 | Waiting for keystone to start... 2025-03-07 07:29:34.743 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-03-07 07:29:34.745 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-03-07 07:29:34.747 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:29:34.749 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-03-07 07:29:34.751 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:29:34.753 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:29:34.755 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:29:34.757 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:29:34.758 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:29:34.761 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:29:34.764 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332574762 2025-03-07 07:29:34.766 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:29:34.769 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-03-07 07:29:37.106 | + :: : [[ 200 == 503 ]] 2025-03-07 07:29:37.107 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:29:37.110 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:29:37.112 | + functions-common:time_stop:2435 : local name 2025-03-07 07:29:37.114 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:29:37.116 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:29:37.118 | + functions-common:time_stop:2438 : local total 2025-03-07 07:29:37.120 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:29:37.122 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:29:37.123 | + functions-common:time_stop:2442 : start_time=1741332574762 2025-03-07 07:29:37.125 | + functions-common:time_stop:2444 : [[ -z 1741332574762 ]] 2025-03-07 07:29:37.128 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:29:37.131 | + functions-common:time_stop:2447 : end_time=1741332577129 2025-03-07 07:29:37.133 | + functions-common:time_stop:2448 : elapsed_time=2367 2025-03-07 07:29:37.135 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:29:37.137 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:29:37.138 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2367 2025-03-07 07:29:37.140 | + functions:wait_for_service:478 : return 0 2025-03-07 07:29:37.142 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-03-07 07:29:37.155 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:29:37.157 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-03-07 07:29:37.159 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:29:37.161 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2025-03-07 07:29:38.096 | + stack.sh:main:1107 : bootstrap_keystone 2025-03-07 07:29:38.098 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2025-03-07 07:29:39.806 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.807 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.807 | 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=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.812 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.818 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.819 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.834 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.849 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.850 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.956 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.956 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.956 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.956 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.956 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.956 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.963 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.963 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.963 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.963 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.963 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.963 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.963 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.967 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.968 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.968 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.969 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.969 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.969 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.969 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.969 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37433) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:29:39.985 | 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=37433) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:29:40.089 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created domain default 2025-03-07 07:29:40.110 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created project admin 2025-03-07 07:29:40.123 | WARNING keystone.common.password_hashing [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-03-07 07:29:40.124 | DEBUG passlib.handlers.bcrypt [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=37433) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2025-03-07 07:29:40.124 | DEBUG passlib.handlers.bcrypt [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37433) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2025-03-07 07:29:40.157 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created user admin 2025-03-07 07:29:40.163 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created role reader 2025-03-07 07:29:40.173 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created role member 2025-03-07 07:29:40.185 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created implied role where 4d374873526440f4be11d312a9c66ab0 implies 9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:29:40.189 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created role admin 2025-03-07 07:29:40.198 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created implied role where 9e5eb9d880604983a4bf1140fd84b21d implies 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:29:40.203 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Granted role admin on project admin to user admin. 2025-03-07 07:29:40.206 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Granted role admin on the system to user admin. 2025-03-07 07:29:40.212 | WARNING py.warnings [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-03-07 07:29:40.212 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-03-07 07:29:40.212 |  2025-03-07 07:29:40.214 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created region RegionOne 2025-03-07 07:29:40.231 | INFO keystone.cmd.bootstrap [None req-7c0623b4-99d9-4d03-9689-f560ea24cac4 None None] Created public endpoint http://10.180.1.21/identity 2025-03-07 07:29:40.540 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-03-07 07:29:40.542 | + stack.sh:main:1110 : create_keystone_accounts 2025-03-07 07:29:40.544 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-03-07 07:29:40.546 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-03-07 07:29:42.156 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:42.158 | + lib/keystone:create_keystone_accounts:315 : admin_project=d66969059be64e7d86646b564fe28c7d 2025-03-07 07:29:42.160 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-03-07 07:29:42.163 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-03-07 07:29:43.384 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:43.387 | + lib/keystone:create_keystone_accounts:317 : admin_user=cb9c795f32d849c5a56d5fbd2d812617 2025-03-07 07:29:43.388 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-03-07 07:29:43.390 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-03-07 07:29:43.392 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-03-07 07:29:43.394 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin cb9c795f32d849c5a56d5fbd2d812617 default 2025-03-07 07:29:43.440 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin cb9c795f32d849c5a56d5fbd2d812617 default 2025-03-07 07:29:43.468 | [4759 Async ks-domain-role:37553]: running: get_or_add_user_domain_role admin cb9c795f32d849c5a56d5fbd2d812617 default 2025-03-07 07:29:43.470 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-03-07 07:29:43.472 | + functions-common:get_or_create_domain:895 : local domain_id 2025-03-07 07:29:43.474 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-03-07 07:29:44.948 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:44.950 | + functions-common:get_or_create_domain:900 : domain_id=default 2025-03-07 07:29:44.952 | + functions-common:get_or_create_domain:901 : echo default 2025-03-07 07:29:44.952 | default 2025-03-07 07:29:44.955 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-03-07 07:29:45.003 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-03-07 07:29:45.032 | [4759 Async ks-project:37664]: running: get_or_create_project service Default 2025-03-07 07:29:45.034 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-03-07 07:29:45.081 | + inc/async:async_inner:63 : get_or_create_role service 2025-03-07 07:29:45.109 | [4759 Async ks-service:37776]: running: get_or_create_role service 2025-03-07 07:29:45.111 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-03-07 07:29:45.158 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-03-07 07:29:45.188 | [4759 Async ks-reseller:37872]: running: get_or_create_role ResellerAdmin 2025-03-07 07:29:45.190 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-03-07 07:29:45.191 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-03-07 07:29:45.246 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-03-07 07:29:45.278 | [4759 Async ks-anotherrole:37969]: running: get_or_create_role anotherrole 2025-03-07 07:29:45.280 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-03-07 07:29:45.282 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-03-07 07:29:45.284 | ++ functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:29:45.287 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-03-07 07:29:46.449 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:46.467 | [37776 Async ks-service:37776]: finished successfully 2025-03-07 07:29:46.585 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:46.603 | [37872 Async ks-reseller:37872]: finished successfully 2025-03-07 07:29:46.750 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:46.769 | [37969 Async ks-anotherrole:37969]: finished successfully 2025-03-07 07:29:46.791 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:46.810 | [37664 Async ks-project:37664]: finished successfully 2025-03-07 07:29:46.928 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:46.930 | ++ functions-common:get_or_create_project:951 : project_id=9650d038e3b44a3d8cf821cdd19f289a 2025-03-07 07:29:46.932 | ++ functions-common:get_or_create_project:952 : echo 9650d038e3b44a3d8cf821cdd19f289a 2025-03-07 07:29:46.934 | + lib/keystone:create_keystone_accounts:345 : invis_project=9650d038e3b44a3d8cf821cdd19f289a 2025-03-07 07:29:46.936 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-03-07 07:29:46.939 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-03-07 07:29:46.941 | ++ functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:29:46.943 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-03-07 07:29:46.965 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:46.982 | [37553 Async ks-domain-role:37553]: finished successfully 2025-03-07 07:29:48.294 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:48.297 | ++ functions-common:get_or_create_project:951 : project_id=78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:48.299 | ++ functions-common:get_or_create_project:952 : echo 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:48.301 | + lib/keystone:create_keystone_accounts:349 : demo_project=78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:48.303 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-03-07 07:29:48.306 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-03-07 07:29:48.308 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:29:48.310 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2025-03-07 07:29:48.311 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2025-03-07 07:29:48.314 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-03-07 07:29:49.671 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:49.673 | ++ functions-common:get_or_create_user:938 : user_id=64c2dcf3826a49a88b82f460707f0cb3 2025-03-07 07:29:49.675 | ++ functions-common:get_or_create_user:939 : echo 64c2dcf3826a49a88b82f460707f0cb3 2025-03-07 07:29:49.678 | + lib/keystone:create_keystone_accounts:352 : demo_user=64c2dcf3826a49a88b82f460707f0cb3 2025-03-07 07:29:49.680 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-03-07 07:29:49.715 | [4759 Async ks-domain-role:37553]: Waiting for completion of get_or_add_user_domain_role admin cb9c795f32d849c5a56d5fbd2d812617 default running on PID 37553 (6 other jobs running) 2025-03-07 07:29:49.732 | [4759 Async ks-domain-role:37553]: Signaling child to exit 2025-03-07 07:29:49.732 | WAKEUP 2025-03-07 07:29:49.748 | [4759 Async ks-domain-role:37553]: Signaled 2025-03-07 07:29:49.749 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2025-03-07 07:29:49.749 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user cb9c795f32d849c5a56d5fbd2d812617 --domain default 2025-03-07 07:29:49.749 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user cb9c795f32d849c5a56d5fbd2d812617 --domain default -c Role -f value 2025-03-07 07:29:49.749 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:49.749 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:29:49.749 | + functions-common:get_or_add_user_domain_role:1022 : echo 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:29:49.749 | 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:29:49.779 | [4759 Async ks-domain-role:37553]: finished get_or_add_user_domain_role admin cb9c795f32d849c5a56d5fbd2d812617 default with result 0 in 3 seconds 2025-03-07 07:29:49.784 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-03-07 07:29:49.810 | [4759 Async ks-project:37664]: Waiting for completion of get_or_create_project service Default running on PID 37664 (5 other jobs running) 2025-03-07 07:29:49.827 | [4759 Async ks-project:37664]: Signaling child to exit 2025-03-07 07:29:49.827 | WAKEUP 2025-03-07 07:29:49.843 | [4759 Async ks-project:37664]: Signaled 2025-03-07 07:29:49.844 | + functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:29:49.844 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-03-07 07:29:49.844 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:49.844 | + functions-common:get_or_create_project:951 : project_id=0eec99923eff4da3930c875934fa83ef 2025-03-07 07:29:49.844 | + functions-common:get_or_create_project:952 : echo 0eec99923eff4da3930c875934fa83ef 2025-03-07 07:29:49.844 | 0eec99923eff4da3930c875934fa83ef 2025-03-07 07:29:49.874 | [4759 Async ks-project:37664]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-03-07 07:29:49.900 | [4759 Async ks-service:37776]: Waiting for completion of get_or_create_role service running on PID 37776 (4 other jobs running) 2025-03-07 07:29:49.917 | [4759 Async ks-service:37776]: Signaling child to exit 2025-03-07 07:29:49.917 | WAKEUP 2025-03-07 07:29:49.933 | [4759 Async ks-service:37776]: Signaled 2025-03-07 07:29:49.934 | + functions-common:get_or_create_role:958 : local role_id 2025-03-07 07:29:49.934 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-03-07 07:29:49.934 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:49.934 | + functions-common:get_or_create_role:963 : role_id=579772a68084427db91e3a7edd16da8a 2025-03-07 07:29:49.934 | + functions-common:get_or_create_role:964 : echo 579772a68084427db91e3a7edd16da8a 2025-03-07 07:29:49.934 | 579772a68084427db91e3a7edd16da8a 2025-03-07 07:29:49.964 | [4759 Async ks-service:37776]: finished get_or_create_role service with result 0 in 1 seconds 2025-03-07 07:29:49.989 | [4759 Async ks-reseller:37872]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 37872 (3 other jobs running) 2025-03-07 07:29:50.007 | [4759 Async ks-reseller:37872]: Signaling child to exit 2025-03-07 07:29:50.007 | WAKEUP 2025-03-07 07:29:50.022 | [4759 Async ks-reseller:37872]: Signaled 2025-03-07 07:29:50.023 | + functions-common:get_or_create_role:958 : local role_id 2025-03-07 07:29:50.023 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-03-07 07:29:50.023 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:50.023 | + functions-common:get_or_create_role:963 : role_id=cc174b1727154690b76eafd6f1a3dda0 2025-03-07 07:29:50.023 | + functions-common:get_or_create_role:964 : echo cc174b1727154690b76eafd6f1a3dda0 2025-03-07 07:29:50.023 | cc174b1727154690b76eafd6f1a3dda0 2025-03-07 07:29:50.054 | [4759 Async ks-reseller:37872]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-03-07 07:29:50.079 | [4759 Async ks-anotherrole:37969]: Waiting for completion of get_or_create_role anotherrole running on PID 37969 (2 other jobs running) 2025-03-07 07:29:50.096 | [4759 Async ks-anotherrole:37969]: Signaling child to exit 2025-03-07 07:29:50.096 | WAKEUP 2025-03-07 07:29:50.112 | [4759 Async ks-anotherrole:37969]: Signaled 2025-03-07 07:29:50.112 | + functions-common:get_or_create_role:958 : local role_id 2025-03-07 07:29:50.112 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-03-07 07:29:50.112 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:50.113 | + functions-common:get_or_create_role:963 : role_id=324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:29:50.113 | + functions-common:get_or_create_role:964 : echo 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:29:50.113 | 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:29:50.143 | [4759 Async ks-anotherrole:37969]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-03-07 07:29:50.146 | + inc/async:async_wait:197 : return 0 2025-03-07 07:29:50.148 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.194 | + inc/async:async_inner:63 : get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.223 | [4759 Async ks-demo-member:38810]: running: get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.225 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin cb9c795f32d849c5a56d5fbd2d812617 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.272 | + inc/async:async_inner:63 : get_or_add_user_project_role admin cb9c795f32d849c5a56d5fbd2d812617 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.301 | [4759 Async ks-demo-admin:38906]: running: get_or_add_user_project_role admin cb9c795f32d849c5a56d5fbd2d812617 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.303 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.351 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.381 | [4759 Async ks-demo-another:39003]: running: get_or_add_user_project_role anotherrole 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:50.382 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 9650d038e3b44a3d8cf821cdd19f289a 2025-03-07 07:29:50.429 | + inc/async:async_inner:63 : get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 9650d038e3b44a3d8cf821cdd19f289a 2025-03-07 07:29:50.458 | [4759 Async ks-demo-invis:39100]: running: get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 9650d038e3b44a3d8cf821cdd19f289a 2025-03-07 07:29:50.460 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-03-07 07:29:50.463 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-03-07 07:29:50.465 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:29:50.468 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2025-03-07 07:29:50.470 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2025-03-07 07:29:50.472 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2025-03-07 07:29:52.035 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:52.038 | ++ functions-common:get_or_create_user:938 : user_id=a90ae7a7d9494cb0912dc08d91350a12 2025-03-07 07:29:52.041 | ++ functions-common:get_or_create_user:939 : echo a90ae7a7d9494cb0912dc08d91350a12 2025-03-07 07:29:52.043 | + lib/keystone:create_keystone_accounts:365 : demo_reader=a90ae7a7d9494cb0912dc08d91350a12 2025-03-07 07:29:52.046 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader a90ae7a7d9494cb0912dc08d91350a12 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:52.097 | + inc/async:async_inner:63 : get_or_add_user_project_role reader a90ae7a7d9494cb0912dc08d91350a12 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:52.129 | [4759 Async ks-demo-reader:39274]: running: get_or_add_user_project_role reader a90ae7a7d9494cb0912dc08d91350a12 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:29:52.131 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-03-07 07:29:52.134 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-03-07 07:29:52.136 | ++ functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:29:52.139 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-03-07 07:29:53.716 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:53.718 | ++ functions-common:get_or_create_project:951 : project_id=6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:53.721 | ++ functions-common:get_or_create_project:952 : echo 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:53.725 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:53.728 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-03-07 07:29:53.733 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-03-07 07:29:53.736 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:29:53.743 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2025-03-07 07:29:53.745 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2025-03-07 07:29:53.748 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2025-03-07 07:29:53.813 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:53.835 | [38810 Async ks-demo-member:38810]: finished successfully 2025-03-07 07:29:54.270 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:54.288 | [38906 Async ks-demo-admin:38906]: finished successfully 2025-03-07 07:29:54.363 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:54.382 | [39003 Async ks-demo-another:39003]: finished successfully 2025-03-07 07:29:54.392 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:54.409 | [39100 Async ks-demo-invis:39100]: finished successfully 2025-03-07 07:29:55.135 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:55.138 | ++ functions-common:get_or_create_user:938 : user_id=5d681d8d676d4ae4bf38f9331a2a909e 2025-03-07 07:29:55.140 | ++ functions-common:get_or_create_user:939 : echo 5d681d8d676d4ae4bf38f9331a2a909e 2025-03-07 07:29:55.143 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=5d681d8d676d4ae4bf38f9331a2a909e 2025-03-07 07:29:55.145 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:55.192 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:55.222 | [4759 Async ks-alt-admin:39664]: running: get_or_add_user_project_role admin 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:55.224 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:55.272 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:55.303 | [4759 Async ks-alt-another:39760]: running: get_or_add_user_project_role anotherrole 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:55.305 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-03-07 07:29:55.307 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-03-07 07:29:55.310 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:29:55.312 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2025-03-07 07:29:55.314 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2025-03-07 07:29:55.316 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2025-03-07 07:29:55.811 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:55.829 | [39274 Async ks-demo-reader:39274]: finished successfully 2025-03-07 07:29:56.707 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:56.710 | ++ functions-common:get_or_create_user:938 : user_id=78df06d4a871471fb542612c7a9bb63a 2025-03-07 07:29:56.712 | ++ functions-common:get_or_create_user:939 : echo 78df06d4a871471fb542612c7a9bb63a 2025-03-07 07:29:56.714 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=78df06d4a871471fb542612c7a9bb63a 2025-03-07 07:29:56.716 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 78df06d4a871471fb542612c7a9bb63a 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:56.765 | + inc/async:async_inner:63 : get_or_add_user_project_role member 78df06d4a871471fb542612c7a9bb63a 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:56.796 | [4759 Async ks-alt-member-user:39937]: running: get_or_add_user_project_role member 78df06d4a871471fb542612c7a9bb63a 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:56.798 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-03-07 07:29:56.801 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-03-07 07:29:56.803 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:29:56.805 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2025-03-07 07:29:56.807 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2025-03-07 07:29:56.810 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2025-03-07 07:29:58.281 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:58.284 | ++ functions-common:get_or_create_user:938 : user_id=0939c29536f24278ad9998fb41f78ced 2025-03-07 07:29:58.286 | ++ functions-common:get_or_create_user:939 : echo 0939c29536f24278ad9998fb41f78ced 2025-03-07 07:29:58.288 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=0939c29536f24278ad9998fb41f78ced 2025-03-07 07:29:58.291 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 0939c29536f24278ad9998fb41f78ced 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:58.342 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 0939c29536f24278ad9998fb41f78ced 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:58.372 | [4759 Async ks-alt-reader-user:40111]: running: get_or_add_user_project_role reader 0939c29536f24278ad9998fb41f78ced 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:29:58.375 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-03-07 07:29:58.377 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:29:58.379 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2025-03-07 07:29:58.381 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2025-03-07 07:29:58.384 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2025-03-07 07:29:58.669 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:58.688 | [39664 Async ks-alt-admin:39664]: finished successfully 2025-03-07 07:29:58.745 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:29:58.763 | [39760 Async ks-alt-another:39760]: finished successfully 2025-03-07 07:29:59.800 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:29:59.802 | ++ functions-common:get_or_create_user:938 : user_id=3862912b30284922a5cd3c034beda391 2025-03-07 07:29:59.804 | ++ functions-common:get_or_create_user:939 : echo 3862912b30284922a5cd3c034beda391 2025-03-07 07:29:59.807 | + lib/keystone:create_keystone_accounts:397 : system_member_user=3862912b30284922a5cd3c034beda391 2025-03-07 07:29:59.809 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 3862912b30284922a5cd3c034beda391 all 2025-03-07 07:29:59.862 | + inc/async:async_inner:63 : get_or_add_user_system_role member 3862912b30284922a5cd3c034beda391 all 2025-03-07 07:29:59.893 | [4759 Async ks-system-member:40344]: running: get_or_add_user_system_role member 3862912b30284922a5cd3c034beda391 all 2025-03-07 07:29:59.897 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-03-07 07:29:59.898 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:29:59.901 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2025-03-07 07:29:59.903 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2025-03-07 07:29:59.905 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2025-03-07 07:30:00.224 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:00.244 | [39937 Async ks-alt-member-user:39937]: finished successfully 2025-03-07 07:30:01.334 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:01.337 | ++ functions-common:get_or_create_user:938 : user_id=3ace0177ea464c9cb354e400d16e92d2 2025-03-07 07:30:01.339 | ++ functions-common:get_or_create_user:939 : echo 3ace0177ea464c9cb354e400d16e92d2 2025-03-07 07:30:01.342 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=3ace0177ea464c9cb354e400d16e92d2 2025-03-07 07:30:01.344 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 3ace0177ea464c9cb354e400d16e92d2 all 2025-03-07 07:30:01.393 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 3ace0177ea464c9cb354e400d16e92d2 all 2025-03-07 07:30:01.426 | [4759 Async ks-system-reader:40552]: running: get_or_add_user_system_role reader 3ace0177ea464c9cb354e400d16e92d2 all 2025-03-07 07:30:01.428 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-03-07 07:30:01.431 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-03-07 07:30:01.433 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2025-03-07 07:30:01.437 | ++ functions-common:get_or_create_group:908 : local group_id 2025-03-07 07:30:01.439 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-03-07 07:30:01.688 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:01.707 | [40111 Async ks-alt-reader-user:40111]: finished successfully 2025-03-07 07:30:02.837 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:02.839 | ++ functions-common:get_or_create_group:915 : group_id=6e177b02140f48a1b92a75a6ddbd4f38 2025-03-07 07:30:02.841 | ++ functions-common:get_or_create_group:916 : echo 6e177b02140f48a1b92a75a6ddbd4f38 2025-03-07 07:30:02.846 | + lib/keystone:create_keystone_accounts:407 : admin_group=6e177b02140f48a1b92a75a6ddbd4f38 2025-03-07 07:30:02.849 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-03-07 07:30:02.851 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-03-07 07:30:02.853 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2025-03-07 07:30:02.856 | ++ functions-common:get_or_create_group:908 : local group_id 2025-03-07 07:30:02.858 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-03-07 07:30:04.237 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:04.240 | ++ functions-common:get_or_create_group:915 : group_id=3ec204d9839244d1b43a739997fa2fe4 2025-03-07 07:30:04.242 | ++ functions-common:get_or_create_group:916 : echo 3ec204d9839244d1b43a739997fa2fe4 2025-03-07 07:30:04.244 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=3ec204d9839244d1b43a739997fa2fe4 2025-03-07 07:30:04.247 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.296 | + inc/async:async_inner:63 : get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.324 | [4759 Async ks-group-memberdemo:40820]: running: get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.326 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.381 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.413 | [4759 Async ks-group-anotherdemo:40899]: running: get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.416 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:04.452 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:04.470 | + inc/async:async_inner:63 : get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:04.471 | [40344 Async ks-system-member:40344]: finished successfully 2025-03-07 07:30:04.499 | [4759 Async ks-group-memberalt:41002]: running: get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:04.501 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:04.551 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:04.581 | [4759 Async ks-group-anotheralt:41117]: running: get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:04.583 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 6e177b02140f48a1b92a75a6ddbd4f38 d66969059be64e7d86646b564fe28c7d 2025-03-07 07:30:04.635 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 6e177b02140f48a1b92a75a6ddbd4f38 d66969059be64e7d86646b564fe28c7d 2025-03-07 07:30:04.663 | [4759 Async ks-group-admin:41198]: running: get_or_add_group_project_role admin 6e177b02140f48a1b92a75a6ddbd4f38 d66969059be64e7d86646b564fe28c7d 2025-03-07 07:30:04.665 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-03-07 07:30:04.699 | [4759 Async ks-demo-member:38810]: Waiting for completion of get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 running on PID 38810 (17 other jobs running) 2025-03-07 07:30:04.717 | [4759 Async ks-demo-member:38810]: Signaling child to exit 2025-03-07 07:30:04.717 | WAKEUP 2025-03-07 07:30:04.732 | [4759 Async ks-demo-member:38810]: Signaled 2025-03-07 07:30:04.733 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:04.733 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:04.733 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:04.733 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:04.733 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:04.733 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:04.733 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:04.733 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:04.733 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:04.733 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 64c2dcf3826a49a88b82f460707f0cb3 --project 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.733 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 64c2dcf3826a49a88b82f460707f0cb3 --project 78904cc4ff4c4143b88f3e53b7f9b500 -c Role -f value 2025-03-07 07:30:04.733 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:04.733 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:04.733 | + functions-common:get_or_add_user_project_role:1003 : echo 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:04.733 | 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:04.763 | [4759 Async ks-demo-member:38810]: finished get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 with result 0 in 3 seconds 2025-03-07 07:30:04.788 | [4759 Async ks-demo-admin:38906]: Waiting for completion of get_or_add_user_project_role admin cb9c795f32d849c5a56d5fbd2d812617 78904cc4ff4c4143b88f3e53b7f9b500 running on PID 38906 (16 other jobs running) 2025-03-07 07:30:04.806 | [4759 Async ks-demo-admin:38906]: Signaling child to exit 2025-03-07 07:30:04.806 | WAKEUP 2025-03-07 07:30:04.821 | [4759 Async ks-demo-admin:38906]: Signaled 2025-03-07 07:30:04.822 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:04.822 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:04.822 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:04.822 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:04.822 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:04.822 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:04.822 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:04.822 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:04.822 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:04.822 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user cb9c795f32d849c5a56d5fbd2d812617 --project 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.822 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user cb9c795f32d849c5a56d5fbd2d812617 --project 78904cc4ff4c4143b88f3e53b7f9b500 -c Role -f value 2025-03-07 07:30:04.822 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:04.822 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:04.822 | + functions-common:get_or_add_user_project_role:1003 : echo 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:04.822 | 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:04.852 | [4759 Async ks-demo-admin:38906]: finished get_or_add_user_project_role admin cb9c795f32d849c5a56d5fbd2d812617 78904cc4ff4c4143b88f3e53b7f9b500 with result 0 in 4 seconds 2025-03-07 07:30:04.877 | [4759 Async ks-demo-another:39003]: Waiting for completion of get_or_add_user_project_role anotherrole 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 running on PID 39003 (15 other jobs running) 2025-03-07 07:30:04.896 | [4759 Async ks-demo-another:39003]: Signaling child to exit 2025-03-07 07:30:04.896 | WAKEUP 2025-03-07 07:30:04.910 | [4759 Async ks-demo-another:39003]: Signaled 2025-03-07 07:30:04.912 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:04.912 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:04.912 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:04.912 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:04.912 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:04.912 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:04.912 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:04.912 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:04.912 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:04.912 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 64c2dcf3826a49a88b82f460707f0cb3 --project 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:04.912 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 64c2dcf3826a49a88b82f460707f0cb3 --project 78904cc4ff4c4143b88f3e53b7f9b500 -c Role -f value 2025-03-07 07:30:04.912 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:04.912 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:04.912 | + functions-common:get_or_add_user_project_role:1003 : echo 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:04.912 | 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:04.951 | [4759 Async ks-demo-another:39003]: finished get_or_add_user_project_role anotherrole 64c2dcf3826a49a88b82f460707f0cb3 78904cc4ff4c4143b88f3e53b7f9b500 with result 0 in 4 seconds 2025-03-07 07:30:04.976 | [4759 Async ks-demo-invis:39100]: Waiting for completion of get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 9650d038e3b44a3d8cf821cdd19f289a running on PID 39100 (14 other jobs running) 2025-03-07 07:30:04.993 | [4759 Async ks-demo-invis:39100]: Signaling child to exit 2025-03-07 07:30:04.993 | WAKEUP 2025-03-07 07:30:05.008 | [4759 Async ks-demo-invis:39100]: Signaled 2025-03-07 07:30:05.009 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:05.009 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:05.009 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:05.009 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:05.009 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:05.009 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:05.009 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:05.009 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:05.009 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:05.009 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 64c2dcf3826a49a88b82f460707f0cb3 --project 9650d038e3b44a3d8cf821cdd19f289a 2025-03-07 07:30:05.009 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 64c2dcf3826a49a88b82f460707f0cb3 --project 9650d038e3b44a3d8cf821cdd19f289a -c Role -f value 2025-03-07 07:30:05.009 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:05.009 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:05.009 | + functions-common:get_or_add_user_project_role:1003 : echo 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:05.009 | 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:05.039 | [4759 Async ks-demo-invis:39100]: finished get_or_add_user_project_role member 64c2dcf3826a49a88b82f460707f0cb3 9650d038e3b44a3d8cf821cdd19f289a with result 0 in 4 seconds 2025-03-07 07:30:05.065 | [4759 Async ks-demo-reader:39274]: Waiting for completion of get_or_add_user_project_role reader a90ae7a7d9494cb0912dc08d91350a12 78904cc4ff4c4143b88f3e53b7f9b500 running on PID 39274 (13 other jobs running) 2025-03-07 07:30:05.082 | [4759 Async ks-demo-reader:39274]: Signaling child to exit 2025-03-07 07:30:05.082 | WAKEUP 2025-03-07 07:30:05.096 | [4759 Async ks-demo-reader:39274]: Signaled 2025-03-07 07:30:05.097 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:05.097 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:05.097 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:05.097 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:05.097 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:05.097 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:05.097 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:05.097 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:05.097 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:05.097 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user a90ae7a7d9494cb0912dc08d91350a12 --project 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:05.097 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user a90ae7a7d9494cb0912dc08d91350a12 --project 78904cc4ff4c4143b88f3e53b7f9b500 -c Role -f value 2025-03-07 07:30:05.097 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:05.097 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:05.097 | + functions-common:get_or_add_user_project_role:1003 : echo 9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:05.097 | 9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:05.127 | [4759 Async ks-demo-reader:39274]: finished get_or_add_user_project_role reader a90ae7a7d9494cb0912dc08d91350a12 78904cc4ff4c4143b88f3e53b7f9b500 with result 0 in 3 seconds 2025-03-07 07:30:05.130 | + inc/async:async_wait:197 : return 0 2025-03-07 07:30:05.132 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-03-07 07:30:05.168 | [4759 Async ks-alt-admin:39664]: Waiting for completion of get_or_add_user_project_role admin 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 running on PID 39664 (12 other jobs running) 2025-03-07 07:30:05.185 | [4759 Async ks-alt-admin:39664]: Signaling child to exit 2025-03-07 07:30:05.185 | WAKEUP 2025-03-07 07:30:05.201 | [4759 Async ks-alt-admin:39664]: Signaled 2025-03-07 07:30:05.201 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:05.201 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:05.201 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:05.201 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:05.201 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:05.201 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:05.201 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:05.201 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:05.201 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:05.201 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 5d681d8d676d4ae4bf38f9331a2a909e --project 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:05.201 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5d681d8d676d4ae4bf38f9331a2a909e --project 6444e39f62ea4c3288938c51657cbcf0 -c Role -f value 2025-03-07 07:30:05.202 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:05.202 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:05.202 | + functions-common:get_or_add_user_project_role:1003 : echo 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:05.202 | 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:05.231 | [4759 Async ks-alt-admin:39664]: finished get_or_add_user_project_role admin 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 with result 0 in 3 seconds 2025-03-07 07:30:05.258 | [4759 Async ks-alt-another:39760]: Waiting for completion of get_or_add_user_project_role anotherrole 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 running on PID 39760 (11 other jobs running) 2025-03-07 07:30:05.281 | [4759 Async ks-alt-another:39760]: Signaling child to exit 2025-03-07 07:30:05.281 | WAKEUP 2025-03-07 07:30:05.300 | [4759 Async ks-alt-another:39760]: Signaled 2025-03-07 07:30:05.300 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:05.300 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:05.300 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:05.300 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:05.300 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:05.300 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:05.300 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:05.300 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:05.300 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:05.300 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 5d681d8d676d4ae4bf38f9331a2a909e --project 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:05.300 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 5d681d8d676d4ae4bf38f9331a2a909e --project 6444e39f62ea4c3288938c51657cbcf0 -c Role -f value 2025-03-07 07:30:05.300 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:05.300 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:05.300 | + functions-common:get_or_add_user_project_role:1003 : echo 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:05.300 | 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:05.334 | [4759 Async ks-alt-another:39760]: finished get_or_add_user_project_role anotherrole 5d681d8d676d4ae4bf38f9331a2a909e 6444e39f62ea4c3288938c51657cbcf0 with result 0 in 3 seconds 2025-03-07 07:30:05.366 | [4759 Async ks-alt-member-user:39937]: Waiting for completion of get_or_add_user_project_role member 78df06d4a871471fb542612c7a9bb63a 6444e39f62ea4c3288938c51657cbcf0 running on PID 39937 (10 other jobs running) 2025-03-07 07:30:05.384 | [4759 Async ks-alt-member-user:39937]: Signaling child to exit 2025-03-07 07:30:05.385 | WAKEUP 2025-03-07 07:30:05.401 | [4759 Async ks-alt-member-user:39937]: Signaled 2025-03-07 07:30:05.401 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:05.401 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:05.401 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:05.401 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:05.401 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:05.401 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:05.401 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:05.401 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:05.401 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:05.401 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 78df06d4a871471fb542612c7a9bb63a --project 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:05.401 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 78df06d4a871471fb542612c7a9bb63a --project 6444e39f62ea4c3288938c51657cbcf0 -c Role -f value 2025-03-07 07:30:05.401 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:05.401 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:05.401 | + functions-common:get_or_add_user_project_role:1003 : echo 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:05.401 | 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:05.433 | [4759 Async ks-alt-member-user:39937]: finished get_or_add_user_project_role member 78df06d4a871471fb542612c7a9bb63a 6444e39f62ea4c3288938c51657cbcf0 with result 0 in 3 seconds 2025-03-07 07:30:05.471 | [4759 Async ks-alt-reader-user:40111]: Waiting for completion of get_or_add_user_project_role reader 0939c29536f24278ad9998fb41f78ced 6444e39f62ea4c3288938c51657cbcf0 running on PID 40111 (9 other jobs running) 2025-03-07 07:30:05.495 | [4759 Async ks-alt-reader-user:40111]: Signaling child to exit 2025-03-07 07:30:05.495 | WAKEUP 2025-03-07 07:30:05.517 | [4759 Async ks-alt-reader-user:40111]: Signaled 2025-03-07 07:30:05.518 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:05.519 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:05.519 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:30:05.519 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:05.519 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:05.520 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:05.520 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:05.520 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:05.520 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:30:05.520 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 0939c29536f24278ad9998fb41f78ced --project 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:05.520 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 0939c29536f24278ad9998fb41f78ced --project 6444e39f62ea4c3288938c51657cbcf0 -c Role -f value 2025-03-07 07:30:05.520 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:05.520 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:05.520 | + functions-common:get_or_add_user_project_role:1003 : echo 9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:05.520 | 9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:05.551 | [4759 Async ks-alt-reader-user:40111]: finished get_or_add_user_project_role reader 0939c29536f24278ad9998fb41f78ced 6444e39f62ea4c3288938c51657cbcf0 with result 0 in 3 seconds 2025-03-07 07:30:05.554 | + inc/async:async_wait:197 : return 0 2025-03-07 07:30:05.556 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-03-07 07:30:05.593 | [4759 Async ks-system-member:40344]: Waiting for completion of get_or_add_user_system_role member 3862912b30284922a5cd3c034beda391 all running on PID 40344 (8 other jobs running) 2025-03-07 07:30:05.612 | [4759 Async ks-system-member:40344]: Signaling child to exit 2025-03-07 07:30:05.613 | WAKEUP 2025-03-07 07:30:05.629 | [4759 Async ks-system-member:40344]: Signaled 2025-03-07 07:30:05.630 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-03-07 07:30:05.630 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-03-07 07:30:05.630 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-03-07 07:30:05.630 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:05.630 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:05.630 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:05.630 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:05.630 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:05.630 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-03-07 07:30:05.630 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3862912b30284922a5cd3c034beda391 --system all -f value -c Role 2025-03-07 07:30:05.630 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:05.630 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-03-07 07:30:05.630 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-03-07 07:30:05.630 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 3862912b30284922a5cd3c034beda391 --system all 2025-03-07 07:30:05.630 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3862912b30284922a5cd3c034beda391 --system all -f value -c Role 2025-03-07 07:30:05.630 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:05.630 | + functions-common:get_or_add_user_system_role:1051 : user_role_id= 2025-03-07 07:30:05.630 | + functions-common:get_or_add_user_system_role:1053 : echo 2025-03-07 07:30:05.630 | 2025-03-07 07:30:05.665 | [4759 Async ks-system-member:40344]: finished get_or_add_user_system_role member 3862912b30284922a5cd3c034beda391 all with result 0 in 4 seconds 2025-03-07 07:30:05.693 | [4759 Async ks-system-reader:40552]: Waiting for completion of get_or_add_user_system_role reader 3ace0177ea464c9cb354e400d16e92d2 all running on PID 40552 (7 other jobs running) 2025-03-07 07:30:05.713 | [4759 Async ks-system-reader:40552]: Signaling child to exit 2025-03-07 07:30:06.128 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:06.147 | [40552 Async ks-system-reader:40552]: finished successfully 2025-03-07 07:30:06.163 | WAKEUP 2025-03-07 07:30:06.179 | [4759 Async ks-system-reader:40552]: Signaled 2025-03-07 07:30:06.180 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-03-07 07:30:06.180 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-03-07 07:30:06.180 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-03-07 07:30:06.180 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:06.180 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:06.180 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:30:06.180 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:30:06.180 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:30:06.180 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-03-07 07:30:06.180 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 3ace0177ea464c9cb354e400d16e92d2 --system all -f value -c Role 2025-03-07 07:30:06.180 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:06.180 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-03-07 07:30:06.180 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-03-07 07:30:06.180 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 3ace0177ea464c9cb354e400d16e92d2 --system all 2025-03-07 07:30:06.180 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 3ace0177ea464c9cb354e400d16e92d2 --system all -f value -c Role 2025-03-07 07:30:06.180 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:06.180 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:06.180 | + functions-common:get_or_add_user_system_role:1053 : echo 9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:06.180 | 9407208a8aa4431b9716ebfe93bbbbd8 2025-03-07 07:30:06.211 | [4759 Async ks-system-reader:40552]: finished get_or_add_user_system_role reader 3ace0177ea464c9cb354e400d16e92d2 all with result 0 in 4 seconds 2025-03-07 07:30:06.214 | + inc/async:async_wait:197 : return 0 2025-03-07 07:30:06.216 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-03-07 07:30:06.251 | [4759 Async ks-group-memberdemo:40820]: Waiting for completion of get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 running on PID 40820 (6 other jobs running) 2025-03-07 07:30:06.268 | [4759 Async ks-group-memberdemo:40820]: Signaling child to exit 2025-03-07 07:30:07.540 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:07.559 | [40820 Async ks-group-memberdemo:40820]: finished successfully 2025-03-07 07:30:07.575 | WAKEUP 2025-03-07 07:30:07.592 | [4759 Async ks-group-memberdemo:40820]: Signaled 2025-03-07 07:30:07.593 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:30:07.593 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 3ec204d9839244d1b43a739997fa2fe4 --project 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:07.593 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 3ec204d9839244d1b43a739997fa2fe4 --project 78904cc4ff4c4143b88f3e53b7f9b500 -f value -c Role 2025-03-07 07:30:07.593 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:07.593 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:07.593 | + functions-common:get_or_add_group_project_role:1072 : echo 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:07.593 | 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:07.625 | [4759 Async ks-group-memberdemo:40820]: finished get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 with result 0 in 3 seconds 2025-03-07 07:30:07.651 | [4759 Async ks-group-anotherdemo:40899]: Waiting for completion of get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 running on PID 40899 (5 other jobs running) 2025-03-07 07:30:07.668 | [4759 Async ks-group-anotherdemo:40899]: Signaling child to exit 2025-03-07 07:30:07.835 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:07.854 | [40899 Async ks-group-anotherdemo:40899]: finished successfully 2025-03-07 07:30:07.871 | WAKEUP 2025-03-07 07:30:07.888 | [4759 Async ks-group-anotherdemo:40899]: Signaled 2025-03-07 07:30:07.889 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:30:07.889 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 3ec204d9839244d1b43a739997fa2fe4 --project 78904cc4ff4c4143b88f3e53b7f9b500 2025-03-07 07:30:07.889 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 3ec204d9839244d1b43a739997fa2fe4 --project 78904cc4ff4c4143b88f3e53b7f9b500 -f value -c Role 2025-03-07 07:30:07.889 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:07.890 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:07.890 | + functions-common:get_or_add_group_project_role:1072 : echo 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:07.890 | 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:07.893 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:07.914 | [41002 Async ks-group-memberalt:41002]: finished successfully 2025-03-07 07:30:07.922 | [4759 Async ks-group-anotherdemo:40899]: finished get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 78904cc4ff4c4143b88f3e53b7f9b500 with result 0 in 3 seconds 2025-03-07 07:30:07.949 | [4759 Async ks-group-memberalt:41002]: Waiting for completion of get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 running on PID 41002 (4 other jobs running) 2025-03-07 07:30:07.967 | [4759 Async ks-group-memberalt:41002]: Signaling child to exit 2025-03-07 07:30:07.967 | WAKEUP 2025-03-07 07:30:07.983 | [4759 Async ks-group-memberalt:41002]: Signaled 2025-03-07 07:30:07.984 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:30:07.984 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 3ec204d9839244d1b43a739997fa2fe4 --project 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:07.984 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 3ec204d9839244d1b43a739997fa2fe4 --project 6444e39f62ea4c3288938c51657cbcf0 -f value -c Role 2025-03-07 07:30:07.984 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:07.984 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:07.984 | + functions-common:get_or_add_group_project_role:1072 : echo 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:07.984 | 4d374873526440f4be11d312a9c66ab0 2025-03-07 07:30:08.017 | [4759 Async ks-group-memberalt:41002]: finished get_or_add_group_project_role member 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 with result 0 in 3 seconds 2025-03-07 07:30:08.043 | [4759 Async ks-group-anotheralt:41117]: Waiting for completion of get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 running on PID 41117 (3 other jobs running) 2025-03-07 07:30:08.062 | [4759 Async ks-group-anotheralt:41117]: Signaling child to exit 2025-03-07 07:30:08.073 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:08.093 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:08.093 | [41117 Async ks-group-anotheralt:41117]: finished successfully 2025-03-07 07:30:08.110 | WAKEUP 2025-03-07 07:30:08.114 | [41198 Async ks-group-admin:41198]: finished successfully 2025-03-07 07:30:08.127 | [4759 Async ks-group-anotheralt:41117]: Signaled 2025-03-07 07:30:08.128 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:30:08.128 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 3ec204d9839244d1b43a739997fa2fe4 --project 6444e39f62ea4c3288938c51657cbcf0 2025-03-07 07:30:08.128 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 3ec204d9839244d1b43a739997fa2fe4 --project 6444e39f62ea4c3288938c51657cbcf0 -f value -c Role 2025-03-07 07:30:08.128 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:08.128 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:08.128 | + functions-common:get_or_add_group_project_role:1072 : echo 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:08.128 | 324d6c23c9b6456ab7a43d43a93216d7 2025-03-07 07:30:08.159 | [4759 Async ks-group-anotheralt:41117]: finished get_or_add_group_project_role anotherrole 3ec204d9839244d1b43a739997fa2fe4 6444e39f62ea4c3288938c51657cbcf0 with result 0 in 3 seconds 2025-03-07 07:30:08.184 | [4759 Async ks-group-admin:41198]: Waiting for completion of get_or_add_group_project_role admin 6e177b02140f48a1b92a75a6ddbd4f38 d66969059be64e7d86646b564fe28c7d running on PID 41198 (2 other jobs running) 2025-03-07 07:30:08.201 | [4759 Async ks-group-admin:41198]: Signaling child to exit 2025-03-07 07:30:08.201 | WAKEUP 2025-03-07 07:30:08.217 | [4759 Async ks-group-admin:41198]: Signaled 2025-03-07 07:30:08.218 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:30:08.218 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 6e177b02140f48a1b92a75a6ddbd4f38 --project d66969059be64e7d86646b564fe28c7d 2025-03-07 07:30:08.218 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 6e177b02140f48a1b92a75a6ddbd4f38 --project d66969059be64e7d86646b564fe28c7d -f value -c Role 2025-03-07 07:30:08.218 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:08.218 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:08.218 | + functions-common:get_or_add_group_project_role:1072 : echo 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:08.218 | 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:08.248 | [4759 Async ks-group-admin:41198]: finished get_or_add_group_project_role admin 6e177b02140f48a1b92a75a6ddbd4f38 d66969059be64e7d86646b564fe28c7d with result 0 in 3 seconds 2025-03-07 07:30:08.251 | + inc/async:async_wait:197 : return 0 2025-03-07 07:30:08.253 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-03-07 07:30:08.266 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:08.268 | + stack.sh:main:1111 : is_service_enabled nova 2025-03-07 07:30:08.281 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:08.284 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2025-03-07 07:30:08.286 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-03-07 07:30:08.333 | + inc/async:async_inner:63 : create_nova_accounts 2025-03-07 07:30:08.363 | [4759 Async create_nova_accounts:43046]: running: create_nova_accounts 2025-03-07 07:30:08.365 | + stack.sh:main:1114 : is_service_enabled glance 2025-03-07 07:30:08.378 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:08.380 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2025-03-07 07:30:08.382 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-03-07 07:30:08.432 | + inc/async:async_inner:63 : create_glance_accounts 2025-03-07 07:30:08.463 | [4759 Async create_glance_accounts:43169]: running: create_glance_accounts 2025-03-07 07:30:08.466 | + stack.sh:main:1117 : is_service_enabled cinder 2025-03-07 07:30:08.481 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:08.483 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2025-03-07 07:30:08.484 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-03-07 07:30:08.533 | + inc/async:async_inner:63 : create_cinder_accounts 2025-03-07 07:30:08.563 | [4759 Async create_cinder_accounts:43309]: running: create_cinder_accounts 2025-03-07 07:30:08.565 | + stack.sh:main:1120 : is_service_enabled neutron 2025-03-07 07:30:08.579 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:08.581 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2025-03-07 07:30:08.583 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-03-07 07:30:08.630 | + inc/async:async_inner:63 : create_neutron_accounts 2025-03-07 07:30:08.661 | [4759 Async create_neutron_accounts:43452]: running: create_neutron_accounts 2025-03-07 07:30:08.663 | + stack.sh:main:1123 : is_service_enabled swift 2025-03-07 07:30:08.680 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:08.682 | + stack.sh:main:1132 : is_service_enabled horizon 2025-03-07 07:30:08.696 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:08.698 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-03-07 07:30:08.734 | [4759 Async create_nova_accounts:43046]: Waiting for completion of create_nova_accounts running on PID 43046 (5 other jobs running) 2025-03-07 07:30:08.752 | [4759 Async create_nova_accounts:43046]: Signaling child to exit 2025-03-07 07:30:21.334 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:21.353 | [43452 Async create_neutron_accounts:43452]: finished successfully 2025-03-07 07:30:30.124 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:30.142 | [43309 Async create_cinder_accounts:43309]: finished successfully 2025-03-07 07:30:30.483 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:30.502 | [43046 Async create_nova_accounts:43046]: finished successfully 2025-03-07 07:30:30.519 | WAKEUP 2025-03-07 07:30:30.535 | [4759 Async create_nova_accounts:43046]: Signaled 2025-03-07 07:30:30.536 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-03-07 07:30:30.536 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2025-03-07 07:30:30.536 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-03-07 07:30:30.536 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:30:30.536 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:30:30.536 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:30:30.536 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:30:30.536 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.536 | + functions-common:get_or_create_user:938 : user_id=32d76d9ddfd14fcfa40cd995f617ee84 2025-03-07 07:30:30.536 | + functions-common:get_or_create_user:939 : echo 32d76d9ddfd14fcfa40cd995f617ee84 2025-03-07 07:30:30.536 | 32d76d9ddfd14fcfa40cd995f617ee84 2025-03-07 07:30:30.536 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-03-07 07:30:30.536 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:30.536 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:30.536 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:30:30.536 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:30.536 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:30.536 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:30:30.536 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:30:30.536 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:30:30.536 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:30:30.536 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:30:30.536 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:30:30.536 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-03-07 07:30:30.536 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-03-07 07:30:30.536 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.536 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:30.537 | + functions-common:get_or_add_user_project_role:1003 : echo 579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:30.537 | 579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:30.537 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-03-07 07:30:30.537 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-03-07 07:30:30.537 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:30.537 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:30.537 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:30:30.537 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:30.537 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:30.537 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:30:30.537 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:30:30.537 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:30:30.537 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:30:30.537 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:30:30.537 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:30:30.537 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-03-07 07:30:30.537 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-03-07 07:30:30.537 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.537 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:30.537 | + functions-common:get_or_add_user_project_role:1003 : echo 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:30.537 | 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-03-07 07:30:30.537 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:30:30.537 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-03-07 07:30:30.537 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2025-03-07 07:30:30.537 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.537 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:30:30.537 | 3837cb54933340398b0409cb99c4e642' 2025-03-07 07:30:30.537 | + functions-common:get_or_create_service:1090 : echo 3837cb54933340398b0409cb99c4e642 2025-03-07 07:30:30.537 | 3837cb54933340398b0409cb99c4e642 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:30:30.537 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:30:30.537 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-03-07 07:30:30.537 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:30:30.537 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2025-03-07 07:30:30.537 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=38cf67b57dc641dd8954bc0a669193a4 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 38cf67b57dc641dd8954bc0a669193a4 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1123 : public_id=38cf67b57dc641dd8954bc0a669193a4 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1132 : echo 38cf67b57dc641dd8954bc0a669193a4 2025-03-07 07:30:30.537 | 38cf67b57dc641dd8954bc0a669193a4 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2025-03-07 07:30:30.537 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:30:30.537 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-03-07 07:30:30.537 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-03-07 07:30:30.537 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.537 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:30:30.537 | d1a40c27a92c44b6ba41182fb8b61176' 2025-03-07 07:30:30.537 | + functions-common:get_or_create_service:1090 : echo d1a40c27a92c44b6ba41182fb8b61176 2025-03-07 07:30:30.537 | d1a40c27a92c44b6ba41182fb8b61176 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:30:30.537 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:30:30.537 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-03-07 07:30:30.537 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:30:30.537 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2025-03-07 07:30:30.537 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=731c7b5db5394406ad5f81d346810294 2025-03-07 07:30:30.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 731c7b5db5394406ad5f81d346810294 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1123 : public_id=731c7b5db5394406ad5f81d346810294 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:30:30.537 | + functions-common:get_or_create_endpoint:1132 : echo 731c7b5db5394406ad5f81d346810294 2025-03-07 07:30:30.537 | 731c7b5db5394406ad5f81d346810294 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2025-03-07 07:30:30.537 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2025-03-07 07:30:30.537 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2025-03-07 07:30:30.537 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2025-03-07 07:30:30.537 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:30.537 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2025-03-07 07:30:30.568 | [4759 Async create_nova_accounts:43046]: finished create_nova_accounts with result 0 in 22 seconds 2025-03-07 07:30:30.593 | [4759 Async create_glance_accounts:43169]: Waiting for completion of create_glance_accounts running on PID 43169 (4 other jobs running) 2025-03-07 07:30:30.611 | [4759 Async create_glance_accounts:43169]: Signaling child to exit 2025-03-07 07:30:32.000 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:32.020 | [43169 Async create_glance_accounts:43169]: finished successfully 2025-03-07 07:30:32.037 | WAKEUP 2025-03-07 07:30:32.053 | [4759 Async create_glance_accounts:43169]: Signaled 2025-03-07 07:30:32.054 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2025-03-07 07:30:32.054 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:32.054 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2025-03-07 07:30:32.054 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-03-07 07:30:32.054 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:30:32.054 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:30:32.054 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:30:32.054 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:30:32.054 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.054 | + functions-common:get_or_create_user:938 : user_id=fc8cabbb81d64b2286ecf15d2b246bf7 2025-03-07 07:30:32.054 | + functions-common:get_or_create_user:939 : echo fc8cabbb81d64b2286ecf15d2b246bf7 2025-03-07 07:30:32.054 | fc8cabbb81d64b2286ecf15d2b246bf7 2025-03-07 07:30:32.054 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-03-07 07:30:32.054 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:32.054 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:32.054 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:30:32.054 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:32.054 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:32.054 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:30:32.055 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:30:32.055 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:30:32.055 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:30:32.055 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:30:32.055 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:30:32.055 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-03-07 07:30:32.055 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2025-03-07 07:30:32.055 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.055 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.055 | + functions-common:get_or_add_user_project_role:1003 : echo 579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.055 | 579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.055 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-07 07:30:32.055 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2025-03-07 07:30:32.055 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:32.055 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2025-03-07 07:30:32.055 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:30:32.055 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-03-07 07:30:32.055 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-03-07 07:30:32.055 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.055 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:30:32.055 | 12760d7e29ab48d9a25962624af88894' 2025-03-07 07:30:32.055 | + functions-common:get_or_create_service:1090 : echo 12760d7e29ab48d9a25962624af88894 2025-03-07 07:30:32.055 | 12760d7e29ab48d9a25962624af88894 2025-03-07 07:30:32.055 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-03-07 07:30:32.055 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:30:32.055 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-03-07 07:30:32.055 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:30:32.055 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-03-07 07:30:32.055 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.055 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:30:32.055 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:30:32.055 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-03-07 07:30:32.055 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.055 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=85d9db0171fe4781933fa57382189dea 2025-03-07 07:30:32.055 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 85d9db0171fe4781933fa57382189dea 2025-03-07 07:30:32.055 | + functions-common:get_or_create_endpoint:1123 : public_id=85d9db0171fe4781933fa57382189dea 2025-03-07 07:30:32.055 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:30:32.055 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:30:32.055 | + functions-common:get_or_create_endpoint:1132 : echo 85d9db0171fe4781933fa57382189dea 2025-03-07 07:30:32.055 | 85d9db0171fe4781933fa57382189dea 2025-03-07 07:30:32.055 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2025-03-07 07:30:32.055 | ++ functions-common:get_or_create_domain:895 : local domain_id 2025-03-07 07:30:32.055 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-03-07 07:30:32.055 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.055 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2025-03-07 07:30:32.055 | ++ functions-common:get_or_create_domain:901 : echo default 2025-03-07 07:30:32.055 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2025-03-07 07:30:32.055 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-03-07 07:30:32.055 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-03-07 07:30:32.055 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2025-03-07 07:30:32.055 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | | Field | Value | 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | | default_limit | 1000 | 2025-03-07 07:30:32.055 | | description | None | 2025-03-07 07:30:32.055 | | id | d1a55f6c347c4fa78c5ea5e6fa14f286 | 2025-03-07 07:30:32.055 | | region_id | RegionOne | 2025-03-07 07:30:32.055 | | resource_name | image_size_total | 2025-03-07 07:30:32.055 | | service_id | 12760d7e29ab48d9a25962624af88894 | 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | | Field | Value | 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | | default_limit | 1000 | 2025-03-07 07:30:32.055 | | description | None | 2025-03-07 07:30:32.055 | | id | 0e3cc79d180b4e75bc7a9a127c08a7a8 | 2025-03-07 07:30:32.055 | | region_id | RegionOne | 2025-03-07 07:30:32.055 | | resource_name | image_stage_total | 2025-03-07 07:30:32.055 | | service_id | 12760d7e29ab48d9a25962624af88894 | 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | | Field | Value | 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | | default_limit | 100 | 2025-03-07 07:30:32.055 | | description | None | 2025-03-07 07:30:32.055 | | id | d8e7bbb416ad450abeda96f7f6457d40 | 2025-03-07 07:30:32.055 | | region_id | RegionOne | 2025-03-07 07:30:32.055 | | resource_name | image_count_total | 2025-03-07 07:30:32.055 | | service_id | 12760d7e29ab48d9a25962624af88894 | 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | | Field | Value | 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | | default_limit | 100 | 2025-03-07 07:30:32.055 | | description | None | 2025-03-07 07:30:32.055 | | id | ba369e351b4949d0847ed2b12bb8aea7 | 2025-03-07 07:30:32.055 | | region_id | RegionOne | 2025-03-07 07:30:32.055 | | resource_name | image_count_uploading | 2025-03-07 07:30:32.055 | | service_id | 12760d7e29ab48d9a25962624af88894 | 2025-03-07 07:30:32.055 | +---------------+----------------------------------+ 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-03-07 07:30:32.055 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-03-07 07:30:32.055 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 85d9db0171fe4781933fa57382189dea 2025-03-07 07:30:32.055 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-03-07 07:30:32.086 | [4759 Async create_glance_accounts:43169]: finished create_glance_accounts with result 0 in 23 seconds 2025-03-07 07:30:32.112 | [4759 Async create_cinder_accounts:43309]: Waiting for completion of create_cinder_accounts running on PID 43309 (3 other jobs running) 2025-03-07 07:30:32.129 | [4759 Async create_cinder_accounts:43309]: Signaling child to exit 2025-03-07 07:30:32.130 | WAKEUP 2025-03-07 07:30:32.146 | [4759 Async create_cinder_accounts:43309]: Signaled 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2025-03-07 07:30:32.147 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2025-03-07 07:30:32.147 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-03-07 07:30:32.147 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:30:32.147 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:30:32.147 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:30:32.147 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:30:32.147 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.147 | + functions-common:get_or_create_user:938 : user_id=366cb207c41f4c4197a3bdfda9bd7d26 2025-03-07 07:30:32.147 | + functions-common:get_or_create_user:939 : echo 366cb207c41f4c4197a3bdfda9bd7d26 2025-03-07 07:30:32.147 | 366cb207c41f4c4197a3bdfda9bd7d26 2025-03-07 07:30:32.147 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-03-07 07:30:32.147 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:32.147 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:32.147 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:30:32.147 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:32.147 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:32.147 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:30:32.147 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:30:32.147 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:30:32.147 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:30:32.147 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:30:32.147 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:30:32.147 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-03-07 07:30:32.147 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2025-03-07 07:30:32.147 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.147 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.147 | + functions-common:get_or_add_user_project_role:1003 : echo 579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.147 | 579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.147 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-03-07 07:30:32.147 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:30:32.147 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-03-07 07:30:32.147 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-03-07 07:30:32.147 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.147 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:30:32.147 | 5491938a26dd4abf8facf7c4e82f8ada' 2025-03-07 07:30:32.147 | + functions-common:get_or_create_service:1090 : echo 5491938a26dd4abf8facf7c4e82f8ada 2025-03-07 07:30:32.147 | 5491938a26dd4abf8facf7c4e82f8ada 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-03-07 07:30:32.147 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:30:32.147 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-03-07 07:30:32.147 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:30:32.147 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-03-07 07:30:32.147 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.147 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:30:32.147 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:30:32.147 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-03-07 07:30:32.147 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.147 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=d26367b04de8499195e3bf924071b7cb 2025-03-07 07:30:32.147 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo d26367b04de8499195e3bf924071b7cb 2025-03-07 07:30:32.147 | + functions-common:get_or_create_endpoint:1123 : public_id=d26367b04de8499195e3bf924071b7cb 2025-03-07 07:30:32.147 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:30:32.147 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:30:32.147 | + functions-common:get_or_create_endpoint:1132 : echo d26367b04de8499195e3bf924071b7cb 2025-03-07 07:30:32.147 | d26367b04de8499195e3bf924071b7cb 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-03-07 07:30:32.147 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:30:32.147 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-03-07 07:30:32.147 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-03-07 07:30:32.147 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.147 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:30:32.147 | 0e4b4584045942388fcfec0be3293fb3' 2025-03-07 07:30:32.147 | + functions-common:get_or_create_service:1090 : echo 0e4b4584045942388fcfec0be3293fb3 2025-03-07 07:30:32.147 | 0e4b4584045942388fcfec0be3293fb3 2025-03-07 07:30:32.147 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-03-07 07:30:32.147 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:30:32.147 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-03-07 07:30:32.147 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:30:32.147 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-03-07 07:30:32.147 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.147 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:30:32.147 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:30:32.148 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-03-07 07:30:32.148 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.148 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=685208b78dc44663ba944ac663222e30 2025-03-07 07:30:32.148 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 685208b78dc44663ba944ac663222e30 2025-03-07 07:30:32.148 | + functions-common:get_or_create_endpoint:1123 : public_id=685208b78dc44663ba944ac663222e30 2025-03-07 07:30:32.148 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:30:32.148 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:30:32.148 | + functions-common:get_or_create_endpoint:1132 : echo 685208b78dc44663ba944ac663222e30 2025-03-07 07:30:32.148 | 685208b78dc44663ba944ac663222e30 2025-03-07 07:30:32.148 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2025-03-07 07:30:32.148 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2025-03-07 07:30:32.148 | ++ functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:30:32.148 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-03-07 07:30:32.148 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.148 | ++ functions-common:get_or_create_project:951 : project_id=0eec99923eff4da3930c875934fa83ef 2025-03-07 07:30:32.148 | ++ functions-common:get_or_create_project:952 : echo 0eec99923eff4da3930c875934fa83ef 2025-03-07 07:30:32.148 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 0eec99923eff4da3930c875934fa83ef 2025-03-07 07:30:32.148 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2025-03-07 07:30:32.148 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:30:32.148 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:30:32.148 | ++ functions-common:get_or_create_user:926 : local email= 2025-03-07 07:30:32.148 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-03-07 07:30:32.148 | No password was supplied, authentication will fail when a user does not have a password. 2025-03-07 07:30:32.148 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.148 | ++ functions-common:get_or_create_user:938 : user_id=366cb207c41f4c4197a3bdfda9bd7d26 2025-03-07 07:30:32.148 | ++ functions-common:get_or_create_user:939 : echo 366cb207c41f4c4197a3bdfda9bd7d26 2025-03-07 07:30:32.148 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 366cb207c41f4c4197a3bdfda9bd7d26 2025-03-07 07:30:32.178 | [4759 Async create_cinder_accounts:43309]: finished create_cinder_accounts with result 0 in 21 seconds 2025-03-07 07:30:32.181 | + inc/async:async_wait:197 : return 0 2025-03-07 07:30:32.183 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-03-07 07:30:32.219 | [4759 Async create_neutron_accounts:43452]: Waiting for completion of create_neutron_accounts running on PID 43452 (2 other jobs running) 2025-03-07 07:30:32.237 | [4759 Async create_neutron_accounts:43452]: Signaling child to exit 2025-03-07 07:30:32.237 | WAKEUP 2025-03-07 07:30:32.253 | [4759 Async create_neutron_accounts:43452]: Signaled 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2025-03-07 07:30:32.254 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2025-03-07 07:30:32.254 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-03-07 07:30:32.254 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:30:32.254 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:30:32.254 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:30:32.254 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:30:32.254 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.254 | + functions-common:get_or_create_user:938 : user_id=cd721218702449898582e47bb3e4d31a 2025-03-07 07:30:32.254 | + functions-common:get_or_create_user:939 : echo cd721218702449898582e47bb3e4d31a 2025-03-07 07:30:32.254 | cd721218702449898582e47bb3e4d31a 2025-03-07 07:30:32.254 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-03-07 07:30:32.254 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:30:32.254 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:30:32.254 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:30:32.254 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:30:32.254 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:30:32.254 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:30:32.254 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:30:32.254 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:30:32.254 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:30:32.254 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:30:32.254 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:30:32.254 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-03-07 07:30:32.254 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2025-03-07 07:30:32.254 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.254 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.254 | + functions-common:get_or_add_user_project_role:1003 : echo 579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.254 | 579772a68084427db91e3a7edd16da8a 2025-03-07 07:30:32.254 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2025-03-07 07:30:32.254 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:30:32.254 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-03-07 07:30:32.254 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-03-07 07:30:32.254 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.254 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:30:32.254 | 6acec12903064f8ab8c3646ad468b419' 2025-03-07 07:30:32.254 | + functions-common:get_or_create_service:1090 : echo 6acec12903064f8ab8c3646ad468b419 2025-03-07 07:30:32.254 | 6acec12903064f8ab8c3646ad468b419 2025-03-07 07:30:32.254 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-03-07 07:30:32.254 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:30:32.254 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-03-07 07:30:32.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:30:32.254 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-03-07 07:30:32.254 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:30:32.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:30:32.254 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-03-07 07:30:32.254 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:30:32.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=aa24960cc8c94930a6ff4ae77b671176 2025-03-07 07:30:32.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo aa24960cc8c94930a6ff4ae77b671176 2025-03-07 07:30:32.254 | + functions-common:get_or_create_endpoint:1123 : public_id=aa24960cc8c94930a6ff4ae77b671176 2025-03-07 07:30:32.254 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:30:32.254 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:30:32.254 | + functions-common:get_or_create_endpoint:1132 : echo aa24960cc8c94930a6ff4ae77b671176 2025-03-07 07:30:32.254 | aa24960cc8c94930a6ff4ae77b671176 2025-03-07 07:30:32.285 | [4759 Async create_neutron_accounts:43452]: finished create_neutron_accounts with result 0 in 12 seconds 2025-03-07 07:30:32.290 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-03-07 07:30:32.294 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-03-07 07:30:32.296 | + inc/async:async_wait:197 : return 0 2025-03-07 07:30:32.298 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2025-03-07 07:30:32.312 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:32.314 | + stack.sh:main:1144 : is_service_enabled glance 2025-03-07 07:30:32.328 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:32.330 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2025-03-07 07:30:32.332 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:30:32.334 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2025-03-07 07:30:32.336 | + stack.sh:main:1146 : async_runfunc init_glance 2025-03-07 07:30:32.339 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-03-07 07:30:32.387 | + inc/async:async_inner:63 : init_glance 2025-03-07 07:30:32.416 | [4759 Async init_glance:45777]: running: init_glance 2025-03-07 07:30:32.418 | + stack.sh:main:1153 : is_service_enabled neutron 2025-03-07 07:30:32.433 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:32.435 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2025-03-07 07:30:32.437 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:30:32.439 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2025-03-07 07:30:32.441 | + stack.sh:main:1156 : configure_neutron 2025-03-07 07:30:32.443 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2025-03-07 07:30:32.445 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2025-03-07 07:30:32.447 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2025-03-07 07:30:32.457 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2025-03-07 07:30:32.459 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2025-03-07 07:30:36.614 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:30:36.633 | [45777 Async init_glance:45777]: finished successfully 2025-03-07 07:30:52.177 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-03-07 07:30:52.181 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-03-07 07:30:52.183 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-03-07 07:30:52.185 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-03-07 07:30:52.187 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2025-03-07 07:30:52.189 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-03-07 07:30:52.191 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-03-07 07:30:52.193 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-03-07 07:30:52.194 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-03-07 07:30:52.196 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2025-03-07 07:30:52.198 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2025-03-07 07:30:52.200 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2025-03-07 07:30:52.202 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-03-07 07:30:52.204 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2025-03-07 07:30:52.205 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2025-03-07 07:30:52.207 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2025-03-07 07:30:52.210 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:52.213 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:52.214 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-03-07 07:30:52.216 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:52.220 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2025-03-07 07:30:52.222 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-03-07 07:30:52.224 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-03-07 07:30:52.226 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2025-03-07 07:30:52.228 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:30:52.229 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:30:52.231 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2025-03-07 07:30:52.234 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2025-03-07 07:30:52.258 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-03-07 07:30:52.282 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-03-07 07:30:52.306 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-03-07 07:30:52.331 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-03-07 07:30:52.355 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-03-07 07:30:52.379 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2025-03-07 07:30:52.381 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2025-03-07 07:30:52.383 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-03-07 07:30:52.385 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-03-07 07:30:52.387 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:30:52.400 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:30:52.402 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:30:52.404 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:30:52.406 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:30:52.407 | + 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-03-07 07:30:52.434 | + 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-03-07 07:30:52.459 | + 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-03-07 07:30:52.484 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:30:52.509 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2025-03-07 07:30:52.522 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:52.524 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2025-03-07 07:30:52.526 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:30:52.528 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-03-07 07:30:52.530 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2025-03-07 07:30:52.532 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-03-07 07:30:52.533 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:30:52.535 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2025-03-07 07:30:52.537 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-03-07 07:30:52.548 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-03-07 07:30:52.559 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-03-07 07:30:52.561 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-03-07 07:30:52.570 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-03-07 07:30:52.581 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2025-03-07 07:30:52.590 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-03-07 07:30:52.592 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:30:52.595 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2025-03-07 07:30:52.598 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.Re2T26ETEU 2025-03-07 07:30:52.600 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-03-07 07:30:52.602 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:30:52.604 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.Re2T26ETEU 2025-03-07 07:30:52.607 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.Re2T26ETEU 2025-03-07 07:30:52.616 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.Re2T26ETEU /etc/sudoers.d/neutron-rootwrap 2025-03-07 07:30:52.626 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2025-03-07 07:30:52.628 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2025-03-07 07:30:52.630 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:30:52.655 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-03-07 07:30:52.657 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:30:52.680 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-03-07 07:30:52.683 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2025-03-07 07:30:52.684 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2025-03-07 07:30:52.686 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:30:52.688 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:30:52.691 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:30:52.704 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:52.707 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:30:52.709 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:30:52.711 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:30:52.724 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:52.726 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:30:52.728 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:30:52.753 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:30:52.755 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:30:52.757 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2025-03-07 07:30:52.771 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:52.773 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2025-03-07 07:30:52.786 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:52.787 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2025-03-07 07:30:52.790 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:52.791 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:52.793 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:30:52.821 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-03-07 07:30:52.823 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:30:52.848 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-03-07 07:30:52.873 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2025-03-07 07:30:52.875 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-03-07 07:30:52.877 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-03-07 07:30:52.879 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-03-07 07:30:54.214 | INFO neutron.common.config [-] Logging enabled! 2025-03-07 07:30:54.214 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-03-07 07:30:54.214 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46665) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-03-07 07:30:54.216 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-03-07 07:30:54.216 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmp3j9x6wni/privsep.sock'] 2025-03-07 07:30:54.934 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-03-07 07:30:54.934 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp3j9x6wni/privsep.sock {{(pid=46665) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2025-03-07 07:30:54.935 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-03-07 07:30:54.936 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-03-07 07:30:54.936 | 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-03-07 07:30:54.936 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 46676 2025-03-07 07:30:54.936 | DEBUG oslo.privsep.daemon [-] privsep: reply[603c7768-eb2c-4a24-988b-7f63ab7c95bb]: (2,) {{(pid=46676) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:30:55.024 | 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=46676) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2025-03-07 07:30:55.034 | 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=46676) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2025-03-07 07:30:55.034 | DEBUG oslo.privsep.daemon [-] privsep: reply[bb27edf3-436b-4ab6-91b2-572686244d7a]: (4, ('76424c47-7c22-4d62-8616-20f403b4ef5f\n', '')) {{(pid=46676) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:30:55.120 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46665) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-07 07:30:55.120 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46665) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-07 07:30:55.120 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46665) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:30:55.120 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46665) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:30:55.120 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46665) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:30:55.120 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46665) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:30:55.154 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-03-07 07:30:55.155 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46665) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-03-07 07:30:55.155 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46665) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-03-07 07:30:55.155 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-03-07 07:30:55.423 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-03-07 07:30:55.426 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-03-07 07:30:55.428 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-03-07 07:30:55.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-07 07:30:55.432 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-03-07 07:30:55.445 | + 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-03-07 07:30:55.458 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-03-07 07:30:55.461 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2025-03-07 07:30:55.463 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-03-07 07:30:55.488 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2025-03-07 07:30:55.491 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-03-07 07:30:55.497 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-03-07 07:30:55.499 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2025-03-07 07:30:55.501 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-03-07 07:30:55.526 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-03-07 07:30:55.540 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-03-07 07:30:55.541 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-03-07 07:30:55.548 | net.bridge.bridge-nf-call-iptables = 1 2025-03-07 07:30:55.551 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-03-07 07:30:55.553 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-03-07 07:30:55.559 | net.bridge.bridge-nf-call-ip6tables = 1 2025-03-07 07:30:55.562 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-03-07 07:30:55.565 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-03-07 07:30:55.567 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-03-07 07:30:55.569 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-03-07 07:30:55.571 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-03-07 07:30:55.573 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-03-07 07:30:55.575 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-03-07 07:30:55.577 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-03-07 07:30:55.579 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-07 07:30:55.581 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-03-07 07:30:55.594 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-03-07 07:30:55.596 | + 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-03-07 07:30:55.622 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2025-03-07 07:30:55.624 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-03-07 07:30:55.650 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-03-07 07:30:55.675 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2025-03-07 07:30:55.689 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:55.691 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2025-03-07 07:30:55.693 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-03-07 07:30:55.696 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-03-07 07:30:55.720 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-03-07 07:30:55.744 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-03-07 07:30:55.746 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:30:55.748 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:30:55.772 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-03-07 07:30:55.774 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:30:55.799 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:30:55.812 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:55.815 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-03-07 07:30:55.817 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-03-07 07:30:55.841 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-03-07 07:30:55.843 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-03-07 07:30:55.845 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-03-07 07:30:55.870 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-03-07 07:30:55.872 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-03-07 07:30:55.874 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-03-07 07:30:55.877 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:30:55.890 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:55.892 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2025-03-07 07:30:55.894 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-03-07 07:30:55.898 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-03-07 07:30:55.923 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:30:55.949 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2025-03-07 07:30:55.951 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:30:55.975 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-03-07 07:30:55.978 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-03-07 07:30:56.002 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-03-07 07:30:56.003 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-03-07 07:30:56.005 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-03-07 07:30:56.030 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-03-07 07:30:56.032 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-03-07 07:30:56.034 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-03-07 07:30:56.036 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-03-07 07:30:57.358 | INFO neutron.common.config [-] Logging enabled! 2025-03-07 07:30:57.358 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-03-07 07:30:57.359 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47221) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-03-07 07:30:57.383 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47221) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-07 07:30:57.383 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47221) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-07 07:30:57.383 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47221) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:30:57.383 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47221) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:30:57.384 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47221) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:30:57.384 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47221) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:30:57.418 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-03-07 07:30:57.418 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47221) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-03-07 07:30:57.418 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47221) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-03-07 07:30:57.420 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-03-07 07:30:57.679 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2025-03-07 07:30:57.682 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2025-03-07 07:30:57.684 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2025-03-07 07:30:57.686 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-03-07 07:30:57.688 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-03-07 07:30:57.690 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-07 07:30:57.692 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-03-07 07:30:57.705 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2025-03-07 07:30:57.707 | + functions:set_mtu:796 : local dev=br-ex 2025-03-07 07:30:57.709 | + functions:set_mtu:797 : local mtu=8950 2025-03-07 07:30:57.711 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-03-07 07:30:57.721 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-03-07 07:30:57.734 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2025-03-07 07:30:57.736 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2025-03-07 07:30:57.738 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-03-07 07:30:57.740 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2025-03-07 07:30:57.742 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2025-03-07 07:30:57.744 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2025-03-07 07:30:57.746 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2025-03-07 07:30:57.749 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2025-03-07 07:30:57.750 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2025-03-07 07:30:57.753 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2025-03-07 07:30:57.755 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2025-03-07 07:30:57.757 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2025-03-07 07:30:57.758 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2025-03-07 07:30:57.760 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2025-03-07 07:30:57.764 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2025-03-07 07:30:57.764 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2025-03-07 07:30:57.768 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2025-03-07 07:30:57.770 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2025-03-07 07:30:57.773 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2025-03-07 07:30:57.775 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2025-03-07 07:30:57.778 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2025-03-07 07:30:57.778 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2025-03-07 07:30:57.778 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2025-03-07 07:30:57.783 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2025-03-07 07:30:57.785 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2025-03-07 07:30:57.787 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2025-03-07 07:30:57.789 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-03-07 07:30:57.791 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2025-03-07 07:30:57.793 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2025-03-07 07:30:57.795 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-03-07 07:30:57.809 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2025-03-07 07:30:57.809 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2025-03-07 07:30:57.813 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2025-03-07 07:30:57.815 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2025-03-07 07:30:57.829 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:57.831 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2025-03-07 07:30:57.833 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-03-07 07:30:57.837 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-03-07 07:30:57.861 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-03-07 07:30:57.885 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-03-07 07:30:57.909 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-03-07 07:30:57.911 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2025-03-07 07:30:57.913 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:30:57.937 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-03-07 07:30:57.940 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:30:57.963 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-07 07:30:57.966 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2025-03-07 07:30:57.979 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:57.981 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2025-03-07 07:30:57.983 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2025-03-07 07:30:57.996 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:57.998 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2025-03-07 07:30:58.011 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:58.013 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2025-03-07 07:30:58.026 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:58.028 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-03-07 07:30:58.042 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:58.044 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2025-03-07 07:30:58.046 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-03-07 07:30:58.048 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-03-07 07:30:58.052 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2025-03-07 07:30:58.053 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2025-03-07 07:30:58.056 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2025-03-07 07:30:58.058 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2025-03-07 07:30:58.061 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2025-03-07 07:30:58.063 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-03-07 07:30:58.066 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-03-07 07:30:58.070 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-03-07 07:30:58.074 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-03-07 07:30:58.100 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-03-07 07:30:58.125 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-03-07 07:30:58.151 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-03-07 07:30:58.176 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-03-07 07:30:58.178 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-07 07:30:58.180 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-03-07 07:30:58.182 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:30:58.184 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-03-07 07:30:58.208 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-03-07 07:30:58.232 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:30:58.256 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-03-07 07:30:58.281 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-03-07 07:30:58.306 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-03-07 07:30:58.330 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-03-07 07:30:58.355 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-03-07 07:30:58.380 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:30:58.404 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:30:58.428 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-03-07 07:30:58.453 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-03-07 07:30:58.478 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-03-07 07:30:58.480 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-07 07:30:58.482 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-07 07:30:58.484 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-03-07 07:30:58.486 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-03-07 07:30:58.511 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-03-07 07:30:58.535 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-03-07 07:30:58.560 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-03-07 07:30:58.585 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-03-07 07:30:58.610 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-03-07 07:30:58.635 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-03-07 07:30:58.659 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-03-07 07:30:58.684 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:30:58.709 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-03-07 07:30:58.734 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-03-07 07:30:58.736 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-07 07:30:58.738 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-03-07 07:30:58.740 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-03-07 07:30:58.742 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-03-07 07:30:58.766 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-03-07 07:30:58.791 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-03-07 07:30:58.816 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-03-07 07:30:58.841 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-03-07 07:30:58.866 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-03-07 07:30:58.891 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-03-07 07:30:58.917 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-03-07 07:30:58.943 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:30:58.968 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-03-07 07:30:58.993 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2025-03-07 07:30:58.995 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-03-07 07:30:58.997 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-03-07 07:30:58.999 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-03-07 07:30:59.001 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-03-07 07:30:59.003 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-03-07 07:30:59.005 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-03-07 07:30:59.007 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-03-07 07:30:59.009 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-03-07 07:30:59.011 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-03-07 07:30:59.013 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-03-07 07:30:59.015 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-03-07 07:30:59.017 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-03-07 07:30:59.019 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-03-07 07:30:59.021 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-03-07 07:30:59.023 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-03-07 07:30:59.025 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-03-07 07:30:59.027 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-03-07 07:30:59.029 | + 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-03-07 07:30:59.031 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.033 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-03-07 07:30:59.035 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-03-07 07:30:59.037 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-03-07 07:30:59.039 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.041 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-03-07 07:30:59.064 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-03-07 07:30:59.066 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.068 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-07 07:30:59.070 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-03-07 07:30:59.072 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-03-07 07:30:59.074 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.076 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-03-07 07:30:59.100 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-03-07 07:30:59.102 | + 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-03-07 07:30:59.104 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.106 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-07 07:30:59.108 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-03-07 07:30:59.110 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-03-07 07:30:59.112 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.114 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-03-07 07:30:59.137 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-03-07 07:30:59.139 | + 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-03-07 07:30:59.141 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.143 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-07 07:30:59.145 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-03-07 07:30:59.147 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-03-07 07:30:59.149 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.151 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-03-07 07:30:59.174 | + 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-03-07 07:30:59.176 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.178 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-07 07:30:59.180 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-03-07 07:30:59.182 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-03-07 07:30:59.184 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.185 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-03-07 07:30:59.209 | + 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-03-07 07:30:59.211 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.213 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-03-07 07:30:59.215 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-03-07 07:30:59.217 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-03-07 07:30:59.219 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.221 | + 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-03-07 07:30:59.244 | + 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-03-07 07:30:59.246 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.248 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-03-07 07:30:59.250 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-03-07 07:30:59.252 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-03-07 07:30:59.254 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.256 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-03-07 07:30:59.279 | + 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-03-07 07:30:59.281 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.283 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-03-07 07:30:59.285 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-03-07 07:30:59.287 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-03-07 07:30:59.289 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.291 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-03-07 07:30:59.315 | + 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-03-07 07:30:59.317 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.319 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-03-07 07:30:59.321 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-03-07 07:30:59.323 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-03-07 07:30:59.325 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.327 | + 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-03-07 07:30:59.351 | + 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-03-07 07:30:59.353 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:30:59.355 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-03-07 07:30:59.357 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-03-07 07:30:59.359 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-03-07 07:30:59.361 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:30:59.363 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-03-07 07:30:59.387 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-07 07:30:59.389 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-03-07 07:30:59.414 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-03-07 07:30:59.439 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2025-03-07 07:30:59.441 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2025-03-07 07:30:59.454 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:59.457 | + stack.sh:main:1159 : is_service_enabled neutron 2025-03-07 07:30:59.470 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:59.472 | + stack.sh:main:1160 : async_runfunc init_neutron 2025-03-07 07:30:59.474 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-03-07 07:30:59.521 | + inc/async:async_inner:63 : init_neutron 2025-03-07 07:30:59.552 | [4759 Async init_neutron:49020]: running: init_neutron 2025-03-07 07:30:59.554 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2025-03-07 07:30:59.569 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:59.572 | ++ stack.sh:main:1172 : pidof NetworkManager 2025-03-07 07:30:59.582 | ++ stack.sh:main:1172 : true 2025-03-07 07:30:59.584 | + stack.sh:main:1172 : netman_pid= 2025-03-07 07:30:59.586 | + stack.sh:main:1173 : '[' -z '' ']' 2025-03-07 07:30:59.588 | + stack.sh:main:1174 : sudo killall dnsmasq 2025-03-07 07:30:59.600 | dnsmasq: no process found 2025-03-07 07:30:59.603 | + stack.sh:main:1174 : true 2025-03-07 07:30:59.605 | + stack.sh:main:1179 : clean_iptables 2025-03-07 07:30:59.608 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2025-03-07 07:30:59.609 | + lib/nova:clean_iptables:184 : grep '\-A' 2025-03-07 07:30:59.609 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-07 07:30:59.609 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2025-03-07 07:30:59.609 | + lib/nova:clean_iptables:184 : grep nova 2025-03-07 07:30:59.610 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2025-03-07 07:30:59.610 | + lib/nova:clean_iptables:184 : bash 2025-03-07 07:30:59.634 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2025-03-07 07:30:59.634 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-07 07:30:59.634 | + lib/nova:clean_iptables:186 : grep nova 2025-03-07 07:30:59.635 | + lib/nova:clean_iptables:186 : grep '\-A' 2025-03-07 07:30:59.635 | + lib/nova:clean_iptables:186 : bash 2025-03-07 07:30:59.636 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2025-03-07 07:30:59.637 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2025-03-07 07:30:59.645 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2025-03-07 07:30:59.645 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-07 07:30:59.647 | + lib/nova:clean_iptables:188 : grep nova 2025-03-07 07:30:59.647 | + lib/nova:clean_iptables:188 : grep '\-N' 2025-03-07 07:30:59.647 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2025-03-07 07:30:59.647 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2025-03-07 07:30:59.649 | + lib/nova:clean_iptables:188 : bash 2025-03-07 07:30:59.656 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-07 07:30:59.657 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2025-03-07 07:30:59.657 | + lib/nova:clean_iptables:190 : grep '\-N' 2025-03-07 07:30:59.657 | + lib/nova:clean_iptables:190 : grep nova 2025-03-07 07:30:59.657 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2025-03-07 07:30:59.659 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2025-03-07 07:30:59.659 | + lib/nova:clean_iptables:190 : bash 2025-03-07 07:30:59.666 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2025-03-07 07:30:59.673 | net.ipv4.ip_forward = 1 2025-03-07 07:30:59.676 | + stack.sh:main:1187 : is_service_enabled nova neutron 2025-03-07 07:30:59.690 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:59.692 | + stack.sh:main:1188 : configure_os_vif 2025-03-07 07:30:59.694 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-03-07 07:30:59.696 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-03-07 07:30:59.723 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-03-07 07:30:59.725 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-03-07 07:30:59.752 | + stack.sh:main:1194 : is_service_enabled swift 2025-03-07 07:30:59.766 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:30:59.768 | + stack.sh:main:1203 : is_service_enabled cinder 2025-03-07 07:30:59.782 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:59.784 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2025-03-07 07:30:59.786 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:30:59.788 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2025-03-07 07:30:59.790 | + stack.sh:main:1205 : async_runfunc init_cinder 2025-03-07 07:30:59.792 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-03-07 07:30:59.843 | + inc/async:async_inner:63 : init_cinder 2025-03-07 07:30:59.875 | [4759 Async init_cinder:49370]: running: init_cinder 2025-03-07 07:30:59.878 | + stack.sh:main:1211 : is_service_enabled placement 2025-03-07 07:30:59.892 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:30:59.895 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2025-03-07 07:30:59.897 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:30:59.900 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2025-03-07 07:30:59.902 | + stack.sh:main:1213 : async_runfunc init_placement 2025-03-07 07:30:59.904 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-03-07 07:30:59.952 | + inc/async:async_inner:63 : init_placement 2025-03-07 07:30:59.983 | [4759 Async init_placement:49517]: running: init_placement 2025-03-07 07:30:59.985 | + stack.sh:main:1217 : async_wait init_neutron 2025-03-07 07:31:00.025 | [4759 Async init_neutron:49020]: Waiting for completion of init_neutron running on PID 49020 (5 other jobs running) 2025-03-07 07:31:00.045 | [4759 Async init_neutron:49020]: Signaling child to exit 2025-03-07 07:31:03.292 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:31:03.311 | [49370 Async init_cinder:49370]: finished successfully 2025-03-07 07:31:07.767 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:31:07.786 | [49020 Async init_neutron:49020]: finished successfully 2025-03-07 07:31:07.803 | WAKEUP 2025-03-07 07:31:07.819 | [4759 Async init_neutron:49020]: Signaled 2025-03-07 07:31:07.820 | + lib/neutron:init_neutron:501 : recreate_database neutron 2025-03-07 07:31:07.820 | + lib/database:recreate_database:112 : local db=neutron 2025-03-07 07:31:07.820 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-03-07 07:31:07.820 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2025-03-07 07:31:07.820 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-03-07 07:31:07.820 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-03-07 07:31:07.820 | + lib/neutron:init_neutron:502 : time_start dbsync 2025-03-07 07:31:07.820 | + functions-common:time_start:2421 : local name=dbsync 2025-03-07 07:31:07.821 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:07.821 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:07.821 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:07.821 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332659560 2025-03-07 07:31:07.821 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-03-07 07:31:07.821 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-03-07 07:31:07.822 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-03-07 07:31:07.822 | Running upgrade for neutron ... 2025-03-07 07:31:07.822 | OK 2025-03-07 07:31:07.822 | + lib/neutron:init_neutron:505 : time_stop dbsync 2025-03-07 07:31:07.822 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:07.822 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:07.822 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:07.822 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:07.822 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:07.822 | + functions-common:time_stop:2441 : name=dbsync 2025-03-07 07:31:07.822 | + functions-common:time_stop:2442 : start_time=1741332659560 2025-03-07 07:31:07.822 | + functions-common:time_stop:2444 : [[ -z 1741332659560 ]] 2025-03-07 07:31:07.822 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:07.822 | + functions-common:time_stop:2447 : end_time=1741332667755 2025-03-07 07:31:07.822 | + functions-common:time_stop:2448 : elapsed_time=8195 2025-03-07 07:31:07.822 | + functions-common:time_stop:2449 : total=3003 2025-03-07 07:31:07.822 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:07.822 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11198 2025-03-07 07:31:07.853 | [4759 Async init_neutron:49020]: finished init_neutron with result 0 in 8 seconds 2025-03-07 07:31:07.857 | + inc/async:async_wait:197 : return 0 2025-03-07 07:31:07.859 | + stack.sh:main:1218 : async_wait init_placement 2025-03-07 07:31:07.896 | [4759 Async init_placement:49517]: Waiting for completion of init_placement running on PID 49517 (4 other jobs running) 2025-03-07 07:31:07.914 | [4759 Async init_placement:49517]: Signaling child to exit 2025-03-07 07:31:16.522 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:31:16.540 | [49517 Async init_placement:49517]: finished successfully 2025-03-07 07:31:16.557 | WAKEUP 2025-03-07 07:31:16.573 | [4759 Async init_placement:49517]: Signaled 2025-03-07 07:31:16.574 | + lib/placement:init_placement:143 : recreate_database placement 2025-03-07 07:31:16.574 | + lib/database:recreate_database:112 : local db=placement 2025-03-07 07:31:16.574 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-03-07 07:31:16.574 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2025-03-07 07:31:16.574 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-03-07 07:31:16.574 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-03-07 07:31:16.574 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2025-03-07 07:31:16.574 | + lib/placement:init_placement:145 : create_placement_accounts 2025-03-07 07:31:16.574 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-03-07 07:31:16.574 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-03-07 07:31:16.574 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:31:16.574 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:31:16.574 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:31:16.574 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:31:16.574 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:16.574 | + functions-common:get_or_create_user:938 : user_id=c12f789c8e05427fa06f007cec5af91f 2025-03-07 07:31:16.574 | + functions-common:get_or_create_user:939 : echo c12f789c8e05427fa06f007cec5af91f 2025-03-07 07:31:16.574 | c12f789c8e05427fa06f007cec5af91f 2025-03-07 07:31:16.574 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-03-07 07:31:16.574 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:31:16.574 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:31:16.574 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:31:16.574 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:31:16.574 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:31:16.574 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:31:16.574 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:31:16.574 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:31:16.574 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:31:16.574 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:31:16.574 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:31:16.574 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-03-07 07:31:16.574 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-03-07 07:31:16.574 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:16.574 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=579772a68084427db91e3a7edd16da8a 2025-03-07 07:31:16.574 | + functions-common:get_or_add_user_project_role:1003 : echo 579772a68084427db91e3a7edd16da8a 2025-03-07 07:31:16.574 | 579772a68084427db91e3a7edd16da8a 2025-03-07 07:31:16.575 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-03-07 07:31:16.575 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-03-07 07:31:16.575 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:31:16.575 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:31:16.575 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:31:16.575 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:31:16.575 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:31:16.575 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:31:16.575 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:31:16.575 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:31:16.575 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:31:16.575 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:31:16.575 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:31:16.575 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-03-07 07:31:16.575 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-03-07 07:31:16.575 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:16.575 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:31:16.575 | + functions-common:get_or_add_user_project_role:1003 : echo 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:31:16.575 | 9e5eb9d880604983a4bf1140fd84b21d 2025-03-07 07:31:16.575 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-03-07 07:31:16.575 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-03-07 07:31:16.575 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:31:16.575 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-03-07 07:31:16.575 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-03-07 07:31:16.575 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:16.575 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:31:16.575 | 3a71c9e6392240258e021bd057006f19' 2025-03-07 07:31:16.575 | + functions-common:get_or_create_service:1090 : echo 3a71c9e6392240258e021bd057006f19 2025-03-07 07:31:16.575 | 3a71c9e6392240258e021bd057006f19 2025-03-07 07:31:16.575 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-03-07 07:31:16.575 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:31:16.575 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-03-07 07:31:16.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:31:16.575 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-03-07 07:31:16.575 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:16.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:31:16.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:31:16.575 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-03-07 07:31:16.575 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:16.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=0827cefde8c94345a82a3d33e2824d8e 2025-03-07 07:31:16.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 0827cefde8c94345a82a3d33e2824d8e 2025-03-07 07:31:16.575 | + functions-common:get_or_create_endpoint:1123 : public_id=0827cefde8c94345a82a3d33e2824d8e 2025-03-07 07:31:16.575 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:31:16.575 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:31:16.575 | + functions-common:get_or_create_endpoint:1132 : echo 0827cefde8c94345a82a3d33e2824d8e 2025-03-07 07:31:16.575 | 0827cefde8c94345a82a3d33e2824d8e 2025-03-07 07:31:16.605 | [4759 Async init_placement:49517]: finished init_placement with result 0 in 16 seconds 2025-03-07 07:31:16.611 | + inc/async:async_wait:197 : return 0 2025-03-07 07:31:16.613 | + stack.sh:main:1219 : async_wait init_glance 2025-03-07 07:31:16.655 | [4759 Async init_glance:45777]: Waiting for completion of init_glance running on PID 45777 (3 other jobs running) 2025-03-07 07:31:16.672 | [4759 Async init_glance:45777]: Signaling child to exit 2025-03-07 07:31:16.672 | WAKEUP 2025-03-07 07:31:16.688 | [4759 Async init_glance:45777]: Signaled 2025-03-07 07:31:16.689 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2025-03-07 07:31:16.689 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2025-03-07 07:31:16.689 | + lib/glance:init_glance:489 : recreate_database glance 2025-03-07 07:31:16.689 | + lib/database:recreate_database:112 : local db=glance 2025-03-07 07:31:16.689 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-03-07 07:31:16.689 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2025-03-07 07:31:16.689 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-03-07 07:31:16.689 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-03-07 07:31:16.689 | + lib/glance:init_glance:491 : time_start dbsync 2025-03-07 07:31:16.689 | + functions-common:time_start:2421 : local name=dbsync 2025-03-07 07:31:16.689 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:16.689 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:16.689 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:16.689 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332632433 2025-03-07 07:31:16.689 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-03-07 07:31:16.689 | 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=45865) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:31:16.689 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:31:16.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:31:16.689 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-03-07 07:31:16.689 | Database migration is up to date. No migration needed. 2025-03-07 07:31:16.689 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-03-07 07:31:16.690 | Database is synced successfully. 2025-03-07 07:31:16.690 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-03-07 07:31:16.690 | 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=45894) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-03-07 07:31:16.690 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-03-07 07:31:16.690 | + lib/glance:init_glance:497 : time_stop dbsync 2025-03-07 07:31:16.690 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:16.690 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:16.690 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:16.690 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:16.690 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:16.690 | + functions-common:time_stop:2441 : name=dbsync 2025-03-07 07:31:16.690 | + functions-common:time_stop:2442 : start_time=1741332632433 2025-03-07 07:31:16.690 | + functions-common:time_stop:2444 : [[ -z 1741332632433 ]] 2025-03-07 07:31:16.690 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:16.690 | + functions-common:time_stop:2447 : end_time=1741332636602 2025-03-07 07:31:16.690 | + functions-common:time_stop:2448 : elapsed_time=4169 2025-03-07 07:31:16.690 | + functions-common:time_stop:2449 : total=3003 2025-03-07 07:31:16.690 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:16.690 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7172 2025-03-07 07:31:16.720 | [4759 Async init_glance:45777]: finished init_glance with result 0 in 4 seconds 2025-03-07 07:31:16.723 | + inc/async:async_wait:197 : return 0 2025-03-07 07:31:16.725 | + stack.sh:main:1220 : async_wait init_swift 2025-03-07 07:31:16.741 | Not waiting for async task init_swift that we never started or has already been waited for 2025-03-07 07:31:16.743 | + inc/async:async_wait:197 : return 0 2025-03-07 07:31:16.745 | + stack.sh:main:1221 : async_wait init_cinder 2025-03-07 07:31:16.780 | [4759 Async init_cinder:49370]: Waiting for completion of init_cinder running on PID 49370 (2 other jobs running) 2025-03-07 07:31:16.798 | [4759 Async init_cinder:49370]: Signaling child to exit 2025-03-07 07:31:16.798 | WAKEUP 2025-03-07 07:31:16.814 | [4759 Async init_cinder:49370]: Signaled 2025-03-07 07:31:16.815 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2025-03-07 07:31:16.815 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:16.815 | + lib/cinder:init_cinder:476 : recreate_database cinder 2025-03-07 07:31:16.815 | + lib/database:recreate_database:112 : local db=cinder 2025-03-07 07:31:16.815 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-03-07 07:31:16.815 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2025-03-07 07:31:16.815 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-03-07 07:31:16.815 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-03-07 07:31:16.815 | + lib/cinder:init_cinder:478 : time_start dbsync 2025-03-07 07:31:16.816 | + functions-common:time_start:2421 : local name=dbsync 2025-03-07 07:31:16.816 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:16.816 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:16.816 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:16.816 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332659897 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-03-07 07:31:16.816 | 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=49471) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:31:16.816 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=49471) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:31:16.816 | INFO cinder.db.migration [-] Applying migration(s) 2025-03-07 07:31:16.816 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:31:16.816 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:31:16.816 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-03-07 07:31:16.816 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49471) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:31:16.816 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-03-07 07:31:16.816 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49471) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:16.816 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-03-07 07:31:16.816 | 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=49471) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:31:16.816 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49471) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:16.816 | INFO cinder.db.migration [-] Migration(s) applied 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:481 : time_stop dbsync 2025-03-07 07:31:16.816 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:16.816 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:16.816 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:16.816 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:16.816 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:16.816 | + functions-common:time_stop:2441 : name=dbsync 2025-03-07 07:31:16.816 | + functions-common:time_stop:2442 : start_time=1741332659897 2025-03-07 07:31:16.816 | + functions-common:time_stop:2444 : [[ -z 1741332659897 ]] 2025-03-07 07:31:16.816 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:16.816 | + functions-common:time_stop:2447 : end_time=1741332663230 2025-03-07 07:31:16.816 | + functions-common:time_stop:2448 : elapsed_time=3333 2025-03-07 07:31:16.816 | + functions-common:time_stop:2449 : total=3003 2025-03-07 07:31:16.816 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:16.816 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6336 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2025-03-07 07:31:16.816 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:485 : local be be_name be_type 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:487 : be_type=vmdk 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:488 : be_name=vsphere 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2025-03-07 07:31:16.816 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:31:16.816 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2025-03-07 07:31:16.847 | [4759 Async init_cinder:49370]: finished init_cinder with result 0 in 3 seconds 2025-03-07 07:31:16.850 | + inc/async:async_wait:197 : return 0 2025-03-07 07:31:16.852 | + stack.sh:main:1226 : is_service_enabled nova 2025-03-07 07:31:16.866 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:16.868 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2025-03-07 07:31:16.870 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:31:16.872 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2025-03-07 07:31:16.874 | + stack.sh:main:1228 : init_nova 2025-03-07 07:31:16.876 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2025-03-07 07:31:16.889 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:16.891 | + lib/nova:init_nova:850 : is_service_enabled n-api 2025-03-07 07:31:16.905 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:16.907 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:31:16.909 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2025-03-07 07:31:16.911 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-03-07 07:31:16.913 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-03-07 07:31:16.915 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2025-03-07 07:31:16.917 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-03-07 07:31:16.926 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-03-07 07:31:16.935 | ++ lib/nova:init_nova:863 : seq 1 1 2025-03-07 07:31:16.939 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-07 07:31:16.941 | ++ lib/nova:init_nova:864 : conductor_conf 1 2025-03-07 07:31:16.944 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-03-07 07:31:16.946 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-03-07 07:31:16.948 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-07 07:31:16.995 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-07 07:31:17.024 | [4759 Async nova-cell-1:50648]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-07 07:31:17.026 | + lib/nova:init_nova:867 : recreate_database nova_api 2025-03-07 07:31:17.028 | + lib/database:recreate_database:112 : local db=nova_api 2025-03-07 07:31:17.030 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-03-07 07:31:17.032 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2025-03-07 07:31:17.035 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-03-07 07:31:17.044 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-03-07 07:31:17.053 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-03-07 07:31:17.437 | 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-03-07 07:31:19.228 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:31:19.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:19.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:19.234 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:31:19.234 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50715) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:31:19.245 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:31:19.245 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:31:19.266 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-03-07 07:31:20.163 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=50715) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:31:20.164 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-03-07 07:31:20.326 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=50715) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:20.718 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2025-03-07 07:31:20.720 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-03-07 07:31:20.722 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-03-07 07:31:20.724 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2025-03-07 07:31:20.726 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:31:20.728 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:31:20.730 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2025-03-07 07:31:20.733 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2025-03-07 07:31:21.122 | 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-03-07 07:31:22.131 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:31:22.149 | [50648 Async nova-cell-1:50648]: finished successfully 2025-03-07 07:31:22.824 | ++ lib/nova:init_nova:875 : seq 0 1 2025-03-07 07:31:22.828 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-03-07 07:31:22.830 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2025-03-07 07:31:22.846 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-03-07 07:31:22.848 | + inc/async:async_wait:197 : return 0 2025-03-07 07:31:22.850 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-03-07 07:31:22.852 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2025-03-07 07:31:22.888 | [4759 Async nova-cell-1:50648]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 50648 (2 other jobs running) 2025-03-07 07:31:22.905 | [4759 Async nova-cell-1:50648]: Signaling child to exit 2025-03-07 07:31:22.906 | WAKEUP 2025-03-07 07:31:22.921 | [4759 Async nova-cell-1:50648]: Signaled 2025-03-07 07:31:22.922 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2025-03-07 07:31:22.922 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2025-03-07 07:31:22.922 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2025-03-07 07:31:22.922 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-03-07 07:31:22.922 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-03-07 07:31:22.922 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2025-03-07 07:31:22.922 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-03-07 07:31:22.922 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-03-07 07:31:22.922 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-03-07 07:31:22.922 | 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-03-07 07:31:22.922 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:31:22.923 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50702) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:31:22.923 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:31:22.923 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:31:22.923 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-03-07 07:31:22.923 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=50702) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:31:22.923 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-03-07 07:31:22.923 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50702) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:22.923 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-03-07 07:31:22.923 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50702) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:22.923 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-03-07 07:31:22.924 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50702) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:22.952 | [4759 Async nova-cell-1:50648]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-03-07 07:31:22.956 | + inc/async:async_wait:197 : return 0 2025-03-07 07:31:22.957 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:31:22.959 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-03-07 07:31:23.359 | 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-03-07 07:31:24.694 | DEBUG migrate.versioning.repository [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:31:24.694 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.695 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.695 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.695 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.696 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.697 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.697 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.697 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.697 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.697 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.697 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.697 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.697 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.698 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.698 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.698 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.698 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.698 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.699 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.699 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.699 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.699 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.699 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.700 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.700 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.700 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.700 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.700 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.701 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.701 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.701 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.701 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.701 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:24.702 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:24.702 | DEBUG migrate.versioning.repository [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:31:24.702 | DEBUG migrate.versioning.repository [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:31:24.714 | INFO alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Context impl MySQLImpl. 2025-03-07 07:31:24.714 | INFO alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Will assume non-transactional DDL. 2025-03-07 07:31:24.726 | INFO alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-03-07 07:31:26.729 | DEBUG alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] new branch insert 8f2f1571d55b {{(pid=50905) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:31:26.730 | INFO alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-03-07 07:31:26.758 | DEBUG alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50905) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:26.760 | INFO alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-03-07 07:31:26.816 | DEBUG alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50905) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:26.817 | INFO alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-03-07 07:31:26.833 | DEBUG alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50905) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:31:26.841 | DEBUG migrate.versioning.repository [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:31:26.841 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.842 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.842 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.842 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.842 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.843 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.843 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.843 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.843 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.846 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.846 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.846 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.846 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.847 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.848 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.848 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.848 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.848 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.849 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.849 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.849 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.849 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:31:26.850 | DEBUG migrate.versioning.script.base [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:31:26.850 | DEBUG migrate.versioning.repository [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:31:26.850 | DEBUG migrate.versioning.repository [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50905) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:31:26.854 | INFO alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Context impl MySQLImpl. 2025-03-07 07:31:26.854 | INFO alembic.runtime.migration [None req-f719b050-df02-4968-a426-8e77bf282a2a None None] Will assume non-transactional DDL. 2025-03-07 07:31:27.208 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-03-07 07:31:27.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-03-07 07:31:29.010 | Running batches of 50 until complete 2025-03-07 07:31:29.010 | +-------------------------------------+--------------+-----------+ 2025-03-07 07:31:29.010 | | Migration | Total Needed | Completed | 2025-03-07 07:31:29.010 | +-------------------------------------+--------------+-----------+ 2025-03-07 07:31:29.010 | | fill_virtual_interface_list | 0 | 0 | 2025-03-07 07:31:29.010 | | migrate_empty_ratio | 0 | 0 | 2025-03-07 07:31:29.010 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-03-07 07:31:29.010 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-03-07 07:31:29.010 | | migration_migrate_to_uuid | 0 | 0 | 2025-03-07 07:31:29.010 | | populate_dev_uuids | 0 | 0 | 2025-03-07 07:31:29.010 | | populate_missing_availability_zones | 0 | 0 | 2025-03-07 07:31:29.010 | | populate_queued_for_delete | 0 | 0 | 2025-03-07 07:31:29.010 | | populate_user_id | 0 | 0 | 2025-03-07 07:31:29.010 | | populate_uuids | 0 | 0 | 2025-03-07 07:31:29.010 | +-------------------------------------+--------------+-----------+ 2025-03-07 07:31:29.372 | ++ lib/nova:init_nova:889 : seq 1 1 2025-03-07 07:31:29.376 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-07 07:31:29.379 | ++ lib/nova:init_nova:890 : conductor_conf 1 2025-03-07 07:31:29.381 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-03-07 07:31:29.383 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-03-07 07:31:29.386 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-03-07 07:31:29.758 | 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-03-07 07:31:31.053 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-03-07 07:31:31.053 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-03-07 07:31:31.383 | + lib/nova:init_nova:894 : create_nova_keys_dir 2025-03-07 07:31:31.385 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-03-07 07:31:31.396 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2025-03-07 07:31:31.398 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2025-03-07 07:31:31.400 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-03-07 07:31:31.449 | + inc/async:async_inner:63 : configure_neutron_nova 2025-03-07 07:31:31.480 | [4759 Async configure_neutron_nova:50988]: running: configure_neutron_nova 2025-03-07 07:31:31.483 | + stack.sh:main:1238 : run_phase stack post-config 2025-03-07 07:31:31.485 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:31:31.487 | + functions-common:run_phase:1864 : local phase=post-config 2025-03-07 07:31:31.489 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:31:31.492 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:31:31.494 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:31:31.496 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:31:31.498 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:31:31.501 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:31:31.504 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:31:31.506 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:31:31.508 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:31:31.511 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-03-07 07:31:31.513 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:31:31.527 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:31.529 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:31:31.531 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:31:31.533 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-03-07 07:31:31.535 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:31:31.537 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:31:31.539 | ++ extras.d/80-tempest.sh:source:12 : : 2025-03-07 07:31:31.541 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:31:31.543 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:31:31.546 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:31:31.548 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:31:31.550 | + functions-common:run_phase:1890 : run_plugins stack post-config 2025-03-07 07:31:31.552 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:31:31.554 | + functions-common:run_plugins:1850 : local phase=post-config 2025-03-07 07:31:31.557 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:31:31.559 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:31:31.561 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:31:31.563 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:31:31.566 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:31:31.568 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-03-07 07:31:31.570 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:31:31.572 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:31:31.575 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-03-07 07:31:31.577 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:31:31.579 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:31:31.581 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-03-07 07:31:31.583 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:31:31.586 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2025-03-07 07:31:31.587 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-03-07 07:31:31.590 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.592 | + inc/meta-config:merge_config_group:171 : shift 2025-03-07 07:31:31.594 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-03-07 07:31:31.596 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:31:31.598 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-07 07:31:31.600 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-07 07:31:31.603 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-03-07 07:31:31.605 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.607 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-03-07 07:31:31.610 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:31:31.612 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-03-07 07:31:31.612 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:31:31.612 | gsub("[][]", "", $1); 2025-03-07 07:31:31.612 | split($1, a, "|"); 2025-03-07 07:31:31.612 | if (a[1] == matchgroup) 2025-03-07 07:31:31.612 | print a[2] 2025-03-07 07:31:31.612 | } 2025-03-07 07:31:31.612 | ' /opt/stack/devstack/local.conf 2025-03-07 07:31:31.616 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:31:31.618 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:31:31.620 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:31:31.623 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-03-07 07:31:31.625 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-03-07 07:31:31.628 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-03-07 07:31:31.630 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-03-07 07:31:31.633 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-03-07 07:31:31.636 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-03-07 07:31:31.638 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-03-07 07:31:31.640 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-03-07 07:31:31.643 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.645 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:31:31.648 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-03-07 07:31:31.649 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:31:31.652 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-03-07 07:31:31.654 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-03-07 07:31:31.657 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-03-07 07:31:31.659 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-03-07 07:31:31.662 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-03-07 07:31:31.662 | BEGIN { 2025-03-07 07:31:31.662 | section = "" 2025-03-07 07:31:31.662 | last_section = "" 2025-03-07 07:31:31.663 | section_count = 0 2025-03-07 07:31:31.663 | } 2025-03-07 07:31:31.663 | /^\[.+\]/ { 2025-03-07 07:31:31.663 | gsub("[][]", "", $1); 2025-03-07 07:31:31.663 | section=$1 2025-03-07 07:31:31.663 | next 2025-03-07 07:31:31.663 | } 2025-03-07 07:31:31.663 | /^ *\#/ { 2025-03-07 07:31:31.663 | next 2025-03-07 07:31:31.663 | } 2025-03-07 07:31:31.663 | /^[^ \t]+/ { 2025-03-07 07:31:31.663 | # get offset of first = in $0 2025-03-07 07:31:31.663 | eq_idx = index($0, "=") 2025-03-07 07:31:31.663 | # extract attr & value from $0 2025-03-07 07:31:31.663 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:31:31.663 | value = substr($0, eq_idx + 1) 2025-03-07 07:31:31.663 | # only need to strip trailing whitespace from attr 2025-03-07 07:31:31.663 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:31:31.663 | # need to strip leading & trailing whitespace from value 2025-03-07 07:31:31.663 | sub(/^[ \t]*/, "", value) 2025-03-07 07:31:31.663 | sub(/[ \t]*$/, "", value) 2025-03-07 07:31:31.663 | 2025-03-07 07:31:31.663 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:31:31.663 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:31:31.663 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:31:31.663 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:31:31.663 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:31:31.663 | if (section != last_section) { 2025-03-07 07:31:31.663 | cfg_section[section_count++] = section 2025-03-07 07:31:31.663 | last_section = section 2025-03-07 07:31:31.663 | } 2025-03-07 07:31:31.663 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:31:31.663 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:31:31.663 | 2025-03-07 07:31:31.663 | cfg_attr[section, attr, 0] = value 2025-03-07 07:31:31.663 | cfg_attr_count[section, attr] = 1 2025-03-07 07:31:31.663 | } else { 2025-03-07 07:31:31.663 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:31:31.663 | cfg_attr[section, attr, lno] = value 2025-03-07 07:31:31.663 | } 2025-03-07 07:31:31.663 | } 2025-03-07 07:31:31.663 | END { 2025-03-07 07:31:31.663 | # Process each section in order 2025-03-07 07:31:31.663 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:31:31.663 | section = cfg_section[sno] 2025-03-07 07:31:31.663 | # The ini routines simply append a config item immediately 2025-03-07 07:31:31.663 | # after the section header. To keep the same order as defined 2025-03-07 07:31:31.664 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:31:31.664 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:31:31.664 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:31:31.664 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:31:31.664 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:31:31.664 | else { 2025-03-07 07:31:31.664 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:31:31.664 | count = cfg_attr_count[section, attr] 2025-03-07 07:31:31.664 | print "inidelete " configfile " " section " " attr 2025-03-07 07:31:31.664 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:31:31.664 | for (l = count -2; l >= 0; l--) 2025-03-07 07:31:31.664 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:31:31.664 | } 2025-03-07 07:31:31.664 | } 2025-03-07 07:31:31.664 | } 2025-03-07 07:31:31.664 | } 2025-03-07 07:31:31.664 | ' 2025-03-07 07:31:31.664 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-03-07 07:31:31.664 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:31.664 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:31:31.665 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.667 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:31:31.669 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-03-07 07:31:31.672 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:31:31.674 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-03-07 07:31:31.676 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-03-07 07:31:31.676 | BEGIN { group = "" } 2025-03-07 07:31:31.677 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:31:31.677 | gsub("[][]", "", $1); 2025-03-07 07:31:31.677 | split($1, a, "|"); 2025-03-07 07:31:31.677 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:31:31.677 | group=a[1] 2025-03-07 07:31:31.677 | } else { 2025-03-07 07:31:31.677 | group="" 2025-03-07 07:31:31.677 | } 2025-03-07 07:31:31.677 | next 2025-03-07 07:31:31.677 | } 2025-03-07 07:31:31.677 | { 2025-03-07 07:31:31.677 | if (group != "") 2025-03-07 07:31:31.677 | print $0 2025-03-07 07:31:31.677 | } 2025-03-07 07:31:31.677 | ' /opt/stack/devstack/local.conf 2025-03-07 07:31:31.681 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-03-07 07:31:31.684 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-03-07 07:31:31.711 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:31.714 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:31:31.716 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:31:31.719 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:31:31.722 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-03-07 07:31:31.724 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-03-07 07:31:31.727 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-03-07 07:31:31.730 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-03-07 07:31:31.732 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-03-07 07:31:31.736 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-03-07 07:31:31.738 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-03-07 07:31:31.741 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-03-07 07:31:31.743 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.745 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:31:31.748 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-03-07 07:31:31.751 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:31:31.754 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-03-07 07:31:31.756 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-03-07 07:31:31.759 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-03-07 07:31:31.762 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-03-07 07:31:31.765 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-03-07 07:31:31.766 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:31.766 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-03-07 07:31:31.766 | BEGIN { 2025-03-07 07:31:31.766 | section = "" 2025-03-07 07:31:31.766 | last_section = "" 2025-03-07 07:31:31.766 | section_count = 0 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | /^\[.+\]/ { 2025-03-07 07:31:31.766 | gsub("[][]", "", $1); 2025-03-07 07:31:31.766 | section=$1 2025-03-07 07:31:31.766 | next 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | /^ *\#/ { 2025-03-07 07:31:31.766 | next 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | /^[^ \t]+/ { 2025-03-07 07:31:31.766 | # get offset of first = in $0 2025-03-07 07:31:31.766 | eq_idx = index($0, "=") 2025-03-07 07:31:31.766 | # extract attr & value from $0 2025-03-07 07:31:31.766 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:31:31.766 | value = substr($0, eq_idx + 1) 2025-03-07 07:31:31.766 | # only need to strip trailing whitespace from attr 2025-03-07 07:31:31.766 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:31:31.766 | # need to strip leading & trailing whitespace from value 2025-03-07 07:31:31.766 | sub(/^[ \t]*/, "", value) 2025-03-07 07:31:31.766 | sub(/[ \t]*$/, "", value) 2025-03-07 07:31:31.766 | 2025-03-07 07:31:31.766 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:31:31.766 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:31:31.766 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:31:31.766 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:31:31.766 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:31:31.766 | if (section != last_section) { 2025-03-07 07:31:31.766 | cfg_section[section_count++] = section 2025-03-07 07:31:31.766 | last_section = section 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:31:31.766 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:31:31.766 | 2025-03-07 07:31:31.766 | cfg_attr[section, attr, 0] = value 2025-03-07 07:31:31.766 | cfg_attr_count[section, attr] = 1 2025-03-07 07:31:31.766 | } else { 2025-03-07 07:31:31.766 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:31:31.766 | cfg_attr[section, attr, lno] = value 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | END { 2025-03-07 07:31:31.766 | # Process each section in order 2025-03-07 07:31:31.766 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:31:31.766 | section = cfg_section[sno] 2025-03-07 07:31:31.766 | # The ini routines simply append a config item immediately 2025-03-07 07:31:31.766 | # after the section header. To keep the same order as defined 2025-03-07 07:31:31.766 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:31:31.766 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:31:31.766 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:31:31.766 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:31:31.766 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:31:31.766 | else { 2025-03-07 07:31:31.766 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:31:31.766 | count = cfg_attr_count[section, attr] 2025-03-07 07:31:31.766 | print "inidelete " configfile " " section " " attr 2025-03-07 07:31:31.766 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:31:31.766 | for (l = count -2; l >= 0; l--) 2025-03-07 07:31:31.766 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.766 | } 2025-03-07 07:31:31.767 | ' 2025-03-07 07:31:31.768 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.768 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:31:31.770 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:31:31.773 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-03-07 07:31:31.775 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:31:31.777 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-03-07 07:31:31.779 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-03-07 07:31:31.779 | BEGIN { group = "" } 2025-03-07 07:31:31.779 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:31:31.780 | gsub("[][]", "", $1); 2025-03-07 07:31:31.780 | split($1, a, "|"); 2025-03-07 07:31:31.780 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:31:31.780 | group=a[1] 2025-03-07 07:31:31.780 | } else { 2025-03-07 07:31:31.780 | group="" 2025-03-07 07:31:31.780 | } 2025-03-07 07:31:31.780 | next 2025-03-07 07:31:31.780 | } 2025-03-07 07:31:31.780 | { 2025-03-07 07:31:31.780 | if (group != "") 2025-03-07 07:31:31.780 | print $0 2025-03-07 07:31:31.780 | } 2025-03-07 07:31:31.780 | ' /opt/stack/devstack/local.conf 2025-03-07 07:31:31.785 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-03-07 07:31:31.787 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-03-07 07:31:31.792 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:31:31.813 | [50988 Async configure_neutron_nova:50988]: finished successfully 2025-03-07 07:31:31.814 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:31.817 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:31:31.819 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:31:31.822 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:31:31.825 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-03-07 07:31:31.827 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-03-07 07:31:31.830 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-03-07 07:31:31.832 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-03-07 07:31:31.835 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-03-07 07:31:31.839 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-03-07 07:31:31.841 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-03-07 07:31:31.844 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-03-07 07:31:31.846 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.848 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:31:31.850 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-03-07 07:31:31.853 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:31:31.856 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-03-07 07:31:31.858 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-03-07 07:31:31.860 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-03-07 07:31:31.863 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-03-07 07:31:31.866 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-03-07 07:31:31.866 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-03-07 07:31:31.866 | BEGIN { 2025-03-07 07:31:31.866 | section = "" 2025-03-07 07:31:31.866 | last_section = "" 2025-03-07 07:31:31.866 | section_count = 0 2025-03-07 07:31:31.866 | } 2025-03-07 07:31:31.866 | /^\[.+\]/ { 2025-03-07 07:31:31.866 | gsub("[][]", "", $1); 2025-03-07 07:31:31.866 | section=$1 2025-03-07 07:31:31.866 | next 2025-03-07 07:31:31.866 | } 2025-03-07 07:31:31.866 | /^ *\#/ { 2025-03-07 07:31:31.866 | next 2025-03-07 07:31:31.866 | } 2025-03-07 07:31:31.866 | /^[^ \t]+/ { 2025-03-07 07:31:31.866 | # get offset of first = in $0 2025-03-07 07:31:31.866 | eq_idx = index($0, "=") 2025-03-07 07:31:31.866 | # extract attr & value from $0 2025-03-07 07:31:31.866 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:31:31.866 | value = substr($0, eq_idx + 1) 2025-03-07 07:31:31.866 | # only need to strip trailing whitespace from attr 2025-03-07 07:31:31.866 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:31:31.866 | # need to strip leading & trailing whitespace from value 2025-03-07 07:31:31.866 | sub(/^[ \t]*/, "", value) 2025-03-07 07:31:31.866 | sub(/[ \t]*$/, "", value) 2025-03-07 07:31:31.866 | 2025-03-07 07:31:31.866 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:31:31.866 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:31:31.866 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:31:31.866 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:31:31.866 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:31:31.866 | if (section != last_section) { 2025-03-07 07:31:31.866 | cfg_section[section_count++] = section 2025-03-07 07:31:31.866 | last_section = section 2025-03-07 07:31:31.866 | } 2025-03-07 07:31:31.866 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:31:31.866 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:31:31.866 | 2025-03-07 07:31:31.866 | cfg_attr[section, attr, 0] = value 2025-03-07 07:31:31.866 | cfg_attr_count[section, attr] = 1 2025-03-07 07:31:31.866 | } else { 2025-03-07 07:31:31.866 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:31:31.867 | cfg_attr[section, attr, lno] = value 2025-03-07 07:31:31.867 | } 2025-03-07 07:31:31.867 | } 2025-03-07 07:31:31.867 | END { 2025-03-07 07:31:31.867 | # Process each section in order 2025-03-07 07:31:31.867 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:31:31.867 | section = cfg_section[sno] 2025-03-07 07:31:31.867 | # The ini routines simply append a config item immediately 2025-03-07 07:31:31.867 | # after the section header. To keep the same order as defined 2025-03-07 07:31:31.867 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:31:31.867 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:31:31.867 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:31:31.867 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:31:31.867 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:31:31.867 | else { 2025-03-07 07:31:31.867 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:31:31.867 | count = cfg_attr_count[section, attr] 2025-03-07 07:31:31.867 | print "inidelete " configfile " " section " " attr 2025-03-07 07:31:31.867 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:31:31.867 | for (l = count -2; l >= 0; l--) 2025-03-07 07:31:31.867 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:31:31.867 | } 2025-03-07 07:31:31.867 | } 2025-03-07 07:31:31.867 | } 2025-03-07 07:31:31.867 | } 2025-03-07 07:31:31.867 | ' 2025-03-07 07:31:31.867 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:31.868 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.868 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:31:31.870 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:31:31.872 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-03-07 07:31:31.874 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:31:31.876 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-03-07 07:31:31.878 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-03-07 07:31:31.878 | BEGIN { group = "" } 2025-03-07 07:31:31.878 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:31:31.878 | gsub("[][]", "", $1); 2025-03-07 07:31:31.878 | split($1, a, "|"); 2025-03-07 07:31:31.878 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:31:31.878 | group=a[1] 2025-03-07 07:31:31.878 | } else { 2025-03-07 07:31:31.878 | group="" 2025-03-07 07:31:31.878 | } 2025-03-07 07:31:31.878 | next 2025-03-07 07:31:31.878 | } 2025-03-07 07:31:31.878 | { 2025-03-07 07:31:31.878 | if (group != "") 2025-03-07 07:31:31.878 | print $0 2025-03-07 07:31:31.878 | } 2025-03-07 07:31:31.878 | ' /opt/stack/devstack/local.conf 2025-03-07 07:31:31.883 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-03-07 07:31:31.885 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-03-07 07:31:31.912 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:31.914 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-03-07 07:31:31.916 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-03-07 07:31:31.943 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:31.946 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:31:31.948 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:31:31.950 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:31:31.953 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-03-07 07:31:31.956 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:31:31.958 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:31:31.961 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-03-07 07:31:31.963 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:31:31.967 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-03-07 07:31:31.969 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-03-07 07:31:31.972 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:31:31.975 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.978 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:31:31.980 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:31:31.983 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:31:31.985 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:31:31.987 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:31:31.990 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:31:31.993 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-03-07 07:31:31.995 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:31:31.995 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-03-07 07:31:31.995 | BEGIN { 2025-03-07 07:31:31.995 | section = "" 2025-03-07 07:31:31.995 | last_section = "" 2025-03-07 07:31:31.995 | section_count = 0 2025-03-07 07:31:31.995 | } 2025-03-07 07:31:31.995 | /^\[.+\]/ { 2025-03-07 07:31:31.995 | gsub("[][]", "", $1); 2025-03-07 07:31:31.995 | section=$1 2025-03-07 07:31:31.995 | next 2025-03-07 07:31:31.995 | } 2025-03-07 07:31:31.995 | /^ *\#/ { 2025-03-07 07:31:31.995 | next 2025-03-07 07:31:31.995 | } 2025-03-07 07:31:31.995 | /^[^ \t]+/ { 2025-03-07 07:31:31.995 | # get offset of first = in $0 2025-03-07 07:31:31.996 | eq_idx = index($0, "=") 2025-03-07 07:31:31.996 | # extract attr & value from $0 2025-03-07 07:31:31.996 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:31:31.996 | value = substr($0, eq_idx + 1) 2025-03-07 07:31:31.996 | # only need to strip trailing whitespace from attr 2025-03-07 07:31:31.996 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:31:31.996 | # need to strip leading & trailing whitespace from value 2025-03-07 07:31:31.996 | sub(/^[ \t]*/, "", value) 2025-03-07 07:31:31.996 | sub(/[ \t]*$/, "", value) 2025-03-07 07:31:31.996 | 2025-03-07 07:31:31.996 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:31:31.996 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:31:31.996 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:31:31.996 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:31:31.996 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:31:31.996 | if (section != last_section) { 2025-03-07 07:31:31.996 | cfg_section[section_count++] = section 2025-03-07 07:31:31.996 | last_section = section 2025-03-07 07:31:31.996 | } 2025-03-07 07:31:31.996 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:31:31.996 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:31:31.996 | 2025-03-07 07:31:31.996 | cfg_attr[section, attr, 0] = value 2025-03-07 07:31:31.996 | cfg_attr_count[section, attr] = 1 2025-03-07 07:31:31.996 | } else { 2025-03-07 07:31:31.996 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:31:31.996 | cfg_attr[section, attr, lno] = value 2025-03-07 07:31:31.996 | } 2025-03-07 07:31:31.996 | } 2025-03-07 07:31:31.996 | END { 2025-03-07 07:31:31.996 | # Process each section in order 2025-03-07 07:31:31.996 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:31:31.996 | section = cfg_section[sno] 2025-03-07 07:31:31.996 | # The ini routines simply append a config item immediately 2025-03-07 07:31:31.996 | # after the section header. To keep the same order as defined 2025-03-07 07:31:31.996 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:31:31.996 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:31:31.996 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:31:31.996 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:31:31.996 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:31:31.996 | else { 2025-03-07 07:31:31.997 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:31:31.997 | count = cfg_attr_count[section, attr] 2025-03-07 07:31:31.997 | print "inidelete " configfile " " section " " attr 2025-03-07 07:31:31.997 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:31:31.997 | for (l = count -2; l >= 0; l--) 2025-03-07 07:31:31.997 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:31:31.997 | } 2025-03-07 07:31:31.997 | } 2025-03-07 07:31:31.997 | } 2025-03-07 07:31:31.997 | } 2025-03-07 07:31:31.997 | ' 2025-03-07 07:31:31.997 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:31.997 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:31.998 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:31:31.999 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:31:32.001 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:31:32.003 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:31:32.005 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-03-07 07:31:32.007 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-03-07 07:31:32.007 | BEGIN { group = "" } 2025-03-07 07:31:32.007 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:31:32.007 | gsub("[][]", "", $1); 2025-03-07 07:31:32.007 | split($1, a, "|"); 2025-03-07 07:31:32.007 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:31:32.007 | group=a[1] 2025-03-07 07:31:32.007 | } else { 2025-03-07 07:31:32.007 | group="" 2025-03-07 07:31:32.007 | } 2025-03-07 07:31:32.007 | next 2025-03-07 07:31:32.007 | } 2025-03-07 07:31:32.007 | { 2025-03-07 07:31:32.007 | if (group != "") 2025-03-07 07:31:32.007 | print $0 2025-03-07 07:31:32.007 | } 2025-03-07 07:31:32.007 | ' /opt/stack/devstack/local.conf 2025-03-07 07:31:32.012 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-03-07 07:31:32.014 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-03-07 07:31:32.039 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.041 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-03-07 07:31:32.043 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-03-07 07:31:32.068 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.070 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-03-07 07:31:32.072 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-03-07 07:31:32.097 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.099 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-03-07 07:31:32.101 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-03-07 07:31:32.127 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.129 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-03-07 07:31:32.130 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-03-07 07:31:32.154 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.156 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-03-07 07:31:32.158 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-03-07 07:31:32.181 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.183 | + 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-03-07 07:31:32.185 | ++ 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-03-07 07:31:32.211 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.213 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-03-07 07:31:32.215 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-03-07 07:31:32.239 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.241 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-03-07 07:31:32.243 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-03-07 07:31:32.268 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.270 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:31:32.272 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:31:32.274 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:31:32.277 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:32.279 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.282 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.284 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-03-07 07:31:32.286 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.290 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-03-07 07:31:32.292 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-03-07 07:31:32.294 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.296 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:32.298 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:31:32.300 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.302 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:31:32.304 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.306 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.309 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.311 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-03-07 07:31:32.314 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.314 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-03-07 07:31:32.314 | BEGIN { 2025-03-07 07:31:32.314 | section = "" 2025-03-07 07:31:32.314 | last_section = "" 2025-03-07 07:31:32.314 | section_count = 0 2025-03-07 07:31:32.314 | } 2025-03-07 07:31:32.314 | /^\[.+\]/ { 2025-03-07 07:31:32.314 | gsub("[][]", "", $1); 2025-03-07 07:31:32.314 | section=$1 2025-03-07 07:31:32.314 | next 2025-03-07 07:31:32.314 | } 2025-03-07 07:31:32.314 | /^ *\#/ { 2025-03-07 07:31:32.314 | next 2025-03-07 07:31:32.314 | } 2025-03-07 07:31:32.314 | /^[^ \t]+/ { 2025-03-07 07:31:32.314 | # get offset of first = in $0 2025-03-07 07:31:32.314 | eq_idx = index($0, "=") 2025-03-07 07:31:32.314 | # extract attr & value from $0 2025-03-07 07:31:32.314 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:31:32.314 | value = substr($0, eq_idx + 1) 2025-03-07 07:31:32.314 | # only need to strip trailing whitespace from attr 2025-03-07 07:31:32.315 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:31:32.315 | # need to strip leading & trailing whitespace from value 2025-03-07 07:31:32.315 | sub(/^[ \t]*/, "", value) 2025-03-07 07:31:32.315 | sub(/[ \t]*$/, "", value) 2025-03-07 07:31:32.315 | 2025-03-07 07:31:32.315 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:31:32.315 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:31:32.315 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:31:32.315 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:31:32.315 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:31:32.315 | if (section != last_section) { 2025-03-07 07:31:32.315 | cfg_section[section_count++] = section 2025-03-07 07:31:32.315 | last_section = section 2025-03-07 07:31:32.315 | } 2025-03-07 07:31:32.315 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:31:32.315 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:31:32.315 | 2025-03-07 07:31:32.315 | cfg_attr[section, attr, 0] = value 2025-03-07 07:31:32.315 | cfg_attr_count[section, attr] = 1 2025-03-07 07:31:32.315 | } else { 2025-03-07 07:31:32.315 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:31:32.315 | cfg_attr[section, attr, lno] = value 2025-03-07 07:31:32.315 | } 2025-03-07 07:31:32.315 | } 2025-03-07 07:31:32.315 | END { 2025-03-07 07:31:32.315 | # Process each section in order 2025-03-07 07:31:32.315 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:31:32.315 | section = cfg_section[sno] 2025-03-07 07:31:32.315 | # The ini routines simply append a config item immediately 2025-03-07 07:31:32.315 | # after the section header. To keep the same order as defined 2025-03-07 07:31:32.315 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:31:32.315 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:31:32.315 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:31:32.315 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:31:32.315 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:31:32.315 | else { 2025-03-07 07:31:32.315 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:31:32.315 | count = cfg_attr_count[section, attr] 2025-03-07 07:31:32.315 | print "inidelete " configfile " " section " " attr 2025-03-07 07:31:32.315 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:31:32.315 | for (l = count -2; l >= 0; l--) 2025-03-07 07:31:32.315 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:31:32.315 | } 2025-03-07 07:31:32.315 | } 2025-03-07 07:31:32.315 | } 2025-03-07 07:31:32.315 | } 2025-03-07 07:31:32.315 | ' 2025-03-07 07:31:32.315 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.316 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:31:32.316 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:31:32.318 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:31:32.320 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:31:32.322 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:31:32.324 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-03-07 07:31:32.325 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-03-07 07:31:32.325 | BEGIN { group = "" } 2025-03-07 07:31:32.325 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:31:32.325 | gsub("[][]", "", $1); 2025-03-07 07:31:32.325 | split($1, a, "|"); 2025-03-07 07:31:32.325 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:31:32.325 | group=a[1] 2025-03-07 07:31:32.325 | } else { 2025-03-07 07:31:32.325 | group="" 2025-03-07 07:31:32.325 | } 2025-03-07 07:31:32.325 | next 2025-03-07 07:31:32.325 | } 2025-03-07 07:31:32.325 | { 2025-03-07 07:31:32.325 | if (group != "") 2025-03-07 07:31:32.325 | print $0 2025-03-07 07:31:32.325 | } 2025-03-07 07:31:32.325 | ' /opt/stack/devstack/local.conf 2025-03-07 07:31:32.330 | + 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-03-07 07:31:32.332 | ++ 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-03-07 07:31:32.355 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.357 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-03-07 07:31:32.359 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-03-07 07:31:32.383 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.385 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-03-07 07:31:32.387 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-03-07 07:31:32.411 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:31:32.413 | + stack.sh:main:1255 : is_service_enabled swift 2025-03-07 07:31:32.427 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:31:32.429 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-07 07:31:32.431 | + stack.sh:main:1264 : is_service_enabled cinder 2025-03-07 07:31:32.445 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:32.447 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-07 07:31:32.472 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2025-03-07 07:31:32.508 | [4759 Async configure_neutron_nova:50988]: Waiting for completion of configure_neutron_nova running on PID 50988 (2 other jobs running) 2025-03-07 07:31:32.525 | [4759 Async configure_neutron_nova:50988]: Signaling child to exit 2025-03-07 07:31:32.525 | WAKEUP 2025-03-07 07:31:32.540 | [4759 Async configure_neutron_nova:50988]: Signaled 2025-03-07 07:31:32.541 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-03-07 07:31:32.541 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-03-07 07:31:32.541 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2025-03-07 07:31:32.541 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-03-07 07:31:32.541 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-03-07 07:31:32.541 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:31:32.571 | [4759 Async configure_neutron_nova:50988]: finished configure_neutron_nova with result 0 in 0 seconds 2025-03-07 07:31:32.574 | + inc/async:async_wait:197 : return 0 2025-03-07 07:31:32.576 | + stack.sh:main:1274 : is_service_enabled nova 2025-03-07 07:31:32.590 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:32.592 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-07 07:31:32.617 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-07 07:31:32.643 | + stack.sh:main:1280 : is_service_enabled n-api 2025-03-07 07:31:32.657 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:32.659 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2025-03-07 07:31:32.661 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:31:32.663 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2025-03-07 07:31:32.665 | + stack.sh:main:1282 : start_nova_api 2025-03-07 07:31:32.667 | + lib/nova:start_nova_api:970 : local service_port=8774 2025-03-07 07:31:32.669 | + lib/nova:start_nova_api:971 : local service_protocol=http 2025-03-07 07:31:32.671 | + lib/nova:start_nova_api:972 : local nova_url 2025-03-07 07:31:32.673 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2025-03-07 07:31:32.686 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:31:32.688 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:31:32.691 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:31:32.693 | + lib/nova:start_nova_api:980 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:31:32.695 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2025-03-07 07:31:32.697 | ++ lib/nova:start_nova_api:990 : which uwsgi 2025-03-07 07:31:32.701 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:31:32.703 | + functions-common:run_process:1689 : local service=n-api 2025-03-07 07:31:32.705 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:31:32.707 | + functions-common:run_process:1691 : local group= 2025-03-07 07:31:32.709 | + functions-common:run_process:1692 : local user= 2025-03-07 07:31:32.711 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:31:32.713 | + functions-common:run_process:1695 : local name=n-api 2025-03-07 07:31:32.715 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:31:32.718 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:31:32.720 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:32.722 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:32.724 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:32.728 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332692725 2025-03-07 07:31:32.730 | + functions-common:run_process:1698 : is_service_enabled n-api 2025-03-07 07:31:32.743 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:32.746 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-03-07 07:31:32.748 | + functions-common:_run_under_systemd:1649 : local service=n-api 2025-03-07 07:31:32.750 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:31:32.752 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:31:32.754 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:31:32.756 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:31:32.758 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-03-07 07:31:32.760 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-03-07 07:31:32.762 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2025-03-07 07:31:32.764 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:31:32.766 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:31:32.768 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:31:32.770 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:31:32.772 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:31:32.775 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2025-03-07 07:31:32.776 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2025-03-07 07:31:32.778 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:31:32.780 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:31:32.782 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:31:32.783 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:31:32.785 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-03-07 07:31:32.787 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:31:32.790 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-03-07 07:31:32.839 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-03-07 07:31:32.887 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-03-07 07:31:32.927 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:31:32.967 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:31:33.008 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-03-07 07:31:33.049 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-03-07 07:31:33.089 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-03-07 07:31:33.131 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-03-07 07:31:33.172 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-03-07 07:31:33.213 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:31:33.215 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:31:33.216 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-03-07 07:31:33.265 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:31:33.499 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2025-03-07 07:31:33.509 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-03-07 07:31:33.735 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2025-03-07 07:31:33.792 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:31:33.794 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:33.796 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:33.798 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:33.800 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:33.802 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:33.804 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:31:33.806 | + functions-common:time_stop:2442 : start_time=1741332692725 2025-03-07 07:31:33.808 | + functions-common:time_stop:2444 : [[ -z 1741332692725 ]] 2025-03-07 07:31:33.811 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:33.814 | + functions-common:time_stop:2447 : end_time=1741332693812 2025-03-07 07:31:33.816 | + functions-common:time_stop:2448 : elapsed_time=1087 2025-03-07 07:31:33.818 | + functions-common:time_stop:2449 : total=1186 2025-03-07 07:31:33.820 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:33.822 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2273 2025-03-07 07:31:33.824 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-03-07 07:31:33.826 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2025-03-07 07:31:33.826 | Waiting for nova-api to start... 2025-03-07 07:31:33.828 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-03-07 07:31:33.830 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:31:33.832 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-03-07 07:31:33.834 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:31:33.836 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:31:33.838 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:31:33.840 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:33.842 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:33.845 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:33.848 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332693846 2025-03-07 07:31:33.850 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:31:33.854 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-03-07 07:31:36.525 | + :: : [[ 200 == 503 ]] 2025-03-07 07:31:36.526 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:31:36.529 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:31:36.531 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:36.533 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:36.535 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:36.537 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:36.539 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:36.541 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:31:36.543 | + functions-common:time_stop:2442 : start_time=1741332693846 2025-03-07 07:31:36.545 | + functions-common:time_stop:2444 : [[ -z 1741332693846 ]] 2025-03-07 07:31:36.547 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:36.551 | + functions-common:time_stop:2447 : end_time=1741332696549 2025-03-07 07:31:36.553 | + functions-common:time_stop:2448 : elapsed_time=2703 2025-03-07 07:31:36.555 | + functions-common:time_stop:2449 : total=2367 2025-03-07 07:31:36.557 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:36.559 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5070 2025-03-07 07:31:36.561 | + functions:wait_for_service:478 : return 0 2025-03-07 07:31:36.563 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:31:36.565 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:31:36.568 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2025-03-07 07:31:36.581 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:31:36.584 | + stack.sh:main:1290 : is_service_enabled neutron-api 2025-03-07 07:31:36.597 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:31:36.599 | + stack.sh:main:1293 : is_service_enabled q-svc 2025-03-07 07:31:36.613 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:36.615 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2025-03-07 07:31:36.617 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:31:36.619 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2025-03-07 07:31:36.621 | + stack.sh:main:1295 : configure_neutron_after_post_config 2025-03-07 07:31:36.623 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2025-03-07 07:31:36.625 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-03-07 07:31:36.651 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2025-03-07 07:31:36.653 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2025-03-07 07:31:36.655 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2025-03-07 07:31:36.658 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-03-07 07:31:36.683 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-03-07 07:31:36.708 | + stack.sh:main:1296 : start_neutron_service_and_check 2025-03-07 07:31:36.711 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2025-03-07 07:31:36.713 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2025-03-07 07:31:36.715 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2025-03-07 07:31:36.717 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2025-03-07 07:31:36.720 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2025-03-07 07:31:36.722 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-03-07 07:31:36.724 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-03-07 07:31:36.727 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2025-03-07 07:31:36.729 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2025-03-07 07:31:36.731 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2025-03-07 07:31:36.733 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2025-03-07 07:31:36.735 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.737 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.740 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.742 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-03-07 07:31:36.744 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.747 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.749 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2025-03-07 07:31:36.763 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:31:36.765 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2025-03-07 07:31:36.767 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.769 | + functions-common:run_process:1689 : local service=q-svc 2025-03-07 07:31:36.771 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.773 | + functions-common:run_process:1691 : local group= 2025-03-07 07:31:36.775 | + functions-common:run_process:1692 : local user= 2025-03-07 07:31:36.777 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:31:36.779 | + functions-common:run_process:1695 : local name=q-svc 2025-03-07 07:31:36.782 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:31:36.784 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:31:36.786 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:36.788 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:36.791 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:36.794 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332696792 2025-03-07 07:31:36.796 | + functions-common:run_process:1698 : is_service_enabled q-svc 2025-03-07 07:31:36.809 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:36.812 | + functions-common:run_process:1699 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-03-07 07:31:36.814 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2025-03-07 07:31:36.816 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.818 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.820 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.822 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.824 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-03-07 07:31:36.826 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-03-07 07:31:36.828 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2025-03-07 07:31:36.830 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:31:36.832 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:31:36.834 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:31:36.837 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:31:36.839 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-03-07 07:31:36.841 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-03-07 07:31:36.843 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2025-03-07 07:31:36.845 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.846 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:31:36.848 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:31:36.850 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:31:36.852 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:31:36.854 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:31:36.856 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-03-07 07:31:36.858 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:31:36.861 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-03-07 07:31:36.911 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-03-07 07:31:36.959 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:36.999 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-03-07 07:31:37.040 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-03-07 07:31:37.081 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:31:37.123 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:31:37.125 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:31:37.128 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-03-07 07:31:37.178 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:31:37.412 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2025-03-07 07:31:37.422 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-03-07 07:31:37.656 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2025-03-07 07:31:37.672 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:31:37.674 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:37.677 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:37.679 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:37.682 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:37.684 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:37.688 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:31:37.690 | + functions-common:time_stop:2442 : start_time=1741332696792 2025-03-07 07:31:37.693 | + functions-common:time_stop:2444 : [[ -z 1741332696792 ]] 2025-03-07 07:31:37.696 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:37.699 | + functions-common:time_stop:2447 : end_time=1741332697697 2025-03-07 07:31:37.702 | + functions-common:time_stop:2448 : elapsed_time=905 2025-03-07 07:31:37.704 | + functions-common:time_stop:2449 : total=2273 2025-03-07 07:31:37.706 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:37.708 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3178 2025-03-07 07:31:37.711 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2025-03-07 07:31:37.713 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2025-03-07 07:31:37.728 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:31:37.730 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2025-03-07 07:31:37.733 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2025-03-07 07:31:37.735 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2025-03-07 07:31:37.735 | Waiting for Neutron to start... 2025-03-07 07:31:37.737 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-03-07 07:31:37.739 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-03-07 07:31:37.741 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-03-07 07:31:37.743 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2025-03-07 07:31:37.745 | + functions-common:test_with_retry:2375 : local until=60 2025-03-07 07:31:37.747 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-03-07 07:31:37.749 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-03-07 07:31:37.752 | + functions-common:time_start:2421 : local name=test_with_retry 2025-03-07 07:31:37.754 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:37.756 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:37.759 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:37.763 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332697760 2025-03-07 07:31:37.765 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-03-07 07:31:40.808 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2025-03-07 07:31:40.810 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:40.813 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:40.814 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:40.816 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:40.819 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:40.821 | + functions-common:time_stop:2441 : name=test_with_retry 2025-03-07 07:31:40.823 | + functions-common:time_stop:2442 : start_time=1741332697760 2025-03-07 07:31:40.825 | + functions-common:time_stop:2444 : [[ -z 1741332697760 ]] 2025-03-07 07:31:40.828 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:40.831 | + functions-common:time_stop:2447 : end_time=1741332700829 2025-03-07 07:31:40.834 | + functions-common:time_stop:2448 : elapsed_time=3069 2025-03-07 07:31:40.836 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:31:40.838 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:40.840 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3069 2025-03-07 07:31:40.842 | + stack.sh:main:1301 : is_service_enabled placement 2025-03-07 07:31:40.857 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:40.858 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2025-03-07 07:31:40.861 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:31:40.862 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2025-03-07 07:31:40.865 | + stack.sh:main:1303 : start_placement 2025-03-07 07:31:40.867 | + lib/placement:start_placement:173 : start_placement_api 2025-03-07 07:31:40.869 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-03-07 07:31:40.871 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-03-07 07:31:40.875 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:31:40.877 | + functions-common:run_process:1689 : local service=placement-api 2025-03-07 07:31:40.879 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:31:40.881 | + functions-common:run_process:1691 : local group= 2025-03-07 07:31:40.883 | + functions-common:run_process:1692 : local user= 2025-03-07 07:31:40.885 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:31:40.887 | + functions-common:run_process:1695 : local name=placement-api 2025-03-07 07:31:40.889 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:31:40.891 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:31:40.893 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:40.895 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:40.898 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:40.901 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332700899 2025-03-07 07:31:40.903 | + functions-common:run_process:1698 : is_service_enabled placement-api 2025-03-07 07:31:40.916 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:40.918 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-03-07 07:31:40.920 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2025-03-07 07:31:40.923 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:31:40.925 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:31:40.927 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:31:40.929 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:31:40.931 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-03-07 07:31:40.933 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-03-07 07:31:40.935 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2025-03-07 07:31:40.937 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:31:40.939 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:31:40.941 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:31:40.943 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:31:40.945 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:31:40.948 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2025-03-07 07:31:40.950 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2025-03-07 07:31:40.951 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:31:40.953 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:31:40.955 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:31:40.957 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:31:40.959 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-03-07 07:31:40.961 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:31:40.964 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-03-07 07:31:41.013 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-03-07 07:31:41.062 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-03-07 07:31:41.103 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:31:41.144 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:31:41.184 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-03-07 07:31:41.225 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-03-07 07:31:41.266 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-03-07 07:31:41.307 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-03-07 07:31:41.349 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-03-07 07:31:41.389 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:31:41.391 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:31:41.393 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-03-07 07:31:41.441 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:31:41.680 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2025-03-07 07:31:41.694 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-03-07 07:31:41.924 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2025-03-07 07:31:41.970 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:31:41.972 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:41.974 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:41.976 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:41.978 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:41.980 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:41.982 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:31:41.984 | + functions-common:time_stop:2442 : start_time=1741332700899 2025-03-07 07:31:41.986 | + functions-common:time_stop:2444 : [[ -z 1741332700899 ]] 2025-03-07 07:31:41.989 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:41.993 | + functions-common:time_stop:2447 : end_time=1741332701991 2025-03-07 07:31:41.995 | + functions-common:time_stop:2448 : elapsed_time=1092 2025-03-07 07:31:41.997 | + functions-common:time_stop:2449 : total=3178 2025-03-07 07:31:41.999 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:42.001 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4270 2025-03-07 07:31:42.003 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-03-07 07:31:42.003 | Waiting for placement-api to start... 2025-03-07 07:31:42.005 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-03-07 07:31:42.007 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:31:42.009 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-03-07 07:31:42.011 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:31:42.013 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:31:42.015 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:31:42.017 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:42.019 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:42.022 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:42.025 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332702023 2025-03-07 07:31:42.027 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:31:42.031 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-03-07 07:31:43.237 | + :: : [[ 200 == 503 ]] 2025-03-07 07:31:43.238 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:31:43.241 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:31:43.243 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:43.245 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:43.247 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:43.249 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:43.251 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:43.253 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:31:43.255 | + functions-common:time_stop:2442 : start_time=1741332702023 2025-03-07 07:31:43.257 | + functions-common:time_stop:2444 : [[ -z 1741332702023 ]] 2025-03-07 07:31:43.260 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:43.264 | + functions-common:time_stop:2447 : end_time=1741332703261 2025-03-07 07:31:43.265 | + functions-common:time_stop:2448 : elapsed_time=1238 2025-03-07 07:31:43.268 | + functions-common:time_stop:2449 : total=5070 2025-03-07 07:31:43.269 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:43.271 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6308 2025-03-07 07:31:43.274 | + functions:wait_for_service:478 : return 0 2025-03-07 07:31:43.276 | + stack.sh:main:1306 : is_service_enabled neutron 2025-03-07 07:31:43.290 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:43.292 | + stack.sh:main:1307 : start_neutron 2025-03-07 07:31:43.294 | + lib/neutron:start_neutron:619 : start_l2_agent 2025-03-07 07:31:43.295 | + lib/neutron:start_l2_agent:626 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:43.298 | + functions-common:run_process:1689 : local service=q-agt 2025-03-07 07:31:43.300 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:43.302 | + functions-common:run_process:1691 : local group= 2025-03-07 07:31:43.303 | + functions-common:run_process:1692 : local user= 2025-03-07 07:31:43.305 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:31:43.307 | + functions-common:run_process:1695 : local name=q-agt 2025-03-07 07:31:43.310 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:31:43.312 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:31:43.314 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:43.316 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:43.318 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:43.321 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332703319 2025-03-07 07:31:43.323 | + functions-common:run_process:1698 : is_service_enabled q-agt 2025-03-07 07:31:43.336 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:43.339 | + functions-common:run_process:1699 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-03-07 07:31:43.341 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2025-03-07 07:31:43.343 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:43.345 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:43.347 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:43.349 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:43.351 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-03-07 07:31:43.353 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-03-07 07:31:43.354 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2025-03-07 07:31:43.357 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:31:43.359 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:31:43.360 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:31:43.362 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:31:43.365 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-03-07 07:31:43.367 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-03-07 07:31:43.368 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2025-03-07 07:31:43.370 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:43.372 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:31:43.374 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:31:43.375 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:31:43.378 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:31:43.379 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:31:43.381 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-03-07 07:31:43.383 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:31:43.386 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-03-07 07:31:43.434 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-03-07 07:31:43.481 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:31:43.520 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-03-07 07:31:43.560 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-03-07 07:31:43.600 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:31:43.639 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:31:43.641 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:31:43.643 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-03-07 07:31:43.690 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:31:43.943 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2025-03-07 07:31:43.952 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-03-07 07:31:44.171 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2025-03-07 07:31:44.197 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:31:44.199 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:44.201 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:44.203 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:44.205 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:44.207 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:44.209 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:31:44.211 | + functions-common:time_stop:2442 : start_time=1741332703319 2025-03-07 07:31:44.213 | + functions-common:time_stop:2444 : [[ -z 1741332703319 ]] 2025-03-07 07:31:44.216 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:44.219 | + functions-common:time_stop:2447 : end_time=1741332704217 2025-03-07 07:31:44.221 | + functions-common:time_stop:2448 : elapsed_time=898 2025-03-07 07:31:44.223 | + functions-common:time_stop:2449 : total=4270 2025-03-07 07:31:44.225 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:44.227 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5168 2025-03-07 07:31:44.229 | + lib/neutron:start_l2_agent:628 : is_provider_network 2025-03-07 07:31:44.231 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-03-07 07:31:44.233 | + functions-common:is_provider_network:2287 : return 1 2025-03-07 07:31:44.235 | + lib/neutron:start_neutron:620 : start_other_agents 2025-03-07 07:31:44.237 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:44.239 | + functions-common:run_process:1689 : local service=q-dhcp 2025-03-07 07:31:44.241 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:44.243 | + functions-common:run_process:1691 : local group= 2025-03-07 07:31:44.245 | + functions-common:run_process:1692 : local user= 2025-03-07 07:31:44.248 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:31:44.250 | + functions-common:run_process:1695 : local name=q-dhcp 2025-03-07 07:31:44.252 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:31:44.253 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:31:44.255 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:44.257 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:44.260 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:44.264 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332704262 2025-03-07 07:31:44.266 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2025-03-07 07:31:44.279 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:44.281 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-03-07 07:31:44.283 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2025-03-07 07:31:44.285 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:44.287 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:44.289 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:44.291 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:44.293 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-03-07 07:31:44.296 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-03-07 07:31:44.298 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2025-03-07 07:31:44.300 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:31:44.302 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:31:44.304 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:31:44.306 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:31:44.308 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-03-07 07:31:44.310 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-03-07 07:31:44.312 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2025-03-07 07:31:44.314 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:44.316 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:31:44.318 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:31:44.320 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:31:44.322 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:31:44.324 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:31:44.326 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-03-07 07:31:44.328 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:31:44.331 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-03-07 07:31:44.380 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-03-07 07:31:44.428 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:31:44.470 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-03-07 07:31:44.512 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-03-07 07:31:44.555 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:31:44.598 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:31:44.600 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:31:44.602 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-03-07 07:31:44.653 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:31:44.894 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2025-03-07 07:31:44.904 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-03-07 07:31:45.139 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2025-03-07 07:31:45.168 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:31:45.171 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:45.174 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:45.176 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:45.178 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:45.180 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:45.182 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:31:45.184 | + functions-common:time_stop:2442 : start_time=1741332704262 2025-03-07 07:31:45.186 | + functions-common:time_stop:2444 : [[ -z 1741332704262 ]] 2025-03-07 07:31:45.189 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:45.192 | + functions-common:time_stop:2447 : end_time=1741332705190 2025-03-07 07:31:45.194 | + functions-common:time_stop:2448 : elapsed_time=928 2025-03-07 07:31:45.196 | + functions-common:time_stop:2449 : total=5168 2025-03-07 07:31:45.198 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:45.200 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6096 2025-03-07 07:31:45.203 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2025-03-07 07:31:45.205 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-03-07 07:31:45.207 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-03-07 07:31:45.210 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2025-03-07 07:31:45.212 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.214 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.216 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.218 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-03-07 07:31:45.220 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.223 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.225 | + functions-common:run_process:1689 : local service=q-l3 2025-03-07 07:31:45.227 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.229 | + functions-common:run_process:1691 : local group= 2025-03-07 07:31:45.231 | + functions-common:run_process:1692 : local user= 2025-03-07 07:31:45.233 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:31:45.235 | + functions-common:run_process:1695 : local name=q-l3 2025-03-07 07:31:45.237 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:31:45.239 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:31:45.241 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:45.243 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:45.245 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:45.249 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332705247 2025-03-07 07:31:45.251 | + functions-common:run_process:1698 : is_service_enabled q-l3 2025-03-07 07:31:45.266 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:45.268 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-03-07 07:31:45.270 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2025-03-07 07:31:45.272 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.274 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.276 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.278 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.280 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-03-07 07:31:45.282 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-03-07 07:31:45.285 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2025-03-07 07:31:45.287 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:31:45.289 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:31:45.291 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:31:45.293 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:31:45.296 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-03-07 07:31:45.298 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-03-07 07:31:45.300 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2025-03-07 07:31:45.302 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.306 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:31:45.308 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:31:45.310 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:31:45.312 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:31:45.314 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:31:45.316 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-03-07 07:31:45.319 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:31:45.322 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-03-07 07:31:45.373 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-03-07 07:31:45.424 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:31:45.466 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-03-07 07:31:45.509 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-03-07 07:31:45.554 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:31:45.599 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:31:45.601 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:31:45.603 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-03-07 07:31:45.657 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:31:45.905 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2025-03-07 07:31:45.914 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-03-07 07:31:46.163 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2025-03-07 07:31:46.187 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:31:46.190 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:46.191 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:46.193 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:46.197 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:46.199 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:46.205 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:31:46.208 | + functions-common:time_stop:2442 : start_time=1741332705247 2025-03-07 07:31:46.210 | + functions-common:time_stop:2444 : [[ -z 1741332705247 ]] 2025-03-07 07:31:46.212 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:46.216 | + functions-common:time_stop:2447 : end_time=1741332706213 2025-03-07 07:31:46.218 | + functions-common:time_stop:2448 : elapsed_time=966 2025-03-07 07:31:46.220 | + functions-common:time_stop:2449 : total=6096 2025-03-07 07:31:46.222 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:46.224 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7062 2025-03-07 07:31:46.226 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:31:46.228 | + functions-common:run_process:1689 : local service=q-meta 2025-03-07 07:31:46.234 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:31:46.234 | + functions-common:run_process:1691 : local group= 2025-03-07 07:31:46.234 | + functions-common:run_process:1692 : local user= 2025-03-07 07:31:46.237 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:31:46.238 | + functions-common:run_process:1695 : local name=q-meta 2025-03-07 07:31:46.240 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:31:46.242 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:31:46.246 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:46.247 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:46.249 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:46.253 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332706251 2025-03-07 07:31:46.255 | + functions-common:run_process:1698 : is_service_enabled q-meta 2025-03-07 07:31:46.268 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:46.270 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-03-07 07:31:46.272 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2025-03-07 07:31:46.275 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:31:46.277 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:31:46.279 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:31:46.281 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:31:46.283 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-03-07 07:31:46.285 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-03-07 07:31:46.287 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2025-03-07 07:31:46.289 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:31:46.291 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:31:46.293 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:31:46.295 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:31:46.297 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-03-07 07:31:46.299 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-03-07 07:31:46.301 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2025-03-07 07:31:46.303 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:31:46.305 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:31:46.307 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:31:46.309 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:31:46.310 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:31:46.312 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:31:46.314 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-03-07 07:31:46.316 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:31:46.319 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-03-07 07:31:46.372 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-03-07 07:31:46.422 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:31:46.464 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-03-07 07:31:46.506 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-03-07 07:31:46.549 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:31:46.593 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:31:46.595 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:31:46.597 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-03-07 07:31:46.650 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:31:46.890 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2025-03-07 07:31:46.899 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-03-07 07:31:47.140 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2025-03-07 07:31:47.169 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:31:47.171 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:47.173 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:47.175 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:47.177 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:47.179 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:47.181 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:31:47.183 | + functions-common:time_stop:2442 : start_time=1741332706251 2025-03-07 07:31:47.185 | + functions-common:time_stop:2444 : [[ -z 1741332706251 ]] 2025-03-07 07:31:47.188 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:47.192 | + functions-common:time_stop:2447 : end_time=1741332707189 2025-03-07 07:31:47.194 | + functions-common:time_stop:2448 : elapsed_time=938 2025-03-07 07:31:47.196 | + functions-common:time_stop:2449 : total=7062 2025-03-07 07:31:47.201 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:47.203 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8000 2025-03-07 07:31:47.205 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-03-07 07:31:47.207 | + functions-common:run_process:1689 : local service=q-metering 2025-03-07 07:31:47.209 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-03-07 07:31:47.211 | + functions-common:run_process:1691 : local group= 2025-03-07 07:31:47.212 | + functions-common:run_process:1692 : local user= 2025-03-07 07:31:47.214 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:31:47.217 | + functions-common:run_process:1695 : local name=q-metering 2025-03-07 07:31:47.219 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:31:47.221 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:31:47.223 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:31:47.225 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:31:47.227 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:31:47.231 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332707229 2025-03-07 07:31:47.234 | + functions-common:run_process:1698 : is_service_enabled q-metering 2025-03-07 07:31:47.248 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:31:47.251 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:31:47.253 | + functions-common:time_stop:2435 : local name 2025-03-07 07:31:47.255 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:31:47.257 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:31:47.259 | + functions-common:time_stop:2438 : local total 2025-03-07 07:31:47.262 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:31:47.264 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:31:47.266 | + functions-common:time_stop:2442 : start_time=1741332707229 2025-03-07 07:31:47.268 | + functions-common:time_stop:2444 : [[ -z 1741332707229 ]] 2025-03-07 07:31:47.271 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:31:47.274 | + functions-common:time_stop:2447 : end_time=1741332707271 2025-03-07 07:31:47.276 | + functions-common:time_stop:2448 : elapsed_time=42 2025-03-07 07:31:47.278 | + functions-common:time_stop:2449 : total=8000 2025-03-07 07:31:47.280 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:31:47.282 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8042 2025-03-07 07:31:47.284 | + stack.sh:main:1310 : is_service_enabled q-svc 2025-03-07 07:31:47.298 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:31:47.300 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2025-03-07 07:31:47.303 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2025-03-07 07:31:47.305 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:31:47.307 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2025-03-07 07:31:47.309 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2025-03-07 07:31:47.311 | + stack.sh:main:1317 : create_neutron_initial_network 2025-03-07 07:31:47.314 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2025-03-07 07:31:47.316 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2025-03-07 07:31:47.318 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-03-07 07:31:47.321 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:31:48.842 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:48.844 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:31:48.844 | address-scope 2025-03-07 07:31:48.844 | router-admin-state-down-before-update 2025-03-07 07:31:48.844 | agent 2025-03-07 07:31:48.844 | agent-resources-synced 2025-03-07 07:31:48.844 | allowed-address-pairs 2025-03-07 07:31:48.844 | auto-allocated-topology 2025-03-07 07:31:48.844 | availability_zone 2025-03-07 07:31:48.844 | availability_zone_filter 2025-03-07 07:31:48.844 | default-subnetpools 2025-03-07 07:31:48.844 | dhcp_agent_scheduler 2025-03-07 07:31:48.844 | dvr 2025-03-07 07:31:48.844 | empty-string-filtering 2025-03-07 07:31:48.844 | external-net 2025-03-07 07:31:48.845 | extra_dhcp_opt 2025-03-07 07:31:48.845 | extraroute 2025-03-07 07:31:48.845 | extraroute-atomic 2025-03-07 07:31:48.845 | filter-validation 2025-03-07 07:31:48.845 | floating-ip-port-forwarding-detail 2025-03-07 07:31:48.845 | fip-port-details 2025-03-07 07:31:48.845 | flavors 2025-03-07 07:31:48.845 | floatingip-pools 2025-03-07 07:31:48.845 | ip-substring-filtering 2025-03-07 07:31:48.845 | router 2025-03-07 07:31:48.845 | ext-gw-mode 2025-03-07 07:31:48.845 | l3-ha 2025-03-07 07:31:48.845 | l3-flavors 2025-03-07 07:31:48.845 | l3-port-ip-change-not-allowed 2025-03-07 07:31:48.845 | l3_agent_scheduler 2025-03-07 07:31:48.845 | multi-provider 2025-03-07 07:31:48.845 | net-mtu 2025-03-07 07:31:48.845 | net-mtu-writable 2025-03-07 07:31:48.845 | network_availability_zone 2025-03-07 07:31:48.845 | network-ip-availability 2025-03-07 07:31:48.845 | pagination 2025-03-07 07:31:48.845 | port-device-profile 2025-03-07 07:31:48.845 | port-mac-override 2025-03-07 07:31:48.845 | port-mac-address-regenerate 2025-03-07 07:31:48.845 | port-numa-affinity-policy 2025-03-07 07:31:48.845 | binding 2025-03-07 07:31:48.845 | binding-extended 2025-03-07 07:31:48.845 | port-security 2025-03-07 07:31:48.845 | project-id 2025-03-07 07:31:48.845 | provider 2025-03-07 07:31:48.845 | quota-check-limit 2025-03-07 07:31:48.845 | quotas 2025-03-07 07:31:48.845 | quota_details 2025-03-07 07:31:48.845 | rbac-policies 2025-03-07 07:31:48.845 | rbac-address-group 2025-03-07 07:31:48.845 | rbac-address-scope 2025-03-07 07:31:48.845 | rbac-security-groups 2025-03-07 07:31:48.845 | rbac-subnetpool 2025-03-07 07:31:48.845 | revision-if-match 2025-03-07 07:31:48.845 | standard-attr-revisions 2025-03-07 07:31:48.845 | router_availability_zone 2025-03-07 07:31:48.845 | security-groups-normalized-cidr 2025-03-07 07:31:48.845 | port-security-groups-filtering 2025-03-07 07:31:48.845 | security-groups-remote-address-group 2025-03-07 07:31:48.845 | security-groups-shared-filtering 2025-03-07 07:31:48.845 | security-group 2025-03-07 07:31:48.845 | service-type 2025-03-07 07:31:48.845 | sorting 2025-03-07 07:31:48.845 | standard-attr-description 2025-03-07 07:31:48.845 | stateful-security-group 2025-03-07 07:31:48.845 | subnet_onboard 2025-03-07 07:31:48.845 | subnet-service-types 2025-03-07 07:31:48.845 | subnet_allocation 2025-03-07 07:31:48.845 | subnetpool-prefix-ops 2025-03-07 07:31:48.845 | standard-attr-tag 2025-03-07 07:31:48.845 | standard-attr-timestamp 2025-03-07 07:31:48.845 | nsxt-ops' 2025-03-07 07:31:48.847 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:31:48.847 | address-scope 2025-03-07 07:31:48.847 | router-admin-state-down-before-update 2025-03-07 07:31:48.847 | agent 2025-03-07 07:31:48.847 | agent-resources-synced 2025-03-07 07:31:48.847 | allowed-address-pairs 2025-03-07 07:31:48.847 | auto-allocated-topology 2025-03-07 07:31:48.847 | availability_zone 2025-03-07 07:31:48.847 | availability_zone_filter 2025-03-07 07:31:48.847 | default-subnetpools 2025-03-07 07:31:48.847 | dhcp_agent_scheduler 2025-03-07 07:31:48.847 | dvr 2025-03-07 07:31:48.847 | empty-string-filtering 2025-03-07 07:31:48.847 | external-net 2025-03-07 07:31:48.847 | extra_dhcp_opt 2025-03-07 07:31:48.847 | extraroute 2025-03-07 07:31:48.847 | extraroute-atomic 2025-03-07 07:31:48.847 | filter-validation 2025-03-07 07:31:48.847 | floating-ip-port-forwarding-detail 2025-03-07 07:31:48.847 | fip-port-details 2025-03-07 07:31:48.847 | flavors 2025-03-07 07:31:48.847 | floatingip-pools 2025-03-07 07:31:48.847 | ip-substring-filtering 2025-03-07 07:31:48.847 | router 2025-03-07 07:31:48.847 | ext-gw-mode 2025-03-07 07:31:48.847 | l3-ha 2025-03-07 07:31:48.847 | l3-flavors 2025-03-07 07:31:48.847 | l3-port-ip-change-not-allowed 2025-03-07 07:31:48.847 | l3_agent_scheduler 2025-03-07 07:31:48.847 | multi-provider 2025-03-07 07:31:48.847 | net-mtu 2025-03-07 07:31:48.847 | net-mtu-writable 2025-03-07 07:31:48.847 | network_availability_zone 2025-03-07 07:31:48.847 | network-ip-availability 2025-03-07 07:31:48.847 | pagination 2025-03-07 07:31:48.847 | port-device-profile 2025-03-07 07:31:48.847 | port-mac-override 2025-03-07 07:31:48.847 | port-mac-address-regenerate 2025-03-07 07:31:48.847 | port-numa-affinity-policy 2025-03-07 07:31:48.847 | binding 2025-03-07 07:31:48.847 | binding-extended 2025-03-07 07:31:48.847 | port-security 2025-03-07 07:31:48.847 | project-id 2025-03-07 07:31:48.847 | provider 2025-03-07 07:31:48.847 | quota-check-limit 2025-03-07 07:31:48.847 | quotas 2025-03-07 07:31:48.847 | quota_details 2025-03-07 07:31:48.847 | rbac-policies 2025-03-07 07:31:48.847 | rbac-address-group 2025-03-07 07:31:48.847 | rbac-address-scope 2025-03-07 07:31:48.847 | rbac-security-groups 2025-03-07 07:31:48.847 | rbac-subnetpool 2025-03-07 07:31:48.847 | revision-if-match 2025-03-07 07:31:48.847 | standard-attr-revisions 2025-03-07 07:31:48.847 | router_availability_zone 2025-03-07 07:31:48.847 | security-groups-normalized-cidr 2025-03-07 07:31:48.847 | port-security-groups-filtering 2025-03-07 07:31:48.847 | security-groups-remote-address-group 2025-03-07 07:31:48.847 | security-groups-shared-filtering 2025-03-07 07:31:48.847 | security-group 2025-03-07 07:31:48.847 | service-type 2025-03-07 07:31:48.847 | sorting 2025-03-07 07:31:48.847 | standard-attr-description 2025-03-07 07:31:48.847 | stateful-security-group 2025-03-07 07:31:48.847 | subnet_onboard 2025-03-07 07:31:48.847 | subnet-service-types 2025-03-07 07:31:48.847 | subnet_allocation 2025-03-07 07:31:48.847 | subnetpool-prefix-ops 2025-03-07 07:31:48.847 | standard-attr-tag 2025-03-07 07:31:48.847 | standard-attr-timestamp 2025-03-07 07:31:48.847 | nsxt-ops =~ auto-allocated-topology ]] 2025-03-07 07:31:48.849 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:31:48.851 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2025-03-07 07:31:48.853 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2025-03-07 07:31:48.857 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2025-03-07 07:31:50.260 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:50.263 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=e32610fe-df8a-4ed4-9df7-86bc2000cb86 2025-03-07 07:31:50.265 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2025-03-07 07:31:50.268 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2025-03-07 07:31:50.270 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-03-07 07:31:50.272 | + functions-common:is_provider_network:2287 : return 1 2025-03-07 07:31:50.275 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-03-07 07:31:51.982 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:51.985 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=8a43d020-e63a-4bc3-9df8-9622d8b32e9a 2025-03-07 07:31:51.988 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2025-03-07 07:31:51.990 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:31:52.004 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2025-03-07 07:31:52.007 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2025-03-07 07:31:52.009 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z e32610fe-df8a-4ed4-9df7-86bc2000cb86 ']' 2025-03-07 07:31:52.011 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2025-03-07 07:31:52.013 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2025-03-07 07:31:52.015 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool e32610fe-df8a-4ed4-9df7-86bc2000cb86 ' 2025-03-07 07:31:52.017 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2025-03-07 07:31:52.019 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 8a43d020-e63a-4bc3-9df8-9622d8b32e9a private-subnet' 2025-03-07 07:31:52.021 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2025-03-07 07:31:52.023 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool e32610fe-df8a-4ed4-9df7-86bc2000cb86 --network 8a43d020-e63a-4bc3-9df8-9622d8b32e9a private-subnet -f value -c id 2025-03-07 07:31:53.569 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:53.571 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=a0e2c86f-33d8-4279-b441-63073558bbb0 2025-03-07 07:31:53.573 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2025-03-07 07:31:53.575 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:31:53.589 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo a0e2c86f-33d8-4279-b441-63073558bbb0 2025-03-07 07:31:53.592 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=a0e2c86f-33d8-4279-b441-63073558bbb0 2025-03-07 07:31:53.594 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2025-03-07 07:31:53.597 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2025-03-07 07:31:53.599 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2025-03-07 07:31:53.602 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:31:54.850 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:54.853 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:31:54.853 | address-scope 2025-03-07 07:31:54.853 | router-admin-state-down-before-update 2025-03-07 07:31:54.853 | agent 2025-03-07 07:31:54.853 | agent-resources-synced 2025-03-07 07:31:54.853 | allowed-address-pairs 2025-03-07 07:31:54.853 | auto-allocated-topology 2025-03-07 07:31:54.853 | availability_zone 2025-03-07 07:31:54.853 | availability_zone_filter 2025-03-07 07:31:54.853 | default-subnetpools 2025-03-07 07:31:54.853 | dhcp_agent_scheduler 2025-03-07 07:31:54.853 | dvr 2025-03-07 07:31:54.853 | empty-string-filtering 2025-03-07 07:31:54.853 | external-net 2025-03-07 07:31:54.853 | extra_dhcp_opt 2025-03-07 07:31:54.853 | extraroute 2025-03-07 07:31:54.853 | extraroute-atomic 2025-03-07 07:31:54.853 | filter-validation 2025-03-07 07:31:54.853 | floating-ip-port-forwarding-detail 2025-03-07 07:31:54.853 | fip-port-details 2025-03-07 07:31:54.853 | flavors 2025-03-07 07:31:54.853 | floatingip-pools 2025-03-07 07:31:54.853 | ip-substring-filtering 2025-03-07 07:31:54.853 | router 2025-03-07 07:31:54.853 | ext-gw-mode 2025-03-07 07:31:54.853 | l3-ha 2025-03-07 07:31:54.853 | l3-flavors 2025-03-07 07:31:54.853 | l3-port-ip-change-not-allowed 2025-03-07 07:31:54.853 | l3_agent_scheduler 2025-03-07 07:31:54.853 | multi-provider 2025-03-07 07:31:54.853 | net-mtu 2025-03-07 07:31:54.853 | net-mtu-writable 2025-03-07 07:31:54.853 | network_availability_zone 2025-03-07 07:31:54.853 | network-ip-availability 2025-03-07 07:31:54.853 | pagination 2025-03-07 07:31:54.853 | port-device-profile 2025-03-07 07:31:54.853 | port-mac-override 2025-03-07 07:31:54.853 | port-mac-address-regenerate 2025-03-07 07:31:54.853 | port-numa-affinity-policy 2025-03-07 07:31:54.853 | binding 2025-03-07 07:31:54.853 | binding-extended 2025-03-07 07:31:54.853 | port-security 2025-03-07 07:31:54.853 | project-id 2025-03-07 07:31:54.853 | provider 2025-03-07 07:31:54.853 | quota-check-limit 2025-03-07 07:31:54.853 | quotas 2025-03-07 07:31:54.853 | quota_details 2025-03-07 07:31:54.853 | rbac-policies 2025-03-07 07:31:54.853 | rbac-address-group 2025-03-07 07:31:54.853 | rbac-address-scope 2025-03-07 07:31:54.853 | rbac-security-groups 2025-03-07 07:31:54.853 | rbac-subnetpool 2025-03-07 07:31:54.853 | revision-if-match 2025-03-07 07:31:54.853 | standard-attr-revisions 2025-03-07 07:31:54.853 | router_availability_zone 2025-03-07 07:31:54.853 | security-groups-normalized-cidr 2025-03-07 07:31:54.853 | port-security-groups-filtering 2025-03-07 07:31:54.853 | security-groups-remote-address-group 2025-03-07 07:31:54.853 | security-groups-shared-filtering 2025-03-07 07:31:54.853 | security-group 2025-03-07 07:31:54.853 | service-type 2025-03-07 07:31:54.853 | sorting 2025-03-07 07:31:54.853 | standard-attr-description 2025-03-07 07:31:54.853 | stateful-security-group 2025-03-07 07:31:54.853 | subnet_onboard 2025-03-07 07:31:54.853 | subnet-service-types 2025-03-07 07:31:54.853 | subnet_allocation 2025-03-07 07:31:54.853 | subnetpool-prefix-ops 2025-03-07 07:31:54.853 | standard-attr-tag 2025-03-07 07:31:54.853 | standard-attr-timestamp 2025-03-07 07:31:54.853 | nsxt-ops' 2025-03-07 07:31:54.855 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:31:54.855 | address-scope 2025-03-07 07:31:54.855 | router-admin-state-down-before-update 2025-03-07 07:31:54.855 | agent 2025-03-07 07:31:54.855 | agent-resources-synced 2025-03-07 07:31:54.855 | allowed-address-pairs 2025-03-07 07:31:54.855 | auto-allocated-topology 2025-03-07 07:31:54.855 | availability_zone 2025-03-07 07:31:54.855 | availability_zone_filter 2025-03-07 07:31:54.855 | default-subnetpools 2025-03-07 07:31:54.855 | dhcp_agent_scheduler 2025-03-07 07:31:54.855 | dvr 2025-03-07 07:31:54.855 | empty-string-filtering 2025-03-07 07:31:54.855 | external-net 2025-03-07 07:31:54.855 | extra_dhcp_opt 2025-03-07 07:31:54.855 | extraroute 2025-03-07 07:31:54.855 | extraroute-atomic 2025-03-07 07:31:54.855 | filter-validation 2025-03-07 07:31:54.855 | floating-ip-port-forwarding-detail 2025-03-07 07:31:54.855 | fip-port-details 2025-03-07 07:31:54.855 | flavors 2025-03-07 07:31:54.855 | floatingip-pools 2025-03-07 07:31:54.855 | ip-substring-filtering 2025-03-07 07:31:54.855 | router 2025-03-07 07:31:54.855 | ext-gw-mode 2025-03-07 07:31:54.855 | l3-ha 2025-03-07 07:31:54.855 | l3-flavors 2025-03-07 07:31:54.855 | l3-port-ip-change-not-allowed 2025-03-07 07:31:54.855 | l3_agent_scheduler 2025-03-07 07:31:54.855 | multi-provider 2025-03-07 07:31:54.855 | net-mtu 2025-03-07 07:31:54.855 | net-mtu-writable 2025-03-07 07:31:54.855 | network_availability_zone 2025-03-07 07:31:54.855 | network-ip-availability 2025-03-07 07:31:54.855 | pagination 2025-03-07 07:31:54.855 | port-device-profile 2025-03-07 07:31:54.855 | port-mac-override 2025-03-07 07:31:54.855 | port-mac-address-regenerate 2025-03-07 07:31:54.855 | port-numa-affinity-policy 2025-03-07 07:31:54.855 | binding 2025-03-07 07:31:54.855 | binding-extended 2025-03-07 07:31:54.855 | port-security 2025-03-07 07:31:54.855 | project-id 2025-03-07 07:31:54.855 | provider 2025-03-07 07:31:54.855 | quota-check-limit 2025-03-07 07:31:54.855 | quotas 2025-03-07 07:31:54.855 | quota_details 2025-03-07 07:31:54.855 | rbac-policies 2025-03-07 07:31:54.855 | rbac-address-group 2025-03-07 07:31:54.855 | rbac-address-scope 2025-03-07 07:31:54.855 | rbac-security-groups 2025-03-07 07:31:54.855 | rbac-subnetpool 2025-03-07 07:31:54.855 | revision-if-match 2025-03-07 07:31:54.855 | standard-attr-revisions 2025-03-07 07:31:54.855 | router_availability_zone 2025-03-07 07:31:54.855 | security-groups-normalized-cidr 2025-03-07 07:31:54.855 | port-security-groups-filtering 2025-03-07 07:31:54.855 | security-groups-remote-address-group 2025-03-07 07:31:54.855 | security-groups-shared-filtering 2025-03-07 07:31:54.855 | security-group 2025-03-07 07:31:54.855 | service-type 2025-03-07 07:31:54.855 | sorting 2025-03-07 07:31:54.855 | standard-attr-description 2025-03-07 07:31:54.855 | stateful-security-group 2025-03-07 07:31:54.855 | subnet_onboard 2025-03-07 07:31:54.856 | subnet-service-types 2025-03-07 07:31:54.856 | subnet_allocation 2025-03-07 07:31:54.856 | subnetpool-prefix-ops 2025-03-07 07:31:54.856 | standard-attr-tag 2025-03-07 07:31:54.856 | standard-attr-timestamp 2025-03-07 07:31:54.856 | nsxt-ops =~ router ]] 2025-03-07 07:31:54.857 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:31:54.859 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2025-03-07 07:31:54.861 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-03-07 07:31:54.864 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:31:56.131 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:56.134 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:31:56.134 | address-scope 2025-03-07 07:31:56.134 | router-admin-state-down-before-update 2025-03-07 07:31:56.134 | agent 2025-03-07 07:31:56.134 | agent-resources-synced 2025-03-07 07:31:56.134 | allowed-address-pairs 2025-03-07 07:31:56.134 | auto-allocated-topology 2025-03-07 07:31:56.134 | availability_zone 2025-03-07 07:31:56.134 | availability_zone_filter 2025-03-07 07:31:56.134 | default-subnetpools 2025-03-07 07:31:56.134 | dhcp_agent_scheduler 2025-03-07 07:31:56.134 | dvr 2025-03-07 07:31:56.134 | empty-string-filtering 2025-03-07 07:31:56.134 | external-net 2025-03-07 07:31:56.134 | extra_dhcp_opt 2025-03-07 07:31:56.134 | extraroute 2025-03-07 07:31:56.134 | extraroute-atomic 2025-03-07 07:31:56.134 | filter-validation 2025-03-07 07:31:56.134 | floating-ip-port-forwarding-detail 2025-03-07 07:31:56.134 | fip-port-details 2025-03-07 07:31:56.134 | flavors 2025-03-07 07:31:56.134 | floatingip-pools 2025-03-07 07:31:56.134 | ip-substring-filtering 2025-03-07 07:31:56.134 | router 2025-03-07 07:31:56.134 | ext-gw-mode 2025-03-07 07:31:56.134 | l3-ha 2025-03-07 07:31:56.134 | l3-flavors 2025-03-07 07:31:56.134 | l3-port-ip-change-not-allowed 2025-03-07 07:31:56.134 | l3_agent_scheduler 2025-03-07 07:31:56.134 | multi-provider 2025-03-07 07:31:56.134 | net-mtu 2025-03-07 07:31:56.134 | net-mtu-writable 2025-03-07 07:31:56.134 | network_availability_zone 2025-03-07 07:31:56.134 | network-ip-availability 2025-03-07 07:31:56.134 | pagination 2025-03-07 07:31:56.134 | port-device-profile 2025-03-07 07:31:56.134 | port-mac-override 2025-03-07 07:31:56.134 | port-mac-address-regenerate 2025-03-07 07:31:56.134 | port-numa-affinity-policy 2025-03-07 07:31:56.134 | binding 2025-03-07 07:31:56.134 | binding-extended 2025-03-07 07:31:56.134 | port-security 2025-03-07 07:31:56.134 | project-id 2025-03-07 07:31:56.134 | provider 2025-03-07 07:31:56.134 | quota-check-limit 2025-03-07 07:31:56.134 | quotas 2025-03-07 07:31:56.134 | quota_details 2025-03-07 07:31:56.134 | rbac-policies 2025-03-07 07:31:56.134 | rbac-address-group 2025-03-07 07:31:56.134 | rbac-address-scope 2025-03-07 07:31:56.134 | rbac-security-groups 2025-03-07 07:31:56.134 | rbac-subnetpool 2025-03-07 07:31:56.134 | revision-if-match 2025-03-07 07:31:56.134 | standard-attr-revisions 2025-03-07 07:31:56.134 | router_availability_zone 2025-03-07 07:31:56.134 | security-groups-normalized-cidr 2025-03-07 07:31:56.134 | port-security-groups-filtering 2025-03-07 07:31:56.134 | security-groups-remote-address-group 2025-03-07 07:31:56.134 | security-groups-shared-filtering 2025-03-07 07:31:56.134 | security-group 2025-03-07 07:31:56.134 | service-type 2025-03-07 07:31:56.134 | sorting 2025-03-07 07:31:56.134 | standard-attr-description 2025-03-07 07:31:56.134 | stateful-security-group 2025-03-07 07:31:56.134 | subnet_onboard 2025-03-07 07:31:56.134 | subnet-service-types 2025-03-07 07:31:56.134 | subnet_allocation 2025-03-07 07:31:56.134 | subnetpool-prefix-ops 2025-03-07 07:31:56.134 | standard-attr-tag 2025-03-07 07:31:56.134 | standard-attr-timestamp 2025-03-07 07:31:56.134 | nsxt-ops' 2025-03-07 07:31:56.136 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:31:56.136 | address-scope 2025-03-07 07:31:56.136 | router-admin-state-down-before-update 2025-03-07 07:31:56.136 | agent 2025-03-07 07:31:56.136 | agent-resources-synced 2025-03-07 07:31:56.136 | allowed-address-pairs 2025-03-07 07:31:56.136 | auto-allocated-topology 2025-03-07 07:31:56.136 | availability_zone 2025-03-07 07:31:56.136 | availability_zone_filter 2025-03-07 07:31:56.136 | default-subnetpools 2025-03-07 07:31:56.136 | dhcp_agent_scheduler 2025-03-07 07:31:56.136 | dvr 2025-03-07 07:31:56.136 | empty-string-filtering 2025-03-07 07:31:56.136 | external-net 2025-03-07 07:31:56.136 | extra_dhcp_opt 2025-03-07 07:31:56.136 | extraroute 2025-03-07 07:31:56.136 | extraroute-atomic 2025-03-07 07:31:56.136 | filter-validation 2025-03-07 07:31:56.136 | floating-ip-port-forwarding-detail 2025-03-07 07:31:56.136 | fip-port-details 2025-03-07 07:31:56.136 | flavors 2025-03-07 07:31:56.136 | floatingip-pools 2025-03-07 07:31:56.136 | ip-substring-filtering 2025-03-07 07:31:56.136 | router 2025-03-07 07:31:56.136 | ext-gw-mode 2025-03-07 07:31:56.136 | l3-ha 2025-03-07 07:31:56.136 | l3-flavors 2025-03-07 07:31:56.136 | l3-port-ip-change-not-allowed 2025-03-07 07:31:56.136 | l3_agent_scheduler 2025-03-07 07:31:56.136 | multi-provider 2025-03-07 07:31:56.136 | net-mtu 2025-03-07 07:31:56.136 | net-mtu-writable 2025-03-07 07:31:56.136 | network_availability_zone 2025-03-07 07:31:56.136 | network-ip-availability 2025-03-07 07:31:56.136 | pagination 2025-03-07 07:31:56.136 | port-device-profile 2025-03-07 07:31:56.136 | port-mac-override 2025-03-07 07:31:56.136 | port-mac-address-regenerate 2025-03-07 07:31:56.136 | port-numa-affinity-policy 2025-03-07 07:31:56.136 | binding 2025-03-07 07:31:56.136 | binding-extended 2025-03-07 07:31:56.136 | port-security 2025-03-07 07:31:56.136 | project-id 2025-03-07 07:31:56.136 | provider 2025-03-07 07:31:56.136 | quota-check-limit 2025-03-07 07:31:56.136 | quotas 2025-03-07 07:31:56.136 | quota_details 2025-03-07 07:31:56.136 | rbac-policies 2025-03-07 07:31:56.136 | rbac-address-group 2025-03-07 07:31:56.136 | rbac-address-scope 2025-03-07 07:31:56.136 | rbac-security-groups 2025-03-07 07:31:56.136 | rbac-subnetpool 2025-03-07 07:31:56.136 | revision-if-match 2025-03-07 07:31:56.136 | standard-attr-revisions 2025-03-07 07:31:56.136 | router_availability_zone 2025-03-07 07:31:56.136 | security-groups-normalized-cidr 2025-03-07 07:31:56.136 | port-security-groups-filtering 2025-03-07 07:31:56.136 | security-groups-remote-address-group 2025-03-07 07:31:56.136 | security-groups-shared-filtering 2025-03-07 07:31:56.136 | security-group 2025-03-07 07:31:56.136 | service-type 2025-03-07 07:31:56.136 | sorting 2025-03-07 07:31:56.136 | standard-attr-description 2025-03-07 07:31:56.136 | stateful-security-group 2025-03-07 07:31:56.136 | subnet_onboard 2025-03-07 07:31:56.136 | subnet-service-types 2025-03-07 07:31:56.136 | subnet_allocation 2025-03-07 07:31:56.136 | subnetpool-prefix-ops 2025-03-07 07:31:56.136 | standard-attr-tag 2025-03-07 07:31:56.136 | standard-attr-timestamp 2025-03-07 07:31:56.137 | nsxt-ops =~ external-net ]] 2025-03-07 07:31:56.138 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:31:56.140 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2025-03-07 07:31:56.143 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-03-07 07:31:57.482 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:57.485 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=70e89545-6d64-486f-a4bc-edf92373b417 2025-03-07 07:31:57.487 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2025-03-07 07:31:57.489 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:31:57.502 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2025-03-07 07:31:57.504 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2025-03-07 07:31:57.506 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-03-07 07:31:57.509 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:31:58.771 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:31:58.773 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:31:58.773 | address-scope 2025-03-07 07:31:58.773 | router-admin-state-down-before-update 2025-03-07 07:31:58.773 | agent 2025-03-07 07:31:58.773 | agent-resources-synced 2025-03-07 07:31:58.773 | allowed-address-pairs 2025-03-07 07:31:58.773 | auto-allocated-topology 2025-03-07 07:31:58.773 | availability_zone 2025-03-07 07:31:58.773 | availability_zone_filter 2025-03-07 07:31:58.773 | default-subnetpools 2025-03-07 07:31:58.773 | dhcp_agent_scheduler 2025-03-07 07:31:58.773 | dvr 2025-03-07 07:31:58.773 | empty-string-filtering 2025-03-07 07:31:58.773 | external-net 2025-03-07 07:31:58.773 | extra_dhcp_opt 2025-03-07 07:31:58.773 | extraroute 2025-03-07 07:31:58.773 | extraroute-atomic 2025-03-07 07:31:58.773 | filter-validation 2025-03-07 07:31:58.773 | floating-ip-port-forwarding-detail 2025-03-07 07:31:58.773 | fip-port-details 2025-03-07 07:31:58.773 | flavors 2025-03-07 07:31:58.773 | floatingip-pools 2025-03-07 07:31:58.773 | ip-substring-filtering 2025-03-07 07:31:58.773 | router 2025-03-07 07:31:58.773 | ext-gw-mode 2025-03-07 07:31:58.773 | l3-ha 2025-03-07 07:31:58.773 | l3-flavors 2025-03-07 07:31:58.773 | l3-port-ip-change-not-allowed 2025-03-07 07:31:58.773 | l3_agent_scheduler 2025-03-07 07:31:58.773 | multi-provider 2025-03-07 07:31:58.773 | net-mtu 2025-03-07 07:31:58.773 | net-mtu-writable 2025-03-07 07:31:58.773 | network_availability_zone 2025-03-07 07:31:58.773 | network-ip-availability 2025-03-07 07:31:58.773 | pagination 2025-03-07 07:31:58.773 | port-device-profile 2025-03-07 07:31:58.773 | port-mac-override 2025-03-07 07:31:58.773 | port-mac-address-regenerate 2025-03-07 07:31:58.773 | port-numa-affinity-policy 2025-03-07 07:31:58.773 | binding 2025-03-07 07:31:58.773 | binding-extended 2025-03-07 07:31:58.773 | port-security 2025-03-07 07:31:58.774 | project-id 2025-03-07 07:31:58.774 | provider 2025-03-07 07:31:58.774 | quota-check-limit 2025-03-07 07:31:58.774 | quotas 2025-03-07 07:31:58.774 | quota_details 2025-03-07 07:31:58.774 | rbac-policies 2025-03-07 07:31:58.774 | rbac-address-group 2025-03-07 07:31:58.774 | rbac-address-scope 2025-03-07 07:31:58.774 | rbac-security-groups 2025-03-07 07:31:58.774 | rbac-subnetpool 2025-03-07 07:31:58.774 | revision-if-match 2025-03-07 07:31:58.774 | standard-attr-revisions 2025-03-07 07:31:58.774 | router_availability_zone 2025-03-07 07:31:58.774 | security-groups-normalized-cidr 2025-03-07 07:31:58.774 | port-security-groups-filtering 2025-03-07 07:31:58.774 | security-groups-remote-address-group 2025-03-07 07:31:58.774 | security-groups-shared-filtering 2025-03-07 07:31:58.774 | security-group 2025-03-07 07:31:58.774 | service-type 2025-03-07 07:31:58.774 | sorting 2025-03-07 07:31:58.774 | standard-attr-description 2025-03-07 07:31:58.774 | stateful-security-group 2025-03-07 07:31:58.774 | subnet_onboard 2025-03-07 07:31:58.774 | subnet-service-types 2025-03-07 07:31:58.774 | subnet_allocation 2025-03-07 07:31:58.774 | subnetpool-prefix-ops 2025-03-07 07:31:58.774 | standard-attr-tag 2025-03-07 07:31:58.774 | standard-attr-timestamp 2025-03-07 07:31:58.774 | nsxt-ops' 2025-03-07 07:31:58.776 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:31:58.776 | address-scope 2025-03-07 07:31:58.776 | router-admin-state-down-before-update 2025-03-07 07:31:58.776 | agent 2025-03-07 07:31:58.776 | agent-resources-synced 2025-03-07 07:31:58.776 | allowed-address-pairs 2025-03-07 07:31:58.776 | auto-allocated-topology 2025-03-07 07:31:58.776 | availability_zone 2025-03-07 07:31:58.776 | availability_zone_filter 2025-03-07 07:31:58.776 | default-subnetpools 2025-03-07 07:31:58.776 | dhcp_agent_scheduler 2025-03-07 07:31:58.776 | dvr 2025-03-07 07:31:58.776 | empty-string-filtering 2025-03-07 07:31:58.776 | external-net 2025-03-07 07:31:58.776 | extra_dhcp_opt 2025-03-07 07:31:58.776 | extraroute 2025-03-07 07:31:58.776 | extraroute-atomic 2025-03-07 07:31:58.776 | filter-validation 2025-03-07 07:31:58.776 | floating-ip-port-forwarding-detail 2025-03-07 07:31:58.776 | fip-port-details 2025-03-07 07:31:58.776 | flavors 2025-03-07 07:31:58.776 | floatingip-pools 2025-03-07 07:31:58.776 | ip-substring-filtering 2025-03-07 07:31:58.776 | router 2025-03-07 07:31:58.776 | ext-gw-mode 2025-03-07 07:31:58.776 | l3-ha 2025-03-07 07:31:58.776 | l3-flavors 2025-03-07 07:31:58.776 | l3-port-ip-change-not-allowed 2025-03-07 07:31:58.776 | l3_agent_scheduler 2025-03-07 07:31:58.776 | multi-provider 2025-03-07 07:31:58.776 | net-mtu 2025-03-07 07:31:58.776 | net-mtu-writable 2025-03-07 07:31:58.776 | network_availability_zone 2025-03-07 07:31:58.776 | network-ip-availability 2025-03-07 07:31:58.776 | pagination 2025-03-07 07:31:58.777 | port-device-profile 2025-03-07 07:31:58.777 | port-mac-override 2025-03-07 07:31:58.777 | port-mac-address-regenerate 2025-03-07 07:31:58.777 | port-numa-affinity-policy 2025-03-07 07:31:58.777 | binding 2025-03-07 07:31:58.777 | binding-extended 2025-03-07 07:31:58.777 | port-security 2025-03-07 07:31:58.777 | project-id 2025-03-07 07:31:58.777 | provider 2025-03-07 07:31:58.777 | quota-check-limit 2025-03-07 07:31:58.777 | quotas 2025-03-07 07:31:58.777 | quota_details 2025-03-07 07:31:58.777 | rbac-policies 2025-03-07 07:31:58.777 | rbac-address-group 2025-03-07 07:31:58.777 | rbac-address-scope 2025-03-07 07:31:58.777 | rbac-security-groups 2025-03-07 07:31:58.777 | rbac-subnetpool 2025-03-07 07:31:58.777 | revision-if-match 2025-03-07 07:31:58.777 | standard-attr-revisions 2025-03-07 07:31:58.777 | router_availability_zone 2025-03-07 07:31:58.777 | security-groups-normalized-cidr 2025-03-07 07:31:58.777 | port-security-groups-filtering 2025-03-07 07:31:58.777 | security-groups-remote-address-group 2025-03-07 07:31:58.777 | security-groups-shared-filtering 2025-03-07 07:31:58.777 | security-group 2025-03-07 07:31:58.777 | service-type 2025-03-07 07:31:58.777 | sorting 2025-03-07 07:31:58.777 | standard-attr-description 2025-03-07 07:31:58.777 | stateful-security-group 2025-03-07 07:31:58.777 | subnet_onboard 2025-03-07 07:31:58.777 | subnet-service-types 2025-03-07 07:31:58.777 | subnet_allocation 2025-03-07 07:31:58.777 | subnetpool-prefix-ops 2025-03-07 07:31:58.777 | standard-attr-tag 2025-03-07 07:31:58.777 | standard-attr-timestamp 2025-03-07 07:31:58.777 | nsxt-ops =~ auto-allocated-topology ]] 2025-03-07 07:31:58.778 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:31:58.780 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-03-07 07:31:58.783 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2025-03-07 07:31:58.786 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2025-03-07 07:32:00.182 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:00.185 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=73d850f6-eed4-4edf-be19-2166b246858a 2025-03-07 07:32:00.187 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-03-07 07:32:00.189 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:32:00.204 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2025-03-07 07:32:00.206 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2025-03-07 07:32:00.208 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 70e89545-6d64-486f-a4bc-edf92373b417 a0e2c86f-33d8-4279-b441-63073558bbb0 2025-03-07 07:32:02.337 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2025-03-07 07:32:02.340 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 73d850f6-eed4-4edf-be19-2166b246858a 2025-03-07 07:32:02.342 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2025-03-07 07:32:02.344 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-03-07 07:32:02.346 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2025-03-07 07:32:02.347 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2025-03-07 07:32:02.349 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 73d850f6-eed4-4edf-be19-2166b246858a --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-03-07 07:32:02.351 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2025-03-07 07:32:02.353 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2025-03-07 07:32:02.356 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network 73d850f6-eed4-4edf-be19-2166b246858a --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-03-07 07:32:02.356 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2025-03-07 07:32:03.813 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:03.815 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-03-07 07:32:03.815 | | id | 88bbddee-ebad-4415-9270-aa03929f1606 |' 2025-03-07 07:32:03.817 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-03-07 07:32:03.819 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:32:03.832 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 88bbddee-ebad-4415-9270-aa03929f1606 '|' 2025-03-07 07:32:03.834 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 88bbddee-ebad-4415-9270-aa03929f1606 |' 2025-03-07 07:32:03.836 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2025-03-07 07:32:03.839 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 88bbddee-ebad-4415-9270-aa03929f1606 '|' 2025-03-07 07:32:03.839 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2025-03-07 07:32:03.841 | ++ functions-common:get_field:829 : local data field 2025-03-07 07:32:03.843 | ++ functions-common:get_field:830 : read data 2025-03-07 07:32:03.844 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2025-03-07 07:32:03.846 | ++ functions-common:get_field:834 : field='$3' 2025-03-07 07:32:03.849 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 88bbddee-ebad-4415-9270-aa03929f1606 |' 2025-03-07 07:32:03.849 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-03-07 07:32:03.853 | ++ functions-common:get_field:830 : read data 2025-03-07 07:32:03.855 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2025-03-07 07:32:03.859 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 88bbddee-ebad-4415-9270-aa03929f1606 '|' 2025-03-07 07:32:03.859 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2025-03-07 07:32:03.861 | ++ functions-common:get_field:829 : local data field 2025-03-07 07:32:03.862 | ++ functions-common:get_field:830 : read data 2025-03-07 07:32:03.865 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2025-03-07 07:32:03.867 | ++ functions-common:get_field:834 : field='$6' 2025-03-07 07:32:03.869 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 88bbddee-ebad-4415-9270-aa03929f1606 |' 2025-03-07 07:32:03.869 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-03-07 07:32:03.873 | ++ functions-common:get_field:830 : read data 2025-03-07 07:32:03.876 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=88bbddee-ebad-4415-9270-aa03929f1606 2025-03-07 07:32:03.878 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 73d850f6-eed4-4edf-be19-2166b246858a 70e89545-6d64-486f-a4bc-edf92373b417 2025-03-07 07:32:06.061 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2025-03-07 07:32:06.063 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:32:06.076 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:06.078 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2025-03-07 07:32:06.080 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2025-03-07 07:32:06.082 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-03-07 07:32:06.085 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2025-03-07 07:32:06.087 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:06.089 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-03-07 07:32:06.101 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2025-03-07 07:32:06.103 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2025-03-07 07:32:06.106 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2025-03-07 07:32:06.108 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2025-03-07 07:32:06.110 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2025-03-07 07:32:06.112 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-03-07 07:32:06.114 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2025-03-07 07:32:06.115 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2025-03-07 07:32:06.117 | + functions-common:test_with_retry:2375 : local until=10 2025-03-07 07:32:06.119 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-03-07 07:32:06.121 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-03-07 07:32:06.123 | + functions-common:time_start:2421 : local name=test_with_retry 2025-03-07 07:32:06.125 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:06.127 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:06.129 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:06.132 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332726130 2025-03-07 07:32:06.134 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-03-07 07:32:06.139 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2025-03-07 07:32:06.141 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:06.143 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:06.145 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:06.147 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:06.148 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:06.150 | + functions-common:time_stop:2441 : name=test_with_retry 2025-03-07 07:32:06.152 | + functions-common:time_stop:2442 : start_time=1741332726130 2025-03-07 07:32:06.154 | + functions-common:time_stop:2444 : [[ -z 1741332726130 ]] 2025-03-07 07:32:06.156 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:06.159 | + functions-common:time_stop:2447 : end_time=1741332726157 2025-03-07 07:32:06.161 | + functions-common:time_stop:2448 : elapsed_time=27 2025-03-07 07:32:06.163 | + functions-common:time_stop:2449 : total=3069 2025-03-07 07:32:06.165 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:06.167 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3096 2025-03-07 07:32:06.170 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2025-03-07 07:32:06.170 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2025-03-07 07:32:06.175 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2025-03-07 07:32:06.176 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:32:06.178 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:06.180 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:06.183 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-03-07 07:32:06.184 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2025-03-07 07:32:06.184 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2025-03-07 07:32:06.184 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2025-03-07 07:32:07.462 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:07.466 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.168 ' 2025-03-07 07:32:07.467 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-03-07 07:32:07.470 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:32:07.483 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2025-03-07 07:32:07.485 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:32:07.487 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2025-03-07 07:32:07.489 | + stack.sh:main:1322 : is_service_enabled nova 2025-03-07 07:32:07.503 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:07.505 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2025-03-07 07:32:07.507 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:07.509 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2025-03-07 07:32:07.511 | + stack.sh:main:1324 : start_nova 2025-03-07 07:32:07.513 | + lib/nova:start_nova:1176 : start_nova_rest 2025-03-07 07:32:07.515 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:07.517 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:07.519 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:07.521 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2025-03-07 07:32:07.524 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:32:07.526 | + functions-common:run_process:1689 : local service=n-sch 2025-03-07 07:32:07.528 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:32:07.530 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:07.532 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:07.534 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:07.536 | + functions-common:run_process:1695 : local name=n-sch 2025-03-07 07:32:07.538 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:07.541 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:07.543 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:07.545 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:07.549 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:07.552 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332727550 2025-03-07 07:32:07.554 | + functions-common:run_process:1698 : is_service_enabled n-sch 2025-03-07 07:32:07.568 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:07.570 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-03-07 07:32:07.572 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2025-03-07 07:32:07.574 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:32:07.576 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:32:07.578 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:32:07.580 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:32:07.582 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-03-07 07:32:07.584 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-03-07 07:32:07.586 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2025-03-07 07:32:07.588 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:32:07.590 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:32:07.593 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:32:07.595 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:32:07.597 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-03-07 07:32:07.599 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-03-07 07:32:07.601 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2025-03-07 07:32:07.603 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:32:07.605 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:32:07.607 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:32:07.608 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:32:07.610 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:32:07.612 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:32:07.614 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-03-07 07:32:07.616 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:32:07.619 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-03-07 07:32:07.667 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-03-07 07:32:07.716 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:32:07.757 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-03-07 07:32:07.800 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-03-07 07:32:07.843 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:32:07.886 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:32:07.888 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:32:07.890 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-03-07 07:32:07.939 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:32:08.224 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2025-03-07 07:32:08.235 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-03-07 07:32:08.478 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2025-03-07 07:32:08.504 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:08.507 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:08.509 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:08.511 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:08.513 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:08.516 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:08.519 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:08.520 | + functions-common:time_stop:2442 : start_time=1741332727550 2025-03-07 07:32:08.522 | + functions-common:time_stop:2444 : [[ -z 1741332727550 ]] 2025-03-07 07:32:08.525 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:08.529 | + functions-common:time_stop:2447 : end_time=1741332728526 2025-03-07 07:32:08.531 | + functions-common:time_stop:2448 : elapsed_time=976 2025-03-07 07:32:08.533 | + functions-common:time_stop:2449 : total=8042 2025-03-07 07:32:08.535 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:08.537 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9018 2025-03-07 07:32:08.539 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2025-03-07 07:32:08.542 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2025-03-07 07:32:08.545 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:32:08.547 | + functions-common:run_process:1689 : local service=n-api-meta 2025-03-07 07:32:08.550 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:32:08.552 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:08.554 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:08.556 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:08.558 | + functions-common:run_process:1695 : local name=n-api-meta 2025-03-07 07:32:08.560 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:08.562 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:08.564 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:08.566 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:08.568 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:08.573 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332728570 2025-03-07 07:32:08.574 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2025-03-07 07:32:08.590 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:08.592 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-03-07 07:32:08.598 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2025-03-07 07:32:08.602 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:32:08.607 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:32:08.607 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:32:08.609 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:32:08.611 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-03-07 07:32:08.613 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-03-07 07:32:08.615 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2025-03-07 07:32:08.617 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:32:08.620 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:32:08.621 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:32:08.627 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:32:08.627 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:32:08.629 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' stack '' 2025-03-07 07:32:08.631 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2025-03-07 07:32:08.634 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:32:08.635 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:32:08.637 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:32:08.638 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:32:08.643 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-03-07 07:32:08.645 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:32:08.651 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-03-07 07:32:08.703 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-03-07 07:32:08.755 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-03-07 07:32:08.798 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:32:08.841 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:32:08.883 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-03-07 07:32:08.925 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-03-07 07:32:08.965 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-03-07 07:32:09.005 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-03-07 07:32:09.046 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-03-07 07:32:09.087 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:32:09.089 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:32:09.091 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-03-07 07:32:09.141 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:32:09.385 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2025-03-07 07:32:09.395 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-03-07 07:32:09.633 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2025-03-07 07:32:09.683 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:09.685 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:09.689 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:09.691 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:09.693 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:09.695 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:09.698 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:09.699 | + functions-common:time_stop:2442 : start_time=1741332728570 2025-03-07 07:32:09.701 | + functions-common:time_stop:2444 : [[ -z 1741332728570 ]] 2025-03-07 07:32:09.705 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:09.707 | + functions-common:time_stop:2447 : end_time=1741332729705 2025-03-07 07:32:09.710 | + functions-common:time_stop:2448 : elapsed_time=1135 2025-03-07 07:32:09.713 | + functions-common:time_stop:2449 : total=9018 2025-03-07 07:32:09.715 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:09.716 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10153 2025-03-07 07:32:09.719 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:09.721 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:09.723 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2025-03-07 07:32:09.725 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:09.727 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:09.730 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:09.732 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2025-03-07 07:32:09.734 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:32:09.736 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-03-07 07:32:09.738 | + functions-common:run_process:1689 : local service=n-novnc 2025-03-07 07:32:09.740 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-03-07 07:32:09.742 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:09.744 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:09.746 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:09.748 | + functions-common:run_process:1695 : local name=n-novnc 2025-03-07 07:32:09.751 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:09.752 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:09.754 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:09.756 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:09.758 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:09.762 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332729759 2025-03-07 07:32:09.764 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2025-03-07 07:32:09.777 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:09.779 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:09.781 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:09.783 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:09.785 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:09.787 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:09.788 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:09.790 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:09.792 | + functions-common:time_stop:2442 : start_time=1741332729759 2025-03-07 07:32:09.794 | + functions-common:time_stop:2444 : [[ -z 1741332729759 ]] 2025-03-07 07:32:09.797 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:09.800 | + functions-common:time_stop:2447 : end_time=1741332729798 2025-03-07 07:32:09.802 | + functions-common:time_stop:2448 : elapsed_time=39 2025-03-07 07:32:09.804 | + functions-common:time_stop:2449 : total=10153 2025-03-07 07:32:09.806 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:09.808 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10192 2025-03-07 07:32:09.810 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-03-07 07:32:09.812 | + functions-common:run_process:1689 : local service=n-spice 2025-03-07 07:32:09.814 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-03-07 07:32:09.816 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:09.818 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:09.820 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:09.822 | + functions-common:run_process:1695 : local name=n-spice 2025-03-07 07:32:09.824 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:09.826 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:09.828 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:09.830 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:09.832 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:09.836 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332729834 2025-03-07 07:32:09.838 | + functions-common:run_process:1698 : is_service_enabled n-spice 2025-03-07 07:32:09.851 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:09.853 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:09.855 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:09.857 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:09.859 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:09.861 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:09.863 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:09.865 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:09.867 | + functions-common:time_stop:2442 : start_time=1741332729834 2025-03-07 07:32:09.869 | + functions-common:time_stop:2444 : [[ -z 1741332729834 ]] 2025-03-07 07:32:09.872 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:09.875 | + functions-common:time_stop:2447 : end_time=1741332729873 2025-03-07 07:32:09.878 | + functions-common:time_stop:2448 : elapsed_time=39 2025-03-07 07:32:09.880 | + functions-common:time_stop:2449 : total=10192 2025-03-07 07:32:09.882 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:09.884 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10231 2025-03-07 07:32:09.886 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-03-07 07:32:09.888 | + functions-common:run_process:1689 : local service=n-sproxy 2025-03-07 07:32:09.890 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-03-07 07:32:09.892 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:09.894 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:09.896 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:09.898 | + functions-common:run_process:1695 : local name=n-sproxy 2025-03-07 07:32:09.900 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:09.902 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:09.904 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:09.906 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:09.910 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:09.912 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332729910 2025-03-07 07:32:09.914 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2025-03-07 07:32:09.928 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:09.930 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:09.932 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:09.934 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:09.936 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:09.938 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:09.940 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:09.942 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:09.944 | + functions-common:time_stop:2442 : start_time=1741332729910 2025-03-07 07:32:09.946 | + functions-common:time_stop:2444 : [[ -z 1741332729910 ]] 2025-03-07 07:32:09.949 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:09.952 | + functions-common:time_stop:2447 : end_time=1741332729950 2025-03-07 07:32:09.954 | + functions-common:time_stop:2448 : elapsed_time=40 2025-03-07 07:32:09.957 | + functions-common:time_stop:2449 : total=10231 2025-03-07 07:32:09.959 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:09.961 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10271 2025-03-07 07:32:09.963 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:09.965 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:09.968 | + lib/nova:start_nova:1178 : start_nova_conductor 2025-03-07 07:32:09.970 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:32:09.972 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-03-07 07:32:09.972 | Starting nova-conductor in a cellsv1-compatible way 2025-03-07 07:32:09.974 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:32:09.977 | + functions-common:run_process:1689 : local service=n-cond 2025-03-07 07:32:09.979 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:32:09.981 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:09.983 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:09.985 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:09.987 | + functions-common:run_process:1695 : local name=n-cond 2025-03-07 07:32:09.989 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:09.991 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:09.994 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:09.996 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:09.999 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:10.002 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332730000 2025-03-07 07:32:10.004 | + functions-common:run_process:1698 : is_service_enabled n-cond 2025-03-07 07:32:10.019 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:10.021 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-03-07 07:32:10.023 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2025-03-07 07:32:10.025 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:32:10.028 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:32:10.030 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:32:10.032 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:32:10.034 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-03-07 07:32:10.036 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-03-07 07:32:10.038 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2025-03-07 07:32:10.040 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:32:10.042 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:32:10.045 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:32:10.047 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:32:10.049 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-03-07 07:32:10.051 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-03-07 07:32:10.053 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2025-03-07 07:32:10.054 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:32:10.056 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:32:10.058 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:32:10.061 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:32:10.062 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:32:10.065 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:32:10.067 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-03-07 07:32:10.069 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:32:10.072 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-03-07 07:32:10.124 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-03-07 07:32:10.184 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:32:10.227 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-03-07 07:32:10.271 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-03-07 07:32:10.315 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:32:10.358 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:32:10.360 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:32:10.362 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-03-07 07:32:10.412 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:32:10.654 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2025-03-07 07:32:10.663 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-03-07 07:32:10.914 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2025-03-07 07:32:10.945 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:10.947 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:10.949 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:10.951 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:10.953 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:10.955 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:10.957 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:10.959 | + functions-common:time_stop:2442 : start_time=1741332730000 2025-03-07 07:32:10.961 | + functions-common:time_stop:2444 : [[ -z 1741332730000 ]] 2025-03-07 07:32:10.963 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:10.967 | + functions-common:time_stop:2447 : end_time=1741332730964 2025-03-07 07:32:10.969 | + functions-common:time_stop:2448 : elapsed_time=964 2025-03-07 07:32:10.971 | + functions-common:time_stop:2449 : total=10271 2025-03-07 07:32:10.973 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:10.975 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11235 2025-03-07 07:32:10.977 | + lib/nova:start_nova_conductor:1149 : return 2025-03-07 07:32:10.979 | + lib/nova:start_nova:1179 : start_nova_compute 2025-03-07 07:32:10.981 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:10.983 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:10.985 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:10.987 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2025-03-07 07:32:10.989 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-03-07 07:32:10.993 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-03-07 07:32:10.995 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:32:10.997 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:32:10.999 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-03-07 07:32:11.001 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:32:11.004 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-03-07 07:32:11.006 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-03-07 07:32:11.008 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-03-07 07:32:11.010 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-03-07 07:32:11.014 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-03-07 07:32:11.014 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:32:11.014 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-03-07 07:32:11.014 | BEGIN { 2025-03-07 07:32:11.014 | section = "" 2025-03-07 07:32:11.014 | last_section = "" 2025-03-07 07:32:11.014 | section_count = 0 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | /^\[.+\]/ { 2025-03-07 07:32:11.014 | gsub("[][]", "", $1); 2025-03-07 07:32:11.014 | section=$1 2025-03-07 07:32:11.014 | next 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | /^ *\#/ { 2025-03-07 07:32:11.014 | next 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | /^[^ \t]+/ { 2025-03-07 07:32:11.014 | # get offset of first = in $0 2025-03-07 07:32:11.014 | eq_idx = index($0, "=") 2025-03-07 07:32:11.014 | # extract attr & value from $0 2025-03-07 07:32:11.014 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:32:11.014 | value = substr($0, eq_idx + 1) 2025-03-07 07:32:11.014 | # only need to strip trailing whitespace from attr 2025-03-07 07:32:11.014 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:32:11.014 | # need to strip leading & trailing whitespace from value 2025-03-07 07:32:11.014 | sub(/^[ \t]*/, "", value) 2025-03-07 07:32:11.014 | sub(/[ \t]*$/, "", value) 2025-03-07 07:32:11.014 | 2025-03-07 07:32:11.014 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:32:11.014 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:32:11.014 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:32:11.014 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:32:11.014 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:32:11.014 | if (section != last_section) { 2025-03-07 07:32:11.014 | cfg_section[section_count++] = section 2025-03-07 07:32:11.014 | last_section = section 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:32:11.014 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:32:11.014 | 2025-03-07 07:32:11.014 | cfg_attr[section, attr, 0] = value 2025-03-07 07:32:11.014 | cfg_attr_count[section, attr] = 1 2025-03-07 07:32:11.014 | } else { 2025-03-07 07:32:11.014 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:32:11.014 | cfg_attr[section, attr, lno] = value 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | END { 2025-03-07 07:32:11.014 | # Process each section in order 2025-03-07 07:32:11.014 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:32:11.014 | section = cfg_section[sno] 2025-03-07 07:32:11.014 | # The ini routines simply append a config item immediately 2025-03-07 07:32:11.014 | # after the section header. To keep the same order as defined 2025-03-07 07:32:11.014 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:32:11.014 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:32:11.014 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:32:11.014 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:32:11.014 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:32:11.014 | else { 2025-03-07 07:32:11.014 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:32:11.014 | count = cfg_attr_count[section, attr] 2025-03-07 07:32:11.014 | print "inidelete " configfile " " section " " attr 2025-03-07 07:32:11.014 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:32:11.014 | for (l = count -2; l >= 0; l--) 2025-03-07 07:32:11.014 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | } 2025-03-07 07:32:11.014 | ' 2025-03-07 07:32:11.016 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:32:11.016 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:32:11.018 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:32:11.020 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-03-07 07:32:11.022 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:32:11.024 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-03-07 07:32:11.026 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-03-07 07:32:11.026 | BEGIN { group = "" } 2025-03-07 07:32:11.026 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:32:11.026 | gsub("[][]", "", $1); 2025-03-07 07:32:11.026 | split($1, a, "|"); 2025-03-07 07:32:11.026 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:32:11.026 | group=a[1] 2025-03-07 07:32:11.026 | } else { 2025-03-07 07:32:11.026 | group="" 2025-03-07 07:32:11.026 | } 2025-03-07 07:32:11.026 | next 2025-03-07 07:32:11.026 | } 2025-03-07 07:32:11.026 | { 2025-03-07 07:32:11.026 | if (group != "") 2025-03-07 07:32:11.026 | print $0 2025-03-07 07:32:11.026 | } 2025-03-07 07:32:11.026 | ' /opt/stack/devstack/local.conf 2025-03-07 07:32:11.031 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:32:11.034 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2025-03-07 07:32:11.034 | Skipping multi-cell conductor fleet setup 2025-03-07 07:32:11.036 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2025-03-07 07:32:11.052 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-03-07 07:32:11.067 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2025-03-07 07:32:11.069 | + lib/nova:configure_console_compute:664 : local offset 2025-03-07 07:32:11.073 | + lib/nova:configure_console_compute:665 : offset=0 2025-03-07 07:32:11.075 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2025-03-07 07:32:11.077 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-03-07 07:32:11.093 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2025-03-07 07:32:11.095 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2025-03-07 07:32:11.108 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:11.110 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2025-03-07 07:32:11.124 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:11.125 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2025-03-07 07:32:11.127 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-03-07 07:32:11.154 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2025-03-07 07:32:11.168 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:11.170 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2025-03-07 07:32:11.183 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:11.185 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-03-07 07:32:11.211 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2025-03-07 07:32:11.213 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-03-07 07:32:11.215 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-03-07 07:32:11.217 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2025-03-07 07:32:11.219 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2025-03-07 07:32:11.221 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2025-03-07 07:32:11.223 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2025-03-07 07:32:11.225 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2025-03-07 07:32:11.240 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:11.242 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-03-07 07:32:11.244 | + functions-common:run_process:1689 : local service=n-cpu 2025-03-07 07:32:11.246 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-03-07 07:32:11.248 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:11.250 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:11.252 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:11.254 | + functions-common:run_process:1695 : local name=n-cpu 2025-03-07 07:32:11.256 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:11.259 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:11.261 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:11.263 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:11.265 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:11.269 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332731267 2025-03-07 07:32:11.271 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2025-03-07 07:32:11.285 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:11.287 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:11.289 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:11.291 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:11.293 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:11.295 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:11.297 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:11.299 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:11.301 | + functions-common:time_stop:2442 : start_time=1741332731267 2025-03-07 07:32:11.303 | + functions-common:time_stop:2444 : [[ -z 1741332731267 ]] 2025-03-07 07:32:11.305 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:11.309 | + functions-common:time_stop:2447 : end_time=1741332731306 2025-03-07 07:32:11.311 | + functions-common:time_stop:2448 : elapsed_time=39 2025-03-07 07:32:11.312 | + functions-common:time_stop:2449 : total=11235 2025-03-07 07:32:11.314 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:11.316 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11274 2025-03-07 07:32:11.319 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:11.321 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-03-07 07:32:11.323 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2025-03-07 07:32:11.337 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:11.339 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2025-03-07 07:32:11.340 | Dumping cells_v2 mapping 2025-03-07 07:32:11.342 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2025-03-07 07:32:11.740 | 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-03-07 07:32:13.088 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-03-07 07:32:13.088 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-03-07 07:32:13.088 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-03-07 07:32:13.088 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2025-03-07 07:32:13.088 | | cell1 | 08051b53-9cd2-4ac5-b5cd-b397d4bc8595 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2025-03-07 07:32:13.088 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-03-07 07:32:13.422 | + stack.sh:main:1325 : async_runfunc create_flavors 2025-03-07 07:32:13.424 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-03-07 07:32:13.475 | + inc/async:async_inner:63 : create_flavors 2025-03-07 07:32:13.504 | [4759 Async create_flavors:59657]: running: create_flavors 2025-03-07 07:32:13.507 | + stack.sh:main:1327 : is_service_enabled cinder 2025-03-07 07:32:13.521 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:13.523 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2025-03-07 07:32:13.525 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:13.527 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2025-03-07 07:32:13.529 | + stack.sh:main:1329 : start_cinder 2025-03-07 07:32:13.531 | + lib/cinder:start_cinder:585 : local service_port=8776 2025-03-07 07:32:13.533 | + lib/cinder:start_cinder:586 : local service_protocol=http 2025-03-07 07:32:13.535 | + lib/cinder:start_cinder:587 : local cinder_url 2025-03-07 07:32:13.537 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2025-03-07 07:32:13.550 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:13.552 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2025-03-07 07:32:13.554 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-03-07 07:32:13.556 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2025-03-07 07:32:13.559 | ++ lib/cinder:start_cinder:621 : which uwsgi 2025-03-07 07:32:13.562 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:32:13.564 | + functions-common:run_process:1689 : local service=c-api 2025-03-07 07:32:13.566 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:32:13.568 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:13.570 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:13.572 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:13.574 | + functions-common:run_process:1695 : local name=c-api 2025-03-07 07:32:13.576 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:13.578 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:13.580 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:13.582 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:13.584 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:13.587 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332733585 2025-03-07 07:32:13.590 | + functions-common:run_process:1698 : is_service_enabled c-api 2025-03-07 07:32:13.602 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:13.604 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-03-07 07:32:13.606 | + functions-common:_run_under_systemd:1649 : local service=c-api 2025-03-07 07:32:13.608 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:32:13.610 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:32:13.612 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:32:13.614 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:32:13.616 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-03-07 07:32:13.618 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-03-07 07:32:13.620 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2025-03-07 07:32:13.622 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:32:13.623 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:32:13.625 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:32:13.627 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:32:13.629 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:32:13.632 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2025-03-07 07:32:13.633 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2025-03-07 07:32:13.635 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:32:13.637 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:32:13.639 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:32:13.641 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:32:13.643 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-03-07 07:32:13.645 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:32:13.648 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-03-07 07:32:13.696 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-03-07 07:32:13.748 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-03-07 07:32:13.789 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:32:13.830 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:32:13.872 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-03-07 07:32:13.912 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-03-07 07:32:13.953 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-03-07 07:32:13.993 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-03-07 07:32:14.034 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-03-07 07:32:14.076 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:32:14.079 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:32:14.081 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-03-07 07:32:14.129 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:32:14.380 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2025-03-07 07:32:14.390 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-03-07 07:32:14.637 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2025-03-07 07:32:14.692 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:14.694 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:14.696 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:14.698 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:14.700 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:14.702 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:14.704 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:14.706 | + functions-common:time_stop:2442 : start_time=1741332733585 2025-03-07 07:32:14.708 | + functions-common:time_stop:2444 : [[ -z 1741332733585 ]] 2025-03-07 07:32:14.711 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:14.714 | + functions-common:time_stop:2447 : end_time=1741332734711 2025-03-07 07:32:14.716 | + functions-common:time_stop:2448 : elapsed_time=1126 2025-03-07 07:32:14.718 | + functions-common:time_stop:2449 : total=11274 2025-03-07 07:32:14.719 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:14.721 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12400 2025-03-07 07:32:14.723 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2025-03-07 07:32:14.726 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2025-03-07 07:32:14.726 | Waiting for Cinder API to start... 2025-03-07 07:32:14.727 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-03-07 07:32:14.729 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:32:14.731 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-03-07 07:32:14.733 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:32:14.735 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:32:14.737 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:32:14.739 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:14.741 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:14.744 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:14.747 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332734745 2025-03-07 07:32:14.749 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:32:14.752 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-03-07 07:32:16.812 | + :: : [[ 401 == 503 ]] 2025-03-07 07:32:16.813 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:32:16.816 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:32:16.818 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:16.820 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:16.823 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:16.825 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:16.827 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:16.829 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:32:16.831 | + functions-common:time_stop:2442 : start_time=1741332734745 2025-03-07 07:32:16.833 | + functions-common:time_stop:2444 : [[ -z 1741332734745 ]] 2025-03-07 07:32:16.836 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:16.839 | + functions-common:time_stop:2447 : end_time=1741332736837 2025-03-07 07:32:16.841 | + functions-common:time_stop:2448 : elapsed_time=2092 2025-03-07 07:32:16.843 | + functions-common:time_stop:2449 : total=6308 2025-03-07 07:32:16.845 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:16.847 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8400 2025-03-07 07:32:16.849 | + functions:wait_for_service:478 : return 0 2025-03-07 07:32:16.851 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:16.853 | + functions-common:run_process:1689 : local service=c-sch 2025-03-07 07:32:16.855 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:16.857 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:16.859 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:16.861 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:16.863 | + functions-common:run_process:1695 : local name=c-sch 2025-03-07 07:32:16.865 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:16.867 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:16.869 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:16.871 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:16.873 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:16.876 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332736874 2025-03-07 07:32:16.878 | + functions-common:run_process:1698 : is_service_enabled c-sch 2025-03-07 07:32:16.892 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:16.894 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-03-07 07:32:16.896 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2025-03-07 07:32:16.898 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:16.900 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:16.902 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:16.904 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:16.906 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-03-07 07:32:16.907 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-03-07 07:32:16.909 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2025-03-07 07:32:16.911 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:32:16.913 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:32:16.915 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:32:16.917 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:32:16.919 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-03-07 07:32:16.921 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-03-07 07:32:16.923 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2025-03-07 07:32:16.925 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:16.927 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:32:16.928 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:32:16.930 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:32:16.932 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:32:16.934 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:32:16.936 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-03-07 07:32:16.938 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:32:16.941 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-03-07 07:32:16.990 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-03-07 07:32:17.039 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:17.080 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-03-07 07:32:17.121 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-03-07 07:32:17.164 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:32:17.208 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:32:17.210 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:32:17.212 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-03-07 07:32:17.261 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:32:17.525 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2025-03-07 07:32:17.535 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-03-07 07:32:17.780 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2025-03-07 07:32:17.802 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:17.804 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:17.806 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:17.808 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:17.810 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:17.812 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:17.814 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:17.816 | + functions-common:time_stop:2442 : start_time=1741332736874 2025-03-07 07:32:17.818 | + functions-common:time_stop:2444 : [[ -z 1741332736874 ]] 2025-03-07 07:32:17.821 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:17.824 | + functions-common:time_stop:2447 : end_time=1741332737822 2025-03-07 07:32:17.827 | + functions-common:time_stop:2448 : elapsed_time=948 2025-03-07 07:32:17.829 | + functions-common:time_stop:2449 : total=12400 2025-03-07 07:32:17.832 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:17.834 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13348 2025-03-07 07:32:17.836 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.838 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.840 | + functions-common:run_process:1689 : local service=c-bak 2025-03-07 07:32:17.842 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:17.844 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:17.846 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:17.848 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.850 | + functions-common:run_process:1695 : local name=c-bak 2025-03-07 07:32:17.852 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:17.854 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:17.856 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:17.858 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:17.861 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:17.864 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332737862 2025-03-07 07:32:17.866 | + functions-common:run_process:1698 : is_service_enabled c-bak 2025-03-07 07:32:17.880 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:17.882 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:17.884 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:17.885 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:17.888 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:17.890 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:17.892 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:17.894 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:17.896 | + functions-common:time_stop:2442 : start_time=1741332737862 2025-03-07 07:32:17.898 | + functions-common:time_stop:2444 : [[ -z 1741332737862 ]] 2025-03-07 07:32:17.901 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:17.904 | + functions-common:time_stop:2447 : end_time=1741332737902 2025-03-07 07:32:17.906 | + functions-common:time_stop:2448 : elapsed_time=40 2025-03-07 07:32:17.908 | + functions-common:time_stop:2449 : total=13348 2025-03-07 07:32:17.910 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:17.912 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13388 2025-03-07 07:32:17.914 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.916 | + functions-common:run_process:1689 : local service=c-vol 2025-03-07 07:32:17.918 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:17.920 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:17.922 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:17.924 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.926 | + functions-common:run_process:1695 : local name=c-vol 2025-03-07 07:32:17.928 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:17.929 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:17.931 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:17.933 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:17.936 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:17.939 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332737937 2025-03-07 07:32:17.941 | + functions-common:run_process:1698 : is_service_enabled c-vol 2025-03-07 07:32:17.955 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:17.957 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.959 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2025-03-07 07:32:17.961 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:17.963 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:17.965 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:17.967 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:17.969 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-03-07 07:32:17.971 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-03-07 07:32:17.973 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2025-03-07 07:32:17.975 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:32:17.977 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:32:17.979 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:32:17.981 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.983 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-03-07 07:32:17.985 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.987 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2025-03-07 07:32:17.989 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:17.991 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:32:17.993 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:32:17.995 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:17.997 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:32:17.999 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:32:18.000 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-03-07 07:32:18.002 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:32:18.006 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-03-07 07:32:18.055 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-03-07 07:32:18.105 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:32:18.147 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-03-07 07:32:18.191 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-03-07 07:32:18.232 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:32:18.276 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-03-07 07:32:18.278 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:32:18.320 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:32:18.322 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-03-07 07:32:18.376 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:32:18.621 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2025-03-07 07:32:18.631 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-03-07 07:32:18.883 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2025-03-07 07:32:18.912 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:18.916 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:18.917 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:18.920 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:18.922 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:18.925 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:18.927 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:18.932 | + functions-common:time_stop:2442 : start_time=1741332737937 2025-03-07 07:32:18.934 | + functions-common:time_stop:2444 : [[ -z 1741332737937 ]] 2025-03-07 07:32:18.937 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:18.940 | + functions-common:time_stop:2447 : end_time=1741332738938 2025-03-07 07:32:18.942 | + functions-common:time_stop:2448 : elapsed_time=1001 2025-03-07 07:32:18.944 | + functions-common:time_stop:2449 : total=13388 2025-03-07 07:32:18.946 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:18.949 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14389 2025-03-07 07:32:18.951 | + stack.sh:main:1330 : create_volume_types 2025-03-07 07:32:18.953 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2025-03-07 07:32:18.967 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:18.969 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2025-03-07 07:32:18.971 | + lib/cinder:create_volume_types:674 : local be be_name 2025-03-07 07:32:18.973 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-07 07:32:18.975 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2025-03-07 07:32:18.977 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2025-03-07 07:32:18.980 | + lib/cinder:create_one_type:654 : type_name=vsphere 2025-03-07 07:32:18.982 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2025-03-07 07:32:18.984 | + lib/cinder:create_one_type:656 : property_value=vsphere 2025-03-07 07:32:18.986 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2025-03-07 07:32:19.000 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:19.002 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-03-07 07:32:20.912 | +-------------+--------------------------------------+ 2025-03-07 07:32:20.912 | | Field | Value | 2025-03-07 07:32:20.912 | +-------------+--------------------------------------+ 2025-03-07 07:32:20.912 | | description | None | 2025-03-07 07:32:20.912 | | id | 0c365cce-2d9e-495e-bfb4-fefb59196e3a | 2025-03-07 07:32:20.912 | | is_public | True | 2025-03-07 07:32:20.912 | | name | vsphere | 2025-03-07 07:32:20.912 | | properties | volume_backend_name='vsphere' | 2025-03-07 07:32:20.912 | +-------------+--------------------------------------+ 2025-03-07 07:32:21.051 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:21.053 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:21.055 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:21.057 | + stack.sh:main:1343 : is_service_enabled glance 2025-03-07 07:32:21.072 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:21.074 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2025-03-07 07:32:21.076 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:21.079 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2025-03-07 07:32:21.080 | + stack.sh:main:1345 : start_glance 2025-03-07 07:32:21.083 | + lib/glance:start_glance:606 : local service_protocol=http 2025-03-07 07:32:21.085 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2025-03-07 07:32:21.099 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:21.102 | + lib/glance:start_glance:613 : [[ False == False ]] 2025-03-07 07:32:21.105 | ++ lib/glance:start_glance:614 : which uwsgi 2025-03-07 07:32:21.108 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:32:21.111 | + functions-common:run_process:1689 : local service=g-api 2025-03-07 07:32:21.113 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:32:21.115 | + functions-common:run_process:1691 : local group= 2025-03-07 07:32:21.117 | + functions-common:run_process:1692 : local user= 2025-03-07 07:32:21.119 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:32:21.121 | + functions-common:run_process:1695 : local name=g-api 2025-03-07 07:32:21.123 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:32:21.125 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:32:21.128 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:21.130 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:21.133 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:21.137 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332741134 2025-03-07 07:32:21.139 | + functions-common:run_process:1698 : is_service_enabled g-api 2025-03-07 07:32:21.153 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:21.155 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-03-07 07:32:21.158 | + functions-common:_run_under_systemd:1649 : local service=g-api 2025-03-07 07:32:21.160 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:32:21.162 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:32:21.164 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:32:21.166 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:32:21.168 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-03-07 07:32:21.170 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-03-07 07:32:21.172 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2025-03-07 07:32:21.174 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:32:21.176 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:32:21.178 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:32:21.181 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:32:21.182 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:32:21.185 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2025-03-07 07:32:21.187 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2025-03-07 07:32:21.189 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:32:21.191 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:32:21.192 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:32:21.194 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:32:21.196 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-03-07 07:32:21.198 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:32:21.202 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-03-07 07:32:21.251 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-03-07 07:32:21.302 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-03-07 07:32:21.345 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:32:21.393 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:32:21.437 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-03-07 07:32:21.483 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-03-07 07:32:21.529 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-03-07 07:32:21.574 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-03-07 07:32:21.617 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-03-07 07:32:21.663 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:32:21.665 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:32:21.667 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-03-07 07:32:21.719 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:32:21.994 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2025-03-07 07:32:22.003 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-03-07 07:32:22.238 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2025-03-07 07:32:22.300 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:32:22.303 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:22.305 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:22.307 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:22.309 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:22.311 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:22.313 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:32:22.315 | + functions-common:time_stop:2442 : start_time=1741332741134 2025-03-07 07:32:22.317 | + functions-common:time_stop:2444 : [[ -z 1741332741134 ]] 2025-03-07 07:32:22.319 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:22.324 | + functions-common:time_stop:2447 : end_time=1741332742321 2025-03-07 07:32:22.326 | + functions-common:time_stop:2448 : elapsed_time=1187 2025-03-07 07:32:22.328 | + functions-common:time_stop:2449 : total=14389 2025-03-07 07:32:22.330 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:22.332 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15576 2025-03-07 07:32:22.334 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2025-03-07 07:32:22.348 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:22.350 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-03-07 07:32:22.350 | Waiting for g-api (10.180.1.21) to start... 2025-03-07 07:32:22.352 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2025-03-07 07:32:22.354 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:32:22.356 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-03-07 07:32:22.358 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:32:22.360 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:32:22.362 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:32:22.364 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:22.366 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:22.369 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:22.372 | + functions-common:time_start:2426 : _TIME_START[$name]=1741332742370 2025-03-07 07:32:22.374 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:32:22.378 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-03-07 07:32:24.387 | + :: : [[ 300 == 503 ]] 2025-03-07 07:32:24.388 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:32:24.391 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:32:24.393 | + functions-common:time_stop:2435 : local name 2025-03-07 07:32:24.395 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:24.398 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:24.400 | + functions-common:time_stop:2438 : local total 2025-03-07 07:32:24.402 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:24.404 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:32:24.406 | + functions-common:time_stop:2442 : start_time=1741332742370 2025-03-07 07:32:24.408 | + functions-common:time_stop:2444 : [[ -z 1741332742370 ]] 2025-03-07 07:32:24.411 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:24.414 | + functions-common:time_stop:2447 : end_time=1741332744412 2025-03-07 07:32:24.416 | + functions-common:time_stop:2448 : elapsed_time=2042 2025-03-07 07:32:24.418 | + functions-common:time_stop:2449 : total=8400 2025-03-07 07:32:24.420 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:24.422 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10442 2025-03-07 07:32:24.424 | + functions:wait_for_service:478 : return 0 2025-03-07 07:32:24.427 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2025-03-07 07:32:24.441 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:24.443 | + stack.sh:main:1359 : is_service_enabled glance 2025-03-07 07:32:24.458 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:24.460 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2025-03-07 07:32:24.462 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:24.464 | + stack.sh:echo_summary:455 : echo -e Uploading images 2025-03-07 07:32:24.466 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2025-03-07 07:32:24.468 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.470 | + 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-03-07 07:32:24.471 | + functions:upload_image:134 : local image image_fname image_name 2025-03-07 07:32:24.473 | + functions:upload_image:136 : local max_attempts=5 2025-03-07 07:32:24.475 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-03-07 07:32:24.479 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.482 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.484 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-03-07 07:32:24.486 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-03-07 07:32:24.488 | ++ functions:upload_image:144 : seq 5 2025-03-07 07:32:24.491 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-03-07 07:32:24.492 | + functions:upload_image:145 : local rc=0 2025-03-07 07:32:24.494 | + 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-03-07 07:32:24.497 | --2025-03-07 07:32:24-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-03-07 07:32:24.502 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-03-07 07:32:24.503 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-03-07 07:32:24.537 | HTTP request sent, awaiting response... 200 OK 2025-03-07 07:32:24.537 | Length: 21318656 (20M) [application/octet-stream] 2025-03-07 07:32:24.537 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-03-07 07:32:24.551 | 2025-03-07 07:32:24.670 | 0K ........ ........ .... 100% 154M=0.1s 2025-03-07 07:32:24.670 | 2025-03-07 07:32:24.670 | 2025-03-07 07:32:24 (154 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-03-07 07:32:24.670 | 2025-03-07 07:32:24.673 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-03-07 07:32:24.675 | + functions:upload_image:155 : break 2025-03-07 07:32:24.677 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.679 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-03-07 07:32:24.681 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-03-07 07:32:24.683 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-07 07:32:24.685 | + functions:upload_image:194 : local vmdk_disktype= 2025-03-07 07:32:24.687 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-03-07 07:32:24.688 | + functions:upload_image:196 : local path_len 2025-03-07 07:32:24.690 | + functions:upload_image:199 : local vmdk_adapter_type 2025-03-07 07:32:24.693 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.693 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.697 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-03-07 07:32:24.699 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-03-07 07:32:24.701 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-03-07 07:32:24.703 | + functions:upload_image:205 : local vmdk_create_type 2025-03-07 07:32:24.706 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.706 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.710 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-03-07 07:32:24.711 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-03-07 07:32:24.713 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-03-07 07:32:24.715 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-03-07 07:32:24.717 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-03-07 07:32:24.719 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-03-07 07:32:24.720 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-03-07 07:32:24.722 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-03-07 07:32:24.724 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-03-07 07:32:24.727 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-03-07 07:32:24.727 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-07 07:32:24.731 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-03-07 07:32:24.733 | + functions:upload_image:284 : IFS=':;' 2025-03-07 07:32:24.735 | + functions:upload_image:284 : read -a props 2025-03-07 07:32:24.737 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-03-07 07:32:24.738 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-03-07 07:32:24.740 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-03-07 07:32:24.742 | + 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-03-07 07:32:24.744 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-07 07:32:24.746 | + functions:_upload_image:105 : shift 2025-03-07 07:32:24.748 | + functions:_upload_image:106 : local container=bare 2025-03-07 07:32:24.750 | + functions:_upload_image:107 : shift 2025-03-07 07:32:24.752 | + functions:_upload_image:108 : local disk=vmdk 2025-03-07 07:32:24.753 | + functions:_upload_image:109 : shift 2025-03-07 07:32:24.755 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:32:24.757 | + functions:_upload_image:111 : shift 2025-03-07 07:32:24.760 | + functions:_upload_image:112 : local properties 2025-03-07 07:32:24.762 | + functions:_upload_image:113 : local useimport 2025-03-07 07:32:24.764 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-03-07 07:32:24.766 | ++ functions:_image_properties_to_arg:87 : local result= 2025-03-07 07:32:24.767 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-07 07:32:24.769 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-03-07 07:32:24.771 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-07 07:32:24.772 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-03-07 07:32:24.774 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-07 07:32:24.776 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-03-07 07:32:24.777 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-03-07 07:32:24.779 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-03-07 07:32:24.781 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:24.783 | + 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-03-07 07:32:27.054 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-07 07:32:27.054 | | Field | Value | 2025-03-07 07:32:27.054 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-07 07:32:27.054 | | container_format | bare | 2025-03-07 07:32:27.054 | | created_at | 2025-03-07T07:32:26Z | 2025-03-07 07:32:27.054 | | disk_format | vmdk | 2025-03-07 07:32:27.054 | | file | /v2/images/0a8f8f2e-82dd-4c4f-80fe-9515de315a84/file | 2025-03-07 07:32:27.054 | | id | 0a8f8f2e-82dd-4c4f-80fe-9515de315a84 | 2025-03-07 07:32:27.054 | | min_disk | 0 | 2025-03-07 07:32:27.054 | | min_ram | 0 | 2025-03-07 07:32:27.054 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-03-07 07:32:27.054 | | owner | d66969059be64e7d86646b564fe28c7d | 2025-03-07 07:32:27.054 | | 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-03-07 07:32:27.054 | | protected | False | 2025-03-07 07:32:27.054 | | schema | /v2/schemas/image | 2025-03-07 07:32:27.054 | | status | queued | 2025-03-07 07:32:27.054 | | tags | | 2025-03-07 07:32:27.054 | | updated_at | 2025-03-07T07:32:26Z | 2025-03-07 07:32:27.054 | | visibility | public | 2025-03-07 07:32:27.054 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-07 07:32:27.179 | + functions:upload_image:291 : return 2025-03-07 07:32:27.181 | + stack.sh:main:1367 : async_wait create_flavors 2025-03-07 07:32:27.223 | [4759 Async create_flavors:59657]: Waiting for completion of create_flavors running on PID 59657 (2 other jobs running) 2025-03-07 07:32:27.243 | [4759 Async create_flavors:59657]: Signaling child to exit 2025-03-07 07:32:29.062 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:32:29.082 | [59657 Async create_flavors:59657]: finished successfully 2025-03-07 07:32:29.098 | WAKEUP 2025-03-07 07:32:29.116 | [4759 Async create_flavors:59657]: Signaled 2025-03-07 07:32:29.117 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2025-03-07 07:32:29.117 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:29.117 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2025-03-07 07:32:29.117 | + lib/nova:create_flavors:1248 : grep -q ds512M 2025-03-07 07:32:29.117 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-03-07 07:32:29.117 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.117 | | Field | Value | 2025-03-07 07:32:29.117 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.117 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.117 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.117 | | description | None | 2025-03-07 07:32:29.117 | | disk | 1 | 2025-03-07 07:32:29.117 | | id | c1 | 2025-03-07 07:32:29.117 | | name | cirros256 | 2025-03-07 07:32:29.117 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.117 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.117 | | ram | 256 | 2025-03-07 07:32:29.117 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.117 | | swap | | 2025-03-07 07:32:29.117 | | vcpus | 1 | 2025-03-07 07:32:29.117 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.117 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.118 | | Field | Value | 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.118 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.118 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.118 | | description | None | 2025-03-07 07:32:29.118 | | disk | 5 | 2025-03-07 07:32:29.118 | | id | d1 | 2025-03-07 07:32:29.118 | | name | ds512M | 2025-03-07 07:32:29.118 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.118 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.118 | | ram | 512 | 2025-03-07 07:32:29.118 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.118 | | swap | | 2025-03-07 07:32:29.118 | | vcpus | 1 | 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.118 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.118 | | Field | Value | 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.118 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.118 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.118 | | description | None | 2025-03-07 07:32:29.118 | | disk | 10 | 2025-03-07 07:32:29.118 | | id | d2 | 2025-03-07 07:32:29.118 | | name | ds1G | 2025-03-07 07:32:29.118 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.118 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.118 | | ram | 1024 | 2025-03-07 07:32:29.118 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.118 | | swap | | 2025-03-07 07:32:29.118 | | vcpus | 1 | 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.118 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.118 | | Field | Value | 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.118 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.118 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.118 | | description | None | 2025-03-07 07:32:29.118 | | disk | 10 | 2025-03-07 07:32:29.118 | | id | d3 | 2025-03-07 07:32:29.118 | | name | ds2G | 2025-03-07 07:32:29.118 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.118 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.118 | | ram | 2048 | 2025-03-07 07:32:29.118 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.118 | | swap | | 2025-03-07 07:32:29.118 | | vcpus | 2 | 2025-03-07 07:32:29.118 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | Field | Value | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.119 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.119 | | description | None | 2025-03-07 07:32:29.119 | | disk | 20 | 2025-03-07 07:32:29.119 | | id | d4 | 2025-03-07 07:32:29.119 | | name | ds4G | 2025-03-07 07:32:29.119 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.119 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.119 | | ram | 4096 | 2025-03-07 07:32:29.119 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.119 | | swap | | 2025-03-07 07:32:29.119 | | vcpus | 4 | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2025-03-07 07:32:29.119 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2025-03-07 07:32:29.119 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | Field | Value | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.119 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.119 | | description | None | 2025-03-07 07:32:29.119 | | disk | 1 | 2025-03-07 07:32:29.119 | | id | 1 | 2025-03-07 07:32:29.119 | | name | m1.tiny | 2025-03-07 07:32:29.119 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.119 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.119 | | ram | 512 | 2025-03-07 07:32:29.119 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.119 | | swap | | 2025-03-07 07:32:29.119 | | vcpus | 1 | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | Field | Value | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.119 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.119 | | description | None | 2025-03-07 07:32:29.119 | | disk | 20 | 2025-03-07 07:32:29.119 | | id | 2 | 2025-03-07 07:32:29.119 | | name | m1.small | 2025-03-07 07:32:29.119 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.119 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.119 | | ram | 2048 | 2025-03-07 07:32:29.119 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.119 | | swap | | 2025-03-07 07:32:29.119 | | vcpus | 1 | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | Field | Value | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.119 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.119 | | description | None | 2025-03-07 07:32:29.119 | | disk | 40 | 2025-03-07 07:32:29.119 | | id | 3 | 2025-03-07 07:32:29.119 | | name | m1.medium | 2025-03-07 07:32:29.119 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.119 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.119 | | ram | 4096 | 2025-03-07 07:32:29.119 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.119 | | swap | | 2025-03-07 07:32:29.119 | | vcpus | 2 | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | Field | Value | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.119 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.119 | | description | None | 2025-03-07 07:32:29.119 | | disk | 80 | 2025-03-07 07:32:29.119 | | id | 4 | 2025-03-07 07:32:29.119 | | name | m1.large | 2025-03-07 07:32:29.119 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.119 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.119 | | ram | 8192 | 2025-03-07 07:32:29.119 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.119 | | swap | | 2025-03-07 07:32:29.119 | | vcpus | 4 | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | Field | Value | 2025-03-07 07:32:29.119 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.119 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:29.120 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:29.120 | | description | None | 2025-03-07 07:32:29.120 | | disk | 160 | 2025-03-07 07:32:29.120 | | id | 5 | 2025-03-07 07:32:29.120 | | name | m1.xlarge | 2025-03-07 07:32:29.120 | | os-flavor-access:is_public | True | 2025-03-07 07:32:29.120 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:29.120 | | ram | 16384 | 2025-03-07 07:32:29.120 | | rxtx_factor | 1.0 | 2025-03-07 07:32:29.120 | | swap | | 2025-03-07 07:32:29.120 | | vcpus | 8 | 2025-03-07 07:32:29.120 | +----------------------------+-----------------------+ 2025-03-07 07:32:29.151 | [4759 Async create_flavors:59657]: finished create_flavors with result 0 in 15 seconds 2025-03-07 07:32:29.154 | + inc/async:async_wait:197 : return 0 2025-03-07 07:32:29.156 | + stack.sh:main:1369 : is_service_enabled horizon 2025-03-07 07:32:29.170 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:29.172 | + stack.sh:main:1383 : is_service_enabled nova 2025-03-07 07:32:29.185 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:29.187 | + stack.sh:main:1383 : is_service_enabled keystone 2025-03-07 07:32:29.201 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:29.203 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-03-07 07:32:29.205 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-07 07:32:29.207 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-03-07 07:32:29.210 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-03-07 07:32:29.211 | ++ 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-03-07 07:32:29.213 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-03-07 07:32:29.214 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-03-07 07:32:29.215 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-03-07 07:32:29.216 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-03-07 07:32:29.217 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-03-07 07:32:29.218 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-03-07 07:32:29.219 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-03-07 07:32:29.220 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-03-07 07:32:29.221 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-03-07 07:32:29.222 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-03-07 07:32:29.223 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-03-07 07:32:29.225 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:32:29.226 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-03-07 07:32:29.226 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-07 07:32:29.228 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-03-07 07:32:29.229 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:32:29.230 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-03-07 07:32:29.231 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-07 07:32:29.232 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-03-07 07:32:29.233 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:32:29.234 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-03-07 07:32:29.235 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-03-07 07:32:29.236 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-07 07:32:29.237 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-03-07 07:32:29.238 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:32:29.239 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-03-07 07:32:29.240 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-03-07 07:32:29.241 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-03-07 07:32:29.242 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-07 07:32:29.243 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-03-07 07:32:29.244 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:32:29.245 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-03-07 07:32:29.246 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-03-07 07:32:29.247 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-03-07 07:32:29.248 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-03-07 07:32:29.249 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-03-07 07:32:29.251 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-03-07 07:32:29.252 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-03-07 07:32:29.253 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-03-07 07:32:29.254 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-03-07 07:32:29.255 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-03-07 07:32:29.256 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-03-07 07:32:29.257 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-03-07 07:32:29.258 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-03-07 07:32:29.259 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-03-07 07:32:29.260 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-03-07 07:32:29.261 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-03-07 07:32:29.262 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-03-07 07:32:29.264 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-03-07 07:32:29.265 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-03-07 07:32:29.266 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-03-07 07:32:29.267 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-03-07 07:32:29.268 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-03-07 07:32:29.269 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-03-07 07:32:29.270 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-03-07 07:32:29.270 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-03-07 07:32:29.270 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-03-07 07:32:29.271 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-03-07 07:32:30.195 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-03-07 07:32:30.197 | 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-03-07 07:32:30.304 | + stack.sh:main:1395 : save_stackenv 2025-03-07 07:32:30.306 | + functions-common:save_stackenv:60 : local tag= 2025-03-07 07:32:30.309 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-07 07:32:30.312 | + functions-common:save_stackenv:62 : time_stamp=2025-03-07-073230 2025-03-07 07:32:30.315 | + functions-common:save_stackenv:63 : echo '# 2025-03-07-073230 ' 2025-03-07 07:32:30.317 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.319 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-07 07:32:30.321 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.324 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-07 07:32:30.326 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.328 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-07 07:32:30.330 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.332 | + 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-03-07 07:32:30.334 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.336 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-07 07:32:30.338 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.340 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-07 07:32:30.342 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.344 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-07-072459 2025-03-07 07:32:30.346 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.348 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-07 07:32:30.350 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.352 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-07 07:32:30.354 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.356 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-07 07:32:30.358 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.360 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-07 07:32:30.362 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.364 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-07 07:32:30.366 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.368 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-07 07:32:30.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.371 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-07 07:32:30.374 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:32:30.375 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-07 07:32:30.378 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2025-03-07 07:32:30.380 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-07 07:32:30.382 | + inc/meta-config:merge_config_group:171 : shift 2025-03-07 07:32:30.384 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-03-07 07:32:30.386 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:32:30.388 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-07 07:32:30.390 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-07 07:32:30.392 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-03-07 07:32:30.394 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:32:30.397 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-03-07 07:32:30.398 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:32:30.401 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-03-07 07:32:30.401 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:32:30.401 | gsub("[][]", "", $1); 2025-03-07 07:32:30.401 | split($1, a, "|"); 2025-03-07 07:32:30.401 | if (a[1] == matchgroup) 2025-03-07 07:32:30.401 | print a[2] 2025-03-07 07:32:30.401 | } 2025-03-07 07:32:30.401 | ' /opt/stack/devstack/local.conf 2025-03-07 07:32:30.405 | + stack.sh:main:1413 : run_phase stack extra 2025-03-07 07:32:30.407 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:32:30.409 | + functions-common:run_phase:1864 : local phase=extra 2025-03-07 07:32:30.411 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:32:30.413 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:32:30.415 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:32:30.417 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:32:30.420 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:32:30.422 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:32:30.426 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:32:30.428 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:32:30.430 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:32:30.432 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-03-07 07:32:30.435 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:32:30.449 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:30.450 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:32:30.452 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:30.454 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-03-07 07:32:30.456 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:30.458 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:32:30.460 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:30.462 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-03-07 07:32:30.464 | ++ extras.d/80-tempest.sh:source:15 : : 2025-03-07 07:32:30.466 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:32:30.468 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:32:30.471 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:32:30.472 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:32:30.475 | + functions-common:run_phase:1890 : run_plugins stack extra 2025-03-07 07:32:30.477 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:32:30.479 | + functions-common:run_plugins:1850 : local phase=extra 2025-03-07 07:32:30.481 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:32:30.483 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:32:30.485 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:32:30.487 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:32:30.489 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:32:30.491 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-03-07 07:32:30.493 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:32:30.495 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:30.497 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-03-07 07:32:30.499 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:30.501 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:32:30.503 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:30.505 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-03-07 07:32:30.507 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-03-07 07:32:30.510 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:30.512 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2025-03-07 07:32:30.514 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-03-07 07:32:30.516 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-07 07:32:30.518 | + inc/meta-config:merge_config_group:171 : shift 2025-03-07 07:32:30.520 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-03-07 07:32:30.521 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:32:30.523 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-07 07:32:30.525 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-07 07:32:30.528 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-03-07 07:32:30.530 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:32:30.533 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-03-07 07:32:30.535 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:32:30.538 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-03-07 07:32:30.538 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:32:30.538 | gsub("[][]", "", $1); 2025-03-07 07:32:30.538 | split($1, a, "|"); 2025-03-07 07:32:30.538 | if (a[1] == matchgroup) 2025-03-07 07:32:30.538 | print a[2] 2025-03-07 07:32:30.538 | } 2025-03-07 07:32:30.538 | ' /opt/stack/devstack/local.conf 2025-03-07 07:32:30.542 | + stack.sh:main:1430 : is_service_enabled n-cpu 2025-03-07 07:32:30.558 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:30.560 | + stack.sh:main:1435 : service_check 2025-03-07 07:32:30.562 | + functions-common:service_check:1728 : local service 2025-03-07 07:32:30.565 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.567 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2025-03-07 07:32:30.577 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-03-07 07:32:30.580 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.583 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2025-03-07 07:32:30.592 | enabled 2025-03-07 07:32:30.595 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2025-03-07 07:32:30.620 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-03-07 07:32:30.621 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.621 | Active: active (running) since Fri 2025-03-07 07:31:33 UTC; 56s ago 2025-03-07 07:32:30.621 | Main PID: 53030 (uwsgi) 2025-03-07 07:32:30.621 | Status: "uWSGI is ready" 2025-03-07 07:32:30.621 | Tasks: 3 (limit: 19126) 2025-03-07 07:32:30.621 | Memory: 238.7M 2025-03-07 07:32:30.621 | CPU: 6.073s 2025-03-07 07:32:30.621 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-03-07 07:32:30.621 | ├─53030 "nova-apiuWSGI master" 2025-03-07 07:32:30.621 | ├─53031 "nova-apiuWSGI worker 1" 2025-03-07 07:32:30.621 | └─53032 "nova-apiuWSGI worker 2" 2025-03-07 07:32:30.621 | 2025-03-07 07:32:30.621 | Mar 07 07:32:27 devstack devstack@n-api.service[53031]: [pid: 53031|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Mar 7 07:32:27 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53032]: DEBUG nova.api.openstack.wsgi [None req-9f3ee6b5-abfe-467c-a70d-e9f9b8ff55eb admin admin] Calling method '>' {{(pid=53032) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53032]: INFO nova.api.openstack.requestlog [None req-9f3ee6b5-abfe-467c-a70d-e9f9b8ff55eb admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000965 2025-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53032]: [pid: 53032|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Fri Mar 7 07:32:28 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-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53031]: DEBUG nova.api.openstack.wsgi [None req-ed622496-d049-4276-9a6b-b30c2555219a admin admin] Action: 'create', calling method: >, body: {"flavor": {"swap": 0, "name": "m1.xlarge", "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0, "id": "5", "ram": 16384, "vcpus": 8, "rxtx_factor": 1.0, "disk": 160}} {{(pid=53031) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53031]: INFO nova.api.openstack.requestlog [None req-ed622496-d049-4276-9a6b-b30c2555219a admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.034799 2025-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53031]: [pid: 53031|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Fri Mar 7 07:32:28 2025] POST /compute/v2.1/flavors => generated 408 bytes in 35 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53032]: DEBUG nova.api.openstack.wsgi [None req-92543e51-cb0a-41cd-8b92-3e87d93ecd79 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53032) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53032]: INFO nova.api.openstack.requestlog [None req-92543e51-cb0a-41cd-8b92-3e87d93ecd79 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.014922 2025-03-07 07:32:30.621 | Mar 07 07:32:28 devstack devstack@n-api.service[53032]: [pid: 53032|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Mar 7 07:32:28 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-03-07 07:32:30.624 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.626 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2025-03-07 07:32:30.636 | enabled 2025-03-07 07:32:30.639 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2025-03-07 07:32:30.650 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-03-07 07:32:30.650 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.650 | Active: active (running) since Fri 2025-03-07 07:32:10 UTC; 19s ago 2025-03-07 07:32:30.650 | Main PID: 59186 (nova-conductor) 2025-03-07 07:32:30.650 | Tasks: 3 (limit: 19126) 2025-03-07 07:32:30.650 | Memory: 148.8M 2025-03-07 07:32:30.650 | CPU: 2.046s 2025-03-07 07:32:30.650 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-03-07 07:32:30.650 | ├─59186 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-07 07:32:30.650 | ├─59605 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-07 07:32:30.650 | └─59606 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-07 07:32:30.650 | 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_limit.split_loggers = False {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_limit.status_code_retries = None {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_limit.status_code_retry_delay = None {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_limit.timeout = None {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_limit.valid_interfaces = None {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_limit.version = None {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_reports.file_event_handler = None {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] oslo_reports.log_dir = None {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.650 | Mar 07 07:32:12 devstack nova-conductor[59186]: DEBUG oslo_service.service [None req-d5064325-6552-4a73-826e-6f3437de1527 None None] ******************************************************************************** {{(pid=59186) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-03-07 07:32:30.653 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.655 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2025-03-07 07:32:30.664 | enabled 2025-03-07 07:32:30.667 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2025-03-07 07:32:30.678 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-03-07 07:32:30.678 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.678 | Active: active (running) since Fri 2025-03-07 07:32:08 UTC; 22s ago 2025-03-07 07:32:30.678 | Main PID: 57969 (nova-scheduler) 2025-03-07 07:32:30.678 | Tasks: 3 (limit: 19126) 2025-03-07 07:32:30.678 | Memory: 147.8M 2025-03-07 07:32:30.678 | CPU: 2.127s 2025-03-07 07:32:30.678 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-03-07 07:32:30.678 | ├─57969 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-07 07:32:30.678 | ├─58989 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-07 07:32:30.678 | └─58999 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-07 07:32:30.679 | 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_limit.split_loggers = False {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_limit.status_code_retries = None {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_limit.status_code_retry_delay = None {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_limit.timeout = None {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_limit.valid_interfaces = None {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_limit.version = None {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_reports.file_event_handler = None {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] oslo_reports.log_dir = None {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.679 | Mar 07 07:32:10 devstack nova-scheduler[57969]: DEBUG oslo_service.service [None req-bfc25846-6841-4bc1-be80-9f419c206110 None None] ******************************************************************************** {{(pid=57969) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-03-07 07:32:30.681 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.684 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-03-07 07:32:30.692 | enabled 2025-03-07 07:32:30.695 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-03-07 07:32:30.706 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-03-07 07:32:30.706 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.706 | Active: active (running) since Fri 2025-03-07 07:32:09 UTC; 21s ago 2025-03-07 07:32:30.706 | Main PID: 58515 (uwsgi) 2025-03-07 07:32:30.706 | Status: "uWSGI is ready" 2025-03-07 07:32:30.706 | Tasks: 4 (limit: 19126) 2025-03-07 07:32:30.706 | Memory: 202.0M 2025-03-07 07:32:30.706 | CPU: 4.078s 2025-03-07 07:32:30.706 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-03-07 07:32:30.706 | ├─58515 "nova-api-metauWSGI master" 2025-03-07 07:32:30.706 | ├─58516 "nova-api-metauWSGI worker 1" 2025-03-07 07:32:30.706 | ├─58517 "nova-api-metauWSGI worker 2" 2025-03-07 07:32:30.706 | └─58518 "nova-api-metauWSGI http 1" 2025-03-07 07:32:30.706 | 2025-03-07 07:32:30.706 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58517]: DEBUG oslo_concurrency.lockutils [None req-7a832483-01cf-4c2f-a548-34f9cf1edbac None None] Lock "08051b53-9cd2-4ac5-b5cd-b397d4bc8595" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=58517) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-03-07 07:32:30.706 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58517]: DEBUG oslo_concurrency.lockutils [None req-7a832483-01cf-4c2f-a548-34f9cf1edbac None None] Lock "08051b53-9cd2-4ac5-b5cd-b397d4bc8595" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=58517) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-03-07 07:32:30.706 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58517]: DEBUG oslo_db.sqlalchemy.engines [None req-7a832483-01cf-4c2f-a548-34f9cf1edbac 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=58517) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:32:30.707 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58517]: DEBUG oslo_db.sqlalchemy.engines [None req-7a832483-01cf-4c2f-a548-34f9cf1edbac 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=58517) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:32:30.707 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58516]: DEBUG oslo_db.sqlalchemy.engines [None req-2f153a51-f10a-49e1-b802-956175f2713f 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=58516) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:32:30.707 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58517]: DEBUG oslo_db.sqlalchemy.engines [None req-7a832483-01cf-4c2f-a548-34f9cf1edbac 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=58517) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:32:30.707 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58516]: WARNING nova.api.metadata.handler [None req-2f153a51-f10a-49e1-b802-956175f2713f None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-03-07 07:32:30.707 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58517]: WARNING nova.api.metadata.handler [None req-7a832483-01cf-4c2f-a548-34f9cf1edbac None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-03-07 07:32:30.707 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58516]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x63fdcb18bf10 pid: 58516 (default app) 2025-03-07 07:32:30.707 | Mar 07 07:32:11 devstack devstack@n-api-meta.service[58517]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x63fdcb18bf10 pid: 58517 (default app) 2025-03-07 07:32:30.709 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.711 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2025-03-07 07:32:30.720 | enabled 2025-03-07 07:32:30.723 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2025-03-07 07:32:30.734 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-03-07 07:32:30.734 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.734 | Active: active (running) since Fri 2025-03-07 07:31:41 UTC; 48s ago 2025-03-07 07:32:30.734 | Main PID: 54387 (uwsgi) 2025-03-07 07:32:30.734 | Status: "uWSGI is ready" 2025-03-07 07:32:30.734 | Tasks: 3 (limit: 19126) 2025-03-07 07:32:30.734 | Memory: 147.0M 2025-03-07 07:32:30.734 | CPU: 2.537s 2025-03-07 07:32:30.734 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-03-07 07:32:30.734 | ├─54387 "placementuWSGI master" 2025-03-07 07:32:30.734 | ├─54389 "placementuWSGI worker 1" 2025-03-07 07:32:30.734 | └─54390 "placementuWSGI worker 2" 2025-03-07 07:32:30.734 | 2025-03-07 07:32:30.734 | Mar 07 07:31:44 devstack devstack@placement-api.service[54390]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "resource_classes_sync" {{(pid=54390) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:315}} 2025-03-07 07:32:30.735 | Mar 07 07:31:44 devstack devstack@placement-api.service[54390]: DEBUG placement.objects.resource_class [-] Found existing resource classes in db: ['DISK_GB', 'FPGA', 'IPV4_ADDRESS', 'MEMORY_MB', 'MEM_ENCRYPTION_CONTEXT', 'NET_BW_EGR_KILOBIT_PER_SEC', 'NET_BW_IGR_KILOBIT_PER_SEC', 'NET_PACKET_RATE_EGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_IGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_KILOPACKET_PER_SEC', 'NUMA_CORE', 'NUMA_MEMORY_MB', 'NUMA_SOCKET', 'NUMA_THREAD', 'PCI_DEVICE', 'PCPU', 'PGPU', 'SRIOV_NET_VF', 'VCPU', 'VGPU', 'VGPU_DISPLAY_HEAD'] {{(pid=54390) _resource_classes_sync /opt/stack/placement/placement/objects/resource_class.py:233}} 2025-03-07 07:32:30.735 | Mar 07 07:31:44 devstack devstack@placement-api.service[54390]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=54390) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2025-03-07 07:32:30.735 | Mar 07 07:31:44 devstack devstack@placement-api.service[54390]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x58ca0c3e9990 pid: 54390 (default app) 2025-03-07 07:32:30.735 | Mar 07 07:32:10 devstack devstack@placement-api.service[54389]: DEBUG placement.requestlog [None req-3eeb04e2-e54f-4bc3-8e76-1e020e63c644 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54389) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-03-07 07:32:30.735 | Mar 07 07:32:10 devstack devstack@placement-api.service[54389]: INFO placement.requestlog [None req-3eeb04e2-e54f-4bc3-8e76-1e020e63c644 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-03-07 07:32:30.735 | Mar 07 07:32:10 devstack devstack@placement-api.service[54389]: [pid: 54389|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Fri Mar 7 07:32:10 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-03-07 07:32:30.735 | Mar 07 07:32:12 devstack devstack@placement-api.service[54390]: DEBUG placement.requestlog [None req-34ebed06-3bf3-4bf6-a00e-d73fc7de639a None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54390) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-03-07 07:32:30.735 | Mar 07 07:32:12 devstack devstack@placement-api.service[54390]: INFO placement.requestlog [None req-34ebed06-3bf3-4bf6-a00e-d73fc7de639a None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-03-07 07:32:30.735 | Mar 07 07:32:12 devstack devstack@placement-api.service[54390]: [pid: 54390|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Fri Mar 7 07:32:12 2025] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-03-07 07:32:30.737 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.739 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2025-03-07 07:32:30.747 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-03-07 07:32:30.750 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.752 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2025-03-07 07:32:30.761 | enabled 2025-03-07 07:32:30.764 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2025-03-07 07:32:30.775 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-03-07 07:32:30.775 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.775 | Active: active (running) since Fri 2025-03-07 07:32:22 UTC; 8s ago 2025-03-07 07:32:30.775 | Main PID: 61974 (uwsgi) 2025-03-07 07:32:30.775 | Status: "uWSGI is ready" 2025-03-07 07:32:30.775 | Tasks: 7 (limit: 19126) 2025-03-07 07:32:30.775 | Memory: 237.4M 2025-03-07 07:32:30.775 | CPU: 4.570s 2025-03-07 07:32:30.775 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-03-07 07:32:30.775 | ├─61974 "glance-apiuWSGI master" 2025-03-07 07:32:30.775 | ├─61975 "glance-apiuWSGI worker 1" 2025-03-07 07:32:30.775 | └─61976 "glance-apiuWSGI worker 2" 2025-03-07 07:32:30.775 | 2025-03-07 07:32:30.775 | Mar 07 07:32:26 devstack devstack@g-api.service[61975]: DEBUG glance.api.middleware.version_negotiation [None req-3c4744c6-4f49-4f73-b749-147f7666a648 None None] Using url versioning {{(pid=61975) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2025-03-07 07:32:30.775 | Mar 07 07:32:26 devstack devstack@g-api.service[61975]: DEBUG glance.api.middleware.version_negotiation [None req-3c4744c6-4f49-4f73-b749-147f7666a648 None None] Matched version: v2 {{(pid=61975) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2025-03-07 07:32:30.775 | Mar 07 07:32:26 devstack devstack@g-api.service[61975]: DEBUG glance.api.middleware.version_negotiation [None req-3c4744c6-4f49-4f73-b749-147f7666a648 None None] new path /v2/images/0a8f8f2e-82dd-4c4f-80fe-9515de315a84/file {{(pid=61975) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-03-07 07:32:30.775 | Mar 07 07:32:26 devstack devstack@g-api.service[61975]: DEBUG oslo_db.sqlalchemy.engines [None req-42b5cdad-b06b-45bd-bb75-58131e06e204 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=61975) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:32:30.775 | Mar 07 07:32:26 devstack devstack@g-api.service[61975]: INFO glance.api.v2.image_data [None req-42b5cdad-b06b-45bd-bb75-58131e06e204 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-03-07 07:32:30.775 | Mar 07 07:32:26 devstack devstack@g-api.service[61975]: DEBUG glance.location [None req-42b5cdad-b06b-45bd-bb75-58131e06e204 admin admin] Enabling in-flight format inspection for vmdk {{(pid=61975) set_data /opt/stack/glance/glance/location.py:592}} 2025-03-07 07:32:30.775 | Mar 07 07:32:27 devstack devstack@g-api.service[61975]: DEBUG glance_store._drivers.filesystem [None req-42b5cdad-b06b-45bd-bb75-58131e06e204 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/0a8f8f2e-82dd-4c4f-80fe-9515de315a84 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=61975) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2025-03-07 07:32:30.775 | Mar 07 07:32:27 devstack devstack@g-api.service[61975]: INFO glance.location [None req-42b5cdad-b06b-45bd-bb75-58131e06e204 admin admin] Image format matched and virtual size computed: 117440512 2025-03-07 07:32:30.775 | Mar 07 07:32:27 devstack devstack@g-api.service[61975]: DEBUG glance_store.backend [None req-42b5cdad-b06b-45bd-bb75-58131e06e204 admin admin] Skipping store.set_acls... not implemented. {{(pid=61975) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2025-03-07 07:32:30.775 | Mar 07 07:32:27 devstack devstack@g-api.service[61975]: [pid: 61975|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Fri Mar 7 07:32:26 2025] PUT /v2/images/0a8f8f2e-82dd-4c4f-80fe-9515de315a84/file => generated 0 bytes in 706 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-03-07 07:32:30.778 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.780 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2025-03-07 07:32:30.788 | enabled 2025-03-07 07:32:30.791 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2025-03-07 07:32:30.802 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-03-07 07:32:30.803 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.803 | Active: active (running) since Fri 2025-03-07 07:32:17 UTC; 13s ago 2025-03-07 07:32:30.803 | Main PID: 60798 (cinder-schedule) 2025-03-07 07:32:30.803 | Tasks: 1 (limit: 19126) 2025-03-07 07:32:30.803 | Memory: 102.1M 2025-03-07 07:32:30.803 | CPU: 1.817s 2025-03-07 07:32:30.803 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-03-07 07:32:30.803 | └─60798 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-03-07 07:32:30.803 | 2025-03-07 07:32:30.803 | Mar 07 07:32:19 devstack cinder-scheduler[60798]: DEBUG oslo_service.service [None req-fffcdcdc-e23e-412a-854a-71a6058d994d None None] nova.token_auth_url = None {{(pid=60798) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:30.803 | Mar 07 07:32:19 devstack cinder-scheduler[60798]: DEBUG oslo_service.service [None req-fffcdcdc-e23e-412a-854a-71a6058d994d None None] ******************************************************************************** {{(pid=60798) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-03-07 07:32:30.803 | Mar 07 07:32:19 devstack cinder-scheduler[60798]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-03-07 07:32:30.803 | Mar 07 07:32:19 devstack cinder-scheduler[60798]: INFO cinder.manager [None req-e40978d4-df0e-4232-873d-73661815d6a1 None None] Initiating service 1 cleanup 2025-03-07 07:32:30.803 | Mar 07 07:32:19 devstack cinder-scheduler[60798]: INFO cinder.manager [None req-e40978d4-df0e-4232-873d-73661815d6a1 None None] Service 1 cleanup completed. 2025-03-07 07:32:30.803 | Mar 07 07:32:19 devstack cinder-scheduler[60798]: DEBUG cinder.service [None req-e40978d4-df0e-4232-873d-73661815d6a1 None None] Creating RPC server for service cinder-scheduler {{(pid=60798) start /opt/stack/cinder/cinder/service.py:239}} 2025-03-07 07:32:30.803 | Mar 07 07:32:19 devstack cinder-scheduler[60798]: DEBUG cinder.service [None req-e40978d4-df0e-4232-873d-73661815d6a1 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=60798) start /opt/stack/cinder/cinder/service.py:245}} 2025-03-07 07:32:30.803 | Mar 07 07:32:23 devstack cinder-scheduler[60798]: DEBUG cinder.scheduler.host_manager [None req-dea93974-2576-40ba-95ba-69ca78233b66 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=60798) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-03-07 07:32:30.803 | Mar 07 07:32:23 devstack cinder-scheduler[60798]: DEBUG cinder.scheduler.host_manager [None req-dea93974-2576-40ba-95ba-69ca78233b66 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, 3, 7, 7, 32, 23, 215663)} {{(pid=60798) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-03-07 07:32:30.803 | Mar 07 07:32:23 devstack cinder-scheduler[60798]: DEBUG cinder.utils [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=60798) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-03-07 07:32:30.806 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.808 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2025-03-07 07:32:30.817 | enabled 2025-03-07 07:32:30.820 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2025-03-07 07:32:30.832 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-03-07 07:32:30.832 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.832 | Active: active (running) since Fri 2025-03-07 07:32:14 UTC; 16s ago 2025-03-07 07:32:30.832 | Main PID: 60249 (uwsgi) 2025-03-07 07:32:30.832 | Status: "uWSGI is ready" 2025-03-07 07:32:30.832 | Tasks: 5 (limit: 19126) 2025-03-07 07:32:30.832 | Memory: 229.5M 2025-03-07 07:32:30.832 | CPU: 4.892s 2025-03-07 07:32:30.832 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-03-07 07:32:30.832 | ├─60249 "cinder-apiuWSGI master" 2025-03-07 07:32:30.832 | ├─60250 "cinder-apiuWSGI worker 1" 2025-03-07 07:32:30.832 | └─60251 "cinder-apiuWSGI worker 2" 2025-03-07 07:32:30.832 | 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60250]: INFO cinder.api.openstack.wsgi [None req-748cc813-f955-48ac-b70a-636df187bc2e admin admin] http://10.180.1.21/volume/v3/d66969059be64e7d86646b564fe28c7d/types returned with HTTP 200 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60250]: [pid: 60250|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Fri Mar 7 07:32:20 2025] POST /volume/v3/d66969059be64e7d86646b564fe28c7d/types => generated 182 bytes in 416 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60251]: DEBUG cinder.api.middleware.request_id [req-748cc813-f955-48ac-b70a-636df187bc2e req-e7bc68b9-c5b9-4759-9f63-097df0b50f70 None None] RequestId filter calling following filter/app {{(pid=60251) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60251]: INFO cinder.api.openstack.wsgi [req-748cc813-f955-48ac-b70a-636df187bc2e req-e7bc68b9-c5b9-4759-9f63-097df0b50f70 admin admin] POST http://10.180.1.21/volume/v3/d66969059be64e7d86646b564fe28c7d/types/0c365cce-2d9e-495e-bfb4-fefb59196e3a/extra_specs 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60251]: DEBUG cinder.api.openstack.wsgi [req-748cc813-f955-48ac-b70a-636df187bc2e req-e7bc68b9-c5b9-4759-9f63-097df0b50f70 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=60251) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60251]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60251]: warnings.warn('Policy enforcement is depending on the value of ' 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60251]: DEBUG oslo_db.sqlalchemy.engines [req-748cc813-f955-48ac-b70a-636df187bc2e req-e7bc68b9-c5b9-4759-9f63-097df0b50f70 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=60251) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60251]: INFO cinder.api.openstack.wsgi [req-748cc813-f955-48ac-b70a-636df187bc2e req-e7bc68b9-c5b9-4759-9f63-097df0b50f70 admin admin] http://10.180.1.21/volume/v3/d66969059be64e7d86646b564fe28c7d/types/0c365cce-2d9e-495e-bfb4-fefb59196e3a/extra_specs returned with HTTP 200 2025-03-07 07:32:30.832 | Mar 07 07:32:20 devstack devstack@c-api.service[60251]: [pid: 60251|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Fri Mar 7 07:32:20 2025] POST /volume/v3/d66969059be64e7d86646b564fe28c7d/types/0c365cce-2d9e-495e-bfb4-fefb59196e3a/extra_specs => generated 51 bytes in 336 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-03-07 07:32:30.835 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.837 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2025-03-07 07:32:30.846 | enabled 2025-03-07 07:32:30.849 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2025-03-07 07:32:30.861 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-03-07 07:32:30.861 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.861 | Active: active (running) since Fri 2025-03-07 07:32:18 UTC; 11s ago 2025-03-07 07:32:30.861 | Main PID: 61324 (cinder-volume) 2025-03-07 07:32:30.861 | Tasks: 3 (limit: 19126) 2025-03-07 07:32:30.861 | Memory: 251.5M 2025-03-07 07:32:30.861 | CPU: 4.349s 2025-03-07 07:32:30.861 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-03-07 07:32:30.861 | ├─61324 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-03-07 07:32:30.861 | └─61431 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-03-07 07:32:30.861 | 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: DEBUG cinder.image.image_utils [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=61431) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1240}} 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: INFO cinder.keymgr.migration [None req-3c14ad14-aa08-4b68-9228-ad25af3ecb36 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: DEBUG cinder.manager [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Notifying Schedulers of capabilities ... {{(pid=61431) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: INFO cinder.volume.manager [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Driver initialization completed successfully. 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: INFO cinder.manager [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Initiating service 2 cleanup 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: INFO cinder.manager [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Service 2 cleanup completed. 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: DEBUG cinder.service [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Creating RPC server for service cinder-volume {{(pid=61431) start /opt/stack/cinder/cinder/service.py:239}} 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: DEBUG cinder.service [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61431) start /opt/stack/cinder/cinder/service.py:245}} 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: INFO cinder.volume.manager [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-03-07 07:32:30.861 | Mar 07 07:32:23 devstack cinder-volume[61431]: INFO cinder.volume.manager [None req-dea93974-2576-40ba-95ba-69ca78233b66 None None] Driver post RPC initialization completed successfully. 2025-03-07 07:32:30.864 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.866 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-03-07 07:32:30.874 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-03-07 07:32:30.877 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.879 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-03-07 07:32:30.887 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-03-07 07:32:30.890 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.892 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2025-03-07 07:32:30.901 | enabled 2025-03-07 07:32:30.904 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2025-03-07 07:32:30.915 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-03-07 07:32:30.915 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.915 | Active: active (running) since Fri 2025-03-07 07:31:37 UTC; 53s ago 2025-03-07 07:32:30.915 | Main PID: 53718 (/usr/bin/python) 2025-03-07 07:32:30.915 | Tasks: 5 (limit: 19126) 2025-03-07 07:32:30.915 | Memory: 383.5M 2025-03-07 07:32:30.915 | CPU: 10.007s 2025-03-07 07:32:30.915 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-03-07 07:32:30.915 | ├─53718 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-03-07 07:32:30.915 | ├─53839 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:32:30.915 | ├─53840 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:32:30.915 | ├─53841 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:32:30.915 | └─53842 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:32:30.915 | 2025-03-07 07:32:30.915 | Mar 07 07:32:08 devstack neutron-server[53841]: DEBUG neutron.plugins.ml2.plugin [None req-f82c4b30-57e5-42e9-8e25-af1d8a373f8e None None] Current status of the port f8b2134c-4697-4d5e-a072-6a258ec3e8cf is: ACTIVE; New status is: ACTIVE {{(pid=53841) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2025-03-07 07:32:30.915 | Mar 07 07:32:08 devstack neutron-server[53841]: DEBUG neutron.plugins.ml2.rpc [None req-f82c4b30-57e5-42e9-8e25-af1d8a373f8e None None] Device d3b066d4-7cd3-41cb-b61e-5ae45e891b26 up at agent ovs-agent-devstack {{(pid=53841) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2025-03-07 07:32:30.915 | Mar 07 07:32:08 devstack neutron-server[53841]: DEBUG neutron.db.provisioning_blocks [None req-f82c4b30-57e5-42e9-8e25-af1d8a373f8e None None] Provisioning complete for port d3b066d4-7cd3-41cb-b61e-5ae45e891b26 triggered by entity L2. {{(pid=53841) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2025-03-07 07:32:30.915 | Mar 07 07:32:08 devstack neutron-server[53841]: DEBUG neutron_lib.callbacks.manager [None req-f82c4b30-57e5-42e9-8e25-af1d8a373f8e None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1521255'] for port (d3b066d4-7cd3-41cb-b61e-5ae45e891b26), provisioning_complete {{(pid=53841) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:32:30.915 | Mar 07 07:32:08 devstack neutron-server[53841]: INFO neutron.plugins.ml2.plugin [None req-f82c4b30-57e5-42e9-8e25-af1d8a373f8e None None] Attempt 1 to provision port d3b066d4-7cd3-41cb-b61e-5ae45e891b26 2025-03-07 07:32:30.915 | Mar 07 07:32:08 devstack neutron-server[53841]: DEBUG neutron.plugins.ml2.plugin [None req-f82c4b30-57e5-42e9-8e25-af1d8a373f8e None None] Current status of the port d3b066d4-7cd3-41cb-b61e-5ae45e891b26 is: ACTIVE; New status is: ACTIVE {{(pid=53841) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2025-03-07 07:32:30.915 | Mar 07 07:32:17 devstack neutron-server[53841]: DEBUG neutron_lib.callbacks.manager [None req-017c87e9-4f24-43bf-87de-381b8aea7a73 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7792007007956', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1521341'] for agent (f4d5bb19-5feb-401d-9126-423cea19e231), after_update {{(pid=53841) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:32:30.915 | Mar 07 07:32:18 devstack neutron-server[53841]: DEBUG neutron_lib.callbacks.manager [None req-14b46971-0146-4e0e-871f-140297aea42a None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7792007007956', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1521341'] for agent (1666115b-3834-44f9-9fbf-2d3cc1509fe5), after_update {{(pid=53841) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:32:30.916 | Mar 07 07:32:18 devstack neutron-server[53841]: DEBUG neutron_lib.callbacks.manager [None req-f82c4b30-57e5-42e9-8e25-af1d8a373f8e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7792007007956', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1521341'] for agent (f63f92fa-6cb5-437a-b428-4f170c30e52a), after_update {{(pid=53841) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:32:30.916 | Mar 07 07:32:19 devstack neutron-server[53841]: DEBUG neutron_lib.callbacks.manager [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7792007007956', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1521341'] for agent (885c4086-4071-4dd1-993f-347340869589), after_update {{(pid=53841) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:32:30.919 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.921 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2025-03-07 07:32:30.929 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-03-07 07:32:30.932 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.934 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2025-03-07 07:32:30.942 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-03-07 07:32:30.945 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.947 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2025-03-07 07:32:30.955 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-03-07 07:32:30.958 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.960 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2025-03-07 07:32:30.969 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-03-07 07:32:30.971 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:30.973 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2025-03-07 07:32:30.982 | enabled 2025-03-07 07:32:30.985 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2025-03-07 07:32:30.996 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-03-07 07:32:30.996 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-03-07 07:32:30.996 | Active: active (running) since Fri 2025-03-07 07:31:44 UTC; 46s ago 2025-03-07 07:32:30.996 | Main PID: 54890 (neutron-openvsw) 2025-03-07 07:32:30.996 | Tasks: 4 (limit: 19126) 2025-03-07 07:32:30.996 | Memory: 159.4M 2025-03-07 07:32:30.996 | CPU: 3.682s 2025-03-07 07:32:30.996 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-03-07 07:32:30.996 | ├─54890 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:32:30.996 | ├─56662 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpn4xq059j/privsep.sock 2025-03-07 07:32:30.996 | └─56665 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-03-07 07:32:30.996 | 2025-03-07 07:32:30.996 | Mar 07 07:32:26 devstack neutron-openvswitch-agent[54890]: DEBUG neutron.agent.linux.utils [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56665. {{(pid=54890) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-03-07 07:32:30.996 | Mar 07 07:32:26 devstack neutron-openvswitch-agent[54890]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-03-07 07:32:30.996 | Mar 07 07:32:28 devstack neutron-openvswitch-agent[54890]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] Agent rpc_loop - iteration:19 started 2025-03-07 07:32:30.996 | Mar 07 07:32:28 devstack neutron-openvswitch-agent[54890]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xa30fdca5,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=14128056126426208156,duration_nsec=168000000,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=54890) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-03-07 07:32:30.996 | Mar 07 07:32:28 devstack neutron-openvswitch-agent[54890]: DEBUG neutron.agent.linux.utils [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56665. {{(pid=54890) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-03-07 07:32:30.996 | Mar 07 07:32:28 devstack neutron-openvswitch-agent[54890]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-03-07 07:32:30.996 | Mar 07 07:32:30 devstack neutron-openvswitch-agent[54890]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] Agent rpc_loop - iteration:20 started 2025-03-07 07:32:30.996 | Mar 07 07:32:30 devstack neutron-openvswitch-agent[54890]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xa30fdca7,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=14128056126426208156,duration_nsec=170000000,duration_sec=43,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=54890) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-03-07 07:32:30.996 | Mar 07 07:32:30 devstack neutron-openvswitch-agent[54890]: DEBUG neutron.agent.linux.utils [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56665. {{(pid=54890) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-03-07 07:32:30.996 | Mar 07 07:32:30 devstack neutron-openvswitch-agent[54890]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4458df33-eb50-4a45-9709-663187f4cb7b None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-03-07 07:32:30.999 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:31.001 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-03-07 07:32:31.010 | enabled 2025-03-07 07:32:31.013 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-03-07 07:32:31.025 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-03-07 07:32:31.025 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-03-07 07:32:31.025 | Active: active (running) since Fri 2025-03-07 07:31:45 UTC; 45s ago 2025-03-07 07:32:31.025 | Main PID: 55313 (neutron-dhcp-ag) 2025-03-07 07:32:31.025 | Tasks: 13 (limit: 19126) 2025-03-07 07:32:31.025 | Memory: 423.4M 2025-03-07 07:32:31.025 | CPU: 8.559s 2025-03-07 07:32:31.025 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-03-07 07:32:31.025 | ├─55313 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-03-07 07:32:31.025 | ├─56828 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpuecsevow/privsep.sock 2025-03-07 07:32:31.025 | ├─56869 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpc96naaqz/privsep.sock 2025-03-07 07:32:31.025 | ├─56959 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpamw48r44/privsep.sock 2025-03-07 07:32:31.025 | ├─57046 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-07 07:32:31.025 | ├─57047 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-07 07:32:31.025 | └─57058 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/8a43d020-e63a-4bc3-9df8-9622d8b32e9a/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/8a43d020-e63a-4bc3-9df8-9622d8b32e9a/host --addn-hosts=/opt/stack/data/neutron/dhcp/8a43d020-e63a-4bc3-9df8-9622d8b32e9a/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/8a43d020-e63a-4bc3-9df8-9622d8b32e9a/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/8a43d020-e63a-4bc3-9df8-9622d8b32e9a/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-a0e2c86f-33d8-4279-b441-63073558bbb0,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-03-07 07:32:31.025 | 2025-03-07 07:32:31.025 | Mar 07 07:32:02 devstack neutron-dhcp-agent[55313]: INFO neutron.agent.dhcp.agent [None req-f852219f-fb9c-4581-a720-1edd41975ad5 None None] DHCP configuration for ports {'d3b066d4-7cd3-41cb-b61e-5ae45e891b26'} is completed 2025-03-07 07:32:31.025 | Mar 07 07:32:03 devstack neutron-dhcp-agent[55313]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '73d850f6-eed4-4edf-be19-2166b246858a'}, 'priority': 0},) {} {{(pid=55313) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-03-07 07:32:31.025 | Mar 07 07:32:03 devstack neutron-dhcp-agent[55313]: DEBUG oslo_concurrency.lockutils [None req-5502b86b-f47f-4655-99e6-51848f465a66 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55313) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-03-07 07:32:31.025 | Mar 07 07:32:03 devstack neutron-dhcp-agent[55313]: DEBUG oslo_concurrency.lockutils [None req-5502b86b-f47f-4655-99e6-51848f465a66 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55313) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-03-07 07:32:31.025 | Mar 07 07:32:03 devstack neutron-dhcp-agent[55313]: DEBUG oslo_concurrency.lockutils [None req-5502b86b-f47f-4655-99e6-51848f465a66 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55313) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-03-07 07:32:31.025 | Mar 07 07:32:03 devstack neutron-dhcp-agent[55313]: DEBUG neutron.agent.dhcp.agent [None req-5502b86b-f47f-4655-99e6-51848f465a66 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '88bbddee-ebad-4415-9270-aa03929f1606', 'name': 'public-subnet', 'tenant_id': 'd66969059be64e7d86646b564fe28c7d', 'network_id': '73d850f6-eed4-4edf-be19-2166b246858a', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2025-03-07T07:32:03Z', 'updated_at': '2025-03-07T07:32:03Z', 'revision_number': 0, 'project_id': 'd66969059be64e7d86646b564fe28c7d', 'network': {'id': '73d850f6-eed4-4edf-be19-2166b246858a', 'name': 'public', 'tenant_id': 'd66969059be64e7d86646b564fe28c7d', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['88bbddee-ebad-4415-9270-aa03929f1606'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-03-07T07:31:59Z', 'updated_at': '2025-03-07T07:32:03Z', 'revision_number': 2, 'project_id': 'd66969059be64e7d86646b564fe28c7d', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55313) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-03-07 07:32:31.025 | Mar 07 07:32:03 devstack neutron-dhcp-agent[55313]: DEBUG oslo_concurrency.lockutils [None req-e1138333-1630-434e-8828-0a3054e03dee None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55313) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-03-07 07:32:31.025 | Mar 07 07:32:03 devstack neutron-dhcp-agent[55313]: DEBUG oslo_concurrency.lockutils [None req-e1138333-1630-434e-8828-0a3054e03dee None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55313) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-03-07 07:32:31.025 | Mar 07 07:32:03 devstack neutron-dhcp-agent[55313]: DEBUG oslo_concurrency.lockutils [None req-e1138333-1630-434e-8828-0a3054e03dee None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55313) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-03-07 07:32:31.025 | Mar 07 07:32:05 devstack neutron-dhcp-agent[55313]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55313) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-03-07 07:32:31.028 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:31.030 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2025-03-07 07:32:31.040 | enabled 2025-03-07 07:32:31.043 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2025-03-07 07:32:31.053 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-03-07 07:32:31.054 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-03-07 07:32:31.054 | Active: active (running) since Fri 2025-03-07 07:31:46 UTC; 44s ago 2025-03-07 07:32:31.054 | Main PID: 56032 (neutron-l3-agen) 2025-03-07 07:32:31.054 | Tasks: 22 (limit: 19126) 2025-03-07 07:32:31.054 | Memory: 428.4M 2025-03-07 07:32:31.054 | CPU: 8.499s 2025-03-07 07:32:31.054 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-03-07 07:32:31.054 | ├─56032 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-03-07 07:32:31.054 | ├─56767 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpjlgtexmx/privsep.sock 2025-03-07 07:32:31.054 | ├─57264 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpyjruzxkc/privsep.sock 2025-03-07 07:32:31.054 | ├─57278 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpl7q3yfr5/privsep.sock 2025-03-07 07:32:31.054 | ├─57485 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-07 07:32:31.054 | ├─57486 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-07 07:32:31.054 | └─57498 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/70e89545-6d64-486f-a4bc-edf92373b417.conf 2025-03-07 07:32:31.054 | 2025-03-07 07:32:31.054 | Mar 07 07:32:09 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[00547199-b3ae-4665-b591-8e5013272984]: (4, ('ARPING 10.180.180.168 from 10.180.180.168 qg-f8b2134c-46\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:10 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[bc86ebfd-d8c0-4786-8a04-a774327c4e9b]: (4, ('ARPING 10.180.180.168 from 10.180.180.168 qg-f8b2134c-46\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:12 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[94ff5d05-c4df-48e1-956c-635828becfce]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d3b066d4-7c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:13 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[90fa50f1-ef3a-4ce7-8678-f9303f7b27e5]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d3b066d4-7c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:13 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[7231a0fd-dc33-48b1-91f0-a65ad83a9660]: (4, ('ARPING 10.180.180.168 from 10.180.180.168 qg-f8b2134c-46\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:14 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[3d30ddbc-4061-4703-af68-662ef0a1fafd]: (4, ('ARPING 10.180.180.168 from 10.180.180.168 qg-f8b2134c-46\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:16 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[37c59058-4687-4004-b41a-9ec59adfcc0c]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d3b066d4-7c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:17 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[a9c232b1-463d-44b4-950e-467abbdd8458]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d3b066d4-7c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:17 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[36187651-9071-47b3-bdfb-c634b741cc81]: (4, ('ARPING 10.180.180.168 from 10.180.180.168 qg-f8b2134c-46\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.054 | Mar 07 07:32:18 devstack neutron-l3-agent[56032]: DEBUG oslo.privsep.daemon [-] privsep: reply[b9041dc0-4225-4398-8abe-299cf9a3c096]: (4, ('ARPING 10.180.180.168 from 10.180.180.168 qg-f8b2134c-46\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57264) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:32:31.057 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:32:31.059 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2025-03-07 07:32:31.068 | enabled 2025-03-07 07:32:31.071 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2025-03-07 07:32:31.082 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-03-07 07:32:31.082 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-03-07 07:32:31.082 | Active: active (running) since Fri 2025-03-07 07:31:47 UTC; 43s ago 2025-03-07 07:32:31.082 | Main PID: 56449 (neutron-metadat) 2025-03-07 07:32:31.082 | Tasks: 3 (limit: 19126) 2025-03-07 07:32:31.082 | Memory: 124.0M 2025-03-07 07:32:31.082 | CPU: 1.983s 2025-03-07 07:32:31.082 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-03-07 07:32:31.082 | ├─56449 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-03-07 07:32:31.082 | ├─56658 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-03-07 07:32:31.082 | └─56659 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-03-07 07:32:31.082 | 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_rabbit.ssl_version = {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_notifications.driver = [] {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_notifications.retry = -1 {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] oslo_messaging_notifications.transport_url = **** {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:32:31.082 | Mar 07 07:31:49 devstack neutron-metadata-agent[56449]: DEBUG oslo_service.service [None req-2947d5f3-3c70-4daf-9133-1a2969c86bc1 None None] ******************************************************************************** {{(pid=56449) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-03-07 07:32:31.085 | + stack.sh:main:1441 : is_service_enabled n-api 2025-03-07 07:32:31.099 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:31.101 | + stack.sh:main:1442 : is_service_enabled n-cpu 2025-03-07 07:32:31.115 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:31.117 | + stack.sh:main:1449 : 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-03-07 07:32:31.119 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:31.121 | + stack.sh:echo_summary:455 : 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-03-07 07:32:31.123 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-03-07 07:32:31.509 | 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-03-07 07:32:33.001 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.001 | | Upgrade Check Results | 2025-03-07 07:32:33.001 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.001 | | Check: Cells v2 | 2025-03-07 07:32:33.001 | | Result: Success | 2025-03-07 07:32:33.001 | | Details: No host mappings or compute nodes were found. Remember to | 2025-03-07 07:32:33.001 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-03-07 07:32:33.001 | | compute hosts are deployed. | 2025-03-07 07:32:33.001 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.001 | | Check: Placement API | 2025-03-07 07:32:33.001 | | Result: Success | 2025-03-07 07:32:33.001 | | Details: None | 2025-03-07 07:32:33.001 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.001 | | Check: Cinder API | 2025-03-07 07:32:33.001 | | Result: Success | 2025-03-07 07:32:33.002 | | Details: None | 2025-03-07 07:32:33.002 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.002 | | Check: Policy File JSON to YAML Migration | 2025-03-07 07:32:33.002 | | Result: Success | 2025-03-07 07:32:33.002 | | Details: None | 2025-03-07 07:32:33.002 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.002 | | Check: Older than N-1 computes | 2025-03-07 07:32:33.002 | | Result: Success | 2025-03-07 07:32:33.002 | | Details: None | 2025-03-07 07:32:33.002 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.002 | | Check: hw_machine_type unset | 2025-03-07 07:32:33.002 | | Result: Success | 2025-03-07 07:32:33.002 | | Details: None | 2025-03-07 07:32:33.002 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.002 | | Check: Service User Token Configuration | 2025-03-07 07:32:33.002 | | Result: Success | 2025-03-07 07:32:33.002 | | Details: None | 2025-03-07 07:32:33.002 | +--------------------------------------------------------------------+ 2025-03-07 07:32:33.335 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2025-03-07 07:32:33.338 | + stack.sh:main:1474 : command openstack complete 2025-03-07 07:32:33.339 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-03-07 07:32:34.553 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2025-03-07 07:32:34.759 | + stack.sh:main:1478 : is_service_enabled cinder 2025-03-07 07:32:34.774 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:34.776 | + stack.sh:main:1479 : is_ubuntu 2025-03-07 07:32:34.778 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:32:34.780 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:32:34.782 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2025-03-07 07:32:34.784 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:34.786 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2025-03-07 07:32:34.789 | + stack.sh:main:1481 : set_lvm_filter 2025-03-07 07:32:34.790 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-03-07 07:32:34.792 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2025-03-07 07:32:34.795 | + lib/lvm:set_lvm_filter:189 : local pv 2025-03-07 07:32:34.797 | + lib/lvm:set_lvm_filter:190 : local vg 2025-03-07 07:32:34.799 | + lib/lvm:set_lvm_filter:191 : local line 2025-03-07 07:32:34.802 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2025-03-07 07:32:34.839 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-03-07 07:32:34.841 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2025-03-07 07:32:34.843 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-03-07 07:32:34.854 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-03-07 07:32:34.865 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-03-07 07:32:34.867 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:34.870 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-03-07 07:32:34.872 | + stack.sh:main:1491 : run_phase stack test-config 2025-03-07 07:32:34.874 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:32:34.876 | + functions-common:run_phase:1864 : local phase=test-config 2025-03-07 07:32:34.878 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:32:34.881 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:32:34.883 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:32:34.885 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:32:34.887 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:32:34.890 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:32:34.893 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:32:34.895 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:32:34.897 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:32:34.899 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-03-07 07:32:34.902 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:32:34.914 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:34.916 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:32:34.918 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:34.920 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-03-07 07:32:34.922 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:34.924 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:32:34.926 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:34.928 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-03-07 07:32:34.930 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:34.932 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-03-07 07:32:34.934 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:32:34.936 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:32:34.937 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-03-07 07:32:34.972 | [4759 Async install_tempest:34245]: Waiting for completion of install_tempest running on PID 34245 (1 other jobs running) 2025-03-07 07:32:34.988 | [4759 Async install_tempest:34245]: Signaling child to exit 2025-03-07 07:32:34.988 | WAKEUP 2025-03-07 07:32:35.004 | [4759 Async install_tempest:34245]: Signaled 2025-03-07 07:32:35.005 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest 41.0.0 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:614 : local git_ref=41.0.0 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:615 : local orig_dir 2025-03-07 07:32:35.005 | +++ functions-common:git_clone:616 : pwd 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:32:35.005 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:633 : echo 41.0.0 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:720 : local count=0 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:721 : local timeout=0 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:724 : timeout=0 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:32:35.005 | ++ functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:32:35.005 | ++ functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:35.005 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:35.005 | +++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:35.005 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1741332553528 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-03-07 07:32:35.005 | Cloning into '/opt/stack//tempest'... 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2442 : start_time=1741332553528 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2444 : [[ -z 1741332553528 ]] 2025-03-07 07:32:35.005 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2447 : end_time=1741332555499 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2448 : elapsed_time=1971 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2449 : total=94240 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96211 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2025-03-07 07:32:35.005 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin 41.0.0 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:720 : local count=0 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:721 : local timeout=0 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:724 : timeout=0 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:32:35.005 | ++ functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:32:35.005 | ++ functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:35.005 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:35.005 | +++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:35.005 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1741332555530 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin 41.0.0 2025-03-07 07:32:35.005 | From https://opendev.org/openstack/tempest 2025-03-07 07:32:35.005 | * tag 41.0.0 -> FETCH_HEAD 2025-03-07 07:32:35.005 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2442 : start_time=1741332555530 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2444 : [[ -z 1741332555530 ]] 2025-03-07 07:32:35.005 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2447 : end_time=1741332557027 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2448 : elapsed_time=1497 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2449 : total=96211 2025-03-07 07:32:35.005 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97708 2025-03-07 07:32:35.006 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:32:35.006 | ++ functions-common:git_timed:720 : local count=0 2025-03-07 07:32:35.006 | ++ functions-common:git_timed:721 : local timeout=0 2025-03-07 07:32:35.006 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:32:35.006 | ++ functions-common:git_timed:724 : timeout=0 2025-03-07 07:32:35.006 | ++ functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:32:35.006 | ++ functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:32:35.006 | ++ functions-common:time_start:2422 : local start_time= 2025-03-07 07:32:35.006 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:32:35.006 | +++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:32:35.006 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1741332557056 2025-03-07 07:32:35.006 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:32:35.006 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:32:35.006 | 2025-03-07 07:32:35.006 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:32:35.006 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:32:35.006 | state without impacting any branches by switching back to a branch. 2025-03-07 07:32:35.006 | 2025-03-07 07:32:35.006 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:32:35.006 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:32:35.006 | 2025-03-07 07:32:35.006 | git switch -c 2025-03-07 07:32:35.006 | 2025-03-07 07:32:35.006 | Or undo this operation with: 2025-03-07 07:32:35.006 | 2025-03-07 07:32:35.006 | git switch - 2025-03-07 07:32:35.006 | 2025-03-07 07:32:35.006 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:32:35.006 | 2025-03-07 07:32:35.006 | HEAD is now at a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-03-07 07:32:35.006 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2442 : start_time=1741332557056 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2444 : [[ -z 1741332557056 ]] 2025-03-07 07:32:35.006 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2447 : end_time=1741332557155 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2448 : elapsed_time=99 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2449 : total=97708 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97807 2025-03-07 07:32:35.006 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-03-07 07:32:35.006 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2025-03-07 07:32:35.006 | ++ functions-common:git_clone:696 : git show --oneline 2025-03-07 07:32:35.006 | ++ functions-common:git_clone:696 : head -1 2025-03-07 07:32:35.006 | a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-03-07 07:32:35.006 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:32:35.006 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2025-03-07 07:32:35.006 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-03-07 07:32:35.006 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-03-07 07:32:35.006 | Collecting tox!=2.8.0,<4.0.0 2025-03-07 07:32:35.006 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-03-07 07:32:35.006 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-03-07 07:32:35.006 | Collecting py>=1.4.17 2025-03-07 07:32:35.006 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-03-07 07:32:35.006 | Collecting pluggy>=0.12.0 2025-03-07 07:32:35.006 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-03-07 07:32:35.006 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-03-07 07:32:35.006 | 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 2025-03-07 07:32:35.006 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2025-03-07 07:32:35.006 | Collecting filelock>=3.0.0 2025-03-07 07:32:35.006 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2025-03-07 07:32:35.006 | Collecting tomli>=2.0.1 2025-03-07 07:32:35.006 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-03-07 07:32:35.006 | Collecting distlib<1,>=0.3.5 2025-03-07 07:32:35.006 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-03-07 07:32:35.006 | Collecting platformdirs<3,>=2.4 2025-03-07 07:32:35.006 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2025-03-07 07:32:35.006 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-03-07 07:32:35.006 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2025-03-07 07:32:35.006 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:32:35.006 | ++ inc/python:pip_install:196 : result=0 2025-03-07 07:32:35.006 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:32:35.006 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:35.007 | ++ functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:32:35.007 | ++ functions-common:time_stop:2442 : start_time=1741332557199 2025-03-07 07:32:35.007 | ++ functions-common:time_stop:2444 : [[ -z 1741332557199 ]] 2025-03-07 07:32:35.007 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:35.007 | ++ functions-common:time_stop:2447 : end_time=1741332560585 2025-03-07 07:32:35.007 | ++ functions-common:time_stop:2448 : elapsed_time=3386 2025-03-07 07:32:35.007 | ++ functions-common:time_stop:2449 : total=82613 2025-03-07 07:32:35.007 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:35.007 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=85999 2025-03-07 07:32:35.007 | ++ inc/python:pip_install:199 : return 0 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2025-03-07 07:32:35.007 | ~/tempest ~/devstack 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:846 : git checkout 41.0.0 2025-03-07 07:32:35.007 | error: pathspec '41.0.0' did not match any file(s) known to git 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2025-03-07 07:32:35.007 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.gBhnoZneoa 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.gBhnoZneoa 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.gBhnoZneoa 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-03-07 07:32:35.007 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:35.007 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2025-03-07 07:32:35.007 | full create: /opt/stack/tempest/.tox/tempest 2025-03-07 07:32:35.007 | full installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-03-07 07:32:35.007 | full develop-inst: /opt/stack/tempest 2025-03-07 07:32:35.007 | full installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-03-07 07:32:35.007 | ___________________________________ summary ____________________________________ 2025-03-07 07:32:35.007 | full: skipped tests 2025-03-07 07:32:35.007 | congratulations :) 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.gBhnoZneoa -r requirements.txt 2025-03-07 07:32:35.007 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (5.11.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.2.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.16.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (2.11.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-03-07 07:32:35.007 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (5.1.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.1.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.2.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.0.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.1.2) 2025-03-07 07:32:35.007 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (6.1.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.0.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.2) 2025-03-07 07:32:35.007 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.0.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.4.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.12) 2025-03-07 07:32:35.007 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (2.5.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-03-07 07:32:35.007 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: importlib-metadata>=4.4 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (5.0.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.2) 2025-03-07 07:32:35.007 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (22.1.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: six in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.16.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.0.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (1.5.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.28.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.1.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2025-03-07 07:32:35.007 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2025-03-07 07:32:35.007 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.3) 2025-03-07 07:32:35.007 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2022.4) 2025-03-07 07:32:35.007 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.4) 2025-03-07 07:32:35.007 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.1.0) 2025-03-07 07:32:35.007 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.0.9) 2025-03-07 07:32:35.007 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2025-03-07 07:32:35.007 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.14.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2025-03-07 07:32:35.007 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2025-03-07 07:32:35.007 | Requirement already satisfied: zipp>=0.5 in ./.tox/tempest/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.8.1) 2025-03-07 07:32:35.007 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.4) 2025-03-07 07:32:35.007 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2025.1.31) 2025-03-07 07:32:35.007 | Requirement already satisfied: charset-normalizer<3,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.1.1) 2025-03-07 07:32:35.007 | WARNING: There was an error checking the latest version of pip. 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.gBhnoZneoa 2025-03-07 07:32:35.007 | ++ lib/tempest:install_tempest:859 : popd 2025-03-07 07:32:35.007 | ~/devstack 2025-03-07 07:32:35.035 | [4759 Async install_tempest:34245]: finished install_tempest with result 0 in 21 seconds 2025-03-07 07:32:35.038 | ++ inc/async:async_wait:197 : return 0 2025-03-07 07:32:35.040 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-03-07 07:32:35.042 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:32:35.044 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2025-03-07 07:32:35.046 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-03-07 07:32:35.048 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:35.049 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2025-03-07 07:32:35.051 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2025-03-07 07:32:35.053 | ++ inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:32:35.055 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2025-03-07 07:32:35.057 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2025-03-07 07:32:35.059 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:32:35.061 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:32:35.062 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:32:35.065 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2025-03-07 07:32:35.067 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2025-03-07 07:32:35.068 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2025-03-07 07:32:35.071 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2025-03-07 07:32:35.072 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2025-03-07 07:32:35.087 | Using python 3.10 to install testrepository 2025-03-07 07:32:35.089 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-03-07 07:32:36.145 | Collecting testrepository 2025-03-07 07:32:36.145 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-03-07 07:32:36.156 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2025-03-07 07:32:36.157 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2025-03-07 07:32:36.158 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2025-03-07 07:32:36.163 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-03-07 07:32:36.169 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2025-03-07 07:32:37.228 | Installing collected packages: testrepository 2025-03-07 07:32:37.340 | Successfully installed testrepository-0.0.20 2025-03-07 07:32:37.340 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:32:37.462 | ++ inc/python:pip_install:196 : result=0 2025-03-07 07:32:37.464 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:32:37.466 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:32:37.468 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:32:37.470 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:32:37.472 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:32:37.473 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:32:37.476 | ++ functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:32:37.477 | ++ functions-common:time_stop:2442 : start_time=1741332755083 2025-03-07 07:32:37.479 | ++ functions-common:time_stop:2444 : [[ -z 1741332755083 ]] 2025-03-07 07:32:37.481 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:32:37.484 | ++ functions-common:time_stop:2447 : end_time=1741332757482 2025-03-07 07:32:37.486 | ++ functions-common:time_stop:2448 : elapsed_time=2399 2025-03-07 07:32:37.488 | ++ functions-common:time_stop:2449 : total=90934 2025-03-07 07:32:37.490 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:32:37.491 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93333 2025-03-07 07:32:37.493 | ++ inc/python:pip_install:199 : return 0 2025-03-07 07:32:37.495 | ++ lib/tempest:configure_tempest:199 : local image_lines 2025-03-07 07:32:37.497 | ++ lib/tempest:configure_tempest:200 : local images 2025-03-07 07:32:37.499 | ++ lib/tempest:configure_tempest:201 : local num_images 2025-03-07 07:32:37.500 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2025-03-07 07:32:37.502 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2025-03-07 07:32:37.504 | ++ lib/tempest:configure_tempest:204 : local password 2025-03-07 07:32:37.506 | ++ lib/tempest:configure_tempest:205 : local line 2025-03-07 07:32:37.508 | ++ lib/tempest:configure_tempest:206 : local flavors 2025-03-07 07:32:37.510 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2025-03-07 07:32:37.511 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2025-03-07 07:32:37.513 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2025-03-07 07:32:37.515 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2025-03-07 07:32:37.517 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2025-03-07 07:32:37.519 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2025-03-07 07:32:37.520 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2025-03-07 07:32:37.522 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2025-03-07 07:32:37.524 | ++ lib/tempest:configure_tempest:215 : local disk 2025-03-07 07:32:37.526 | ++ lib/tempest:configure_tempest:218 : ifs=' 2025-03-07 07:32:37.526 | ' 2025-03-07 07:32:37.527 | ++ lib/tempest:configure_tempest:228 : declare -a images 2025-03-07 07:32:37.529 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2025-03-07 07:32:37.542 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:37.544 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2025-03-07 07:32:37.546 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-03-07 07:32:37.548 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-03-07 07:32:37.549 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2025-03-07 07:32:37.551 | ++ lib/tempest:get_active_images:159 : img_array=() 2025-03-07 07:32:37.554 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-03-07 07:32:37.555 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-03-07 07:32:37.555 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-03-07 07:32:38.927 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:38.930 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-03-07 07:32:38.932 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2025-03-07 07:32:38.933 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-03-07 07:32:38.936 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2025-03-07 07:32:38.938 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2025-03-07 07:32:38.939 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2025-03-07 07:32:38.941 | ++ lib/tempest:configure_tempest:254 : image_uuid=0a8f8f2e-82dd-4c4f-80fe-9515de315a84 2025-03-07 07:32:38.943 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=0a8f8f2e-82dd-4c4f-80fe-9515de315a84 2025-03-07 07:32:38.945 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2025-03-07 07:32:38.954 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-03-07 07:32:38.957 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2025-03-07 07:32:38.959 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2025-03-07 07:32:38.961 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2025-03-07 07:32:38.963 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2025-03-07 07:32:38.965 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2025-03-07 07:32:38.967 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2025-03-07 07:32:38.968 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2025-03-07 07:32:38.971 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2025-03-07 07:32:38.972 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2025-03-07 07:32:40.183 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:40.186 | ++ lib/tempest:configure_tempest:281 : admin_project_id=d66969059be64e7d86646b564fe28c7d 2025-03-07 07:32:40.188 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2025-03-07 07:32:40.201 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:40.203 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2025-03-07 07:32:41.441 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:41.444 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:32:41.444 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-07 07:32:41.444 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:32:41.444 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-07 07:32:41.444 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-07 07:32:41.444 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-07 07:32:41.444 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-07 07:32:41.444 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-07 07:32:41.444 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-07 07:32:41.444 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-07 07:32:41.444 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-07 07:32:41.444 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-07 07:32:41.444 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-07 07:32:41.444 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-03-07 07:32:41.446 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2025-03-07 07:32:41.448 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:32:41.448 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-07 07:32:41.448 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:32:41.448 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-07 07:32:41.448 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-07 07:32:41.448 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-07 07:32:41.448 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-07 07:32:41.448 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-07 07:32:41.448 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-07 07:32:41.448 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-07 07:32:41.448 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-07 07:32:41.448 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-07 07:32:41.448 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-07 07:32:41.448 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-03-07 07:32:41.450 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 0a8f8f2e-82dd-4c4f-80fe-9515de315a84 2025-03-07 07:32:41.452 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-03-07 07:32:41.454 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 0a8f8f2e-82dd-4c4f-80fe-9515de315a84 -c size -f value 2025-03-07 07:32:42.693 | ++++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:42.695 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-03-07 07:32:42.698 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-03-07 07:32:42.698 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-03-07 07:32:42.722 | ++ lib/tempest:configure_tempest:290 : disk=1 2025-03-07 07:32:42.724 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-03-07 07:32:43.860 | +----------------------------+-----------------------+ 2025-03-07 07:32:43.860 | | Field | Value | 2025-03-07 07:32:43.860 | +----------------------------+-----------------------+ 2025-03-07 07:32:43.860 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:43.860 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:43.860 | | description | None | 2025-03-07 07:32:43.860 | | disk | 1 | 2025-03-07 07:32:43.860 | | id | 42 | 2025-03-07 07:32:43.860 | | name | m1.nano | 2025-03-07 07:32:43.860 | | os-flavor-access:is_public | True | 2025-03-07 07:32:43.861 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:43.861 | | ram | 128 | 2025-03-07 07:32:43.861 | | rxtx_factor | 1.0 | 2025-03-07 07:32:43.861 | | swap | | 2025-03-07 07:32:43.861 | | vcpus | 1 | 2025-03-07 07:32:43.861 | +----------------------------+-----------------------+ 2025-03-07 07:32:43.978 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2025-03-07 07:32:43.980 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:32:43.980 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-07 07:32:43.980 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:32:43.980 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-07 07:32:43.980 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-07 07:32:43.980 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-07 07:32:43.980 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-07 07:32:43.980 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-07 07:32:43.980 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-07 07:32:43.980 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-07 07:32:43.980 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-07 07:32:43.980 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-07 07:32:43.981 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-07 07:32:43.981 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-03-07 07:32:43.982 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 0a8f8f2e-82dd-4c4f-80fe-9515de315a84 2025-03-07 07:32:43.984 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-03-07 07:32:43.987 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 0a8f8f2e-82dd-4c4f-80fe-9515de315a84 -c size -f value 2025-03-07 07:32:45.219 | ++++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:45.221 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-03-07 07:32:45.224 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-03-07 07:32:45.224 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-03-07 07:32:45.248 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-03-07 07:32:45.250 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-03-07 07:32:46.371 | +----------------------------+-----------------------+ 2025-03-07 07:32:46.371 | | Field | Value | 2025-03-07 07:32:46.371 | +----------------------------+-----------------------+ 2025-03-07 07:32:46.371 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:32:46.371 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:32:46.371 | | description | None | 2025-03-07 07:32:46.371 | | disk | 1 | 2025-03-07 07:32:46.371 | | id | 84 | 2025-03-07 07:32:46.371 | | name | m1.micro | 2025-03-07 07:32:46.371 | | os-flavor-access:is_public | True | 2025-03-07 07:32:46.371 | | properties | hw_rng:allowed='True' | 2025-03-07 07:32:46.372 | | ram | 192 | 2025-03-07 07:32:46.372 | | rxtx_factor | 1.0 | 2025-03-07 07:32:46.372 | | swap | | 2025-03-07 07:32:46.372 | | vcpus | 1 | 2025-03-07 07:32:46.372 | +----------------------------+-----------------------+ 2025-03-07 07:32:46.487 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2025-03-07 07:32:46.489 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-03-07 07:32:46.514 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2025-03-07 07:32:46.516 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2025-03-07 07:32:46.517 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2025-03-07 07:32:46.519 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-03-07 07:32:46.521 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:32:47.763 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:47.765 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:32:47.765 | address-scope 2025-03-07 07:32:47.765 | router-admin-state-down-before-update 2025-03-07 07:32:47.765 | agent 2025-03-07 07:32:47.765 | agent-resources-synced 2025-03-07 07:32:47.765 | allowed-address-pairs 2025-03-07 07:32:47.765 | auto-allocated-topology 2025-03-07 07:32:47.765 | availability_zone 2025-03-07 07:32:47.765 | availability_zone_filter 2025-03-07 07:32:47.765 | default-subnetpools 2025-03-07 07:32:47.765 | dhcp_agent_scheduler 2025-03-07 07:32:47.765 | dvr 2025-03-07 07:32:47.765 | empty-string-filtering 2025-03-07 07:32:47.765 | external-net 2025-03-07 07:32:47.765 | extra_dhcp_opt 2025-03-07 07:32:47.765 | extraroute 2025-03-07 07:32:47.765 | extraroute-atomic 2025-03-07 07:32:47.765 | filter-validation 2025-03-07 07:32:47.765 | floating-ip-port-forwarding-detail 2025-03-07 07:32:47.765 | fip-port-details 2025-03-07 07:32:47.765 | flavors 2025-03-07 07:32:47.765 | floatingip-pools 2025-03-07 07:32:47.765 | ip-substring-filtering 2025-03-07 07:32:47.765 | router 2025-03-07 07:32:47.765 | ext-gw-mode 2025-03-07 07:32:47.765 | l3-ha 2025-03-07 07:32:47.765 | l3-flavors 2025-03-07 07:32:47.765 | l3-port-ip-change-not-allowed 2025-03-07 07:32:47.765 | l3_agent_scheduler 2025-03-07 07:32:47.765 | multi-provider 2025-03-07 07:32:47.765 | net-mtu 2025-03-07 07:32:47.766 | net-mtu-writable 2025-03-07 07:32:47.766 | network_availability_zone 2025-03-07 07:32:47.766 | network-ip-availability 2025-03-07 07:32:47.766 | pagination 2025-03-07 07:32:47.766 | port-device-profile 2025-03-07 07:32:47.766 | port-mac-override 2025-03-07 07:32:47.766 | port-mac-address-regenerate 2025-03-07 07:32:47.766 | port-numa-affinity-policy 2025-03-07 07:32:47.766 | binding 2025-03-07 07:32:47.766 | binding-extended 2025-03-07 07:32:47.766 | port-security 2025-03-07 07:32:47.766 | project-id 2025-03-07 07:32:47.766 | provider 2025-03-07 07:32:47.766 | quota-check-limit 2025-03-07 07:32:47.766 | quotas 2025-03-07 07:32:47.766 | quota_details 2025-03-07 07:32:47.766 | rbac-policies 2025-03-07 07:32:47.766 | rbac-address-group 2025-03-07 07:32:47.766 | rbac-address-scope 2025-03-07 07:32:47.766 | rbac-security-groups 2025-03-07 07:32:47.766 | rbac-subnetpool 2025-03-07 07:32:47.766 | revision-if-match 2025-03-07 07:32:47.766 | standard-attr-revisions 2025-03-07 07:32:47.766 | router_availability_zone 2025-03-07 07:32:47.766 | security-groups-normalized-cidr 2025-03-07 07:32:47.766 | port-security-groups-filtering 2025-03-07 07:32:47.766 | security-groups-remote-address-group 2025-03-07 07:32:47.766 | security-groups-shared-filtering 2025-03-07 07:32:47.766 | security-group 2025-03-07 07:32:47.766 | service-type 2025-03-07 07:32:47.766 | sorting 2025-03-07 07:32:47.766 | standard-attr-description 2025-03-07 07:32:47.766 | stateful-security-group 2025-03-07 07:32:47.766 | subnet_onboard 2025-03-07 07:32:47.766 | subnet-service-types 2025-03-07 07:32:47.766 | subnet_allocation 2025-03-07 07:32:47.766 | subnetpool-prefix-ops 2025-03-07 07:32:47.766 | standard-attr-tag 2025-03-07 07:32:47.766 | standard-attr-timestamp 2025-03-07 07:32:47.766 | nsxt-ops' 2025-03-07 07:32:47.767 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:32:47.767 | address-scope 2025-03-07 07:32:47.767 | router-admin-state-down-before-update 2025-03-07 07:32:47.767 | agent 2025-03-07 07:32:47.767 | agent-resources-synced 2025-03-07 07:32:47.767 | allowed-address-pairs 2025-03-07 07:32:47.767 | auto-allocated-topology 2025-03-07 07:32:47.767 | availability_zone 2025-03-07 07:32:47.767 | availability_zone_filter 2025-03-07 07:32:47.767 | default-subnetpools 2025-03-07 07:32:47.767 | dhcp_agent_scheduler 2025-03-07 07:32:47.767 | dvr 2025-03-07 07:32:47.767 | empty-string-filtering 2025-03-07 07:32:47.767 | external-net 2025-03-07 07:32:47.767 | extra_dhcp_opt 2025-03-07 07:32:47.768 | extraroute 2025-03-07 07:32:47.768 | extraroute-atomic 2025-03-07 07:32:47.768 | filter-validation 2025-03-07 07:32:47.768 | floating-ip-port-forwarding-detail 2025-03-07 07:32:47.768 | fip-port-details 2025-03-07 07:32:47.768 | flavors 2025-03-07 07:32:47.768 | floatingip-pools 2025-03-07 07:32:47.768 | ip-substring-filtering 2025-03-07 07:32:47.768 | router 2025-03-07 07:32:47.768 | ext-gw-mode 2025-03-07 07:32:47.768 | l3-ha 2025-03-07 07:32:47.768 | l3-flavors 2025-03-07 07:32:47.768 | l3-port-ip-change-not-allowed 2025-03-07 07:32:47.768 | l3_agent_scheduler 2025-03-07 07:32:47.768 | multi-provider 2025-03-07 07:32:47.768 | net-mtu 2025-03-07 07:32:47.768 | net-mtu-writable 2025-03-07 07:32:47.768 | network_availability_zone 2025-03-07 07:32:47.768 | network-ip-availability 2025-03-07 07:32:47.768 | pagination 2025-03-07 07:32:47.768 | port-device-profile 2025-03-07 07:32:47.768 | port-mac-override 2025-03-07 07:32:47.768 | port-mac-address-regenerate 2025-03-07 07:32:47.768 | port-numa-affinity-policy 2025-03-07 07:32:47.768 | binding 2025-03-07 07:32:47.768 | binding-extended 2025-03-07 07:32:47.768 | port-security 2025-03-07 07:32:47.768 | project-id 2025-03-07 07:32:47.768 | provider 2025-03-07 07:32:47.768 | quota-check-limit 2025-03-07 07:32:47.768 | quotas 2025-03-07 07:32:47.768 | quota_details 2025-03-07 07:32:47.768 | rbac-policies 2025-03-07 07:32:47.768 | rbac-address-group 2025-03-07 07:32:47.768 | rbac-address-scope 2025-03-07 07:32:47.768 | rbac-security-groups 2025-03-07 07:32:47.768 | rbac-subnetpool 2025-03-07 07:32:47.768 | revision-if-match 2025-03-07 07:32:47.768 | standard-attr-revisions 2025-03-07 07:32:47.768 | router_availability_zone 2025-03-07 07:32:47.768 | security-groups-normalized-cidr 2025-03-07 07:32:47.768 | port-security-groups-filtering 2025-03-07 07:32:47.768 | security-groups-remote-address-group 2025-03-07 07:32:47.768 | security-groups-shared-filtering 2025-03-07 07:32:47.768 | security-group 2025-03-07 07:32:47.768 | service-type 2025-03-07 07:32:47.768 | sorting 2025-03-07 07:32:47.768 | standard-attr-description 2025-03-07 07:32:47.768 | stateful-security-group 2025-03-07 07:32:47.768 | subnet_onboard 2025-03-07 07:32:47.768 | subnet-service-types 2025-03-07 07:32:47.768 | subnet_allocation 2025-03-07 07:32:47.768 | subnetpool-prefix-ops 2025-03-07 07:32:47.768 | standard-attr-tag 2025-03-07 07:32:47.768 | standard-attr-timestamp 2025-03-07 07:32:47.768 | nsxt-ops =~ external-net ]] 2025-03-07 07:32:47.770 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:32:47.772 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-03-07 07:32:49.062 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:32:49.065 | ++ lib/tempest:configure_tempest:357 : public_network_id=73d850f6-eed4-4edf-be19-2166b246858a 2025-03-07 07:32:49.067 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-03-07 07:32:50.251 | +---------------------------+--------------------------------------+ 2025-03-07 07:32:50.251 | | Field | Value | 2025-03-07 07:32:50.251 | +---------------------------+--------------------------------------+ 2025-03-07 07:32:50.251 | | admin_state_up | UP | 2025-03-07 07:32:50.251 | | availability_zone_hints | | 2025-03-07 07:32:50.251 | | availability_zones | | 2025-03-07 07:32:50.251 | | created_at | 2025-03-07T07:32:50Z | 2025-03-07 07:32:50.251 | | description | | 2025-03-07 07:32:50.251 | | dns_domain | None | 2025-03-07 07:32:50.251 | | id | 55519089-83bf-4e48-a664-06123d7d91f1 | 2025-03-07 07:32:50.251 | | ipv4_address_scope | None | 2025-03-07 07:32:50.251 | | ipv6_address_scope | None | 2025-03-07 07:32:50.251 | | is_default | False | 2025-03-07 07:32:50.251 | | is_vlan_transparent | None | 2025-03-07 07:32:50.251 | | mtu | 8950 | 2025-03-07 07:32:50.251 | | name | shared | 2025-03-07 07:32:50.251 | | port_security_enabled | True | 2025-03-07 07:32:50.251 | | project_id | d66969059be64e7d86646b564fe28c7d | 2025-03-07 07:32:50.251 | | provider:network_type | vlan | 2025-03-07 07:32:50.251 | | provider:physical_network | default | 2025-03-07 07:32:50.251 | | provider:segmentation_id | 505 | 2025-03-07 07:32:50.251 | | qos_policy_id | None | 2025-03-07 07:32:50.251 | | revision_number | 1 | 2025-03-07 07:32:50.251 | | router:external | Internal | 2025-03-07 07:32:50.251 | | segments | None | 2025-03-07 07:32:50.251 | | shared | True | 2025-03-07 07:32:50.251 | | status | ACTIVE | 2025-03-07 07:32:50.251 | | subnets | | 2025-03-07 07:32:50.251 | | tags | | 2025-03-07 07:32:50.251 | | tenant_id | d66969059be64e7d86646b564fe28c7d | 2025-03-07 07:32:50.251 | | updated_at | 2025-03-07T07:32:50Z | 2025-03-07 07:32:50.251 | +---------------------------+--------------------------------------+ 2025-03-07 07:32:50.373 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2025-03-07 07:32:51.634 | +----------------------+--------------------------------------+ 2025-03-07 07:32:51.634 | | Field | Value | 2025-03-07 07:32:51.634 | +----------------------+--------------------------------------+ 2025-03-07 07:32:51.634 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-03-07 07:32:51.634 | | cidr | 192.168.233.0/24 | 2025-03-07 07:32:51.634 | | created_at | 2025-03-07T07:32:51Z | 2025-03-07 07:32:51.634 | | description | shared-subnet | 2025-03-07 07:32:51.634 | | dns_nameservers | | 2025-03-07 07:32:51.634 | | dns_publish_fixed_ip | None | 2025-03-07 07:32:51.634 | | enable_dhcp | True | 2025-03-07 07:32:51.634 | | gateway_ip | 192.168.233.1 | 2025-03-07 07:32:51.634 | | host_routes | | 2025-03-07 07:32:51.634 | | id | c6e537f0-2f99-40c7-a299-d7fb197c9ebc | 2025-03-07 07:32:51.634 | | ip_version | 4 | 2025-03-07 07:32:51.634 | | ipv6_address_mode | None | 2025-03-07 07:32:51.634 | | ipv6_ra_mode | None | 2025-03-07 07:32:51.634 | | name | shared-subnet | 2025-03-07 07:32:51.634 | | network_id | 55519089-83bf-4e48-a664-06123d7d91f1 | 2025-03-07 07:32:51.634 | | project_id | d66969059be64e7d86646b564fe28c7d | 2025-03-07 07:32:51.634 | | revision_number | 0 | 2025-03-07 07:32:51.634 | | segment_id | None | 2025-03-07 07:32:51.634 | | service_types | | 2025-03-07 07:32:51.634 | | subnetpool_id | None | 2025-03-07 07:32:51.634 | | tags | | 2025-03-07 07:32:51.634 | | updated_at | 2025-03-07T07:32:51Z | 2025-03-07 07:32:51.634 | +----------------------+--------------------------------------+ 2025-03-07 07:32:51.757 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-03-07 07:32:51.783 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-03-07 07:32:51.809 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2025-03-07 07:32:51.812 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-03-07 07:32:51.835 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-03-07 07:32:51.857 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-03-07 07:32:51.880 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-03-07 07:32:51.905 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-03-07 07:32:51.929 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-03-07 07:32:51.953 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-03-07 07:32:51.976 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-03-07 07:32:51.998 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-03-07 07:32:52.020 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-03-07 07:32:52.043 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2025-03-07 07:32:52.045 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-03-07 07:32:52.069 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-03-07 07:32:52.090 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-03-07 07:32:52.120 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-03-07 07:32:52.143 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2025-03-07 07:32:52.145 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-03-07 07:32:52.170 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-03-07 07:32:52.193 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2025-03-07 07:32:52.195 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-03-07 07:32:52.219 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2025-03-07 07:32:52.233 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:52.235 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2025-03-07 07:32:52.237 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-03-07 07:32:52.260 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2025-03-07 07:32:52.273 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:52.275 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-03-07 07:32:52.298 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-03-07 07:32:52.322 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-03-07 07:32:52.344 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2025-03-07 07:32:52.346 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-03-07 07:32:52.372 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-03-07 07:32:52.396 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2025-03-07 07:32:52.409 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:52.410 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 0a8f8f2e-82dd-4c4f-80fe-9515de315a84 2025-03-07 07:32:52.433 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 0a8f8f2e-82dd-4c4f-80fe-9515de315a84 2025-03-07 07:32:52.456 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-03-07 07:32:52.479 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-03-07 07:32:52.503 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-03-07 07:32:52.528 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2025-03-07 07:32:52.540 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:52.542 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2025-03-07 07:32:52.544 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2025-03-07 07:32:52.546 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2025-03-07 07:32:52.547 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-03-07 07:32:52.549 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2025-03-07 07:32:52.551 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-03-07 07:32:52.565 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2025-03-07 07:32:52.567 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-03-07 07:32:52.589 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-03-07 07:32:52.615 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-03-07 07:32:52.639 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-03-07 07:32:52.662 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-03-07 07:32:52.685 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-03-07 07:32:52.708 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-03-07 07:32:52.731 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-03-07 07:32:52.754 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-03-07 07:32:52.777 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-03-07 07:32:52.779 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-03-07 07:32:52.803 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:52.805 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2025-03-07 07:32:52.818 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:52.819 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-03-07 07:32:52.842 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 73d850f6-eed4-4edf-be19-2166b246858a 2025-03-07 07:32:52.864 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-03-07 07:32:52.887 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-03-07 07:32:52.909 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-03-07 07:32:52.933 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-03-07 07:32:52.957 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-03-07 07:32:52.979 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-03-07 07:32:53.003 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-03-07 07:32:53.005 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2025-03-07 07:32:53.007 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-03-07 07:32:53.031 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2025-03-07 07:32:53.033 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2025-03-07 07:32:53.034 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-03-07 07:32:53.037 | ++ functions-common:is_provider_network:2287 : return 1 2025-03-07 07:32:53.038 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-03-07 07:32:53.061 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-03-07 07:32:53.083 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-03-07 07:32:53.105 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-03-07 07:32:53.128 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-03-07 07:32:53.151 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-03-07 07:32:53.174 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-07 07:32:53.176 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-03-07 07:32:53.188 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-03-07 07:32:53.212 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-07 07:32:53.215 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-03-07 07:32:53.227 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-03-07 07:32:53.250 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-07 07:32:53.252 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-03-07 07:32:53.265 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-03-07 07:32:53.287 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-07 07:32:53.290 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-03-07 07:32:53.302 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-03-07 07:32:53.324 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2025-03-07 07:32:53.326 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2025-03-07 07:32:53.328 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2025-03-07 07:32:53.330 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-03-07 07:32:53.344 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2025-03-07 07:32:53.346 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-03-07 07:32:53.370 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2025-03-07 07:32:53.382 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:53.384 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-03-07 07:32:53.408 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2025-03-07 07:32:53.410 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2025-03-07 07:32:53.412 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-03-07 07:32:53.414 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-03-07 07:32:53.416 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2025-03-07 07:32:53.417 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2025-03-07 07:32:53.419 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2025-03-07 07:32:53.421 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2025-03-07 07:32:53.423 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-03-07 07:32:53.437 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2025-03-07 07:32:53.439 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-03-07 07:32:53.464 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2025-03-07 07:32:53.465 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2025-03-07 07:32:53.467 | ++ lib/tempest:configure_tempest:668 : local service 2025-03-07 07:32:53.469 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-03-07 07:32:53.471 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:32:53.473 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2025-03-07 07:32:53.485 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:53.487 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-03-07 07:32:53.511 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:32:53.513 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2025-03-07 07:32:53.525 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:53.527 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-03-07 07:32:53.551 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:32:53.553 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2025-03-07 07:32:53.566 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:53.567 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-03-07 07:32:53.591 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:32:53.593 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2025-03-07 07:32:53.606 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:53.608 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-03-07 07:32:53.630 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:32:53.632 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2025-03-07 07:32:53.644 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:32:53.646 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-03-07 07:32:53.668 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:32:53.670 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2025-03-07 07:32:53.682 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:53.684 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-03-07 07:32:53.706 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:32:53.708 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2025-03-07 07:32:53.720 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:32:53.722 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-03-07 07:32:53.744 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-03-07 07:32:53.746 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-03-07 07:32:53.748 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-03-07 07:32:53.749 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-03-07 07:32:53.751 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-03-07 07:32:53.753 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-03-07 07:32:53.755 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-03-07 07:32:53.757 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-03-07 07:32:53.758 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-03-07 07:32:53.760 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-03-07 07:32:53.762 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2025-03-07 07:32:53.764 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2025-03-07 07:32:53.766 | +++ lib/tempest:configure_tempest:715 : mktemp 2025-03-07 07:32:53.769 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.jzcDDU9hWd 2025-03-07 07:32:53.771 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2025-03-07 07:32:53.773 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2025-03-07 07:32:53.775 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-03-07 07:32:53.778 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.vKORxu6bK0 2025-03-07 07:32:53.780 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.vKORxu6bK0 2025-03-07 07:32:53.782 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-03-07 07:32:53.783 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.vKORxu6bK0 2025-03-07 07:32:53.785 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-03-07 07:32:53.787 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-03-07 07:32:53.787 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-03-07 07:32:53.789 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:53.792 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:53.794 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:53.796 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:53.798 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:32:53.800 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2025-03-07 07:32:53.802 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2025-03-07 07:32:54.024 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-03-07 07:32:54.415 | venv-tempest installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-03-07 07:33:02.884 | venv-tempest develop-inst: /opt/stack/tempest 2025-03-07 07:33:05.964 | venv-tempest installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-03-07 07:33:05.964 | ___________________________________ summary ____________________________________ 2025-03-07 07:33:05.964 | venv-tempest: skipped tests 2025-03-07 07:33:05.964 | congratulations :) 2025-03-07 07:33:05.985 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.vKORxu6bK0 -r requirements.txt 2025-03-07 07:33:06.528 | /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-03-07 07:33:06.529 | warnings.warn( 2025-03-07 07:33:06.529 | /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-03-07 07:33:06.529 | warnings.warn( 2025-03-07 07:33:06.612 | venv-tempest develop-inst-noop: /opt/stack/tempest 2025-03-07 07:33:06.986 | venv-tempest installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-03-07 07:33:06.986 | venv-tempest run-test-pre: PYTHONHASHSEED='445386490' 2025-03-07 07:33:06.986 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.vKORxu6bK0 -r requirements.txt 2025-03-07 07:33:07.791 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (5.11.1) 2025-03-07 07:33:07.793 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.2.0) 2025-03-07 07:33:07.793 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.16.0) 2025-03-07 07:33:07.795 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2025-03-07 07:33:07.795 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (2.11.0) 2025-03-07 07:33:07.796 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-03-07 07:33:07.797 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2025-03-07 07:33:07.798 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (5.1.1) 2025-03-07 07:33:07.817 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.1.1) 2025-03-07 07:33:07.818 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.2.1) 2025-03-07 07:33:07.819 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.0.1) 2025-03-07 07:33:07.820 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.1.2) 2025-03-07 07:33:07.820 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (6.1.0) 2025-03-07 07:33:07.821 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.0.1) 2025-03-07 07:33:07.822 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-03-07 07:33:07.823 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.2) 2025-03-07 07:33:07.824 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.0.0) 2025-03-07 07:33:07.824 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.4.1) 2025-03-07 07:33:07.825 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.12) 2025-03-07 07:33:07.826 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (2.5.0) 2025-03-07 07:33:07.827 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2025-03-07 07:33:07.828 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-03-07 07:33:07.828 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2025-03-07 07:33:07.834 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.2) 2025-03-07 07:33:07.835 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.1) 2025-03-07 07:33:07.836 | Requirement already satisfied: importlib-metadata>=4.4 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (5.0.0) 2025-03-07 07:33:07.853 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2025-03-07 07:33:07.854 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (22.1.0) 2025-03-07 07:33:07.859 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2025-03-07 07:33:07.874 | Requirement already satisfied: six in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.16.0) 2025-03-07 07:33:07.875 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.0) 2025-03-07 07:33:07.876 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2025-03-07 07:33:07.893 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.1) 2025-03-07 07:33:07.900 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.0.0) 2025-03-07 07:33:07.916 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (1.5.0) 2025-03-07 07:33:07.917 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.28.1) 2025-03-07 07:33:07.937 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2025-03-07 07:33:07.938 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2025-03-07 07:33:07.939 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.1.1) 2025-03-07 07:33:07.951 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.3) 2025-03-07 07:33:07.953 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.1) 2025-03-07 07:33:07.957 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.4) 2025-03-07 07:33:07.959 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2022.4) 2025-03-07 07:33:07.965 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.0.9) 2025-03-07 07:33:07.965 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2025-03-07 07:33:07.966 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.1.0) 2025-03-07 07:33:07.967 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.1) 2025-03-07 07:33:07.990 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2025-03-07 07:33:08.010 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.14.1) 2025-03-07 07:33:08.056 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2025-03-07 07:33:08.079 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2025-03-07 07:33:08.102 | Requirement already satisfied: zipp>=0.5 in ./.tox/tempest/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.8.1) 2025-03-07 07:33:08.157 | Requirement already satisfied: charset-normalizer<3,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.1.1) 2025-03-07 07:33:08.157 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.4) 2025-03-07 07:33:08.158 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2025.1.31) 2025-03-07 07:33:08.273 | WARNING: There was an error checking the latest version of pip. 2025-03-07 07:33:08.352 | ___________________________________ summary ____________________________________ 2025-03-07 07:33:08.352 | venv-tempest: commands succeeded 2025-03-07 07:33:08.352 | congratulations :) 2025-03-07 07:33:08.372 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.vKORxu6bK0 2025-03-07 07:33:08.376 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2025-03-07 07:33:08.378 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:33:08.380 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-03-07 07:33:08.404 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.jzcDDU9hWd 2025-03-07 07:33:08.629 | venv create: /opt/stack/tempest/.tox/venv 2025-03-07 07:33:08.912 | venv installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-03-07 07:33:21.449 | venv develop-inst: /opt/stack/tempest 2025-03-07 07:33:25.338 | venv installed: alabaster==0.7.12,attrs==22.1.0,autopage==0.5.1,Babel==2.10.3,bcrypt==4.0.0,certifi==2025.1.31,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,docutils==0.17.1,dulwich==0.20.46,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,imagesize==1.4.1,importlib-metadata==5.0.0,iso8601==1.1.0,Jinja2==3.1.2,jsonschema==4.16.0,MarkupSafe==2.1.1,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==3.1.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,Pygments==2.13.0,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,reno==4.0.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==4.5.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-svg2pdfconverter==1.2.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-03-07 07:33:25.339 | venv run-test-pre: PYTHONHASHSEED='596832289' 2025-03-07 07:33:25.339 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.jzcDDU9hWd 2025-03-07 07:33:25.746 | /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-03-07 07:33:25.746 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-03-07 07:33:25.746 | /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-03-07 07:33:25.746 | @jsonschema.FormatChecker.cls_checks('base64') 2025-03-07 07:33:25.980 | /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-03-07 07:33:25.980 | warnings.warn( 2025-03-07 07:33:26.376 | /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-03-07 07:33:26.377 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-03-07 07:33:27.046 | ___________________________________ summary ____________________________________ 2025-03-07 07:33:27.046 | venv: commands succeeded 2025-03-07 07:33:27.046 | congratulations :) 2025-03-07 07:33:27.066 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2025-03-07 07:33:27.079 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:33:27.081 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-03-07 07:33:27.083 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:33:27.096 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:33:27.098 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-03-07 07:33:27.100 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-03-07 07:33:27.102 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-03-07 07:33:27.104 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-03-07 07:33:27.105 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-03-07 07:33:27.107 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-03-07 07:33:27.109 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-03-07 07:33:27.111 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-03-07 07:33:27.112 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-03-07 07:33:27.114 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-03-07 07:33:27.116 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-03-07 07:33:27.118 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-03-07 07:33:27.120 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-03-07 07:33:27.122 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-03-07 07:33:27.123 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-03-07 07:33:27.125 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-03-07 07:33:27.127 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-03-07 07:33:27.129 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-03-07 07:33:27.131 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-03-07 07:33:27.133 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-03-07 07:33:27.135 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-03-07 07:33:27.137 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-03-07 07:33:27.139 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2025-03-07 07:33:27.141 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2025-03-07 07:33:27.144 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.jzcDDU9hWd network-feature-enabled api_extensions 2025-03-07 07:33:27.144 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2025-03-07 07:33:27.159 | ++ lib/tempest:configure_tempest:788 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-03-07 07:33:27.161 | +++ lib/tempest:configure_tempest:790 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2025-03-07 07:33:27.163 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-03-07 07:33:27.165 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-03-07 07:33:27.167 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-03-07 07:33:27.169 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2025-03-07 07:33:27.184 | +++ functions-common:remove_disabled_services:2122 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-03-07 07:33:27.199 | ++ lib/tempest:configure_tempest:790 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-03-07 07:33:27.200 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2025-03-07 07:33:27.202 | ++ lib/tempest:configure_tempest:795 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-03-07 07:33:27.225 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-03-07 07:33:27.227 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-03-07 07:33:27.229 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-03-07 07:33:27.231 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-03-07 07:33:27.233 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2025-03-07 07:33:27.235 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-03-07 07:33:27.260 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-03-07 07:33:27.262 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-03-07 07:33:27.264 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-03-07 07:33:27.266 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-03-07 07:33:27.268 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-03-07 07:33:27.270 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-03-07 07:33:27.272 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-03-07 07:33:27.274 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-03-07 07:33:27.276 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-03-07 07:33:27.278 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-03-07 07:33:27.280 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-03-07 07:33:27.282 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-03-07 07:33:27.284 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2025-03-07 07:33:27.286 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-03-07 07:33:27.309 | ++ lib/tempest:configure_tempest:830 : IFS=' 2025-03-07 07:33:27.309 | ' 2025-03-07 07:33:27.311 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-03-07 07:33:27.313 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:33:27.315 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2025-03-07 07:33:27.317 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-03-07 07:33:27.319 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2025-03-07 07:33:27.319 | ~/tempest ~/tempest 2025-03-07 07:33:27.321 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2025-03-07 07:33:27.323 | ++ lib/tempest:install_tempest_plugins:874 : popd 2025-03-07 07:33:27.323 | ~/tempest 2025-03-07 07:33:27.325 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:33:27.327 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:33:27.330 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:33:27.332 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:33:27.334 | + functions-common:run_phase:1890 : run_plugins stack test-config 2025-03-07 07:33:27.336 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:33:27.338 | + functions-common:run_plugins:1850 : local phase=test-config 2025-03-07 07:33:27.341 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:33:27.343 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:33:27.345 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:33:27.347 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:33:27.349 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:33:27.352 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-03-07 07:33:27.354 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:33:27.356 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:33:27.358 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-03-07 07:33:27.360 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:33:27.362 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:33:27.364 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:33:27.367 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-03-07 07:33:27.369 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-03-07 07:33:27.371 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-07 07:33:27.373 | + inc/meta-config:merge_config_group:171 : shift 2025-03-07 07:33:27.375 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-03-07 07:33:27.377 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:33:27.379 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-07 07:33:27.382 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-07 07:33:27.384 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-03-07 07:33:27.387 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:33:27.389 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-03-07 07:33:27.392 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:33:27.394 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-03-07 07:33:27.394 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:33:27.394 | gsub("[][]", "", $1); 2025-03-07 07:33:27.394 | split($1, a, "|"); 2025-03-07 07:33:27.394 | if (a[1] == matchgroup) 2025-03-07 07:33:27.394 | print a[2] 2025-03-07 07:33:27.394 | } 2025-03-07 07:33:27.394 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 44 osc 156 apt-get 24 test_with_retry 3 dbsync 3 pip_install 93 apt-get-update 23 run_process 15 git_timed 94 ------------------------- Unaccounted time 45 ========================= Total runtime 510 ================= Async summary ================= Time spent in the background minus waits: 180 sec Elapsed time: 510 sec Time if we did everything serially: 690 sec Speedup: 1.35294 This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: cef64817b0feba1837cb7c55a97c1095b8c827eb Update TARGET_BRANCH to unmaintained/2023.1 2024-11-20 13:41:02 +0100 OS Version: Ubuntu 22.04 jammy