2025-04-17 04:13:55.033 | + stack.sh:main:496 : exec 2025-04-17 04:13:55.033 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-17-041354.summary.2025-04-17-041354 2025-04-17 04:13:55.033 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-17-041354' 2025-04-17 04:13:55.033 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:13:55.033 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-17-041354 2025-04-17 04:13:55.033 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-17-041354 /opt/stack//logs/stack.sh.log 2025-04-17 04:13:55.033 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-17-041354.summary.2025-04-17-041354 /opt/stack//logs/stack.sh.log.summary 2025-04-17 04:13:55.033 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2025-04-17 04:13:55.033 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-17 04:13:55.033 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-17 04:13:55.033 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-17 04:13:55.033 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-17 04:13:55.033 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-17 04:13:55.033 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-17 04:13:55.033 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-17 04:13:55.033 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-17 04:13:55.033 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-17 04:13:55.034 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-17 04:13:55.035 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-17 04:13:55.036 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-17 04:13:55.038 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-17 04:13:55.040 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-17 04:13:55.042 | + stack.sh:main:528 : trap exit_trap EXIT 2025-04-17 04:13:55.043 | + stack.sh:main:569 : trap err_trap ERR 2025-04-17 04:13:55.045 | + stack.sh:main:582 : set -o errexit 2025-04-17 04:13:55.046 | + stack.sh:main:585 : uname -a 2025-04-17 04:13:55.047 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-04-17 04:13:55.048 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-17 04:13:55.050 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-17 04:13:55.052 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2025-04-17 04:13:55.077 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2025-04-17 04:13:55.087 | + stack.sh:main:599 : fetch_plugins 2025-04-17 04:13:55.089 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2025-04-17 04:13:55.090 | + functions-common:fetch_plugins:1782 : local plugin 2025-04-17 04:13:55.091 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2025-04-17 04:13:55.093 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2025-04-17 04:13:55.093 | Fetching DevStack plugins 2025-04-17 04:13:55.094 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2025-04-17 04:13:55.096 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2025-04-17 04:13:55.097 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2025-04-17 04:13:55.098 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-17 04:13:55.099 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2025-04-17 04:13:55.101 | + functions-common:git_clone_by_name:707 : local branch=devstack 2025-04-17 04:13:55.102 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-17 04:13:55.103 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-17 04:13:55.105 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2025-04-17 04:13:55.106 | + functions-common:git_clone:614 : local git_ref=devstack 2025-04-17 04:13:55.107 | + functions-common:git_clone:615 : local orig_dir 2025-04-17 04:13:55.109 | ++ functions-common:git_clone:616 : pwd 2025-04-17 04:13:55.111 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:13:55.112 | + functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:13:55.113 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:13:55.122 | + functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:13:55.124 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-04-17 04:13:55.125 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-04-17 04:13:55.126 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:13:55.128 | + functions-common:git_clone:633 : echo devstack 2025-04-17 04:13:55.128 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:13:55.131 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-17 04:13:55.132 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:13:55.134 | + 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-04-17 04:13:55.135 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:13:55.136 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:13:55.138 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:13:55.139 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:13:55.140 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:13:55.142 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:13:55.143 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:13:55.144 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:13:55.146 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:13:55.148 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863235147 2025-04-17 04:13:55.149 | + 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-04-17 04:13:55.154 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-17 04:13:55.656 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:13:55.658 | + functions-common:time_stop:2435 : local name 2025-04-17 04:13:55.659 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:13:55.661 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:13:55.662 | + functions-common:time_stop:2438 : local total 2025-04-17 04:13:55.663 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:13:55.665 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:13:55.666 | + functions-common:time_stop:2442 : start_time=1744863235147 2025-04-17 04:13:55.667 | + functions-common:time_stop:2444 : [[ -z 1744863235147 ]] 2025-04-17 04:13:55.669 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:13:55.671 | + functions-common:time_stop:2447 : end_time=1744863235670 2025-04-17 04:13:55.672 | + functions-common:time_stop:2448 : elapsed_time=523 2025-04-17 04:13:55.674 | + functions-common:time_stop:2449 : total=0 2025-04-17 04:13:55.675 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:13:55.676 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=523 2025-04-17 04:13:55.678 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2025-04-17 04:13:55.679 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2025-04-17 04:13:55.681 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:13:55.682 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:13:55.683 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:13:55.684 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:13:55.686 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:13:55.687 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:13:55.688 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:13:55.690 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:13:55.692 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:13:55.694 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863235692 2025-04-17 04:13:55.695 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-17 04:13:56.119 | From https://github.com/sapcc/networking-nsx-t 2025-04-17 04:13:56.119 | * branch devstack -> FETCH_HEAD 2025-04-17 04:13:56.122 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:13:56.124 | + functions-common:time_stop:2435 : local name 2025-04-17 04:13:56.125 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:13:56.127 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:13:56.128 | + functions-common:time_stop:2438 : local total 2025-04-17 04:13:56.129 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:13:56.131 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:13:56.132 | + functions-common:time_stop:2442 : start_time=1744863235692 2025-04-17 04:13:56.133 | + functions-common:time_stop:2444 : [[ -z 1744863235692 ]] 2025-04-17 04:13:56.135 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:13:56.137 | + functions-common:time_stop:2447 : end_time=1744863236136 2025-04-17 04:13:56.139 | + functions-common:time_stop:2448 : elapsed_time=444 2025-04-17 04:13:56.140 | + functions-common:time_stop:2449 : total=523 2025-04-17 04:13:56.141 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:13:56.143 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=967 2025-04-17 04:13:56.144 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:13:56.146 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:13:56.147 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:13:56.148 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:13:56.149 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:13:56.151 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:13:56.152 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:13:56.153 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:13:56.155 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:13:56.157 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:13:56.159 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863236157 2025-04-17 04:13:56.160 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:13:56.170 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:13:56.170 | 2025-04-17 04:13:56.170 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:13:56.170 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:13:56.170 | state without impacting any branches by switching back to a branch. 2025-04-17 04:13:56.170 | 2025-04-17 04:13:56.170 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:13:56.170 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:13:56.170 | 2025-04-17 04:13:56.170 | git switch -c 2025-04-17 04:13:56.170 | 2025-04-17 04:13:56.170 | Or undo this operation with: 2025-04-17 04:13:56.170 | 2025-04-17 04:13:56.170 | git switch - 2025-04-17 04:13:56.170 | 2025-04-17 04:13:56.170 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:13:56.170 | 2025-04-17 04:13:56.170 | HEAD is now at 29bc664 Delay agent initialization 2025-04-17 04:13:56.171 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:13:56.173 | + functions-common:time_stop:2435 : local name 2025-04-17 04:13:56.174 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:13:56.175 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:13:56.177 | + functions-common:time_stop:2438 : local total 2025-04-17 04:13:56.178 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:13:56.179 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:13:56.181 | + functions-common:time_stop:2442 : start_time=1744863236157 2025-04-17 04:13:56.182 | + functions-common:time_stop:2444 : [[ -z 1744863236157 ]] 2025-04-17 04:13:56.183 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:13:56.186 | + functions-common:time_stop:2447 : end_time=1744863236184 2025-04-17 04:13:56.187 | + functions-common:time_stop:2448 : elapsed_time=27 2025-04-17 04:13:56.188 | + functions-common:time_stop:2449 : total=967 2025-04-17 04:13:56.190 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:13:56.191 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=994 2025-04-17 04:13:56.192 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-17 04:13:56.201 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2025-04-17 04:13:56.203 | + functions-common:git_clone:696 : git show --oneline 2025-04-17 04:13:56.203 | + functions-common:git_clone:696 : head -1 2025-04-17 04:13:56.205 | 29bc664 Delay agent initialization 2025-04-17 04:13:56.207 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:13:56.208 | + stack.sh:main:603 : run_phase override_defaults 2025-04-17 04:13:56.210 | + functions-common:run_phase:1863 : local mode=override_defaults 2025-04-17 04:13:56.211 | + functions-common:run_phase:1864 : local phase= 2025-04-17 04:13:56.213 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 04:13:56.214 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-04-17 04:13:56.215 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 04:13:56.217 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-04-17 04:13:56.218 | + functions-common:run_phase:1873 : local extra 2025-04-17 04:13:56.220 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 04:13:56.222 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-04-17 04:13:56.224 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 04:13:56.225 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 04:13:56.226 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-17 04:13:56.228 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 04:13:56.237 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:13:56.238 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-17 04:13:56.239 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 04:13:56.241 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 04:13:56.242 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 04:13:56.243 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 04:13:56.245 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 04:13:56.246 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-17 04:13:56.247 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-17 04:13:56.249 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-17 04:13:56.250 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 04:13:56.252 | + functions-common:run_phase:1888 : plugin_override_defaults 2025-04-17 04:13:56.253 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2025-04-17 04:13:56.254 | + functions-common:plugin_override_defaults:1823 : local plugin 2025-04-17 04:13:56.256 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2025-04-17 04:13:56.257 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2025-04-17 04:13:56.257 | Overriding Configuration Defaults 2025-04-17 04:13:56.258 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2025-04-17 04:13:56.260 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2025-04-17 04:13:56.261 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-17 04:13:56.263 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2025-04-17 04:13:56.274 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2025-04-17 04:13:56.275 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-17 04:13:56.284 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:13:56.286 | +++ lib/tls:source:43 : hostname -f 2025-04-17 04:13:56.289 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-17 04:13:56.290 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-17 04:13:56.291 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-17 04:13:56.293 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-17 04:13:56.294 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-17 04:13:56.296 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-17 04:13:56.297 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-17 04:13:56.299 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-17 04:13:56.300 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-17 04:13:56.302 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-17 04:13:56.304 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2025-04-17 04:13:56.312 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2025-04-17 04:13:56.324 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2025-04-17 04:13:56.332 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2025-04-17 04:13:56.340 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2025-04-17 04:13:56.363 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2025-04-17 04:13:56.402 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2025-04-17 04:13:56.446 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2025-04-17 04:13:56.464 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2025-04-17 04:13:56.498 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2025-04-17 04:13:56.529 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2025-04-17 04:13:56.530 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-17 04:13:56.540 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:13:56.542 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-17 04:13:56.543 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-17 04:13:56.545 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-17 04:13:56.547 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-17 04:13:56.548 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-17 04:13:56.558 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-04-17 04:13:56.560 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2025-04-17 04:13:56.561 | +++ functions-common:is_suse:544 : is_opensuse 2025-04-17 04:13:56.563 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-04-17 04:13:56.564 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-04-17 04:13:56.566 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-04-17 04:13:56.567 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-04-17 04:13:56.569 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-04-17 04:13:56.570 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-04-17 04:13:56.572 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2025-04-17 04:13:56.574 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-17 04:13:56.575 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-17 04:13:56.577 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-17 04:13:56.579 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-17 04:13:56.581 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-17 04:13:56.591 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-17 04:13:56.593 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-17 04:13:56.594 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-17 04:13:56.605 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-17 04:13:56.607 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2025-04-17 04:13:56.608 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2025-04-17 04:13:56.610 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2025-04-17 04:13:56.611 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-17 04:13:56.613 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-17 04:13:56.615 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-17 04:13:56.616 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-17 04:13:56.618 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-17 04:13:56.619 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-17 04:13:56.621 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-17 04:13:56.622 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-17 04:13:56.624 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-17 04:13:56.625 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-17 04:13:56.627 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-17 04:13:56.629 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-17 04:13:56.631 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-04-17 04:13:56.631 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-04-17 04:13:56.634 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-17 04:13:56.636 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-17 04:13:56.637 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-17 04:13:56.639 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-17 04:13:56.640 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-17 04:13:56.642 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-17 04:13:56.653 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-17 04:13:56.655 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-17 04:13:56.657 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2025-04-17 04:13:56.657 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-04-17 04:13:56.659 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-17 04:13:56.661 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-17 04:13:56.663 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-17 04:13:56.664 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-17 04:13:56.666 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-17 04:13:56.667 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-17 04:13:56.669 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-17 04:13:56.670 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-17 04:13:56.672 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-17 04:13:56.673 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-17 04:13:56.675 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-17 04:13:56.676 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-17 04:13:56.678 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-17 04:13:56.682 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-17 04:13:56.684 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-17 04:13:56.686 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-17 04:13:56.687 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-17 04:13:56.698 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-04-17 04:13:56.699 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2025-04-17 04:13:56.700 | ++++ functions-common:is_suse:544 : is_opensuse 2025-04-17 04:13:56.702 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-04-17 04:13:56.703 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-04-17 04:13:56.705 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-04-17 04:13:56.706 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-04-17 04:13:56.708 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-04-17 04:13:56.709 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-04-17 04:13:56.711 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2025-04-17 04:13:56.713 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2025-04-17 04:13:56.714 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-17 04:13:56.716 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-17 04:13:56.717 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-17 04:13:56.719 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-17 04:13:56.720 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-17 04:13:56.722 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-17 04:13:56.723 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-17 04:13:56.725 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-17 04:13:56.727 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-17 04:13:56.728 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-17 04:13:56.730 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-17 04:13:56.731 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-17 04:13:56.733 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-17 04:13:56.734 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-17 04:13:56.736 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-17 04:13:56.737 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-17 04:13:56.739 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-17 04:13:56.761 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-17 04:13:56.769 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-17 04:13:56.771 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-17 04:13:56.773 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-17 04:13:56.774 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-17 04:13:56.776 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-17 04:13:56.777 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-17 04:13:56.779 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-17 04:13:56.780 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-17 04:13:56.782 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-17 04:13:56.783 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-17 04:13:56.785 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-17 04:13:56.787 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-17 04:13:56.788 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-17 04:13:56.790 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-17 04:13:56.791 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-17 04:13:56.793 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-17 04:13:56.794 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-17 04:13:56.796 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-17 04:13:56.799 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2025-04-17 04:13:56.799 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2025-04-17 04:13:56.799 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2025-04-17 04:13:56.799 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-17 04:13:56.804 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=68:e642:097c 2025-04-17 04:13:56.806 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2025-04-17 04:13:56.807 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2025-04-17 04:13:56.809 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-17 04:13:56.810 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-17 04:13:56.812 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd68:e642:097c::/56 2025-04-17 04:13:56.814 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd68:e642:097c::/56 2025-04-17 04:13:56.815 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-17 04:13:56.818 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd68:e642:097c::/64 2025-04-17 04:13:56.820 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-17 04:13:56.821 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-17 04:13:56.823 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-17 04:13:56.824 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-17 04:13:56.826 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2025-04-17 04:13:56.828 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-17 04:13:56.829 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-17 04:13:56.831 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-17 04:13:56.832 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2025-04-17 04:13:56.833 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-17 04:13:56.835 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-17 04:13:56.837 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-17 04:13:56.838 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd68:e642:097c::/56 2025-04-17 04:13:56.840 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2025-04-17 04:13:56.841 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2025-04-17 04:13:56.844 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2025-04-17 04:13:56.844 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2025-04-17 04:13:56.844 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2025-04-17 04:13:56.848 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2025-04-17 04:13:56.850 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2025-04-17 04:13:56.851 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2025-04-17 04:13:56.851 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2025-04-17 04:13:56.854 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2025-04-17 04:13:56.857 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-17 04:13:56.859 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-17 04:13:56.860 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-17 04:13:56.862 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2025-04-17 04:13:56.864 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-17 04:13:56.865 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2025-04-17 04:13:56.877 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2025-04-17 04:13:56.888 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2025-04-17 04:13:56.897 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2025-04-17 04:13:56.906 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2025-04-17 04:13:56.953 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2025-04-17 04:13:56.955 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-17 04:13:56.957 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-17 04:13:56.958 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-17 04:13:56.960 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-17 04:13:56.962 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-17 04:13:56.962 | False' 2025-04-17 04:13:56.964 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-17 04:13:56.975 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-17 04:13:56.977 | + stack.sh:main:633 : run_phase source 2025-04-17 04:13:56.978 | + functions-common:run_phase:1863 : local mode=source 2025-04-17 04:13:56.980 | + functions-common:run_phase:1864 : local phase= 2025-04-17 04:13:56.981 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 04:13:56.983 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-04-17 04:13:56.984 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 04:13:56.986 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-04-17 04:13:56.987 | + functions-common:run_phase:1873 : local extra 2025-04-17 04:13:56.989 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 04:13:56.992 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-04-17 04:13:56.993 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 04:13:56.995 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 04:13:56.997 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-17 04:13:56.998 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 04:13:57.009 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:13:57.010 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-17 04:13:57.012 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-17 04:13:57.038 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-17 04:13:57.039 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-17 04:13:57.041 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2025-04-17 04:13:57.043 | + functions-common:run_phase:1885 : load_plugin_settings 2025-04-17 04:13:57.044 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2025-04-17 04:13:57.046 | + functions-common:load_plugin_settings:1800 : local plugin 2025-04-17 04:13:57.048 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2025-04-17 04:13:57.049 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2025-04-17 04:13:57.049 | Loading plugin settings 2025-04-17 04:13:57.051 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2025-04-17 04:13:57.053 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2025-04-17 04:13:57.054 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-17 04:13:57.056 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-17 04:13:57.057 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-17 04:13:57.059 | ++ functions-common:define_plugin:1907 : : 2025-04-17 04:13:57.061 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-17 04:13:57.062 | + functions-common:run_phase:1886 : verify_disabled_services 2025-04-17 04:13:57.064 | + functions-common:verify_disabled_services:2146 : local service 2025-04-17 04:13:57.066 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.067 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-17 04:13:57.069 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.071 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-04-17 04:13:57.072 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.074 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-04-17 04:13:57.076 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.077 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-04-17 04:13:57.079 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.081 | + 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-04-17 04:13:57.083 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.084 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-04-17 04:13:57.086 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.088 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-04-17 04:13:57.090 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.091 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-04-17 04:13:57.093 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.095 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-04-17 04:13:57.096 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.098 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-04-17 04:13:57.100 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.101 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-04-17 04:13:57.103 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.105 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-04-17 04:13:57.106 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.108 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-04-17 04:13:57.110 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.111 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-04-17 04:13:57.113 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.115 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-17 04:13:57.117 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.118 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-17 04:13:57.120 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.122 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-17 04:13:57.123 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.125 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-17 04:13:57.127 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.128 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-04-17 04:13:57.131 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.133 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-04-17 04:13:57.134 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.136 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-04-17 04:13:57.138 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:13:57.139 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-04-17 04:13:57.141 | + stack.sh:main:704 : initialize_database_backends 2025-04-17 04:13:57.143 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-17 04:13:57.145 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-17 04:13:57.156 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:13:57.158 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-17 04:13:57.159 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-17 04:13:57.161 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-17 04:13:57.172 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:13:57.174 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-17 04:13:57.176 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-17 04:13:57.177 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-17 04:13:57.179 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-17 04:13:57.181 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-17 04:13:57.183 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-17 04:13:57.184 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-17 04:13:57.186 | + lib/database:initialize_database_backends:92 : return 0 2025-04-17 04:13:57.188 | + stack.sh:main:705 : echo 'Using mysql database backend' 2025-04-17 04:13:57.188 | Using mysql database backend 2025-04-17 04:13:57.190 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-17 04:13:57.201 | + stack.sh:main:710 : define_database_baseurl 2025-04-17 04:13:57.204 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-17 04:13:57.206 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-17 04:13:57.208 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2025-04-17 04:13:57.210 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-17 04:13:57.212 | + stack.sh:main:722 : is_service_enabled rabbit 2025-04-17 04:13:57.223 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:13:57.225 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-17 04:13:57.237 | + stack.sh:main:730 : is_service_enabled keystone 2025-04-17 04:13:57.249 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:13:57.251 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-17 04:13:57.263 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-17 04:13:57.274 | + stack.sh:main:745 : is_service_enabled ldap 2025-04-17 04:13:57.286 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:13:57.288 | + stack.sh:main:754 : is_service_enabled s-proxy 2025-04-17 04:13:57.300 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:13:57.302 | + stack.sh:main:766 : save_stackenv 766 2025-04-17 04:13:57.304 | + functions-common:save_stackenv:60 : local tag=766 2025-04-17 04:13:57.306 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-17 04:13:57.309 | + functions-common:save_stackenv:62 : time_stamp=2025-04-17-041357 2025-04-17 04:13:57.311 | + functions-common:save_stackenv:63 : echo '# 2025-04-17-041357 766' 2025-04-17 04:13:57.313 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.314 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-17 04:13:57.316 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.318 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-17 04:13:57.320 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.322 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-17 04:13:57.323 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.325 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-17 04:13:57.327 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.329 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-17 04:13:57.331 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.332 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-17 04:13:57.334 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.336 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-17-041354 2025-04-17 04:13:57.338 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.340 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-17 04:13:57.342 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.344 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-17 04:13:57.345 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.347 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-17 04:13:57.349 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.351 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-17 04:13:57.353 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.355 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-17 04:13:57.356 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.358 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-17 04:13:57.360 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.362 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-17 04:13:57.364 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:13:57.366 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-17 04:13:57.368 | + stack.sh:main:779 : GIT_DEPTH=0 2025-04-17 04:13:57.370 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements unmaintained/2023.1 2025-04-17 04:13:57.371 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-17 04:13:57.373 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2025-04-17 04:13:57.375 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-04-17 04:13:57.376 | + functions-common:git_clone:615 : local orig_dir 2025-04-17 04:13:57.378 | ++ functions-common:git_clone:616 : pwd 2025-04-17 04:13:57.380 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:13:57.382 | + functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:13:57.384 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:13:57.395 | + functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:13:57.397 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2025-04-17 04:13:57.398 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:13:57.401 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-04-17 04:13:57.401 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:13:57.404 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2025-04-17 04:13:57.406 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:13:57.408 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-17 04:13:57.409 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:13:57.411 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:13:57.413 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:13:57.414 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:13:57.416 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:13:57.417 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:13:57.419 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:13:57.420 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:13:57.423 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:13:57.425 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863237423 2025-04-17 04:13:57.427 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-17 04:13:57.429 | Cloning into '/opt/stack//requirements'... 2025-04-17 04:14:00.183 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:14:00.184 | + functions-common:time_stop:2435 : local name 2025-04-17 04:14:00.186 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:14:00.188 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:14:00.195 | + functions-common:time_stop:2438 : local total 2025-04-17 04:14:00.196 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:14:00.198 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:14:00.199 | + functions-common:time_stop:2442 : start_time=1744863237423 2025-04-17 04:14:00.201 | + functions-common:time_stop:2444 : [[ -z 1744863237423 ]] 2025-04-17 04:14:00.203 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:14:00.206 | + functions-common:time_stop:2447 : end_time=1744863240204 2025-04-17 04:14:00.207 | + functions-common:time_stop:2448 : elapsed_time=2781 2025-04-17 04:14:00.209 | + functions-common:time_stop:2449 : total=994 2025-04-17 04:14:00.211 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:14:00.213 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3775 2025-04-17 04:14:00.214 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2025-04-17 04:14:00.216 | + functions-common:git_clone:655 : git_timed fetch origin unmaintained/2023.1 2025-04-17 04:14:00.218 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:14:00.219 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:14:00.221 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:14:00.222 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:14:00.224 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:14:00.225 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:14:00.227 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:14:00.229 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:14:00.231 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:14:00.234 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863240232 2025-04-17 04:14:00.235 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin unmaintained/2023.1 2025-04-17 04:14:01.046 | From https://opendev.org/openstack/requirements 2025-04-17 04:14:01.046 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-04-17 04:14:01.054 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:14:01.056 | + functions-common:time_stop:2435 : local name 2025-04-17 04:14:01.057 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:14:01.059 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:14:01.061 | + functions-common:time_stop:2438 : local total 2025-04-17 04:14:01.062 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:14:01.064 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:14:01.065 | + functions-common:time_stop:2442 : start_time=1744863240232 2025-04-17 04:14:01.067 | + functions-common:time_stop:2444 : [[ -z 1744863240232 ]] 2025-04-17 04:14:01.069 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:14:01.072 | + functions-common:time_stop:2447 : end_time=1744863241070 2025-04-17 04:14:01.073 | + functions-common:time_stop:2448 : elapsed_time=838 2025-04-17 04:14:01.075 | + functions-common:time_stop:2449 : total=3775 2025-04-17 04:14:01.077 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:14:01.078 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4613 2025-04-17 04:14:01.080 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:14:01.081 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:14:01.083 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:14:01.085 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:14:01.086 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:14:01.088 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:14:01.090 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:14:01.091 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:14:01.093 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:14:01.095 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:14:01.098 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863241096 2025-04-17 04:14:01.099 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:14:01.108 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:14:01.108 | 2025-04-17 04:14:01.108 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:14:01.108 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:14:01.108 | state without impacting any branches by switching back to a branch. 2025-04-17 04:14:01.108 | 2025-04-17 04:14:01.108 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:14:01.108 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:14:01.108 | 2025-04-17 04:14:01.108 | git switch -c 2025-04-17 04:14:01.108 | 2025-04-17 04:14:01.108 | Or undo this operation with: 2025-04-17 04:14:01.108 | 2025-04-17 04:14:01.108 | git switch - 2025-04-17 04:14:01.108 | 2025-04-17 04:14:01.108 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:14:01.108 | 2025-04-17 04:14:01.108 | HEAD is now at ef416fe8 Update .gitreview for unmaintained/2023.1 2025-04-17 04:14:01.110 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:14:01.112 | + functions-common:time_stop:2435 : local name 2025-04-17 04:14:01.113 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:14:01.115 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:14:01.117 | + functions-common:time_stop:2438 : local total 2025-04-17 04:14:01.118 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:14:01.120 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:14:01.121 | + functions-common:time_stop:2442 : start_time=1744863241096 2025-04-17 04:14:01.123 | + functions-common:time_stop:2444 : [[ -z 1744863241096 ]] 2025-04-17 04:14:01.125 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:14:01.128 | + functions-common:time_stop:2447 : end_time=1744863241126 2025-04-17 04:14:01.130 | + functions-common:time_stop:2448 : elapsed_time=30 2025-04-17 04:14:01.131 | + functions-common:time_stop:2449 : total=4613 2025-04-17 04:14:01.133 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:14:01.134 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4643 2025-04-17 04:14:01.136 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-17 04:14:01.146 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2025-04-17 04:14:01.148 | + functions-common:git_clone:696 : git show --oneline 2025-04-17 04:14:01.148 | + functions-common:git_clone:696 : head -1 2025-04-17 04:14:01.150 | ef416fe8 Update .gitreview for unmaintained/2023.1 2025-04-17 04:14:01.152 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:14:01.154 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2025-04-17 04:14:01.156 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:14:01.157 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2025-04-17 04:14:01.159 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-17 04:14:01.161 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-17 04:14:01.163 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-17 04:14:01.165 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-17 04:14:01.167 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-17 04:14:01.169 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-17 04:14:01.170 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-17 04:14:01.173 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-17 04:14:01.176 | ++ tools/install_prereqs.sh:source:47 : NOW=1744863241 2025-04-17 04:14:01.178 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-17 04:14:01.181 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-17 04:14:01.183 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-17 04:14:01.185 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744863241 2025-04-17 04:14:01.187 | ++ tools/install_prereqs.sh:source:50 : [[ 1744863241 -lt 7200 ]] 2025-04-17 04:14:01.189 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-17 04:14:01.195 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2025-04-17 04:14:01.197 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-17 04:14:01.199 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2025-04-17 04:14:01.201 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-17 04:14:01.202 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2025-04-17 04:14:01.204 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-17 04:14:01.207 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-17 04:14:01.233 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-17 04:14:01.233 | apache2-dev 2025-04-17 04:14:01.233 | bc 2025-04-17 04:14:01.233 | bsdmainutils 2025-04-17 04:14:01.233 | curl 2025-04-17 04:14:01.233 | g++ 2025-04-17 04:14:01.233 | gawk 2025-04-17 04:14:01.233 | gcc 2025-04-17 04:14:01.233 | gettext 2025-04-17 04:14:01.233 | git 2025-04-17 04:14:01.233 | graphviz 2025-04-17 04:14:01.233 | iputils-ping 2025-04-17 04:14:01.233 | libapache2-mod-proxy-uwsgi 2025-04-17 04:14:01.233 | libffi-dev 2025-04-17 04:14:01.233 | libjpeg-dev 2025-04-17 04:14:01.233 | libpcre3-dev 2025-04-17 04:14:01.233 | libpq-dev 2025-04-17 04:14:01.233 | libssl-dev 2025-04-17 04:14:01.233 | libsystemd-dev 2025-04-17 04:14:01.233 | libxml2-dev 2025-04-17 04:14:01.233 | libxslt1-dev 2025-04-17 04:14:01.233 | libyaml-dev 2025-04-17 04:14:01.233 | lsof 2025-04-17 04:14:01.233 | openssh-server 2025-04-17 04:14:01.233 | openssl 2025-04-17 04:14:01.233 | pkg-config 2025-04-17 04:14:01.233 | psmisc 2025-04-17 04:14:01.233 | python3-dev 2025-04-17 04:14:01.233 | python3-pip 2025-04-17 04:14:01.233 | python3-systemd 2025-04-17 04:14:01.233 | python3-venv 2025-04-17 04:14:01.233 | tar 2025-04-17 04:14:01.233 | tcpdump 2025-04-17 04:14:01.233 | unzip 2025-04-17 04:14:01.233 | uuid-runtime 2025-04-17 04:14:01.233 | wget 2025-04-17 04:14:01.233 | wget 2025-04-17 04:14:01.233 | zlib1g-dev 2025-04-17 04:14:01.233 | libkrb5-dev 2025-04-17 04:14:01.233 | libldap2-dev 2025-04-17 04:14:01.233 | libsasl2-dev 2025-04-17 04:14:01.233 | memcached 2025-04-17 04:14:01.233 | python3-mysqldb 2025-04-17 04:14:01.233 | sqlite3 2025-04-17 04:14:01.233 | conntrack 2025-04-17 04:14:01.233 | curl 2025-04-17 04:14:01.233 | ebtables 2025-04-17 04:14:01.233 | genisoimage 2025-04-17 04:14:01.233 | iptables 2025-04-17 04:14:01.233 | iputils-arping 2025-04-17 04:14:01.233 | kpartx 2025-04-17 04:14:01.233 | libjs-jquery-tablesorter 2025-04-17 04:14:01.233 | parted 2025-04-17 04:14:01.233 | pm-utils 2025-04-17 04:14:01.233 | python3-mysqldb 2025-04-17 04:14:01.233 | socat 2025-04-17 04:14:01.233 | sqlite3 2025-04-17 04:14:01.233 | sudo 2025-04-17 04:14:01.233 | vlan 2025-04-17 04:14:01.233 | lsscsi 2025-04-17 04:14:01.233 | open-iscsi 2025-04-17 04:14:01.233 | lvm2 2025-04-17 04:14:01.233 | qemu-utils 2025-04-17 04:14:01.233 | thin-provisioning-tools 2025-04-17 04:14:01.233 | acl 2025-04-17 04:14:01.233 | dnsmasq-base 2025-04-17 04:14:01.233 | dnsmasq-utils 2025-04-17 04:14:01.233 | ebtables 2025-04-17 04:14:01.233 | haproxy 2025-04-17 04:14:01.234 | iptables 2025-04-17 04:14:01.234 | iputils-arping 2025-04-17 04:14:01.234 | iputils-ping 2025-04-17 04:14:01.234 | postgresql-server-dev-all 2025-04-17 04:14:01.234 | python3-mysqldb 2025-04-17 04:14:01.234 | sqlite3 2025-04-17 04:14:01.234 | sudo 2025-04-17 04:14:01.234 | vlan 2025-04-17 04:14:01.234 | ipset 2025-04-17 04:14:01.234 | conntrack 2025-04-17 04:14:01.234 | conntrackd 2025-04-17 04:14:01.234 | keepalived' 2025-04-17 04:14:01.235 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-17 04:14:01.250 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-17 04:14:01.250 | apache2-dev 2025-04-17 04:14:01.250 | bc 2025-04-17 04:14:01.250 | bsdmainutils 2025-04-17 04:14:01.250 | curl 2025-04-17 04:14:01.250 | g++ 2025-04-17 04:14:01.250 | gawk 2025-04-17 04:14:01.250 | gcc 2025-04-17 04:14:01.250 | gettext 2025-04-17 04:14:01.250 | git 2025-04-17 04:14:01.250 | graphviz 2025-04-17 04:14:01.250 | iputils-ping 2025-04-17 04:14:01.250 | libapache2-mod-proxy-uwsgi 2025-04-17 04:14:01.250 | libffi-dev 2025-04-17 04:14:01.250 | libjpeg-dev 2025-04-17 04:14:01.250 | libpcre3-dev 2025-04-17 04:14:01.250 | libpq-dev 2025-04-17 04:14:01.250 | libssl-dev 2025-04-17 04:14:01.250 | libsystemd-dev 2025-04-17 04:14:01.250 | libxml2-dev 2025-04-17 04:14:01.250 | libxslt1-dev 2025-04-17 04:14:01.250 | libyaml-dev 2025-04-17 04:14:01.250 | lsof 2025-04-17 04:14:01.250 | openssh-server 2025-04-17 04:14:01.250 | openssl 2025-04-17 04:14:01.250 | pkg-config 2025-04-17 04:14:01.250 | psmisc 2025-04-17 04:14:01.250 | python3-dev 2025-04-17 04:14:01.250 | python3-pip 2025-04-17 04:14:01.250 | python3-systemd 2025-04-17 04:14:01.250 | python3-venv 2025-04-17 04:14:01.250 | tar 2025-04-17 04:14:01.250 | tcpdump 2025-04-17 04:14:01.250 | unzip 2025-04-17 04:14:01.250 | uuid-runtime 2025-04-17 04:14:01.250 | wget 2025-04-17 04:14:01.250 | wget 2025-04-17 04:14:01.250 | zlib1g-dev 2025-04-17 04:14:01.250 | libkrb5-dev 2025-04-17 04:14:01.250 | libldap2-dev 2025-04-17 04:14:01.250 | libsasl2-dev 2025-04-17 04:14:01.250 | memcached 2025-04-17 04:14:01.250 | python3-mysqldb 2025-04-17 04:14:01.250 | sqlite3 2025-04-17 04:14:01.250 | conntrack 2025-04-17 04:14:01.250 | curl 2025-04-17 04:14:01.250 | ebtables 2025-04-17 04:14:01.250 | genisoimage 2025-04-17 04:14:01.250 | iptables 2025-04-17 04:14:01.250 | iputils-arping 2025-04-17 04:14:01.250 | kpartx 2025-04-17 04:14:01.250 | libjs-jquery-tablesorter 2025-04-17 04:14:01.250 | parted 2025-04-17 04:14:01.250 | pm-utils 2025-04-17 04:14:01.250 | python3-mysqldb 2025-04-17 04:14:01.250 | socat 2025-04-17 04:14:01.250 | sqlite3 2025-04-17 04:14:01.250 | sudo 2025-04-17 04:14:01.250 | vlan 2025-04-17 04:14:01.250 | lsscsi 2025-04-17 04:14:01.250 | open-iscsi 2025-04-17 04:14:01.250 | lvm2 2025-04-17 04:14:01.250 | qemu-utils 2025-04-17 04:14:01.250 | thin-provisioning-tools 2025-04-17 04:14:01.250 | acl 2025-04-17 04:14:01.250 | dnsmasq-base 2025-04-17 04:14:01.250 | dnsmasq-utils 2025-04-17 04:14:01.250 | ebtables 2025-04-17 04:14:01.250 | haproxy 2025-04-17 04:14:01.250 | iptables 2025-04-17 04:14:01.250 | iputils-arping 2025-04-17 04:14:01.250 | iputils-ping 2025-04-17 04:14:01.250 | postgresql-server-dev-all 2025-04-17 04:14:01.250 | python3-mysqldb 2025-04-17 04:14:01.250 | sqlite3 2025-04-17 04:14:01.250 | sudo 2025-04-17 04:14:01.250 | vlan 2025-04-17 04:14:01.250 | ipset 2025-04-17 04:14:01.250 | conntrack 2025-04-17 04:14:01.250 | conntrackd 2025-04-17 04:14:01.250 | keepalived ' 2025-04-17 04:14:01.251 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-17 04:14:01.253 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:14:01.255 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:14:01.258 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-17 04:14:01.258 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-17 04:14:01.261 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-17 04:14:01.263 | ++ functions-common:install_package:1459 : update_package_repo 2025-04-17 04:14:01.264 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-04-17 04:14:01.266 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2025-04-17 04:14:01.268 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-04-17 04:14:01.270 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-04-17 04:14:01.271 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2025-04-17 04:14:01.273 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:14:01.275 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:14:01.277 | ++ functions-common:update_package_repo:1440 : apt_get_update 2025-04-17 04:14:01.278 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2025-04-17 04:14:01.280 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2025-04-17 04:14:01.282 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2025-04-17 04:14:01.284 | +++ functions-common:apt_get_update:1193 : id -u 2025-04-17 04:14:01.287 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2025-04-17 04:14:01.288 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2025-04-17 04:14:01.290 | ++ functions-common:time_start:2421 : local name=apt-get-update 2025-04-17 04:14:01.291 | ++ functions-common:time_start:2422 : local start_time= 2025-04-17 04:14:01.293 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:14:01.295 | +++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:14:01.298 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1744863241296 2025-04-17 04:14:01.299 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-17 04:14:01.301 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-17 04:14:01.303 | ++ 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-04-17 04:14:01.493 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-17 04:14:01.499 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-17 04:14:01.512 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-17 04:14:01.688 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,496 kB] 2025-04-17 04:14:01.742 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [408 kB] 2025-04-17 04:14:01.753 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-17 04:14:01.766 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,326 kB] 2025-04-17 04:14:01.785 | Get:8 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-17 04:14:01.805 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [589 kB] 2025-04-17 04:14:01.810 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-17 04:14:01.818 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-17 04:14:01.850 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-17 04:14:01.860 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-17 04:14:01.876 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-17 04:14:01.886 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-17 04:14:01.900 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-17 04:14:01.914 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-17 04:14:01.933 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-17 04:14:01.951 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-17 04:14:01.958 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-17 04:14:01.972 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2025-04-17 04:14:01.981 | Get:22 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-17 04:14:02.340 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-17 04:14:08.044 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-17 04:14:08.942 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-17 04:14:09.058 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-17 04:14:15.804 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-17 04:14:17.071 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-17 04:14:17.165 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-17 04:14:19.329 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-17 04:14:19.859 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-17 04:14:19.994 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-17 04:14:20.165 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-17 04:14:20.272 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-17 04:14:26.188 | Fetched 16.5 MB in 19s (872 kB/s) 2025-04-17 04:14:27.280 | Reading package lists... 2025-04-17 04:14:27.304 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2025-04-17 04:14:27.306 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2025-04-17 04:14:27.308 | ++ functions-common:time_stop:2435 : local name 2025-04-17 04:14:27.310 | ++ functions-common:time_stop:2436 : local end_time 2025-04-17 04:14:27.311 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:14:27.313 | ++ functions-common:time_stop:2438 : local total 2025-04-17 04:14:27.315 | ++ functions-common:time_stop:2439 : local start_time 2025-04-17 04:14:27.317 | ++ functions-common:time_stop:2441 : name=apt-get-update 2025-04-17 04:14:27.318 | ++ functions-common:time_stop:2442 : start_time=1744863241296 2025-04-17 04:14:27.320 | ++ functions-common:time_stop:2444 : [[ -z 1744863241296 ]] 2025-04-17 04:14:27.322 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:14:27.325 | ++ functions-common:time_stop:2447 : end_time=1744863267323 2025-04-17 04:14:27.327 | ++ functions-common:time_stop:2448 : elapsed_time=26027 2025-04-17 04:14:27.328 | ++ functions-common:time_stop:2449 : total=0 2025-04-17 04:14:27.330 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:14:27.332 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26027 2025-04-17 04:14:27.333 | ++ 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-04-17 04:14:27.335 | ++ functions-common:real_install_package:1445 : is_ubuntu 2025-04-17 04:14:27.337 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:14:27.339 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:14:27.341 | ++ 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-04-17 04:14:27.356 | ++ 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-04-17 04:14:27.415 | Reading package lists... 2025-04-17 04:14:27.679 | Building dependency tree... 2025-04-17 04:14:27.680 | Reading state information... 2025-04-17 04:14:27.879 | acl is already the newest version (2.3.1-1). 2025-04-17 04:14:27.879 | bc is already the newest version (1.07.1-3build1). 2025-04-17 04:14:27.879 | bc set to manually installed. 2025-04-17 04:14:27.879 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-17 04:14:27.879 | ebtables is already the newest version (2.0.11-4build2). 2025-04-17 04:14:27.879 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-17 04:14:27.879 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-17 04:14:27.879 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-17 04:14:27.879 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-17 04:14:27.879 | ipset is already the newest version (7.15-1build1). 2025-04-17 04:14:27.879 | iputils-arping is already the newest version (3:20211215-1). 2025-04-17 04:14:27.879 | iputils-ping is already the newest version (3:20211215-1). 2025-04-17 04:14:27.879 | iputils-ping set to manually installed. 2025-04-17 04:14:27.879 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-17 04:14:27.879 | libffi-dev is already the newest version (3.4.2-4). 2025-04-17 04:14:27.879 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-17 04:14:27.879 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-17 04:14:27.879 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-17 04:14:27.879 | lsof set to manually installed. 2025-04-17 04:14:27.879 | lsscsi is already the newest version (0.31-1build2). 2025-04-17 04:14:27.879 | parted is already the newest version (3.4-2build1). 2025-04-17 04:14:27.879 | parted set to manually installed. 2025-04-17 04:14:27.879 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-17 04:14:27.879 | psmisc is already the newest version (23.4-2build3). 2025-04-17 04:14:27.879 | psmisc set to manually installed. 2025-04-17 04:14:27.879 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-17 04:14:27.879 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-17 04:14:27.879 | python3-systemd set to manually installed. 2025-04-17 04:14:27.879 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-17 04:14:27.879 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-17 04:14:27.879 | thin-provisioning-tools set to manually installed. 2025-04-17 04:14:27.879 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-17 04:14:27.879 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-17 04:14:27.879 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-17 04:14:27.879 | pm-utils is already the newest version (1.4.1-19). 2025-04-17 04:14:27.879 | postgresql-server-dev-all is already the newest version (238). 2025-04-17 04:14:27.879 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-17 04:14:27.879 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-17 04:14:27.879 | curl set to manually installed. 2025-04-17 04:14:27.879 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-17 04:14:27.879 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-17 04:14:27.879 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-17 04:14:27.879 | gawk set to manually installed. 2025-04-17 04:14:27.879 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-17 04:14:27.879 | git set to manually installed. 2025-04-17 04:14:27.879 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-17 04:14:27.879 | iptables set to manually installed. 2025-04-17 04:14:27.879 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-17 04:14:27.879 | kpartx set to manually installed. 2025-04-17 04:14:27.879 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-17 04:14:27.879 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-17 04:14:27.879 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-17 04:14:27.879 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-17 04:14:27.879 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-17 04:14:27.879 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-17 04:14:27.879 | sudo set to manually installed. 2025-04-17 04:14:27.879 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-17 04:14:27.879 | tar set to manually installed. 2025-04-17 04:14:27.879 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-17 04:14:27.879 | tcpdump set to manually installed. 2025-04-17 04:14:27.879 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-17 04:14:27.879 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-17 04:14:27.879 | uuid-runtime set to manually installed. 2025-04-17 04:14:27.879 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-17 04:14:27.879 | wget set to manually installed. 2025-04-17 04:14:27.879 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-17 04:14:27.879 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-17 04:14:27.879 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-17 04:14:27.879 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-17 04:14:27.879 | The following additional packages will be installed: 2025-04-17 04:14:27.880 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-17 04:14:27.880 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-17 04:14:27.882 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-17 04:14:27.882 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-17 04:14:27.882 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-17 04:14:27.883 | Suggested packages: 2025-04-17 04:14:27.886 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-17 04:14:27.886 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-17 04:14:27.886 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-17 04:14:27.886 | systemd-container libtss2-rc0 2025-04-17 04:14:27.886 | Recommended packages: 2025-04-17 04:14:27.886 | krb5-locales 2025-04-17 04:14:27.928 | The following packages will be upgraded: 2025-04-17 04:14:27.928 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-17 04:14:27.928 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-17 04:14:27.929 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-17 04:14:27.929 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-17 04:14:27.929 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-17 04:14:27.929 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-17 04:14:27.929 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-17 04:14:27.929 | systemd-timesyncd 2025-04-17 04:14:28.480 | Preconfiguring packages ... 2025-04-17 04:14:28.565 | 42 upgraded, 0 newly installed, 0 to remove and 120 not upgraded. 2025-04-17 04:14:28.565 | Need to get 0 B/22.3 MB of archives. 2025-04-17 04:14:28.565 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-17 04:14:29.597 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-17 04:14:29.603 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 04:14:29.621 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 04:14:29.847 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 04:14:29.867 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 04:14:29.943 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 04:14:29.960 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 04:14:30.043 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 04:14:30.055 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 04:14:30.118 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 04:14:30.137 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 04:14:30.199 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-17 04:14:30.213 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-17 04:14:30.399 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-17 04:14:30.415 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-17 04:14:30.524 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-17 04:14:30.786 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-17 04:14:30.792 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 04:14:30.841 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 04:14:31.187 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 04:14:31.202 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 04:14:31.273 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-17 04:14:31.398 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-17 04:14:31.404 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 04:14:31.428 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 04:14:31.489 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-17 04:14:31.502 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-17 04:14:31.610 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-17 04:14:31.626 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-17 04:14:31.713 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 04:14:31.738 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 04:14:31.831 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 04:14:31.845 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 04:14:31.960 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-17 04:14:31.973 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 04:14:32.080 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 04:14:32.093 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 04:14:32.171 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-17 04:14:32.195 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-17 04:14:32.326 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-17 04:14:32.346 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-17 04:14:32.421 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-17 04:14:32.438 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-17 04:14:32.513 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-17 04:14:32.538 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-17 04:14:32.668 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-17 04:14:32.908 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-17 04:14:33.012 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:33.033 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:33.116 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:33.259 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-17 04:14:33.265 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:33.283 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:33.359 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:33.489 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-17 04:14:33.495 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:33.510 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:33.592 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:33.729 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-17 04:14:33.736 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:33.913 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:34.056 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:34.181 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-17 04:14:34.187 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:34.205 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:34.274 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:34.289 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:34.357 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:34.371 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:34.430 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:34.444 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:34.512 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 04:14:34.524 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 04:14:34.596 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-17 04:14:34.616 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-17 04:14:34.714 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-17 04:14:34.752 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-17 04:14:34.849 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-17 04:14:34.878 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-17 04:14:34.981 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-17 04:14:34.994 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-17 04:14:35.120 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 04:14:35.137 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 04:14:35.230 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-17 04:14:35.243 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-17 04:14:35.320 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-17 04:14:35.337 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-17 04:14:35.395 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-17 04:14:35.408 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-17 04:14:35.505 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-17 04:14:35.519 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-17 04:14:35.583 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-17 04:14:35.610 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-17 04:14:35.669 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-17 04:14:35.683 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-17 04:14:35.800 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-17 04:14:35.814 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-17 04:14:35.881 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-17 04:14:35.988 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-17 04:14:36.001 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-17 04:14:36.839 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-17 04:14:37.539 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-17 04:14:38.550 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-17 04:14:39.522 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-17 04:14:39.541 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:39.561 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-17 04:14:39.578 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-17 04:14:40.095 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-17 04:14:40.111 | update-initramfs: deferring update (trigger activated) 2025-04-17 04:14:40.117 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-17 04:14:40.494 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-17 04:14:40.560 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:40.627 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-17 04:14:40.645 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-17 04:14:40.660 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-17 04:14:40.688 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-17 04:14:40.708 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-17 04:14:41.432 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-17 04:14:41.445 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:41.457 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-17 04:14:41.469 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-17 04:14:41.480 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:41.493 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-17 04:14:41.505 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-17 04:14:41.517 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-17 04:14:42.356 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-17 04:14:42.828 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-17 04:14:42.877 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-17 04:14:42.899 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-17 04:14:42.917 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-17 04:14:42.932 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-17 04:14:43.068 | update-initramfs: deferring update (trigger activated) 2025-04-17 04:14:44.444 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 04:14:44.455 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-17 04:14:44.465 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-17 04:14:44.476 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-17 04:14:44.647 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-17 04:14:44.660 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-17 04:14:46.639 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-17 04:14:46.659 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-17 04:14:46.675 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-17 04:14:46.726 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-17 04:14:46.767 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-17 04:14:46.851 | Processing triggers for man-db (2.10.2-1) ... 2025-04-17 04:14:47.178 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-17 04:14:47.197 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-17 04:14:47.233 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-17 04:14:54.176 | NEEDRESTART-VER: 3.5 2025-04-17 04:14:54.954 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-17 04:14:54.954 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-17 04:14:54.954 | NEEDRESTART-KSTA: 1 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: conntrackd.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: dbus.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: epmd.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: irqbalance.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: mariadb.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: memcached.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: ModemManager.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: multipathd.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: packagekit.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: pmcd.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: pmie.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: pmie_farm.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: pmlogger.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: pmproxy.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: polkit.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: systemd-logind.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: udisks2.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: user@1001.service 2025-04-17 04:14:54.954 | NEEDRESTART-SVC: vgauth.service 2025-04-17 04:14:57.259 | ++ functions-common:apt_get:1230 : result=0 2025-04-17 04:14:57.261 | ++ functions-common:apt_get:1233 : time_stop apt-get 2025-04-17 04:14:57.263 | ++ functions-common:time_stop:2435 : local name 2025-04-17 04:14:57.265 | ++ functions-common:time_stop:2436 : local end_time 2025-04-17 04:14:57.266 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:14:57.268 | ++ functions-common:time_stop:2438 : local total 2025-04-17 04:14:57.270 | ++ functions-common:time_stop:2439 : local start_time 2025-04-17 04:14:57.272 | ++ functions-common:time_stop:2441 : name=apt-get 2025-04-17 04:14:57.273 | ++ functions-common:time_stop:2442 : start_time=1744863267353 2025-04-17 04:14:57.275 | ++ functions-common:time_stop:2444 : [[ -z 1744863267353 ]] 2025-04-17 04:14:57.277 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:14:57.280 | ++ functions-common:time_stop:2447 : end_time=1744863297278 2025-04-17 04:14:57.282 | ++ functions-common:time_stop:2448 : elapsed_time=29925 2025-04-17 04:14:57.283 | ++ functions-common:time_stop:2449 : total=510 2025-04-17 04:14:57.285 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:14:57.287 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30435 2025-04-17 04:14:57.289 | ++ functions-common:apt_get:1234 : return 0 2025-04-17 04:14:57.290 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-17 04:14:57.292 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-17 04:14:57.294 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-17 04:14:57.297 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-17 04:14:57.300 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2025-04-17 04:14:57.302 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2025-04-17 04:14:57.304 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2025-04-17 04:14:57.603 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-17 04:14:57.605 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-17 04:14:57.606 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-17 04:14:57.607 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-17 04:14:57.609 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-17 04:14:57.610 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-17 04:14:57.611 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-17 04:14:57.612 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-17 04:14:57.613 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-17 04:14:57.615 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-17 04:14:57.616 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-17 04:14:57.617 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-17 04:14:57.618 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-17 04:14:57.620 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-17 04:14:57.621 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-17 04:14:57.622 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-17 04:14:57.623 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-17 04:14:57.625 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-17 04:14:57.626 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-17 04:14:57.627 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-17 04:14:57.628 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-17 04:14:57.630 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-17 04:14:57.632 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-17 04:14:57.633 | + functions-common:_ensure_lsb_release:394 : return 2025-04-17 04:14:57.635 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-17 04:14:57.668 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-17 04:14:57.670 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-17 04:14:57.702 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-17 04:14:57.704 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-17 04:14:57.738 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-17 04:14:57.740 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-17 04:14:57.741 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-17 04:14:57.742 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-17 04:14:57.744 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-17 04:14:57.745 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-17 04:14:57.746 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-17 04:14:57.748 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-17 04:14:57.749 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-17 04:14:57.750 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2025-04-17 04:14:57.752 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-17 04:14:57.752 | Distro: jammy 2025-04-17 04:14:57.753 | + tools/install_pip.sh:main:124 : get_versions 2025-04-17 04:14:57.755 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-17 04:14:57.757 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-17 04:14:57.759 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-17 04:14:57.760 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-17 04:14:57.761 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-17 04:14:57.870 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-17 04:14:57.871 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-17 04:14:57.871 | pip: 0.1.15 2025-04-17 04:14:57.873 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-17 04:14:57.874 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-17 04:14:57.875 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-04-17 04:14:57.877 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-04-17 04:14:57.878 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 04:14:57.879 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-04-17 04:14:57.880 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 04:14:57.881 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 04:14:57.883 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-04-17 04:14:57.884 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-04-17 04:14:57.885 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-04-17 04:14:57.886 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 04:14:57.888 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-04-17 04:14:57.889 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 04:14:57.890 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-17 04:14:57.891 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:14:57.893 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:14:57.894 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-17 04:14:57.897 | + tools/install_pip.sh:main:153 : set -x 2025-04-17 04:14:57.898 | + tools/install_pip.sh:main:156 : get_versions 2025-04-17 04:14:57.900 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-17 04:14:57.903 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-17 04:14:57.904 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-17 04:14:57.906 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-17 04:14:57.906 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-17 04:14:57.914 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-17 04:14:57.915 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-17 04:14:57.915 | pip: 0.1.15 2025-04-17 04:14:57.918 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-17 04:14:57.920 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-17 04:14:57.922 | + stack.sh:main:805 : fixup_all 2025-04-17 04:14:57.924 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2025-04-17 04:14:57.926 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2025-04-17 04:14:57.928 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:14:57.929 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:14:57.931 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-17 04:14:57.941 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-17 04:14:57.949 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-17 04:14:57.958 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2025-04-17 04:14:57.960 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-17 04:14:57.961 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-04-17 04:14:57.963 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-04-17 04:14:57.964 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 04:14:57.966 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-04-17 04:14:57.968 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 04:14:57.969 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 04:14:57.971 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-04-17 04:14:57.972 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-04-17 04:14:57.974 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-04-17 04:14:57.976 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 04:14:57.977 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-04-17 04:14:57.979 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 04:14:57.981 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-17 04:14:57.982 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2025-04-17 04:14:57.984 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2025-04-17 04:14:57.986 | + functions-common:is_suse:544 : is_opensuse 2025-04-17 04:14:57.987 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-04-17 04:14:57.989 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-04-17 04:14:57.991 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-04-17 04:14:57.992 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-04-17 04:14:57.994 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-04-17 04:14:57.996 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2025-04-17 04:14:57.998 | + stack.sh:main:808 : pip_install -U os-testr 2025-04-17 04:14:58.013 | Using python 3.10 to install os-testr 2025-04-17 04:14:58.015 | + 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-04-17 04:14:59.055 | Collecting os-testr 2025-04-17 04:14:59.058 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-17 04:14:59.108 | Collecting pbr!=2.1.0,>=2.0.0 2025-04-17 04:14:59.112 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-17 04:14:59.115 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2025-04-17 04:14:59.135 | Collecting python-subunit>=1.0.0 2025-04-17 04:14:59.139 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-17 04:14:59.147 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2025-04-17 04:14:59.338 | Installing collected packages: python-subunit, pbr, os-testr 2025-04-17 04:14:59.338 | Attempting uninstall: python-subunit 2025-04-17 04:14:59.339 | Found existing installation: python-subunit 1.4.0 2025-04-17 04:14:59.347 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:14:59.347 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2025-04-17 04:14:59.422 | Attempting uninstall: pbr 2025-04-17 04:14:59.423 | Found existing installation: pbr 5.8.0 2025-04-17 04:14:59.424 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:14:59.425 | Can't uninstall 'pbr'. No files were found to uninstall. 2025-04-17 04:14:59.484 | Attempting uninstall: os-testr 2025-04-17 04:14:59.484 | Found existing installation: os-testr 2.0.1 2025-04-17 04:14:59.485 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:14:59.486 | Can't uninstall 'os-testr'. No files were found to uninstall. 2025-04-17 04:14:59.508 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2025-04-17 04:14:59.508 | 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-04-17 04:14:59.586 | + inc/python:pip_install:196 : result=0 2025-04-17 04:14:59.588 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:14:59.590 | + functions-common:time_stop:2435 : local name 2025-04-17 04:14:59.592 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:14:59.594 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:14:59.595 | + functions-common:time_stop:2438 : local total 2025-04-17 04:14:59.597 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:14:59.599 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:14:59.600 | + functions-common:time_stop:2442 : start_time=1744863298009 2025-04-17 04:14:59.602 | + functions-common:time_stop:2444 : [[ -z 1744863298009 ]] 2025-04-17 04:14:59.604 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:14:59.607 | + functions-common:time_stop:2447 : end_time=1744863299605 2025-04-17 04:14:59.609 | + functions-common:time_stop:2448 : elapsed_time=1596 2025-04-17 04:14:59.611 | + functions-common:time_stop:2449 : total=0 2025-04-17 04:14:59.612 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:14:59.614 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1596 2025-04-17 04:14:59.616 | + inc/python:pip_install:199 : return 0 2025-04-17 04:14:59.618 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-17 04:14:59.658 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2025-04-17 04:14:59.713 | + stack.sh:main:819 : install_infra 2025-04-17 04:14:59.715 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-17 04:14:59.717 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-17 04:14:59.719 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-17 04:15:02.876 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-17 04:15:02.878 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-17 04:15:02.895 | + 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-04-17 04:15:03.926 | Collecting pbr 2025-04-17 04:15:03.931 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-17 04:15:03.956 | Installing collected packages: pbr 2025-04-17 04:15:04.020 | Successfully installed pbr-5.11.1 2025-04-17 04:15:04.092 | + inc/python:pip_install:196 : result=0 2025-04-17 04:15:04.094 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:15:04.096 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:04.098 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:04.099 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:04.101 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:04.103 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:04.104 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:15:04.106 | + functions-common:time_stop:2442 : start_time=1744863302889 2025-04-17 04:15:04.108 | + functions-common:time_stop:2444 : [[ -z 1744863302889 ]] 2025-04-17 04:15:04.110 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:04.113 | + functions-common:time_stop:2447 : end_time=1744863304111 2025-04-17 04:15:04.115 | + functions-common:time_stop:2448 : elapsed_time=1222 2025-04-17 04:15:04.116 | + functions-common:time_stop:2449 : total=1596 2025-04-17 04:15:04.118 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:04.120 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2818 2025-04-17 04:15:04.122 | + inc/python:pip_install:199 : return 0 2025-04-17 04:15:04.124 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-17 04:15:04.126 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-17 04:15:04.142 | + 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-04-17 04:15:04.981 | Processing /opt/stack/requirements 2025-04-17 04:15:04.982 | Preparing metadata (setup.py): started 2025-04-17 04:15:05.599 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 04:15:05.691 | Collecting Parsley>=1.2 2025-04-17 04:15:05.694 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-17 04:15:05.789 | Collecting PyYAML>=3.12 2025-04-17 04:15:05.796 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-17 04:15:05.820 | Collecting beagle>=0.2.1 2025-04-17 04:15:05.822 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-17 04:15:05.848 | Collecting fixtures>=3.0.0 2025-04-17 04:15:05.852 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-17 04:15:05.896 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-17 04:15:05.899 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-17 04:15:05.951 | Collecting requests>=2.14.2 2025-04-17 04:15:05.954 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-04-17 04:15:05.983 | Collecting six>=1.10.0 2025-04-17 04:15:05.986 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-17 04:15:06.036 | Collecting cliff>=2.11.0 2025-04-17 04:15:06.039 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-04-17 04:15:06.041 | 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-04-17 04:15:06.117 | Collecting urllib3<1.27,>=1.21.1 2025-04-17 04:15:06.122 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-04-17 04:15:06.148 | Collecting idna<4,>=2.5 2025-04-17 04:15:06.152 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-17 04:15:06.191 | Collecting certifi>=2017.4.17 2025-04-17 04:15:06.195 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-17 04:15:06.391 | Collecting charset-normalizer<3,>=2 2025-04-17 04:15:06.394 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-04-17 04:15:06.427 | Collecting autopage>=0.4.0 2025-04-17 04:15:06.431 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-17 04:15:06.484 | Collecting PrettyTable>=0.7.2 2025-04-17 04:15:06.486 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-04-17 04:15:06.529 | Collecting stevedore>=2.0.1 2025-04-17 04:15:06.532 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-04-17 04:15:06.613 | Collecting importlib-metadata>=4.4 2025-04-17 04:15:06.616 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-04-17 04:15:06.675 | Collecting cmd2>=1.0.0 2025-04-17 04:15:06.679 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-04-17 04:15:06.744 | Collecting pyperclip>=1.6 2025-04-17 04:15:06.744 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-17 04:15:06.768 | Collecting wcwidth>=0.1.7 2025-04-17 04:15:06.771 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2025-04-17 04:15:06.806 | Collecting attrs>=16.3.0 2025-04-17 04:15:06.812 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-04-17 04:15:06.873 | Collecting zipp>=0.5 2025-04-17 04:15:06.875 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-04-17 04:15:06.933 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-17 04:15:07.076 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-04-17 04:15:07.865 | Running setup.py install for openstack-requirements: started 2025-04-17 04:15:09.173 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-17 04:15:09.181 | 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-04-17 04:15:09.288 | + inc/python:pip_install:196 : result=0 2025-04-17 04:15:09.290 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:15:09.292 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:09.294 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:09.296 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:09.298 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:09.300 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:09.301 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:15:09.303 | + functions-common:time_stop:2442 : start_time=1744863304137 2025-04-17 04:15:09.305 | + functions-common:time_stop:2444 : [[ -z 1744863304137 ]] 2025-04-17 04:15:09.307 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:09.310 | + functions-common:time_stop:2447 : end_time=1744863309308 2025-04-17 04:15:09.312 | + functions-common:time_stop:2448 : elapsed_time=5171 2025-04-17 04:15:09.313 | + functions-common:time_stop:2449 : total=2818 2025-04-17 04:15:09.315 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:09.317 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7989 2025-04-17 04:15:09.318 | + inc/python:pip_install:199 : return 0 2025-04-17 04:15:09.320 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-17 04:15:09.322 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-17 04:15:09.324 | + inc/python:use_library_from_git:246 : local name=pbr 2025-04-17 04:15:09.326 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:09.328 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:09.329 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2025-04-17 04:15:09.331 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:09.333 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-17 04:15:09.348 | Using python 3.10 to install pbr 2025-04-17 04:15:09.350 | + 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-04-17 04:15:10.239 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2025-04-17 04:15:10.506 | 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-04-17 04:15:10.585 | + inc/python:pip_install:196 : result=0 2025-04-17 04:15:10.587 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:15:10.589 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:10.591 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:10.593 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:10.594 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:10.596 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:10.597 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:15:10.599 | + functions-common:time_stop:2442 : start_time=1744863309344 2025-04-17 04:15:10.601 | + functions-common:time_stop:2444 : [[ -z 1744863309344 ]] 2025-04-17 04:15:10.603 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:10.606 | + functions-common:time_stop:2447 : end_time=1744863310604 2025-04-17 04:15:10.608 | + functions-common:time_stop:2448 : elapsed_time=1260 2025-04-17 04:15:10.610 | + functions-common:time_stop:2449 : total=7989 2025-04-17 04:15:10.612 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:10.614 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9249 2025-04-17 04:15:10.615 | + inc/python:pip_install:199 : return 0 2025-04-17 04:15:10.618 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2025-04-17 04:15:13.713 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-17 04:15:14.220 | Collecting bindep 2025-04-17 04:15:14.225 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-17 04:15:14.258 | Collecting distro>=1.7 2025-04-17 04:15:14.260 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-17 04:15:14.307 | Collecting pbr>=2 2025-04-17 04:15:14.311 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-17 04:15:14.328 | Collecting Parsley 2025-04-17 04:15:14.330 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-17 04:15:14.368 | Collecting packaging 2025-04-17 04:15:14.371 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-17 04:15:14.376 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-17 04:15:14.416 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-17 04:15:14.658 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-17 04:15:14.738 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-17 04:15:14.741 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-17 04:15:14.743 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2025-04-17 04:15:14.757 | + stack.sh:main:828 : pkgs= 2025-04-17 04:15:14.759 | + stack.sh:main:829 : [[ -n '' ]] 2025-04-17 04:15:14.761 | + stack.sh:main:836 : run_phase stack pre-install 2025-04-17 04:15:14.763 | + functions-common:run_phase:1863 : local mode=stack 2025-04-17 04:15:14.765 | + functions-common:run_phase:1864 : local phase=pre-install 2025-04-17 04:15:14.767 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 04:15:14.769 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-04-17 04:15:14.770 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 04:15:14.772 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-04-17 04:15:14.774 | + functions-common:run_phase:1873 : local extra 2025-04-17 04:15:14.777 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 04:15:14.780 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-04-17 04:15:14.782 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 04:15:14.784 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 04:15:14.786 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-17 04:15:14.788 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 04:15:14.801 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:14.802 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:15:14.804 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:15:14.806 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-17 04:15:14.808 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:15:14.809 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:15:14.811 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:15:14.813 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-17 04:15:14.815 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:15:14.817 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-17 04:15:14.818 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:15:14.820 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:15:14.822 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 04:15:14.824 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 04:15:14.826 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:15:14.828 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 04:15:14.829 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2025-04-17 04:15:14.831 | + functions-common:run_plugins:1849 : local mode=stack 2025-04-17 04:15:14.833 | + functions-common:run_plugins:1850 : local phase=pre-install 2025-04-17 04:15:14.835 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-04-17 04:15:14.837 | + functions-common:run_plugins:1853 : local plugin 2025-04-17 04:15:14.839 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-04-17 04:15:14.841 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-04-17 04:15:14.843 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 04:15:14.844 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-17 04:15:14.846 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:15:14.848 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:15:14.850 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-17 04:15:14.851 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:15:14.853 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:15:14.855 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:15:14.857 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-17 04:15:14.859 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-17 04:15:14.861 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-17 04:15:14.863 | + functions:set_systemd_override:832 : local value=2048 2025-04-17 04:15:14.864 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-17 04:15:14.867 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-17 04:15:14.909 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-17 04:15:14.909 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-17 04:15:14.911 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-17 04:15:15.149 | + stack.sh:main:841 : install_rpc_backend 2025-04-17 04:15:15.151 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-17 04:15:15.164 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:15.166 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-17 04:15:15.168 | + functions-common:install_package:1459 : update_package_repo 2025-04-17 04:15:15.169 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-04-17 04:15:15.171 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-04-17 04:15:15.173 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-04-17 04:15:15.175 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-04-17 04:15:15.177 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-04-17 04:15:15.178 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:15.180 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:15.182 | + functions-common:update_package_repo:1440 : apt_get_update 2025-04-17 04:15:15.184 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-04-17 04:15:15.185 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-04-17 04:15:15.187 | + functions-common:apt_get_update:1186 : return 2025-04-17 04:15:15.189 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2025-04-17 04:15:15.191 | + functions-common:real_install_package:1445 : is_ubuntu 2025-04-17 04:15:15.193 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:15.195 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:15.197 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2025-04-17 04:15:15.212 | + 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-04-17 04:15:15.276 | Reading package lists... 2025-04-17 04:15:15.492 | Building dependency tree... 2025-04-17 04:15:15.495 | Reading state information... 2025-04-17 04:15:15.698 | The following packages will be upgraded: 2025-04-17 04:15:15.698 | rabbitmq-server 2025-04-17 04:15:16.028 | 1 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 04:15:16.028 | Need to get 0 B/15.2 MB of archives. 2025-04-17 04:15:16.028 | After this operation, 0 B of additional disk space will be used. 2025-04-17 04:15:16.130 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-17 04:15:16.136 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-17 04:15:16.155 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-17 04:15:16.629 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-17 04:15:22.105 | Processing triggers for man-db (2.10.2-1) ... 2025-04-17 04:15:22.549 | NEEDRESTART-VER: 3.5 2025-04-17 04:15:23.051 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-17 04:15:23.052 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-17 04:15:23.052 | NEEDRESTART-KSTA: 1 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: conntrackd.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: dbus.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: epmd.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: irqbalance.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: mariadb.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: memcached.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: ModemManager.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: multipathd.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: packagekit.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: pmcd.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: pmie.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: pmie_farm.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: pmlogger.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: pmproxy.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: polkit.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: systemd-logind.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: udisks2.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: user@1001.service 2025-04-17 04:15:23.052 | NEEDRESTART-SVC: vgauth.service 2025-04-17 04:15:25.337 | + functions-common:apt_get:1230 : result=0 2025-04-17 04:15:25.339 | + functions-common:apt_get:1233 : time_stop apt-get 2025-04-17 04:15:25.341 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:25.343 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:25.345 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:25.346 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:25.348 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:25.350 | + functions-common:time_stop:2441 : name=apt-get 2025-04-17 04:15:25.351 | + functions-common:time_stop:2442 : start_time=1744863315210 2025-04-17 04:15:25.353 | + functions-common:time_stop:2444 : [[ -z 1744863315210 ]] 2025-04-17 04:15:25.356 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:25.359 | + functions-common:time_stop:2447 : end_time=1744863325357 2025-04-17 04:15:25.361 | + functions-common:time_stop:2448 : elapsed_time=10147 2025-04-17 04:15:25.362 | + functions-common:time_stop:2449 : total=30435 2025-04-17 04:15:25.364 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:25.366 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40582 2025-04-17 04:15:25.368 | + functions-common:apt_get:1234 : return 0 2025-04-17 04:15:25.369 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2025-04-17 04:15:25.371 | + functions-common:is_suse:544 : is_opensuse 2025-04-17 04:15:25.373 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-04-17 04:15:25.375 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-04-17 04:15:25.376 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-04-17 04:15:25.378 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-04-17 04:15:25.380 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-04-17 04:15:25.382 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2025-04-17 04:15:25.384 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-04-17 04:15:25.385 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-04-17 04:15:25.387 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 04:15:25.389 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-04-17 04:15:25.391 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 04:15:25.393 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 04:15:25.395 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-04-17 04:15:25.396 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-04-17 04:15:25.398 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-04-17 04:15:25.400 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 04:15:25.402 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-04-17 04:15:25.403 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 04:15:25.405 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2025-04-17 04:15:25.407 | + functions-common:is_suse:544 : is_opensuse 2025-04-17 04:15:25.409 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-04-17 04:15:25.411 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-04-17 04:15:25.413 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-04-17 04:15:25.415 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-04-17 04:15:25.416 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-04-17 04:15:25.418 | + stack.sh:main:842 : restart_rpc_backend 2025-04-17 04:15:25.420 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2025-04-17 04:15:25.432 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:25.434 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2025-04-17 04:15:25.436 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:15:25.437 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2025-04-17 04:15:25.439 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2025-04-17 04:15:25.442 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2025-04-17 04:15:25.445 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2025-04-17 04:15:25.446 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2025-04-17 04:15:25.448 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2025-04-17 04:15:25.450 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2025-04-17 04:15:25.452 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2025-04-17 04:15:25.453 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2025-04-17 04:15:25.456 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2025-04-17 04:15:25.912 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2025-04-17 04:15:25.912 | user tags 2025-04-17 04:15:25.912 | guest [administrator]' 2025-04-17 04:15:25.915 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2025-04-17 04:15:25.915 | user tags 2025-04-17 04:15:25.915 | guest [administrator]' 2025-04-17 04:15:25.915 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-17 04:15:25.920 | + lib/rpc_backend:rabbit_setuser:176 : found= 2025-04-17 04:15:25.922 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2025-04-17 04:15:25.924 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-17 04:15:26.351 | Adding user "stackrabbit" ... 2025-04-17 04:15:26.357 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-17 04:15:26.369 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-17 04:15:26.791 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-17 04:15:26.809 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2025-04-17 04:15:26.811 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-17 04:15:27.239 | Changing password for user "stackrabbit" ... 2025-04-17 04:15:27.255 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2025-04-17 04:15:27.257 | + lib/rpc_backend:restart_rpc_backend:116 : break 2025-04-17 04:15:27.259 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2025-04-17 04:15:27.685 | Deleting user "guest" ... 2025-04-17 04:15:27.702 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2025-04-17 04:15:27.715 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:27.717 | + stack.sh:main:845 : install_database 2025-04-17 04:15:27.718 | + lib/database:install_database:118 : install_database_mysql 2025-04-17 04:15:27.720 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2025-04-17 04:15:27.722 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:27.724 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:27.725 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2025-04-17 04:15:27.839 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-17 04:15:27.841 | + lib/databases/mysql:install_database_mysql:207 : cat 2025-04-17 04:15:27.844 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2025-04-17 04:15:27.846 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:27.848 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:27.850 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2025-04-17 04:15:27.851 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2025-04-17 04:15:27.854 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2025-04-17 04:15:27.856 | + stack.sh:main:847 : '[' -n mysql ']' 2025-04-17 04:15:27.858 | + stack.sh:main:848 : install_database_python 2025-04-17 04:15:27.859 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-17 04:15:27.862 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2025-04-17 04:15:27.864 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2025-04-17 04:15:27.865 | + inc/python:pip_install_gr:77 : local clean_name 2025-04-17 04:15:27.868 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2025-04-17 04:15:27.870 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2025-04-17 04:15:27.871 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-04-17 04:15:27.874 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-17 04:15:27.874 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-04-17 04:15:27.878 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2025-04-17 04:15:27.880 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2025-04-17 04:15:27.881 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2025-04-17 04:15:27.884 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2025-04-17 04:15:27.886 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2025-04-17 04:15:27.901 | Using python 3.10 to install PyMySQL 2025-04-17 04:15:27.903 | + 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-04-17 04:15:28.892 | Collecting PyMySQL 2025-04-17 04:15:28.896 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2025-04-17 04:15:29.066 | Installing collected packages: PyMySQL 2025-04-17 04:15:29.102 | Successfully installed PyMySQL-1.0.2 2025-04-17 04:15:29.102 | 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-04-17 04:15:29.177 | + inc/python:pip_install:196 : result=0 2025-04-17 04:15:29.179 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:15:29.181 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:29.183 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:29.185 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:29.187 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:29.188 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:29.190 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:15:29.192 | + functions-common:time_stop:2442 : start_time=1744863327897 2025-04-17 04:15:29.194 | + functions-common:time_stop:2444 : [[ -z 1744863327897 ]] 2025-04-17 04:15:29.196 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:29.199 | + functions-common:time_stop:2447 : end_time=1744863329197 2025-04-17 04:15:29.201 | + functions-common:time_stop:2448 : elapsed_time=1300 2025-04-17 04:15:29.202 | + functions-common:time_stop:2449 : total=9249 2025-04-17 04:15:29.204 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:29.206 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10549 2025-04-17 04:15:29.208 | + inc/python:pip_install:199 : return 0 2025-04-17 04:15:29.209 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-17 04:15:29.211 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-17 04:15:29.213 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-17 04:15:29.215 | + stack.sh:main:851 : is_service_enabled neutron 2025-04-17 04:15:29.227 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:29.229 | + stack.sh:main:852 : install_neutron_agent_packages 2025-04-17 04:15:29.231 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2025-04-17 04:15:29.243 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:29.245 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2025-04-17 04:15:29.247 | + functions-common:install_package:1459 : update_package_repo 2025-04-17 04:15:29.248 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-04-17 04:15:29.250 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-04-17 04:15:29.252 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-04-17 04:15:29.253 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-04-17 04:15:29.255 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-04-17 04:15:29.257 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:29.259 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:29.261 | + functions-common:update_package_repo:1440 : apt_get_update 2025-04-17 04:15:29.262 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-04-17 04:15:29.264 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-04-17 04:15:29.266 | + functions-common:apt_get_update:1186 : return 2025-04-17 04:15:29.268 | + functions-common:install_package:1460 : real_install_package radvd 2025-04-17 04:15:29.269 | + functions-common:real_install_package:1445 : is_ubuntu 2025-04-17 04:15:29.271 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:29.273 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:29.275 | + functions-common:real_install_package:1446 : apt_get install radvd 2025-04-17 04:15:29.290 | + 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-04-17 04:15:29.349 | Reading package lists... 2025-04-17 04:15:29.566 | Building dependency tree... 2025-04-17 04:15:29.566 | Reading state information... 2025-04-17 04:15:29.776 | radvd is already the newest version (1:2.18-3build2). 2025-04-17 04:15:29.776 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 04:15:29.780 | + functions-common:apt_get:1230 : result=0 2025-04-17 04:15:29.782 | + functions-common:apt_get:1233 : time_stop apt-get 2025-04-17 04:15:29.784 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:29.785 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:29.787 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:29.789 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:29.791 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:29.793 | + functions-common:time_stop:2441 : name=apt-get 2025-04-17 04:15:29.794 | + functions-common:time_stop:2442 : start_time=1744863329288 2025-04-17 04:15:29.796 | + functions-common:time_stop:2444 : [[ -z 1744863329288 ]] 2025-04-17 04:15:29.798 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:29.801 | + functions-common:time_stop:2447 : end_time=1744863329799 2025-04-17 04:15:29.803 | + functions-common:time_stop:2448 : elapsed_time=511 2025-04-17 04:15:29.805 | + functions-common:time_stop:2449 : total=40582 2025-04-17 04:15:29.807 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:29.808 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41093 2025-04-17 04:15:29.810 | + functions-common:apt_get:1234 : return 0 2025-04-17 04:15:29.812 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-17 04:15:29.825 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:29.827 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2025-04-17 04:15:29.828 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-17 04:15:29.830 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-17 04:15:29.833 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-17 04:15:29.847 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-17 04:15:29.849 | + functions-common:install_package:1459 : update_package_repo 2025-04-17 04:15:29.850 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-04-17 04:15:29.852 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-04-17 04:15:29.854 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-04-17 04:15:29.856 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-04-17 04:15:29.857 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-04-17 04:15:29.859 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:29.861 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:29.862 | + functions-common:update_package_repo:1440 : apt_get_update 2025-04-17 04:15:29.864 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-04-17 04:15:29.866 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-04-17 04:15:29.867 | + functions-common:apt_get_update:1186 : return 2025-04-17 04:15:29.869 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2025-04-17 04:15:29.871 | + functions-common:real_install_package:1445 : is_ubuntu 2025-04-17 04:15:29.873 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:29.874 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:29.876 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2025-04-17 04:15:29.890 | + 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-04-17 04:15:29.950 | Reading package lists... 2025-04-17 04:15:30.169 | Building dependency tree... 2025-04-17 04:15:30.170 | Reading state information... 2025-04-17 04:15:30.395 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-17 04:15:30.395 | fakeroot set to manually installed. 2025-04-17 04:15:30.395 | make is already the newest version (4.3-4.1build1). 2025-04-17 04:15:30.395 | make set to manually installed. 2025-04-17 04:15:30.395 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-17 04:15:30.395 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 04:15:30.399 | + functions-common:apt_get:1230 : result=0 2025-04-17 04:15:30.401 | + functions-common:apt_get:1233 : time_stop apt-get 2025-04-17 04:15:30.403 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:30.405 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:30.406 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:30.408 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:30.410 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:30.411 | + functions-common:time_stop:2441 : name=apt-get 2025-04-17 04:15:30.413 | + functions-common:time_stop:2442 : start_time=1744863329888 2025-04-17 04:15:30.415 | + functions-common:time_stop:2444 : [[ -z 1744863329888 ]] 2025-04-17 04:15:30.417 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:30.420 | + functions-common:time_stop:2447 : end_time=1744863330418 2025-04-17 04:15:30.421 | + functions-common:time_stop:2448 : elapsed_time=530 2025-04-17 04:15:30.423 | + functions-common:time_stop:2449 : total=41093 2025-04-17 04:15:30.425 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:30.426 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41623 2025-04-17 04:15:30.428 | + functions-common:apt_get:1234 : return 0 2025-04-17 04:15:30.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-17 04:15:30.432 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:30.433 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:30.435 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-17 04:15:30.437 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-17 04:15:30.440 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-17 04:15:30.442 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-17 04:15:30.444 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-17 04:15:30.447 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-17 04:15:30.447 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-17 04:15:30.450 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-17 04:15:30.452 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-17 04:15:30.454 | + functions:vercmp:639 : local v1=6.8 2025-04-17 04:15:30.455 | + functions:vercmp:640 : local 'op=<' 2025-04-17 04:15:30.457 | + functions:vercmp:641 : local v2=3.13 2025-04-17 04:15:30.459 | + functions:vercmp:642 : local result 2025-04-17 04:15:30.462 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-17 04:15:30.462 | ++ functions:vercmp:646 : sort -V 2025-04-17 04:15:30.462 | ++ functions:vercmp:646 : head -1 2025-04-17 04:15:30.465 | + functions:vercmp:646 : result=3.13 2025-04-17 04:15:30.467 | + functions:vercmp:648 : case $op in 2025-04-17 04:15:30.469 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-17 04:15:30.470 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-17 04:15:30.472 | + functions:vercmp:659 : return 2025-04-17 04:15:30.474 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-17 04:15:30.476 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:15:30.477 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2025-04-17 04:15:30.957 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-17 04:15:30.959 | + inc/python:use_library_from_git:246 : local name=os-ken 2025-04-17 04:15:30.961 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:30.963 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:30.965 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2025-04-17 04:15:30.967 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:30.969 | + stack.sh:main:855 : is_service_enabled etcd3 2025-04-17 04:15:30.981 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:30.983 | + stack.sh:main:856 : install_etcd3 2025-04-17 04:15:30.985 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-17 04:15:30.985 | Installing etcd 2025-04-17 04:15:30.986 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-17 04:15:30.995 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-17 04:15:31.004 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-17 04:15:31.006 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-17 04:15:31.014 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-17 04:15:31.017 | ++ 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-04-17 04:15:31.019 | ++ 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-04-17 04:15:31.022 | +++ 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-04-17 04:15:31.024 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2025-04-17 04:15:31.026 | ++ 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-04-17 04:15:31.028 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2025-04-17 04:15:31.030 | ++ 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-04-17 04:15:31.039 | --2025-04-17 04:15:31-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-04-17 04:15:31.047 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-17 04:15:31.048 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-17 04:15:31.081 | HTTP request sent, awaiting response... 200 OK 2025-04-17 04:15:31.081 | Length: 11350736 (11M) [application/gzip] 2025-04-17 04:15:31.081 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2025-04-17 04:15:31.088 | 2025-04-17 04:15:31.135 | 0K ........ .. 100% 201M=0.05s 2025-04-17 04:15:31.135 | 2025-04-17 04:15:31.135 | 2025-04-17 04:15:31 (201 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2025-04-17 04:15:31.135 | 2025-04-17 04:15:31.138 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-17 04:15:31.141 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-04-17 04:15:31.143 | ++ functions:get_extra_file:74 : return 2025-04-17 04:15:31.145 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-04-17 04:15:31.147 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2025-04-17 04:15:31.149 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2025-04-17 04:15:31.151 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-17 04:15:31.216 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2025-04-17 04:15:31.218 | + 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-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/ 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/README.md 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/ 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-17 04:15:31.222 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-17 04:15:31.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2025-04-17 04:15:31.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-17 04:15:31.225 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2025-04-17 04:15:31.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2025-04-17 04:15:31.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-17 04:15:31.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-17 04:15:31.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2025-04-17 04:15:31.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2025-04-17 04:15:31.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-17 04:15:31.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2025-04-17 04:15:31.229 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2025-04-17 04:15:31.229 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2025-04-17 04:15:31.229 | etcd-v3.3.12-linux-amd64/etcdctl 2025-04-17 04:15:31.348 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2025-04-17 04:15:31.348 | etcd-v3.3.12-linux-amd64/etcd 2025-04-17 04:15:31.496 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-17 04:15:31.518 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-17 04:15:31.538 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-17 04:15:31.540 | + stack.sh:main:865 : is_service_enabled tls-proxy 2025-04-17 04:15:31.552 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:15:31.554 | + stack.sh:main:875 : install_dstat 2025-04-17 04:15:31.556 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-17 04:15:31.567 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:15:31.569 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2025-04-17 04:15:31.571 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:15:31.572 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2025-04-17 04:15:31.574 | + stack.sh:main:884 : install_libs 2025-04-17 04:15:31.576 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-17 04:15:31.578 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-17 04:15:31.580 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-17 04:15:31.581 | + inc/python:use_library_from_git:246 : local name=automaton 2025-04-17 04:15:31.583 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.585 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.587 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2025-04-17 04:15:31.588 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.590 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-17 04:15:31.592 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-17 04:15:31.594 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-17 04:15:31.595 | + inc/python:use_library_from_git:246 : local name=castellan 2025-04-17 04:15:31.597 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.599 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.601 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2025-04-17 04:15:31.603 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.604 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-17 04:15:31.606 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-17 04:15:31.608 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-17 04:15:31.610 | + inc/python:use_library_from_git:246 : local name=cliff 2025-04-17 04:15:31.611 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.613 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.615 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2025-04-17 04:15:31.617 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.618 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-17 04:15:31.620 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-17 04:15:31.622 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-17 04:15:31.624 | + inc/python:use_library_from_git:246 : local name=cursive 2025-04-17 04:15:31.625 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.627 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.629 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2025-04-17 04:15:31.631 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.632 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-17 04:15:31.634 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-17 04:15:31.636 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-17 04:15:31.637 | + inc/python:use_library_from_git:246 : local name=debtcollector 2025-04-17 04:15:31.639 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.641 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.643 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2025-04-17 04:15:31.644 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.646 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-17 04:15:31.648 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-17 04:15:31.650 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-17 04:15:31.652 | + inc/python:use_library_from_git:246 : local name=futurist 2025-04-17 04:15:31.653 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.655 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.657 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2025-04-17 04:15:31.659 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.660 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-17 04:15:31.662 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-17 04:15:31.664 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-17 04:15:31.666 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2025-04-17 04:15:31.667 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.669 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.671 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2025-04-17 04:15:31.673 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.674 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-17 04:15:31.676 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-17 04:15:31.678 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-17 04:15:31.680 | + inc/python:use_library_from_git:246 : local name=osc-lib 2025-04-17 04:15:31.681 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.683 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.685 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2025-04-17 04:15:31.686 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.689 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-17 04:15:31.691 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-17 04:15:31.693 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-17 04:15:31.694 | + inc/python:use_library_from_git:246 : local name=osc-placement 2025-04-17 04:15:31.696 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.698 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.699 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2025-04-17 04:15:31.701 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.703 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-17 04:15:31.705 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-17 04:15:31.706 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-17 04:15:31.708 | + inc/python:use_library_from_git:246 : local name=os-client-config 2025-04-17 04:15:31.710 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.712 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.713 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2025-04-17 04:15:31.715 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.717 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-17 04:15:31.719 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-17 04:15:31.720 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-17 04:15:31.722 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2025-04-17 04:15:31.724 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.726 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.727 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2025-04-17 04:15:31.729 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.731 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-17 04:15:31.733 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-17 04:15:31.735 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-17 04:15:31.737 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2025-04-17 04:15:31.738 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.740 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.742 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-17 04:15:31.744 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.745 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-17 04:15:31.747 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-17 04:15:31.749 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-17 04:15:31.751 | + inc/python:use_library_from_git:246 : local name=oslo.config 2025-04-17 04:15:31.753 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.754 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.756 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2025-04-17 04:15:31.758 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.759 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-17 04:15:31.761 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-17 04:15:31.763 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-17 04:15:31.765 | + inc/python:use_library_from_git:246 : local name=oslo.context 2025-04-17 04:15:31.766 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.768 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.770 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2025-04-17 04:15:31.772 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.773 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-17 04:15:31.775 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-17 04:15:31.777 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-17 04:15:31.779 | + inc/python:use_library_from_git:246 : local name=oslo.db 2025-04-17 04:15:31.781 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.782 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.784 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2025-04-17 04:15:31.786 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.788 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-17 04:15:31.790 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-17 04:15:31.792 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-17 04:15:31.793 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2025-04-17 04:15:31.795 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.797 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.799 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-17 04:15:31.801 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.802 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-17 04:15:31.804 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-17 04:15:31.806 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-17 04:15:31.808 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2025-04-17 04:15:31.810 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.812 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.813 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2025-04-17 04:15:31.815 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.817 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-17 04:15:31.819 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-17 04:15:31.820 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-17 04:15:31.822 | + inc/python:use_library_from_git:246 : local name=oslo.log 2025-04-17 04:15:31.824 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.826 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.828 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2025-04-17 04:15:31.829 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.831 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-17 04:15:31.833 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-17 04:15:31.835 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-17 04:15:31.837 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2025-04-17 04:15:31.838 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.840 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.842 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-17 04:15:31.844 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.846 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-17 04:15:31.847 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-17 04:15:31.849 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-17 04:15:31.851 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2025-04-17 04:15:31.853 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.854 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.856 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-17 04:15:31.858 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.860 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-17 04:15:31.862 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-17 04:15:31.863 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-17 04:15:31.865 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2025-04-17 04:15:31.867 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.869 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.870 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2025-04-17 04:15:31.872 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.874 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-17 04:15:31.876 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-17 04:15:31.878 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-17 04:15:31.879 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2025-04-17 04:15:31.881 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.883 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.884 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-17 04:15:31.886 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.888 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-17 04:15:31.890 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-17 04:15:31.892 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-17 04:15:31.893 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2025-04-17 04:15:31.895 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.897 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.899 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2025-04-17 04:15:31.901 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.902 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-17 04:15:31.904 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-17 04:15:31.906 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-17 04:15:31.908 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2025-04-17 04:15:31.910 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.911 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.913 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-17 04:15:31.915 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.917 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-17 04:15:31.919 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-17 04:15:31.920 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-17 04:15:31.922 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2025-04-17 04:15:31.924 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.926 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.928 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-17 04:15:31.929 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.931 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-17 04:15:31.933 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-17 04:15:31.935 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-17 04:15:31.936 | + inc/python:use_library_from_git:246 : local name=oslo.service 2025-04-17 04:15:31.938 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.940 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.942 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2025-04-17 04:15:31.944 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.945 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-17 04:15:31.947 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-17 04:15:31.949 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-17 04:15:31.951 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2025-04-17 04:15:31.952 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.954 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.956 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2025-04-17 04:15:31.958 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.960 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-17 04:15:31.961 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-17 04:15:31.963 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-17 04:15:31.965 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2025-04-17 04:15:31.967 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.969 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.970 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-17 04:15:31.972 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.974 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-17 04:15:31.976 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-17 04:15:31.978 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-17 04:15:31.979 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2025-04-17 04:15:31.981 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.983 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.985 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-17 04:15:31.987 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:31.988 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-17 04:15:31.990 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-17 04:15:31.992 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-17 04:15:31.994 | + inc/python:use_library_from_git:246 : local name=osprofiler 2025-04-17 04:15:31.996 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:31.998 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:31.999 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2025-04-17 04:15:32.001 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.003 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-17 04:15:32.005 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-17 04:15:32.007 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-17 04:15:32.008 | + inc/python:use_library_from_git:246 : local name=pycadf 2025-04-17 04:15:32.010 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:32.012 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:32.014 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2025-04-17 04:15:32.016 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.017 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-17 04:15:32.019 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-17 04:15:32.021 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-17 04:15:32.023 | + inc/python:use_library_from_git:246 : local name=stevedore 2025-04-17 04:15:32.024 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:32.026 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:32.028 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2025-04-17 04:15:32.030 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.032 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-17 04:15:32.033 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-17 04:15:32.035 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-17 04:15:32.037 | + inc/python:use_library_from_git:246 : local name=taskflow 2025-04-17 04:15:32.039 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:32.041 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:32.042 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2025-04-17 04:15:32.044 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.046 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-17 04:15:32.048 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-17 04:15:32.050 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-17 04:15:32.051 | + inc/python:use_library_from_git:246 : local name=tooz 2025-04-17 04:15:32.053 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:32.055 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:32.057 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2025-04-17 04:15:32.059 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.061 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-17 04:15:32.062 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-17 04:15:32.064 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-17 04:15:32.066 | + inc/python:use_library_from_git:246 : local name=os-brick 2025-04-17 04:15:32.068 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:32.070 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:32.071 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2025-04-17 04:15:32.073 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.075 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-17 04:15:32.077 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-17 04:15:32.079 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-17 04:15:32.080 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2025-04-17 04:15:32.082 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:32.084 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:32.086 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-17 04:15:32.087 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.089 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-17 04:15:32.091 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-17 04:15:32.093 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-17 04:15:32.095 | + inc/python:use_library_from_git:246 : local name=os-traits 2025-04-17 04:15:32.096 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:32.098 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:32.100 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2025-04-17 04:15:32.102 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.104 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-17 04:15:32.105 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-17 04:15:32.107 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-17 04:15:32.109 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2025-04-17 04:15:32.111 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:32.113 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:32.115 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-17 04:15:32.117 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:32.119 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-17 04:15:32.134 | Using python 3.10 to install etcd3 2025-04-17 04:15:32.136 | + 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-04-17 04:15:33.192 | Collecting etcd3 2025-04-17 04:15:33.193 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-17 04:15:33.622 | Collecting protobuf>=3.6.1 2025-04-17 04:15:33.629 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2025-04-17 04:15:33.634 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2025-04-17 04:15:33.664 | Collecting tenacity>=6.1.0 2025-04-17 04:15:33.667 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-17 04:15:35.022 | Collecting grpcio>=1.27.1 2025-04-17 04:15:35.053 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-04-17 04:15:35.247 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2025-04-17 04:15:35.652 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2025-04-17 04:15:35.653 | 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-04-17 04:15:35.781 | + inc/python:pip_install:196 : result=0 2025-04-17 04:15:35.783 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:15:35.785 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:35.786 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:35.788 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:35.790 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:35.792 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:35.793 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:15:35.795 | + functions-common:time_stop:2442 : start_time=1744863332130 2025-04-17 04:15:35.797 | + functions-common:time_stop:2444 : [[ -z 1744863332130 ]] 2025-04-17 04:15:35.799 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:35.802 | + functions-common:time_stop:2447 : end_time=1744863335800 2025-04-17 04:15:35.804 | + functions-common:time_stop:2448 : elapsed_time=3670 2025-04-17 04:15:35.805 | + functions-common:time_stop:2449 : total=10549 2025-04-17 04:15:35.807 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:35.808 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14219 2025-04-17 04:15:35.810 | + inc/python:pip_install:199 : return 0 2025-04-17 04:15:35.812 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-17 04:15:35.828 | Using python 3.10 to install etcd3gw 2025-04-17 04:15:35.829 | + 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-04-17 04:15:36.888 | Collecting etcd3gw 2025-04-17 04:15:36.891 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-17 04:15:36.949 | Collecting requests>=2.20.0 2025-04-17 04:15:36.951 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-04-17 04:15:36.953 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2025-04-17 04:15:36.984 | Collecting futurist>=0.16.0 2025-04-17 04:15:36.986 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-17 04:15:37.055 | Collecting urllib3<1.27,>=1.21.1 2025-04-17 04:15:37.058 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-04-17 04:15:37.084 | Collecting idna<4,>=2.5 2025-04-17 04:15:37.086 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-17 04:15:37.278 | Collecting charset-normalizer<3,>=2 2025-04-17 04:15:37.280 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-04-17 04:15:37.282 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2025-04-17 04:15:37.502 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2025-04-17 04:15:37.504 | Attempting uninstall: urllib3 2025-04-17 04:15:37.504 | Found existing installation: urllib3 1.26.5 2025-04-17 04:15:37.510 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:37.510 | Can't uninstall 'urllib3'. No files were found to uninstall. 2025-04-17 04:15:37.575 | Attempting uninstall: idna 2025-04-17 04:15:37.576 | Found existing installation: idna 3.3 2025-04-17 04:15:37.577 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:37.578 | Can't uninstall 'idna'. No files were found to uninstall. 2025-04-17 04:15:37.711 | Attempting uninstall: requests 2025-04-17 04:15:37.711 | Found existing installation: requests 2.25.1 2025-04-17 04:15:37.713 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:37.713 | Can't uninstall 'requests'. No files were found to uninstall. 2025-04-17 04:15:37.769 | 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-04-17 04:15:37.769 | 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-04-17 04:15:37.860 | + inc/python:pip_install:196 : result=0 2025-04-17 04:15:37.862 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:15:37.864 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:37.866 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:37.868 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:37.870 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:37.872 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:37.873 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:15:37.875 | + functions-common:time_stop:2442 : start_time=1744863335823 2025-04-17 04:15:37.877 | + functions-common:time_stop:2444 : [[ -z 1744863335823 ]] 2025-04-17 04:15:37.879 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:37.882 | + functions-common:time_stop:2447 : end_time=1744863337881 2025-04-17 04:15:37.884 | + functions-common:time_stop:2448 : elapsed_time=2058 2025-04-17 04:15:37.886 | + functions-common:time_stop:2449 : total=14219 2025-04-17 04:15:37.888 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:37.890 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16277 2025-04-17 04:15:37.892 | + inc/python:pip_install:199 : return 0 2025-04-17 04:15:37.894 | + stack.sh:main:887 : install_apache_uwsgi 2025-04-17 04:15:37.896 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2025-04-17 04:15:37.898 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2025-04-17 04:15:37.899 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-04-17 04:15:37.901 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-04-17 04:15:37.903 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 04:15:37.905 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-04-17 04:15:37.907 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 04:15:37.909 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 04:15:37.911 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-04-17 04:15:37.913 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-04-17 04:15:37.915 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-04-17 04:15:37.916 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 04:15:37.918 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-04-17 04:15:37.920 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 04:15:37.922 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2025-04-17 04:15:37.924 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:37.926 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:37.928 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-17 04:15:37.930 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-17 04:15:37.932 | + functions-common:install_package:1459 : update_package_repo 2025-04-17 04:15:37.933 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-04-17 04:15:37.935 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-04-17 04:15:37.937 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-04-17 04:15:37.939 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-04-17 04:15:37.941 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-04-17 04:15:37.943 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:37.945 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:37.947 | + functions-common:update_package_repo:1440 : apt_get_update 2025-04-17 04:15:37.949 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-04-17 04:15:37.950 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-04-17 04:15:37.952 | + functions-common:apt_get_update:1186 : return 2025-04-17 04:15:37.954 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-17 04:15:37.956 | + functions-common:real_install_package:1445 : is_ubuntu 2025-04-17 04:15:37.958 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:37.960 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:37.961 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-17 04:15:37.977 | + 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-04-17 04:15:38.037 | Reading package lists... 2025-04-17 04:15:38.257 | Building dependency tree... 2025-04-17 04:15:38.258 | Reading state information... 2025-04-17 04:15:38.472 | uwsgi is already the newest version (2.0.20-4). 2025-04-17 04:15:38.472 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-17 04:15:38.472 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-17 04:15:38.472 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 04:15:38.476 | + functions-common:apt_get:1230 : result=0 2025-04-17 04:15:38.478 | + functions-common:apt_get:1233 : time_stop apt-get 2025-04-17 04:15:38.480 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:38.482 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:38.484 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:38.486 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:38.487 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:38.489 | + functions-common:time_stop:2441 : name=apt-get 2025-04-17 04:15:38.491 | + functions-common:time_stop:2442 : start_time=1744863337975 2025-04-17 04:15:38.492 | + functions-common:time_stop:2444 : [[ -z 1744863337975 ]] 2025-04-17 04:15:38.495 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:38.498 | + functions-common:time_stop:2447 : end_time=1744863338496 2025-04-17 04:15:38.499 | + functions-common:time_stop:2448 : elapsed_time=521 2025-04-17 04:15:38.501 | + functions-common:time_stop:2449 : total=41623 2025-04-17 04:15:38.503 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:38.504 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42144 2025-04-17 04:15:38.506 | + functions-common:apt_get:1234 : return 0 2025-04-17 04:15:38.508 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2025-04-17 04:15:38.510 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:15:38.512 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:15:38.514 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2025-04-17 04:15:38.548 | Enabling module proxy. 2025-04-17 04:15:38.552 | To activate the new configuration, you need to run: 2025-04-17 04:15:38.552 | systemctl restart apache2 2025-04-17 04:15:38.555 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2025-04-17 04:15:38.587 | Considering dependency proxy for proxy_uwsgi: 2025-04-17 04:15:38.587 | Module proxy already enabled 2025-04-17 04:15:38.587 | Enabling module proxy_uwsgi. 2025-04-17 04:15:38.590 | To activate the new configuration, you need to run: 2025-04-17 04:15:38.590 | systemctl restart apache2 2025-04-17 04:15:38.594 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2025-04-17 04:15:38.595 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-04-17 04:15:38.597 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:15:38.599 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-04-17 04:15:38.691 | + stack.sh:main:890 : install_keystoneauth 2025-04-17 04:15:38.693 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-17 04:15:38.695 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2025-04-17 04:15:38.697 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.699 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.701 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2025-04-17 04:15:38.703 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.705 | + stack.sh:main:891 : install_keystoneclient 2025-04-17 04:15:38.707 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-17 04:15:38.709 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2025-04-17 04:15:38.710 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.712 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.714 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-17 04:15:38.716 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.718 | + stack.sh:main:892 : install_glanceclient 2025-04-17 04:15:38.720 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2025-04-17 04:15:38.721 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2025-04-17 04:15:38.723 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.725 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.727 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-17 04:15:38.728 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.730 | + stack.sh:main:893 : install_cinderclient 2025-04-17 04:15:38.732 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2025-04-17 04:15:38.734 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2025-04-17 04:15:38.736 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.737 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.739 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-17 04:15:38.741 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.743 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2025-04-17 04:15:38.745 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2025-04-17 04:15:38.746 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.748 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.750 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-17 04:15:38.752 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.753 | + stack.sh:main:894 : install_novaclient 2025-04-17 04:15:38.755 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2025-04-17 04:15:38.757 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2025-04-17 04:15:38.759 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.761 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.762 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2025-04-17 04:15:38.764 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.766 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2025-04-17 04:15:38.778 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:38.780 | + stack.sh:main:896 : install_swiftclient 2025-04-17 04:15:38.782 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2025-04-17 04:15:38.784 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2025-04-17 04:15:38.786 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.787 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.789 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-17 04:15:38.791 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.793 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2025-04-17 04:15:38.805 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:38.807 | + stack.sh:main:899 : install_neutronclient 2025-04-17 04:15:38.809 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2025-04-17 04:15:38.811 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2025-04-17 04:15:38.813 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.815 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.816 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-17 04:15:38.818 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.820 | + stack.sh:main:903 : install_keystonemiddleware 2025-04-17 04:15:38.822 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-17 04:15:38.824 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2025-04-17 04:15:38.826 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:15:38.828 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:15:38.830 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-17 04:15:38.833 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:15:38.834 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-17 04:15:38.836 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2025-04-17 04:15:38.838 | + inc/python:pip_install_gr:77 : local clean_name 2025-04-17 04:15:38.841 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2025-04-17 04:15:38.843 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2025-04-17 04:15:38.845 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-04-17 04:15:38.848 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-17 04:15:38.848 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-04-17 04:15:38.852 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2025-04-17 04:15:38.854 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2025-04-17 04:15:38.856 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2025-04-17 04:15:38.858 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2025-04-17 04:15:38.860 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2025-04-17 04:15:38.875 | Using python 3.10 to install keystonemiddleware 2025-04-17 04:15:38.877 | + 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-04-17 04:15:39.892 | Collecting keystonemiddleware 2025-04-17 04:15:39.895 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2025-04-17 04:15:39.969 | Collecting oslo.cache>=1.26.0 2025-04-17 04:15:39.972 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2025-04-17 04:15:40.009 | Collecting oslo.i18n>=3.15.3 2025-04-17 04:15:40.011 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2025-04-17 04:15:40.069 | Collecting oslo.log>=3.36.0 2025-04-17 04:15:40.072 | Using cached oslo.log-5.2.1-py3-none-any.whl (76 kB) 2025-04-17 04:15:40.074 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2025-04-17 04:15:40.075 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2025-04-17 04:15:40.135 | Collecting oslo.utils>=3.33.0 2025-04-17 04:15:40.138 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2025-04-17 04:15:40.166 | Collecting pycadf!=2.0.0,>=1.1.0 2025-04-17 04:15:40.169 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-17 04:15:40.210 | Collecting python-keystoneclient>=3.20.0 2025-04-17 04:15:40.215 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2025-04-17 04:15:40.272 | Collecting keystoneauth1>=3.12.0 2025-04-17 04:15:40.277 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2025-04-17 04:15:40.321 | Collecting oslo.context>=2.19.2 2025-04-17 04:15:40.323 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2025-04-17 04:15:40.357 | Collecting WebOb>=1.7.1 2025-04-17 04:15:40.359 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-17 04:15:40.425 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2025-04-17 04:15:40.427 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2025-04-17 04:15:40.429 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2025-04-17 04:15:40.486 | Collecting oslo.config>=5.2.0 2025-04-17 04:15:40.489 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2025-04-17 04:15:40.555 | Collecting stevedore>=1.20.0 2025-04-17 04:15:40.557 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-04-17 04:15:40.581 | Collecting iso8601>=0.1.11 2025-04-17 04:15:40.583 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-17 04:15:40.602 | Collecting os-service-types>=1.2.0 2025-04-17 04:15:40.604 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-17 04:15:40.668 | Collecting dogpile.cache>=1.1.5 2025-04-17 04:15:40.670 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-17 04:15:40.712 | Collecting rfc3986>=1.2.0 2025-04-17 04:15:40.713 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2025-04-17 04:15:40.804 | Collecting PyYAML>=5.1 2025-04-17 04:15:40.811 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-17 04:15:40.843 | Collecting debtcollector>=1.2.0 2025-04-17 04:15:40.846 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-17 04:15:40.874 | Collecting netaddr>=0.7.18 2025-04-17 04:15:40.887 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-17 04:15:40.951 | Collecting python-dateutil>=2.7.0 2025-04-17 04:15:40.955 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-17 04:15:40.984 | Collecting pyinotify>=0.9.6 2025-04-17 04:15:40.984 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-17 04:15:41.164 | Collecting msgpack>=0.5.2 2025-04-17 04:15:41.170 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-17 04:15:41.243 | Collecting pytz>=2013.6 2025-04-17 04:15:41.250 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2025-04-17 04:15:41.262 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2025-04-17 04:15:41.299 | Collecting packaging>=20.4 2025-04-17 04:15:41.301 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-17 04:15:41.356 | Collecting pyparsing>=2.1.0 2025-04-17 04:15:41.358 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-17 04:15:41.386 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-04-17 04:15:41.386 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2025-04-17 04:15:41.387 | 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-04-17 04:15:41.388 | 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-04-17 04:15:41.646 | Collecting wrapt>=1.7.0 2025-04-17 04:15:41.649 | 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-04-17 04:15:41.682 | Collecting decorator>=4.0.0 2025-04-17 04:15:41.684 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-17 04:15:42.089 | 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-04-17 04:15:42.116 | Attempting uninstall: pytz 2025-04-17 04:15:42.117 | Found existing installation: pytz 2022.1 2025-04-17 04:15:42.119 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:42.120 | Can't uninstall 'pytz'. No files were found to uninstall. 2025-04-17 04:15:42.426 | Attempting uninstall: stevedore 2025-04-17 04:15:42.427 | Found existing installation: stevedore 3.5.0 2025-04-17 04:15:42.428 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:42.429 | Can't uninstall 'stevedore'. No files were found to uninstall. 2025-04-17 04:15:42.563 | Attempting uninstall: pyparsing 2025-04-17 04:15:42.565 | Found existing installation: pyparsing 2.4.7 2025-04-17 04:15:42.565 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:42.566 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2025-04-17 04:15:42.622 | Attempting uninstall: packaging 2025-04-17 04:15:42.623 | Found existing installation: packaging 21.3 2025-04-17 04:15:42.625 | Not uninstalling packaging at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:42.625 | Can't uninstall 'packaging'. No files were found to uninstall. 2025-04-17 04:15:43.622 | 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-04-17 04:15:43.622 | 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-04-17 04:15:43.750 | + inc/python:pip_install:196 : result=0 2025-04-17 04:15:43.752 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:15:43.754 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:43.756 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:43.758 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:43.760 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:43.762 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:43.763 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:15:43.765 | + functions-common:time_stop:2442 : start_time=1744863338871 2025-04-17 04:15:43.767 | + functions-common:time_stop:2444 : [[ -z 1744863338871 ]] 2025-04-17 04:15:43.769 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:43.772 | + functions-common:time_stop:2447 : end_time=1744863343770 2025-04-17 04:15:43.774 | + functions-common:time_stop:2448 : elapsed_time=4899 2025-04-17 04:15:43.775 | + functions-common:time_stop:2449 : total=16277 2025-04-17 04:15:43.777 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:43.779 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21176 2025-04-17 04:15:43.781 | + inc/python:pip_install:199 : return 0 2025-04-17 04:15:43.782 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-17 04:15:43.784 | + inc/python:pip_install_gr:76 : local name=python-memcached 2025-04-17 04:15:43.786 | + inc/python:pip_install_gr:77 : local clean_name 2025-04-17 04:15:43.789 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2025-04-17 04:15:43.790 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2025-04-17 04:15:43.792 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-04-17 04:15:43.795 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-17 04:15:43.795 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-04-17 04:15:43.799 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2025-04-17 04:15:43.801 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2025-04-17 04:15:43.803 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2025-04-17 04:15:43.805 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2025-04-17 04:15:43.807 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2025-04-17 04:15:43.822 | Using python 3.10 to install python-memcached 2025-04-17 04:15:43.824 | + 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-04-17 04:15:44.806 | Collecting python-memcached 2025-04-17 04:15:44.808 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-17 04:15:44.811 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2025-04-17 04:15:45.117 | Installing collected packages: python-memcached 2025-04-17 04:15:45.142 | Successfully installed python-memcached-1.59 2025-04-17 04:15:45.142 | 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-04-17 04:15:45.220 | + inc/python:pip_install:196 : result=0 2025-04-17 04:15:45.222 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:15:45.225 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:45.227 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:45.229 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:45.231 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:45.232 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:45.234 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:15:45.236 | + functions-common:time_stop:2442 : start_time=1744863343818 2025-04-17 04:15:45.238 | + functions-common:time_stop:2444 : [[ -z 1744863343818 ]] 2025-04-17 04:15:45.240 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:45.243 | + functions-common:time_stop:2447 : end_time=1744863345241 2025-04-17 04:15:45.245 | + functions-common:time_stop:2448 : elapsed_time=1423 2025-04-17 04:15:45.247 | + functions-common:time_stop:2449 : total=21176 2025-04-17 04:15:45.248 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:45.250 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22599 2025-04-17 04:15:45.252 | + inc/python:pip_install:199 : return 0 2025-04-17 04:15:45.254 | + stack.sh:main:905 : is_service_enabled keystone 2025-04-17 04:15:45.266 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:15:45.268 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-17 04:15:45.270 | + stack.sh:main:907 : stack_install_service keystone 2025-04-17 04:15:45.272 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-17 04:15:45.274 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-17 04:15:45.276 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 04:15:45.277 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-17 04:15:45.279 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-17 04:15:45.291 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:15:45.293 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone unmaintained/2023.1 2025-04-17 04:15:45.294 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-17 04:15:45.296 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2025-04-17 04:15:45.298 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-04-17 04:15:45.299 | + functions-common:git_clone:615 : local orig_dir 2025-04-17 04:15:45.301 | ++ functions-common:git_clone:616 : pwd 2025-04-17 04:15:45.303 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:15:45.305 | + functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:15:45.307 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:15:45.318 | + functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:15:45.320 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-04-17 04:15:45.321 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-04-17 04:15:45.323 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:15:45.325 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-04-17 04:15:45.325 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:15:45.329 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2025-04-17 04:15:45.330 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:15:45.332 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-17 04:15:45.333 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:15:45.335 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:15:45.336 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:15:45.338 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:15:45.340 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:15:45.341 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:15:45.343 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:15:45.344 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:15:45.347 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:15:45.349 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863345347 2025-04-17 04:15:45.351 | + 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-04-17 04:15:45.353 | Cloning into '/opt/stack//keystone'... 2025-04-17 04:15:47.902 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:15:47.904 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:47.905 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:47.907 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:47.909 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:47.910 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:47.912 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:15:47.914 | + functions-common:time_stop:2442 : start_time=1744863345347 2025-04-17 04:15:47.916 | + functions-common:time_stop:2444 : [[ -z 1744863345347 ]] 2025-04-17 04:15:47.919 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:47.922 | + functions-common:time_stop:2447 : end_time=1744863347919 2025-04-17 04:15:47.924 | + functions-common:time_stop:2448 : elapsed_time=2572 2025-04-17 04:15:47.926 | + functions-common:time_stop:2449 : total=4643 2025-04-17 04:15:47.927 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:47.929 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7215 2025-04-17 04:15:47.931 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2025-04-17 04:15:47.932 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:15:47.934 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:15:47.936 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:15:47.937 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:15:47.939 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:15:47.941 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:15:47.942 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:15:47.944 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:15:47.945 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:15:47.948 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:15:47.950 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863347948 2025-04-17 04:15:47.952 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:15:50.550 | From https://opendev.org/openstack/keystone 2025-04-17 04:15:50.550 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-04-17 04:15:50.555 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:15:50.556 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:50.558 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:50.560 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:50.561 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:50.563 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:50.565 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:15:50.566 | + functions-common:time_stop:2442 : start_time=1744863347948 2025-04-17 04:15:50.568 | + functions-common:time_stop:2444 : [[ -z 1744863347948 ]] 2025-04-17 04:15:50.571 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:50.573 | + functions-common:time_stop:2447 : end_time=1744863350571 2025-04-17 04:15:50.575 | + functions-common:time_stop:2448 : elapsed_time=2623 2025-04-17 04:15:50.577 | + functions-common:time_stop:2449 : total=7215 2025-04-17 04:15:50.578 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:50.580 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9838 2025-04-17 04:15:50.581 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:15:50.583 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:15:50.585 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:15:50.587 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:15:50.589 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:15:50.591 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:15:50.592 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:15:50.594 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:15:50.596 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:15:50.598 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:15:50.601 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863350599 2025-04-17 04:15:50.603 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:15:50.700 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:15:50.700 | 2025-04-17 04:15:50.700 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:15:50.700 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:15:50.700 | state without impacting any branches by switching back to a branch. 2025-04-17 04:15:50.700 | 2025-04-17 04:15:50.700 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:15:50.700 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:15:50.700 | 2025-04-17 04:15:50.700 | git switch -c 2025-04-17 04:15:50.700 | 2025-04-17 04:15:50.700 | Or undo this operation with: 2025-04-17 04:15:50.700 | 2025-04-17 04:15:50.700 | git switch - 2025-04-17 04:15:50.700 | 2025-04-17 04:15:50.700 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:15:50.700 | 2025-04-17 04:15:50.700 | HEAD is now at e4b40af Improve application credential validation speed 2025-04-17 04:15:50.703 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:15:50.705 | + functions-common:time_stop:2435 : local name 2025-04-17 04:15:50.706 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:15:50.708 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:15:50.709 | + functions-common:time_stop:2438 : local total 2025-04-17 04:15:50.711 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:15:50.713 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:15:50.714 | + functions-common:time_stop:2442 : start_time=1744863350599 2025-04-17 04:15:50.716 | + functions-common:time_stop:2444 : [[ -z 1744863350599 ]] 2025-04-17 04:15:50.718 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:15:50.721 | + functions-common:time_stop:2447 : end_time=1744863350719 2025-04-17 04:15:50.723 | + functions-common:time_stop:2448 : elapsed_time=120 2025-04-17 04:15:50.725 | + functions-common:time_stop:2449 : total=9838 2025-04-17 04:15:50.726 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:15:50.728 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9958 2025-04-17 04:15:50.730 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-17 04:15:50.742 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2025-04-17 04:15:50.744 | + functions-common:git_clone:696 : git show --oneline 2025-04-17 04:15:50.744 | + functions-common:git_clone:696 : head -1 2025-04-17 04:15:50.749 | e4b40af Improve application credential validation speed 2025-04-17 04:15:50.752 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:15:50.754 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-17 04:15:50.756 | + inc/python:setup_develop:334 : local bindep 2025-04-17 04:15:50.757 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-17 04:15:50.759 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2025-04-17 04:15:50.761 | + inc/python:setup_develop:340 : local extras= 2025-04-17 04:15:50.763 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-17 04:15:50.765 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-04-17 04:15:50.767 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-17 04:15:50.768 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2025-04-17 04:15:50.770 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-04-17 04:15:50.772 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-04-17 04:15:50.774 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2025-04-17 04:15:50.776 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-04-17 04:15:50.778 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2025-04-17 04:15:50.780 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-04-17 04:15:50.782 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-04-17 04:15:50.784 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-17 04:15:50.788 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2025-04-17 04:15:50.790 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-17 04:15:51.130 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2025-04-17 04:15:51.132 | + inc/python:setup_package:414 : local bindep=0 2025-04-17 04:15:51.134 | + inc/python:setup_package:415 : local bindep_flag= 2025-04-17 04:15:51.136 | + inc/python:setup_package:416 : local bindep_profiles= 2025-04-17 04:15:51.138 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-17 04:15:51.140 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2025-04-17 04:15:51.142 | + inc/python:setup_package:423 : local flags=-e 2025-04-17 04:15:51.144 | + inc/python:setup_package:424 : local extras= 2025-04-17 04:15:51.145 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-04-17 04:15:51.147 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-04-17 04:15:51.149 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-04-17 04:15:51.151 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-04-17 04:15:51.153 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-04-17 04:15:51.154 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2025-04-17 04:15:51.171 | Using python 3.10 to install /opt/stack/keystone 2025-04-17 04:15:51.173 | + 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-04-17 04:15:52.077 | Obtaining file:///opt/stack/keystone 2025-04-17 04:15:52.077 | Preparing metadata (setup.py): started 2025-04-17 04:15:52.593 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 04:15:52.752 | Collecting Flask!=0.11,>=1.0.2 2025-04-17 04:15:52.756 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2025-04-17 04:15:52.779 | Collecting Flask-RESTful>=0.3.5 2025-04-17 04:15:52.782 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-17 04:15:52.815 | Collecting PyJWT>=1.6.1 2025-04-17 04:15:52.818 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2025-04-17 04:15:53.637 | Collecting SQLAlchemy>=1.3.0 2025-04-17 04:15:53.651 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-04-17 04:15:53.662 | 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-04-17 04:15:53.763 | Collecting bcrypt>=3.1.3 2025-04-17 04:15:53.771 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2025-04-17 04:15:54.207 | Collecting cryptography>=2.7 2025-04-17 04:15:54.234 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2025-04-17 04:15:54.255 | 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-04-17 04:15:54.304 | Collecting jsonschema>=3.2.0 2025-04-17 04:15:54.307 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2025-04-17 04:15:54.309 | 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-04-17 04:15:54.310 | 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-04-17 04:15:54.334 | Collecting oauthlib>=0.6.2 2025-04-17 04:15:54.337 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2025-04-17 04:15:54.339 | 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-04-17 04:15:54.340 | 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-04-17 04:15:54.341 | 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-04-17 04:15:54.402 | Collecting oslo.db>=6.0.0 2025-04-17 04:15:54.407 | Using cached oslo.db-12.3.3-py3-none-any.whl (177 kB) 2025-04-17 04:15:54.409 | 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-04-17 04:15:54.410 | 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-04-17 04:15:54.583 | Collecting oslo.messaging>=5.29.0 2025-04-17 04:15:54.587 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2025-04-17 04:15:54.633 | Collecting oslo.middleware>=3.31.0 2025-04-17 04:15:54.636 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2025-04-17 04:15:54.696 | Collecting oslo.policy>=3.10.0 2025-04-17 04:15:54.698 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2025-04-17 04:15:54.701 | 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-04-17 04:15:54.811 | Collecting oslo.upgradecheck>=1.3.0 2025-04-17 04:15:54.813 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2025-04-17 04:15:54.815 | 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-04-17 04:15:54.849 | Collecting osprofiler>=1.4.0 2025-04-17 04:15:54.851 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2025-04-17 04:15:54.873 | Collecting passlib>=1.7.0 2025-04-17 04:15:54.878 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-17 04:15:54.883 | 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-04-17 04:15:54.883 | 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-04-17 04:15:55.002 | Collecting pysaml2>=5.0.0 2025-04-17 04:15:55.008 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2025-04-17 04:15:55.013 | 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-04-17 04:15:55.013 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (2022.4) 2025-04-17 04:15:55.116 | Collecting scrypt>=0.8.0 2025-04-17 04:15:55.126 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-17 04:15:55.153 | Collecting sqlalchemy-migrate>=0.13.0 2025-04-17 04:15:55.155 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2025-04-17 04:15:55.159 | 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-04-17 04:15:55.451 | Collecting cffi>=1.12 2025-04-17 04:15:55.457 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-17 04:15:55.462 | 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-04-17 04:15:55.498 | Collecting Jinja2>=3.0 2025-04-17 04:15:55.500 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-17 04:15:55.547 | Collecting Werkzeug>=2.2.2 2025-04-17 04:15:55.561 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2025-04-17 04:15:55.585 | Collecting itsdangerous>=2.0 2025-04-17 04:15:55.587 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-17 04:15:55.621 | Collecting click>=8.0 2025-04-17 04:15:55.623 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-17 04:15:55.651 | Collecting aniso8601>=0.82 2025-04-17 04:15:55.653 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-17 04:15:55.661 | 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-04-17 04:15:55.679 | 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-04-17 04:15:55.708 | Collecting attrs>=17.4.0 2025-04-17 04:15:55.711 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-04-17 04:15:55.735 | 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-04-17 04:15:55.737 | 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-04-17 04:15:55.817 | 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-04-17 04:15:55.818 | 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-04-17 04:15:55.819 | 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-04-17 04:15:55.820 | 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-04-17 04:15:55.896 | Collecting alembic>=0.9.6 2025-04-17 04:15:55.899 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2025-04-17 04:15:55.918 | Collecting testscenarios>=0.4 2025-04-17 04:15:55.920 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-17 04:15:55.941 | Collecting testresources>=2.0.0 2025-04-17 04:15:55.942 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-17 04:15:55.986 | 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-04-17 04:15:55.987 | 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-04-17 04:15:56.059 | Collecting oslo.service!=1.28.1,>=1.24.0 2025-04-17 04:15:56.061 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2025-04-17 04:15:56.064 | 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-04-17 04:15:56.097 | Collecting cachetools>=2.0.0 2025-04-17 04:15:56.099 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2025-04-17 04:15:56.164 | Collecting kombu>=4.6.6 2025-04-17 04:15:56.168 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-17 04:15:56.207 | Collecting amqp>=2.5.2 2025-04-17 04:15:56.209 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-17 04:15:56.321 | Collecting oslo.metrics>=0.2.1 2025-04-17 04:15:56.323 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2025-04-17 04:15:56.357 | Collecting statsd>=3.2.1 2025-04-17 04:15:56.359 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2025-04-17 04:15:56.408 | Collecting PrettyTable>=0.7.1 2025-04-17 04:15:56.410 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-04-17 04:15:56.429 | 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-04-17 04:15:56.429 | 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-04-17 04:15:56.430 | 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-04-17 04:15:56.431 | 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-04-17 04:15:56.497 | Collecting oslo.concurrency>=3.26.0 2025-04-17 04:15:56.500 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2025-04-17 04:15:56.588 | Collecting pyOpenSSL 2025-04-17 04:15:56.590 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2025-04-17 04:15:56.612 | Collecting defusedxml 2025-04-17 04:15:56.613 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-17 04:15:56.616 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev11) (59.6.0) 2025-04-17 04:15:56.668 | Collecting xmlschema>=1.2.1 2025-04-17 04:15:56.672 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2025-04-17 04:15:57.075 | Collecting greenlet!=0.4.17 2025-04-17 04:15:57.079 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2025-04-17 04:15:57.108 | Collecting Tempita>=0.4 2025-04-17 04:15:57.111 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2025-04-17 04:15:57.152 | Collecting sqlparse 2025-04-17 04:15:57.154 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2025-04-17 04:15:57.257 | Collecting Mako 2025-04-17 04:15:57.260 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2025-04-17 04:15:57.290 | Collecting vine>=5.0.0 2025-04-17 04:15:57.292 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-17 04:15:57.364 | Collecting pycparser 2025-04-17 04:15:57.368 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-17 04:15:57.384 | 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-04-17 04:15:57.559 | Collecting MarkupSafe>=2.0 2025-04-17 04:15:57.563 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-17 04:15:57.595 | 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-04-17 04:15:57.669 | Collecting fasteners>=0.7.0 2025-04-17 04:15:57.671 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-17 04:15:57.709 | Collecting prometheus-client>=0.6.0 2025-04-17 04:15:57.712 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2025-04-17 04:15:57.753 | Collecting PasteDeploy>=1.5.0 2025-04-17 04:15:57.756 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2025-04-17 04:15:57.789 | Collecting fixtures>=3.0.0 2025-04-17 04:15:57.789 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-17 04:15:57.816 | Collecting Routes>=2.3.1 2025-04-17 04:15:57.819 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-17 04:15:57.880 | Collecting Yappi>=1.0 2025-04-17 04:15:57.883 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-17 04:15:57.919 | Collecting eventlet>=0.25.2 2025-04-17 04:15:57.923 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2025-04-17 04:15:57.965 | Collecting Paste>=2.0.2 2025-04-17 04:15:57.972 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-17 04:15:57.994 | 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-04-17 04:15:58.046 | 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-04-17 04:15:58.047 | 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-04-17 04:15:58.047 | 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-04-17 04:15:58.048 | 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-04-17 04:15:58.099 | 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-04-17 04:15:58.177 | Collecting elementpath<4.0.0,>=3.0.0 2025-04-17 04:15:58.180 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2025-04-17 04:15:58.303 | Collecting dnspython>=1.15.0 2025-04-17 04:15:58.307 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2025-04-17 04:15:58.430 | Collecting repoze.lru>=0.3 2025-04-17 04:15:58.432 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-17 04:15:58.580 | 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-04-17 04:15:58.580 | Reason for being yanked: Regression in OpenSSL. 2025-04-17 04:15:59.108 | 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-04-17 04:15:59.597 | Attempting uninstall: PyJWT 2025-04-17 04:15:59.598 | Found existing installation: PyJWT 2.3.0 2025-04-17 04:15:59.600 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:59.600 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2025-04-17 04:15:59.785 | Attempting uninstall: PrettyTable 2025-04-17 04:15:59.787 | Found existing installation: prettytable 2.5.0 2025-04-17 04:15:59.789 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:59.790 | Can't uninstall 'prettytable'. No files were found to uninstall. 2025-04-17 04:15:59.984 | Attempting uninstall: oauthlib 2025-04-17 04:15:59.985 | Found existing installation: oauthlib 3.2.0 2025-04-17 04:15:59.986 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:15:59.988 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2025-04-17 04:16:00.057 | Attempting uninstall: MarkupSafe 2025-04-17 04:16:00.058 | Found existing installation: MarkupSafe 2.0.1 2025-04-17 04:16:00.059 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:00.060 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2025-04-17 04:16:00.116 | Attempting uninstall: fixtures 2025-04-17 04:16:00.119 | Found existing installation: fixtures 3.0.0 2025-04-17 04:16:00.119 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:00.121 | Can't uninstall 'fixtures'. No files were found to uninstall. 2025-04-17 04:16:00.496 | Attempting uninstall: click 2025-04-17 04:16:00.497 | Found existing installation: click 8.0.3 2025-04-17 04:16:00.499 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:00.499 | Can't uninstall 'click'. No files were found to uninstall. 2025-04-17 04:16:00.567 | Attempting uninstall: bcrypt 2025-04-17 04:16:00.568 | Found existing installation: bcrypt 3.2.0 2025-04-17 04:16:00.569 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:00.570 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2025-04-17 04:16:00.590 | Attempting uninstall: attrs 2025-04-17 04:16:00.592 | Found existing installation: attrs 21.2.0 2025-04-17 04:16:00.593 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:00.594 | Can't uninstall 'attrs'. No files were found to uninstall. 2025-04-17 04:16:01.658 | Attempting uninstall: jsonschema 2025-04-17 04:16:01.659 | Found existing installation: jsonschema 3.2.0 2025-04-17 04:16:01.661 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:01.661 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2025-04-17 04:16:01.722 | Attempting uninstall: Jinja2 2025-04-17 04:16:01.723 | Found existing installation: Jinja2 3.0.3 2025-04-17 04:16:01.724 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:01.725 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2025-04-17 04:16:02.349 | Attempting uninstall: cryptography 2025-04-17 04:16:02.352 | Found existing installation: cryptography 3.4.8 2025-04-17 04:16:02.352 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:02.352 | Can't uninstall 'cryptography'. No files were found to uninstall. 2025-04-17 04:16:02.675 | Attempting uninstall: pyOpenSSL 2025-04-17 04:16:02.676 | Found existing installation: pyOpenSSL 21.0.0 2025-04-17 04:16:02.677 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:02.678 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2025-04-17 04:16:03.458 | Running setup.py develop for keystone 2025-04-17 04:16:04.435 | 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-04-17 04:16:04.435 | 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-04-17 04:16:04.675 | + inc/python:pip_install:196 : result=0 2025-04-17 04:16:04.677 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:16:04.679 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:04.681 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:04.682 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:04.684 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:04.686 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:04.688 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:16:04.689 | + functions-common:time_stop:2442 : start_time=1744863351166 2025-04-17 04:16:04.691 | + functions-common:time_stop:2444 : [[ -z 1744863351166 ]] 2025-04-17 04:16:04.693 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:04.696 | + functions-common:time_stop:2447 : end_time=1744863364694 2025-04-17 04:16:04.698 | + functions-common:time_stop:2448 : elapsed_time=13528 2025-04-17 04:16:04.700 | + functions-common:time_stop:2449 : total=22599 2025-04-17 04:16:04.702 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:04.703 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=36127 2025-04-17 04:16:04.705 | + inc/python:pip_install:199 : return 0 2025-04-17 04:16:04.707 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-04-17 04:16:04.709 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2025-04-17 04:16:04.711 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2025-04-17 04:16:04.725 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2025-04-17 04:16:04.734 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2025-04-17 04:16:04.736 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2025-04-17 04:16:04.738 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:16:04.740 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:16:04.742 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-17 04:16:04.743 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:16:04.745 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-17 04:16:04.757 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:04.759 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-17 04:16:04.761 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 04:16:04.763 | + stack.sh:main:908 : configure_keystone 2025-04-17 04:16:04.765 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-17 04:16:04.774 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2025-04-17 04:16:04.776 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-17 04:16:04.779 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-17 04:16:04.792 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:04.794 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-17 04:16:04.819 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-17 04:16:04.842 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-17 04:16:04.866 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-17 04:16:04.889 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-17 04:16:04.912 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-17 04:16:04.936 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-17 04:16:04.957 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-17 04:16:04.979 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-17 04:16:04.981 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2025-04-17 04:16:04.983 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2025-04-17 04:16:04.985 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2025-04-17 04:16:04.986 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-04-17 04:16:04.988 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-04-17 04:16:05.000 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:05.002 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-04-17 04:16:05.004 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-04-17 04:16:05.006 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-04-17 04:16:05.017 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:05.019 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:16:05.021 | + 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-04-17 04:16:05.044 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-04-17 04:16:05.046 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-04-17 04:16:05.048 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-17 04:16:05.050 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-17 04:16:05.061 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:05.063 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-17 04:16:05.087 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-17 04:16:05.088 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-17 04:16:05.113 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-17 04:16:05.115 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-17 04:16:05.117 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-17 04:16:05.118 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2025-04-17 04:16:05.120 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:16:05.122 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:16:05.123 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-04-17 04:16:05.126 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-04-17 04:16:05.150 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-17 04:16:05.151 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-17 04:16:05.153 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-17 04:16:05.155 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-17 04:16:05.157 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 04:16:05.169 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 04:16:05.171 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 04:16:05.173 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 04:16:05.175 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 04:16:05.176 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-17 04:16:05.198 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:16:05.221 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:16:05.243 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 04:16:05.265 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-17 04:16:05.288 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-17 04:16:05.290 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2025-04-17 04:16:05.292 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-17 04:16:05.293 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2025-04-17 04:16:05.295 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2025-04-17 04:16:05.297 | + lib/apache:write_uwsgi_config:257 : local http= 2025-04-17 04:16:05.299 | + lib/apache:write_uwsgi_config:258 : local name= 2025-04-17 04:16:05.301 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2025-04-17 04:16:05.304 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2025-04-17 04:16:05.306 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-04-17 04:16:05.308 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 04:16:05.317 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 04:16:05.317 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:16:05.323 | d /var/run/uwsgi 0755 stack root 2025-04-17 04:16:05.326 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:16:05.334 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-17 04:16:05.336 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-17 04:16:05.338 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-17 04:16:05.341 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2025-04-17 04:16:05.365 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-17 04:16:05.386 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-17 04:16:05.408 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-17 04:16:05.430 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-17 04:16:05.452 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-17 04:16:05.473 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-17 04:16:05.495 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-17 04:16:05.518 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-17 04:16:05.540 | + 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-04-17 04:16:05.562 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-17 04:16:05.584 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-17 04:16:05.606 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-17 04:16:05.628 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-04-17 04:16:05.630 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-04-17 04:16:05.632 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2025-04-17 04:16:05.634 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2025-04-17 04:16:05.636 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-04-17 04:16:05.638 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:05.640 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:05.641 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-17 04:16:05.644 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-17 04:16:05.645 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-17 04:16:05.668 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-17 04:16:05.690 | + 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-04-17 04:16:05.690 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-17 04:16:05.696 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2025-04-17 04:16:05.699 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2025-04-17 04:16:05.701 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2025-04-17 04:16:05.703 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-04-17 04:16:05.704 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-04-17 04:16:05.706 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-04-17 04:16:05.708 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:05.710 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:05.712 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 04:16:05.714 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-04-17 04:16:05.716 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:05.717 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:05.719 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2025-04-17 04:16:05.752 | Enabling site keystone-wsgi-public. 2025-04-17 04:16:05.756 | To activate the new configuration, you need to run: 2025-04-17 04:16:05.756 | systemctl reload apache2 2025-04-17 04:16:05.759 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-04-17 04:16:05.761 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-04-17 04:16:05.763 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:16:05.765 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-04-17 04:16:05.882 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-17 04:16:05.910 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-17 04:16:05.938 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-17 04:16:05.967 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-17 04:16:05.969 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-17 04:16:06.012 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-17 04:16:06.041 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-17 04:16:06.072 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-17 04:16:06.115 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-17 04:16:06.117 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-17 04:16:06.119 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-17 04:16:06.143 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-17 04:16:06.166 | + stack.sh:main:912 : is_service_enabled swift 2025-04-17 04:16:06.179 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:06.181 | + stack.sh:main:926 : is_service_enabled g-api n-api 2025-04-17 04:16:06.195 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:06.197 | + stack.sh:main:928 : stack_install_service glance 2025-04-17 04:16:06.199 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-17 04:16:06.201 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-17 04:16:06.203 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 04:16:06.205 | + lib/stack:stack_install_service:32 : install_glance 2025-04-17 04:16:06.207 | + lib/glance:install_glance:511 : glance_store_extras=() 2025-04-17 04:16:06.208 | + lib/glance:install_glance:511 : local glance_store_extras 2025-04-17 04:16:06.210 | + lib/glance:install_glance:513 : is_service_enabled cinder 2025-04-17 04:16:06.223 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:06.224 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-17 04:16:06.226 | + lib/glance:install_glance:517 : is_service_enabled swift 2025-04-17 04:16:06.238 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:06.240 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2025-04-17 04:16:06.242 | + inc/python:use_library_from_git:246 : local name=glance_store 2025-04-17 04:16:06.244 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:16:06.246 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:16:06.248 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2025-04-17 04:16:06.250 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:16:06.252 | ++ lib/glance:install_glance:529 : join_extras cinder 2025-04-17 04:16:06.254 | ++ inc/python:join_extras:29 : local IFS=, 2025-04-17 04:16:06.256 | ++ inc/python:join_extras:30 : echo cinder 2025-04-17 04:16:06.258 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2025-04-17 04:16:06.260 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2025-04-17 04:16:06.262 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2025-04-17 04:16:06.264 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2025-04-17 04:16:06.266 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2025-04-17 04:16:06.268 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2025-04-17 04:16:06.270 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2025-04-17 04:16:06.273 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2025-04-17 04:16:06.273 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-04-17 04:16:06.278 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-17 04:16:06.279 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2025-04-17 04:16:06.281 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2025-04-17 04:16:06.284 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2025-04-17 04:16:06.286 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-17 04:16:06.302 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-17 04:16:06.304 | + 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-04-17 04:16:07.425 | Collecting glance-store[cinder]!=0.29.0 2025-04-17 04:16:07.430 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2025-04-17 04:16:07.468 | 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-04-17 04:16:07.468 | 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-04-17 04:16:07.471 | 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-04-17 04:16:07.471 | 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-04-17 04:16:07.471 | 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-04-17 04:16:07.471 | 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-04-17 04:16:07.471 | 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-04-17 04:16:07.472 | 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-04-17 04:16:07.473 | 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-04-17 04:16:07.474 | 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-04-17 04:16:07.475 | 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-04-17 04:16:07.600 | Collecting oslo.rootwrap>=5.8.0 2025-04-17 04:16:07.602 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2025-04-17 04:16:07.647 | Collecting oslo.privsep>=1.23.0 2025-04-17 04:16:07.649 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2025-04-17 04:16:07.691 | Collecting python-cinderclient>=4.1.0 2025-04-17 04:16:07.695 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2025-04-17 04:16:07.759 | Collecting os-brick>=6.2.2 2025-04-17 04:16:07.765 | Using cached os_brick-6.2.5-py3-none-any.whl (298 kB) 2025-04-17 04:16:07.772 | 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-04-17 04:16:07.773 | 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-04-17 04:16:07.773 | 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-04-17 04:16:07.815 | 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-04-17 04:16:07.815 | 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-04-17 04:16:07.840 | 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-04-17 04:16:07.841 | 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-04-17 04:16:07.842 | 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-04-17 04:16:07.853 | 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-04-17 04:16:07.854 | 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-04-17 04:16:07.854 | 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-04-17 04:16:07.856 | 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-04-17 04:16:07.890 | Collecting os-win>=5.7.0 2025-04-17 04:16:07.893 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-17 04:16:07.905 | 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-04-17 04:16:07.923 | 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-04-17 04:16:07.924 | 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-04-17 04:16:07.925 | 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-04-17 04:16:07.926 | 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-04-17 04:16:07.935 | 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-04-17 04:16:07.935 | 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-04-17 04:16:07.942 | 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-04-17 04:16:07.949 | 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-04-17 04:16:07.949 | 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-04-17 04:16:07.950 | 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-04-17 04:16:07.959 | 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-04-17 04:16:07.974 | 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-04-17 04:16:07.975 | 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-04-17 04:16:07.976 | 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-04-17 04:16:07.977 | 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-04-17 04:16:08.018 | 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-04-17 04:16:08.028 | 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-04-17 04:16:08.103 | 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-04-17 04:16:08.105 | 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-04-17 04:16:08.117 | 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-04-17 04:16:08.118 | 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-04-17 04:16:08.119 | 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-04-17 04:16:08.120 | 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-04-17 04:16:08.121 | 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-04-17 04:16:08.122 | 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-04-17 04:16:08.140 | 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-04-17 04:16:08.215 | 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-04-17 04:16:08.243 | 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-04-17 04:16:08.786 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-17 04:16:09.547 | 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-04-17 04:16:09.548 | 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-04-17 04:16:09.653 | + inc/python:pip_install:196 : result=0 2025-04-17 04:16:09.655 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:16:09.657 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:09.659 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:09.661 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:09.663 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:09.665 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:09.667 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:16:09.668 | + functions-common:time_stop:2442 : start_time=1744863366298 2025-04-17 04:16:09.670 | + functions-common:time_stop:2444 : [[ -z 1744863366298 ]] 2025-04-17 04:16:09.673 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:09.676 | + functions-common:time_stop:2447 : end_time=1744863369674 2025-04-17 04:16:09.678 | + functions-common:time_stop:2448 : elapsed_time=3376 2025-04-17 04:16:09.679 | + functions-common:time_stop:2449 : total=36127 2025-04-17 04:16:09.681 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:09.683 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39503 2025-04-17 04:16:09.685 | + inc/python:pip_install:199 : return 0 2025-04-17 04:16:09.687 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2025-04-17 04:16:09.688 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2025-04-17 04:16:09.690 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2025-04-17 04:16:09.700 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2025-04-17 04:16:09.703 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance unmaintained/2023.1 2025-04-17 04:16:09.705 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-17 04:16:09.707 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2025-04-17 04:16:09.708 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-04-17 04:16:09.710 | + functions-common:git_clone:615 : local orig_dir 2025-04-17 04:16:09.712 | ++ functions-common:git_clone:616 : pwd 2025-04-17 04:16:09.714 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:16:09.716 | + functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:16:09.719 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:16:09.731 | + functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:16:09.732 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-04-17 04:16:09.734 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-04-17 04:16:09.736 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:16:09.738 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-04-17 04:16:09.738 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:16:09.742 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2025-04-17 04:16:09.744 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:16:09.746 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-17 04:16:09.747 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:09.749 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:09.751 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:09.752 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:09.754 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:09.756 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:09.757 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:09.759 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:09.761 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:09.764 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863369762 2025-04-17 04:16:09.766 | + 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-04-17 04:16:09.768 | Cloning into '/opt/stack//glance'... 2025-04-17 04:16:11.859 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:11.861 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:11.862 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:11.864 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:11.866 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:11.868 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:11.869 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:11.871 | + functions-common:time_stop:2442 : start_time=1744863369762 2025-04-17 04:16:11.872 | + functions-common:time_stop:2444 : [[ -z 1744863369762 ]] 2025-04-17 04:16:11.875 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:11.878 | + functions-common:time_stop:2447 : end_time=1744863371876 2025-04-17 04:16:11.880 | + functions-common:time_stop:2448 : elapsed_time=2114 2025-04-17 04:16:11.881 | + functions-common:time_stop:2449 : total=9958 2025-04-17 04:16:11.883 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:11.885 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12072 2025-04-17 04:16:11.887 | + functions-common:git_clone:654 : cd /opt/stack//glance 2025-04-17 04:16:11.889 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:16:11.890 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:11.892 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:11.894 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:11.896 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:11.898 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:11.899 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:11.901 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:11.903 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:11.905 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:11.908 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863371906 2025-04-17 04:16:11.910 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:16:13.816 | From https://opendev.org/openstack/glance 2025-04-17 04:16:13.816 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-04-17 04:16:13.820 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:13.822 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:13.824 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:13.826 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:13.828 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:13.829 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:13.831 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:13.833 | + functions-common:time_stop:2442 : start_time=1744863371906 2025-04-17 04:16:13.834 | + functions-common:time_stop:2444 : [[ -z 1744863371906 ]] 2025-04-17 04:16:13.837 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:13.840 | + functions-common:time_stop:2447 : end_time=1744863373837 2025-04-17 04:16:13.841 | + functions-common:time_stop:2448 : elapsed_time=1931 2025-04-17 04:16:13.843 | + functions-common:time_stop:2449 : total=12072 2025-04-17 04:16:13.845 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:13.846 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14003 2025-04-17 04:16:13.848 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:16:13.850 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:13.852 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:13.854 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:13.855 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:13.857 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:13.859 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:13.861 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:13.862 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:13.865 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:13.867 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863373865 2025-04-17 04:16:13.869 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:16:13.935 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:16:13.935 | 2025-04-17 04:16:13.935 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:16:13.935 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:16:13.935 | state without impacting any branches by switching back to a branch. 2025-04-17 04:16:13.935 | 2025-04-17 04:16:13.935 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:16:13.935 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:16:13.935 | 2025-04-17 04:16:13.935 | git switch -c 2025-04-17 04:16:13.935 | 2025-04-17 04:16:13.935 | Or undo this operation with: 2025-04-17 04:16:13.935 | 2025-04-17 04:16:13.935 | git switch - 2025-04-17 04:16:13.935 | 2025-04-17 04:16:13.935 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:16:13.935 | 2025-04-17 04:16:13.935 | HEAD is now at 1fd12c2 Update .gitreview for unmaintained/2023.1 2025-04-17 04:16:13.937 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:13.939 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:13.941 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:13.943 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:13.945 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:13.946 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:13.948 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:13.950 | + functions-common:time_stop:2442 : start_time=1744863373865 2025-04-17 04:16:13.951 | + functions-common:time_stop:2444 : [[ -z 1744863373865 ]] 2025-04-17 04:16:13.954 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:13.957 | + functions-common:time_stop:2447 : end_time=1744863373955 2025-04-17 04:16:13.958 | + functions-common:time_stop:2448 : elapsed_time=90 2025-04-17 04:16:13.960 | + functions-common:time_stop:2449 : total=14003 2025-04-17 04:16:13.962 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:13.963 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14093 2025-04-17 04:16:13.965 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-17 04:16:13.975 | + functions-common:git_clone:695 : cd /opt/stack//glance 2025-04-17 04:16:13.977 | + functions-common:git_clone:696 : git show --oneline 2025-04-17 04:16:13.977 | + functions-common:git_clone:696 : head -1 2025-04-17 04:16:13.979 | 1fd12c2 Update .gitreview for unmaintained/2023.1 2025-04-17 04:16:13.981 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:16:13.983 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2025-04-17 04:16:13.985 | + inc/python:setup_develop:334 : local bindep 2025-04-17 04:16:13.987 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2025-04-17 04:16:13.989 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2025-04-17 04:16:13.991 | + inc/python:setup_develop:340 : local extras= 2025-04-17 04:16:13.992 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-17 04:16:13.994 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-04-17 04:16:13.996 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-17 04:16:13.998 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2025-04-17 04:16:14.000 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-04-17 04:16:14.002 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-04-17 04:16:14.004 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2025-04-17 04:16:14.006 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-04-17 04:16:14.008 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2025-04-17 04:16:14.010 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-04-17 04:16:14.012 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-04-17 04:16:14.015 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-17 04:16:14.019 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2025-04-17 04:16:14.020 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-17 04:16:14.342 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2025-04-17 04:16:14.344 | + inc/python:setup_package:414 : local bindep=0 2025-04-17 04:16:14.346 | + inc/python:setup_package:415 : local bindep_flag= 2025-04-17 04:16:14.348 | + inc/python:setup_package:416 : local bindep_profiles= 2025-04-17 04:16:14.350 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2025-04-17 04:16:14.352 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2025-04-17 04:16:14.353 | + inc/python:setup_package:423 : local flags=-e 2025-04-17 04:16:14.355 | + inc/python:setup_package:424 : local extras= 2025-04-17 04:16:14.357 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-04-17 04:16:14.359 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-04-17 04:16:14.361 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-04-17 04:16:14.362 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-04-17 04:16:14.364 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-04-17 04:16:14.366 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2025-04-17 04:16:14.381 | Using python 3.10 to install /opt/stack/glance 2025-04-17 04:16:14.383 | + 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-04-17 04:16:15.307 | Obtaining file:///opt/stack/glance 2025-04-17 04:16:15.307 | Preparing metadata (setup.py): started 2025-04-17 04:16:15.725 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 04:16:15.784 | 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-04-17 04:16:15.787 | 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-04-17 04:16:15.787 | 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-04-17 04:16:15.787 | 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-04-17 04:16:15.787 | 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-04-17 04:16:15.879 | Collecting WSME>=0.8.0 2025-04-17 04:16:15.882 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2025-04-17 04:16:15.885 | 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-04-17 04:16:15.885 | 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-04-17 04:16:16.016 | Collecting castellan>=0.17.0 2025-04-17 04:16:16.019 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2025-04-17 04:16:16.022 | 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-04-17 04:16:16.128 | Collecting cursive>=0.2.1 2025-04-17 04:16:16.131 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-17 04:16:16.133 | 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-04-17 04:16:16.134 | 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-04-17 04:16:16.135 | 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-04-17 04:16:16.136 | 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-04-17 04:16:16.136 | 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-04-17 04:16:16.161 | Collecting httplib2>=0.9.1 2025-04-17 04:16:16.164 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2025-04-17 04:16:16.166 | 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-04-17 04:16:16.167 | 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-04-17 04:16:16.168 | 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-04-17 04:16:16.169 | 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-04-17 04:16:16.169 | 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-04-17 04:16:16.170 | 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-04-17 04:16:16.171 | 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-04-17 04:16:16.172 | 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-04-17 04:16:16.173 | 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-04-17 04:16:16.174 | 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-04-17 04:16:16.288 | Collecting oslo.limit>=1.6.0 2025-04-17 04:16:16.290 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2025-04-17 04:16:16.292 | 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-04-17 04:16:16.293 | 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-04-17 04:16:16.294 | 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-04-17 04:16:16.295 | 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-04-17 04:16:16.331 | Collecting oslo.reports>=1.18.0 2025-04-17 04:16:16.334 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2025-04-17 04:16:16.337 | 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-04-17 04:16:16.337 | 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-04-17 04:16:16.339 | 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-04-17 04:16:16.339 | 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-04-17 04:16:16.340 | 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-04-17 04:16:16.340 | 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-04-17 04:16:16.357 | Collecting retrying!=1.3.0,>=1.2.3 2025-04-17 04:16:16.357 | Using cached retrying-1.3.3-py3-none-any.whl 2025-04-17 04:16:16.363 | 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-04-17 04:16:16.365 | 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-04-17 04:16:16.521 | Collecting taskflow>=4.0.0 2025-04-17 04:16:16.528 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2025-04-17 04:16:16.538 | 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-04-17 04:16:16.670 | Collecting python-barbicanclient>=4.5.2 2025-04-17 04:16:16.674 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2025-04-17 04:16:16.677 | 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-04-17 04:16:16.697 | 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-04-17 04:16:16.704 | 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-04-17 04:16:16.714 | 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-04-17 04:16:16.720 | 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-04-17 04:16:16.721 | 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-04-17 04:16:16.722 | 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-04-17 04:16:16.760 | 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-04-17 04:16:16.781 | 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-04-17 04:16:16.781 | 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-04-17 04:16:16.806 | 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-04-17 04:16:16.829 | 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-04-17 04:16:16.830 | 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-04-17 04:16:16.844 | 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-04-17 04:16:16.863 | 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-04-17 04:16:16.864 | 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-04-17 04:16:16.865 | 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-04-17 04:16:16.890 | 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-04-17 04:16:16.890 | 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-04-17 04:16:16.891 | 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-04-17 04:16:16.964 | Collecting openstacksdk>=0.31.1 2025-04-17 04:16:16.977 | Using cached openstacksdk-1.0.2-py3-none-any.whl (1.6 MB) 2025-04-17 04:16:17.015 | 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-04-17 04:16:17.015 | 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-04-17 04:16:17.043 | 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-04-17 04:16:17.043 | 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-04-17 04:16:17.045 | 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-04-17 04:16:17.045 | 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-04-17 04:16:17.045 | 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-04-17 04:16:17.056 | 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-04-17 04:16:17.058 | 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-04-17 04:16:17.058 | 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-04-17 04:16:17.259 | Collecting psutil>=3.2.2 2025-04-17 04:16:17.264 | 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-04-17 04:16:17.283 | 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-04-17 04:16:17.284 | 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-04-17 04:16:17.285 | 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-04-17 04:16:17.343 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev12) (59.6.0) 2025-04-17 04:16:17.364 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev12) (0.2.5) 2025-04-17 04:16:17.403 | 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-04-17 04:16:17.551 | Collecting networkx>=2.1.0 2025-04-17 04:16:17.574 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2025-04-17 04:16:17.613 | Collecting pydot>=1.2.4 2025-04-17 04:16:17.615 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-17 04:16:17.617 | 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-04-17 04:16:17.733 | Collecting automaton>=1.9.0 2025-04-17 04:16:17.735 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2025-04-17 04:16:17.777 | Collecting simplegeneric 2025-04-17 04:16:17.778 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-17 04:16:17.788 | 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-04-17 04:16:17.849 | 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-04-17 04:16:17.890 | 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-04-17 04:16:17.987 | Collecting appdirs>=1.3.0 2025-04-17 04:16:17.990 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-17 04:16:17.993 | 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-04-17 04:16:17.993 | 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-04-17 04:16:18.013 | Collecting jmespath>=0.9.0 2025-04-17 04:16:18.015 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-17 04:16:18.017 | 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-04-17 04:16:18.034 | Collecting requestsexceptions>=1.2.0 2025-04-17 04:16:18.036 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-17 04:16:18.082 | 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-04-17 04:16:18.093 | 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-04-17 04:16:18.111 | 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-04-17 04:16:18.112 | 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-04-17 04:16:18.243 | Collecting cliff!=2.9.0,>=2.8.0 2025-04-17 04:16:18.246 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-04-17 04:16:18.306 | 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-04-17 04:16:18.306 | 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-04-17 04:16:18.307 | 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-04-17 04:16:18.309 | 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-04-17 04:16:18.344 | 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-04-17 04:16:18.395 | 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-04-17 04:16:18.553 | Collecting cmd2>=1.0.0 2025-04-17 04:16:18.557 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-04-17 04:16:18.577 | Collecting autopage>=0.4.0 2025-04-17 04:16:18.579 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-17 04:16:18.656 | Collecting importlib-metadata>=4.4 2025-04-17 04:16:18.659 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-04-17 04:16:18.907 | 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-04-17 04:16:18.977 | Collecting zipp>=0.5 2025-04-17 04:16:18.979 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-04-17 04:16:19.447 | 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-04-17 04:16:19.474 | Attempting uninstall: zipp 2025-04-17 04:16:19.475 | Found existing installation: zipp 1.0.0 2025-04-17 04:16:19.476 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:19.476 | Can't uninstall 'zipp'. No files were found to uninstall. 2025-04-17 04:16:20.651 | Attempting uninstall: httplib2 2025-04-17 04:16:20.653 | Found existing installation: httplib2 0.20.2 2025-04-17 04:16:20.655 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:20.655 | Can't uninstall 'httplib2'. No files were found to uninstall. 2025-04-17 04:16:20.678 | Attempting uninstall: cmd2 2025-04-17 04:16:20.680 | Found existing installation: cmd2 0.0.0 2025-04-17 04:16:20.681 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:20.682 | Can't uninstall 'cmd2'. No files were found to uninstall. 2025-04-17 04:16:20.753 | Attempting uninstall: autopage 2025-04-17 04:16:20.755 | Found existing installation: autopage 0.4.0 2025-04-17 04:16:20.756 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:20.757 | Can't uninstall 'autopage'. No files were found to uninstall. 2025-04-17 04:16:20.782 | Attempting uninstall: importlib-metadata 2025-04-17 04:16:20.783 | Found existing installation: importlib-metadata 4.6.4 2025-04-17 04:16:20.784 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:20.785 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2025-04-17 04:16:21.828 | Attempting uninstall: cliff 2025-04-17 04:16:21.829 | Found existing installation: cliff 3.10.0 2025-04-17 04:16:21.831 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:21.831 | Can't uninstall 'cliff'. No files were found to uninstall. 2025-04-17 04:16:22.369 | Running setup.py develop for glance 2025-04-17 04:16:23.339 | 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-04-17 04:16:23.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-04-17 04:16:23.483 | + inc/python:pip_install:196 : result=0 2025-04-17 04:16:23.485 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:16:23.487 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:23.489 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:23.491 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:23.493 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:23.495 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:23.496 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:16:23.498 | + functions-common:time_stop:2442 : start_time=1744863374377 2025-04-17 04:16:23.500 | + functions-common:time_stop:2444 : [[ -z 1744863374377 ]] 2025-04-17 04:16:23.503 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:23.505 | + functions-common:time_stop:2447 : end_time=1744863383503 2025-04-17 04:16:23.507 | + functions-common:time_stop:2448 : elapsed_time=9126 2025-04-17 04:16:23.509 | + functions-common:time_stop:2449 : total=39503 2025-04-17 04:16:23.510 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:23.512 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=48629 2025-04-17 04:16:23.514 | + inc/python:pip_install:199 : return 0 2025-04-17 04:16:23.516 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-04-17 04:16:23.518 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2025-04-17 04:16:23.520 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2025-04-17 04:16:23.534 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2025-04-17 04:16:23.543 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2025-04-17 04:16:23.545 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2025-04-17 04:16:23.547 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:16:23.549 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:16:23.550 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-17 04:16:23.552 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:16:23.554 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 04:16:23.556 | + stack.sh:main:929 : configure_glance 2025-04-17 04:16:23.558 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-17 04:16:23.567 | + lib/glance:configure_glance:326 : local dburl 2025-04-17 04:16:23.569 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2025-04-17 04:16:23.571 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-17 04:16:23.572 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-17 04:16:23.574 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2025-04-17 04:16:23.576 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:16:23.578 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:16:23.579 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-04-17 04:16:23.582 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-04-17 04:16:23.583 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-17 04:16:23.606 | + 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-04-17 04:16:23.629 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-17 04:16:23.651 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-17 04:16:23.673 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-17 04:16:23.697 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-17 04:16:23.721 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-17 04:16:23.722 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-17 04:16:23.724 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-17 04:16:23.726 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 04:16:23.728 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-17 04:16:23.751 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-17 04:16:23.772 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 04:16:23.794 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-17 04:16:23.816 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-17 04:16:23.838 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-17 04:16:23.861 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-17 04:16:23.883 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-17 04:16:23.905 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 04:16:23.927 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 04:16:23.949 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-17 04:16:23.973 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-17 04:16:23.975 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2025-04-17 04:16:23.977 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2025-04-17 04:16:23.978 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-04-17 04:16:23.980 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-04-17 04:16:23.982 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-04-17 04:16:23.994 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:23.996 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-04-17 04:16:23.998 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-04-17 04:16:24.000 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-04-17 04:16:24.012 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:24.014 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:16:24.016 | + 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-04-17 04:16:24.037 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-04-17 04:16:24.039 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-04-17 04:16:24.041 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2025-04-17 04:16:24.043 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-17 04:16:24.065 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-17 04:16:24.088 | + lib/glance:configure_glance:346 : configure_glance_store False False 2025-04-17 04:16:24.090 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2025-04-17 04:16:24.092 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2025-04-17 04:16:24.094 | + lib/glance:configure_glance_store:254 : local be 2025-04-17 04:16:24.095 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2025-04-17 04:16:24.098 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2025-04-17 04:16:24.100 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-17 04:16:24.126 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2025-04-17 04:16:24.128 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-17 04:16:24.152 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2025-04-17 04:16:24.153 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2025-04-17 04:16:24.165 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:24.167 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-17 04:16:24.188 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2025-04-17 04:16:24.200 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:24.202 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2025-04-17 04:16:24.204 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-17 04:16:24.206 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-17 04:16:24.208 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 04:16:24.220 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 04:16:24.222 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 04:16:24.224 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 04:16:24.226 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 04:16:24.227 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-17 04:16:24.249 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:16:24.272 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:16:24.294 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 04:16:24.317 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-17 04:16:24.320 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-17 04:16:24.344 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-17 04:16:24.365 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-17 04:16:24.387 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-17 04:16:24.410 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-17 04:16:24.432 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-17 04:16:24.454 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-17 04:16:24.476 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-17 04:16:24.500 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-17 04:16:24.523 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-17 04:16:24.547 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-17 04:16:24.569 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-17 04:16:24.572 | + 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-04-17 04:16:24.576 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2025-04-17 04:16:24.588 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:24.590 | + lib/glance:configure_glance:421 : [[ False == False ]] 2025-04-17 04:16:24.592 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2025-04-17 04:16:24.594 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2025-04-17 04:16:24.595 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2025-04-17 04:16:24.597 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2025-04-17 04:16:24.600 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2025-04-17 04:16:24.602 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2025-04-17 04:16:24.604 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-17 04:16:24.607 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2025-04-17 04:16:24.630 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2025-04-17 04:16:24.632 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-17 04:16:24.634 | ++ functions:get_random_port:848 : true 2025-04-17 04:16:24.635 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-17 04:16:24.637 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-17 04:16:24.639 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-17 04:16:24.679 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-17 04:16:24.681 | ++ functions:get_random_port:852 : break 2 2025-04-17 04:16:24.682 | ++ functions:get_random_port:856 : echo 60999 2025-04-17 04:16:24.685 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2025-04-17 04:16:24.686 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-17 04:16:24.708 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-17 04:16:24.729 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-17 04:16:24.750 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-17 04:16:24.771 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 04:16:24.793 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-17 04:16:24.815 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-17 04:16:24.836 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-17 04:16:24.857 | + 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-04-17 04:16:24.879 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 04:16:24.900 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 04:16:24.923 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 04:16:24.944 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-17 04:16:24.966 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-17 04:16:24.988 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-17 04:16:25.009 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-17 04:16:25.031 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-17 04:16:25.053 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-17 04:16:25.074 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-17 04:16:25.096 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2025-04-17 04:16:25.098 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2025-04-17 04:16:25.100 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-04-17 04:16:25.101 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:25.103 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:25.105 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-17 04:16:25.107 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2025-04-17 04:16:25.136 | proxy (enabled by site administrator) 2025-04-17 04:16:25.138 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2025-04-17 04:16:25.139 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2025-04-17 04:16:25.141 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-04-17 04:16:25.143 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:25.145 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:25.147 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-17 04:16:25.148 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2025-04-17 04:16:25.179 | No module matches proxy_http 2025-04-17 04:16:25.182 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2025-04-17 04:16:25.213 | Considering dependency proxy for proxy_http: 2025-04-17 04:16:25.214 | Module proxy already enabled 2025-04-17 04:16:25.214 | Enabling module proxy_http. 2025-04-17 04:16:25.217 | To activate the new configuration, you need to run: 2025-04-17 04:16:25.217 | systemctl restart apache2 2025-04-17 04:16:25.221 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2025-04-17 04:16:25.222 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-04-17 04:16:25.224 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:16:25.226 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-04-17 04:16:25.316 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2025-04-17 04:16:25.318 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2025-04-17 04:16:25.320 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2025-04-17 04:16:25.322 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-04-17 04:16:25.323 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:25.325 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:25.327 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 04:16:25.329 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 04:16:25.331 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2025-04-17 04:16:25.331 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 04:16:25.338 | KeepAlive Off 2025-04-17 04:16:25.341 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 04:16:25.341 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2025-04-17 04:16:25.347 | SetEnv proxy-sendchunked 1 2025-04-17 04:16:25.351 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2025-04-17 04:16:25.351 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 04:16:25.357 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2025-04-17 04:16:25.360 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2025-04-17 04:16:25.361 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2025-04-17 04:16:25.363 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-04-17 04:16:25.365 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-04-17 04:16:25.367 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-04-17 04:16:25.368 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:25.370 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:25.372 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 04:16:25.374 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-04-17 04:16:25.375 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:25.377 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:25.379 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2025-04-17 04:16:25.411 | Enabling site glance-wsgi-api. 2025-04-17 04:16:25.415 | To activate the new configuration, you need to run: 2025-04-17 04:16:25.415 | systemctl reload apache2 2025-04-17 04:16:25.418 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2025-04-17 04:16:25.419 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-04-17 04:16:25.421 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:16:25.423 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-04-17 04:16:25.514 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-17 04:16:25.518 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-17 04:16:25.541 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-04-17 04:16:25.543 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-04-17 04:16:25.545 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2025-04-17 04:16:25.569 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2025-04-17 04:16:25.591 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2025-04-17 04:16:25.613 | + stack.sh:main:932 : is_service_enabled cinder 2025-04-17 04:16:25.626 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:25.628 | + stack.sh:main:934 : stack_install_service cinder 2025-04-17 04:16:25.630 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-17 04:16:25.632 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-17 04:16:25.634 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 04:16:25.636 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-17 04:16:25.638 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder unmaintained/2023.1 2025-04-17 04:16:25.640 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-17 04:16:25.641 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2025-04-17 04:16:25.643 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-04-17 04:16:25.645 | + functions-common:git_clone:615 : local orig_dir 2025-04-17 04:16:25.647 | ++ functions-common:git_clone:616 : pwd 2025-04-17 04:16:25.649 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:16:25.651 | + functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:16:25.653 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:16:25.664 | + functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:16:25.666 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-04-17 04:16:25.668 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-04-17 04:16:25.669 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:16:25.671 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-04-17 04:16:25.671 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:16:25.675 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2025-04-17 04:16:25.677 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:16:25.679 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-17 04:16:25.680 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:25.682 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:25.684 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:25.685 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:25.687 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:25.689 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:25.690 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:25.692 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:25.694 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:25.697 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863385695 2025-04-17 04:16:25.699 | + 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-04-17 04:16:25.702 | Cloning into '/opt/stack//cinder'... 2025-04-17 04:16:29.005 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:29.007 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:29.009 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:29.011 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:29.012 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:29.014 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:29.016 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:29.018 | + functions-common:time_stop:2442 : start_time=1744863385695 2025-04-17 04:16:29.019 | + functions-common:time_stop:2444 : [[ -z 1744863385695 ]] 2025-04-17 04:16:29.022 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:29.024 | + functions-common:time_stop:2447 : end_time=1744863389022 2025-04-17 04:16:29.026 | + functions-common:time_stop:2448 : elapsed_time=3327 2025-04-17 04:16:29.028 | + functions-common:time_stop:2449 : total=14093 2025-04-17 04:16:29.030 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:29.031 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17420 2025-04-17 04:16:29.033 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2025-04-17 04:16:29.035 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:16:29.037 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:29.039 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:29.040 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:29.042 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:29.044 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:29.046 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:29.047 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:29.049 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:29.052 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:29.054 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863389052 2025-04-17 04:16:29.056 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:16:32.273 | From https://opendev.org/openstack/cinder 2025-04-17 04:16:32.273 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-04-17 04:16:32.277 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:32.279 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:32.281 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:32.282 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:32.284 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:32.286 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:32.288 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:32.290 | + functions-common:time_stop:2442 : start_time=1744863389052 2025-04-17 04:16:32.292 | + functions-common:time_stop:2444 : [[ -z 1744863389052 ]] 2025-04-17 04:16:32.294 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:32.297 | + functions-common:time_stop:2447 : end_time=1744863392295 2025-04-17 04:16:32.299 | + functions-common:time_stop:2448 : elapsed_time=3243 2025-04-17 04:16:32.301 | + functions-common:time_stop:2449 : total=17420 2025-04-17 04:16:32.303 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:32.304 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20663 2025-04-17 04:16:32.306 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:16:32.308 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:32.310 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:32.312 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:32.314 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:32.315 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:32.317 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:32.319 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:32.321 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:32.323 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:32.326 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863392324 2025-04-17 04:16:32.328 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:16:32.563 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:16:32.563 | 2025-04-17 04:16:32.563 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:16:32.563 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:16:32.563 | state without impacting any branches by switching back to a branch. 2025-04-17 04:16:32.563 | 2025-04-17 04:16:32.563 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:16:32.563 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:16:32.563 | 2025-04-17 04:16:32.563 | git switch -c 2025-04-17 04:16:32.563 | 2025-04-17 04:16:32.563 | Or undo this operation with: 2025-04-17 04:16:32.563 | 2025-04-17 04:16:32.563 | git switch - 2025-04-17 04:16:32.563 | 2025-04-17 04:16:32.563 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:16:32.563 | 2025-04-17 04:16:32.563 | HEAD is now at ae2d250 Fix "signature_verified" metadata propagation to images 2025-04-17 04:16:32.567 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:32.569 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:32.571 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:32.572 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:32.574 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:32.576 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:32.578 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:32.580 | + functions-common:time_stop:2442 : start_time=1744863392324 2025-04-17 04:16:32.582 | + functions-common:time_stop:2444 : [[ -z 1744863392324 ]] 2025-04-17 04:16:32.584 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:32.587 | + functions-common:time_stop:2447 : end_time=1744863392585 2025-04-17 04:16:32.589 | + functions-common:time_stop:2448 : elapsed_time=261 2025-04-17 04:16:32.591 | + functions-common:time_stop:2449 : total=20663 2025-04-17 04:16:32.593 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:32.594 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20924 2025-04-17 04:16:32.596 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-17 04:16:32.606 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2025-04-17 04:16:32.609 | + functions-common:git_clone:696 : git show --oneline 2025-04-17 04:16:32.609 | + functions-common:git_clone:696 : head -1 2025-04-17 04:16:32.614 | ae2d250 Fix "signature_verified" metadata propagation to images 2025-04-17 04:16:32.617 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:16:32.619 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2025-04-17 04:16:32.620 | + inc/python:setup_develop:334 : local bindep 2025-04-17 04:16:32.622 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-17 04:16:32.624 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2025-04-17 04:16:32.626 | + inc/python:setup_develop:340 : local extras= 2025-04-17 04:16:32.628 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-17 04:16:32.630 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-04-17 04:16:32.632 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-17 04:16:32.634 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2025-04-17 04:16:32.636 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-04-17 04:16:32.637 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-04-17 04:16:32.640 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2025-04-17 04:16:32.642 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-04-17 04:16:32.644 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2025-04-17 04:16:32.646 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-04-17 04:16:32.648 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-04-17 04:16:32.650 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-17 04:16:32.654 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2025-04-17 04:16:32.656 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-17 04:16:32.973 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2025-04-17 04:16:32.975 | + inc/python:setup_package:414 : local bindep=0 2025-04-17 04:16:32.977 | + inc/python:setup_package:415 : local bindep_flag= 2025-04-17 04:16:32.979 | + inc/python:setup_package:416 : local bindep_profiles= 2025-04-17 04:16:32.981 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-17 04:16:32.983 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2025-04-17 04:16:32.985 | + inc/python:setup_package:423 : local flags=-e 2025-04-17 04:16:32.987 | + inc/python:setup_package:424 : local extras= 2025-04-17 04:16:32.989 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-04-17 04:16:32.991 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-04-17 04:16:32.992 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-04-17 04:16:32.994 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-04-17 04:16:32.996 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-04-17 04:16:32.998 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2025-04-17 04:16:33.014 | Using python 3.10 to install /opt/stack/cinder 2025-04-17 04:16:33.016 | + 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-04-17 04:16:33.949 | Obtaining file:///opt/stack/cinder 2025-04-17 04:16:33.950 | Preparing metadata (setup.py): started 2025-04-17 04:16:34.561 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 04:16:34.650 | 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-04-17 04:16:34.650 | 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-04-17 04:16:34.651 | 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-04-17 04:16:34.652 | 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-04-17 04:16:34.653 | 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-04-17 04:16:35.514 | Collecting boto3>=1.18.49 2025-04-17 04:16:35.519 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2025-04-17 04:16:35.523 | 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-04-17 04:16:35.523 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (38.0.2) 2025-04-17 04:16:35.524 | 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-04-17 04:16:35.524 | 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-04-17 04:16:35.526 | 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-04-17 04:16:35.652 | Collecting google-api-python-client>=1.11.0 2025-04-17 04:16:35.712 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2025-04-17 04:16:35.760 | 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-04-17 04:16:35.760 | 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-04-17 04:16:35.761 | 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-04-17 04:16:35.764 | 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-04-17 04:16:35.764 | 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-04-17 04:16:35.764 | 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-04-17 04:16:35.764 | 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-04-17 04:16:36.258 | Collecting lxml>=4.5.2 2025-04-17 04:16:36.299 | 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-04-17 04:16:36.358 | Collecting oauth2client>=4.1.3 2025-04-17 04:16:36.361 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-17 04:16:36.363 | 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-04-17 04:16:36.364 | 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-04-17 04:16:36.365 | 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-04-17 04:16:36.366 | 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-04-17 04:16:36.367 | 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-04-17 04:16:36.368 | 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-04-17 04:16:36.368 | 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-04-17 04:16:36.369 | 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-04-17 04:16:36.370 | 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-04-17 04:16:36.371 | 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-04-17 04:16:36.372 | 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-04-17 04:16:36.372 | 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-04-17 04:16:36.373 | 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-04-17 04:16:36.374 | 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-04-17 04:16:36.375 | 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-04-17 04:16:36.376 | 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-04-17 04:16:36.376 | 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-04-17 04:16:36.377 | 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-04-17 04:16:36.424 | Collecting oslo.versionedobjects>=2.4.0 2025-04-17 04:16:36.427 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2025-04-17 04:16:36.566 | Collecting oslo.vmware>=3.10.0 2025-04-17 04:16:36.571 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2025-04-17 04:16:36.575 | 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-04-17 04:16:36.575 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (23.1) 2025-04-17 04:16:36.625 | Collecting paramiko>=2.7.2 2025-04-17 04:16:36.629 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2025-04-17 04:16:36.632 | 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-04-17 04:16:36.633 | 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-04-17 04:16:36.633 | 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-04-17 04:16:36.634 | 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-04-17 04:16:36.674 | Collecting python-glanceclient>=3.2.2 2025-04-17 04:16:36.678 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2025-04-17 04:16:36.681 | 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-04-17 04:16:36.730 | Collecting python-novaclient>=17.2.1 2025-04-17 04:16:36.735 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2025-04-17 04:16:36.766 | Collecting python-swiftclient>=3.10.1 2025-04-17 04:16:36.768 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2025-04-17 04:16:36.770 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2022.4) 2025-04-17 04:16:36.771 | 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-04-17 04:16:36.791 | Collecting rtslib-fb>=2.1.74 2025-04-17 04:16:36.792 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-17 04:16:36.798 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev42) (1.16.0) 2025-04-17 04:16:36.798 | 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-04-17 04:16:36.799 | 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-04-17 04:16:36.821 | Collecting tabulate>=0.8.7 2025-04-17 04:16:36.823 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-17 04:16:36.826 | 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-04-17 04:16:36.826 | 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-04-17 04:16:36.880 | Collecting tooz>=2.8.0 2025-04-17 04:16:36.882 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2025-04-17 04:16:37.067 | Collecting zstd>=1.4.5.1 2025-04-17 04:16:37.080 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2025-04-17 04:16:37.128 | Collecting s3transfer<0.7.0,>=0.6.0 2025-04-17 04:16:37.131 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-17 04:16:37.133 | 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-04-17 04:16:38.012 | Collecting botocore<1.28.0,>=1.27.89 2025-04-17 04:16:38.063 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2025-04-17 04:16:38.138 | 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-04-17 04:16:38.151 | 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-04-17 04:16:38.176 | Collecting google-auth-httplib2>=0.1.0 2025-04-17 04:16:38.178 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-17 04:16:38.199 | Collecting uritemplate<5,>=3.0.1 2025-04-17 04:16:38.202 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-17 04:16:38.322 | Collecting google-auth<3.0.0dev,>=1.19.0 2025-04-17 04:16:38.326 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2025-04-17 04:16:38.434 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2025-04-17 04:16:38.437 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2025-04-17 04:16:38.465 | 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-04-17 04:16:38.485 | 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-04-17 04:16:38.485 | 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-04-17 04:16:38.559 | 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-04-17 04:16:38.583 | 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-04-17 04:16:38.584 | 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-04-17 04:16:38.622 | Collecting rsa>=3.1.4 2025-04-17 04:16:38.624 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-17 04:16:38.664 | Collecting pyasn1-modules>=0.0.5 2025-04-17 04:16:38.667 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2025-04-17 04:16:38.671 | 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-04-17 04:16:38.696 | 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-04-17 04:16:38.716 | 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-04-17 04:16:38.716 | 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-04-17 04:16:38.718 | 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-04-17 04:16:38.718 | 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-04-17 04:16:38.742 | 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-04-17 04:16:38.744 | 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-04-17 04:16:38.745 | 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-04-17 04:16:38.769 | 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-04-17 04:16:38.772 | 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-04-17 04:16:38.797 | 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-04-17 04:16:38.798 | 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-04-17 04:16:38.799 | 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-04-17 04:16:38.801 | 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-04-17 04:16:38.802 | 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-04-17 04:16:38.811 | 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-04-17 04:16:38.812 | 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-04-17 04:16:38.813 | 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-04-17 04:16:38.833 | 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-04-17 04:16:38.866 | 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-04-17 04:16:38.867 | 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-04-17 04:16:38.875 | 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-04-17 04:16:38.885 | 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-04-17 04:16:38.919 | 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-04-17 04:16:38.942 | Collecting suds-community>=0.6 2025-04-17 04:16:38.946 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-17 04:16:39.041 | Collecting pynacl>=1.0.1 2025-04-17 04:16:39.050 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-04-17 04:16:39.064 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev42) (59.6.0) 2025-04-17 04:16:39.113 | 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-04-17 04:16:39.146 | Collecting warlock>=1.2.0 2025-04-17 04:16:39.148 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-17 04:16:39.150 | 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-04-17 04:16:39.151 | 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-04-17 04:16:39.217 | 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-04-17 04:16:39.218 | 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-04-17 04:16:39.219 | 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-04-17 04:16:39.232 | 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-04-17 04:16:39.264 | Collecting pyudev>=0.16.1 2025-04-17 04:16:39.267 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2025-04-17 04:16:39.356 | 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-04-17 04:16:39.356 | 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-04-17 04:16:39.410 | 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-04-17 04:16:39.414 | 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-04-17 04:16:39.414 | 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-04-17 04:16:39.486 | Collecting voluptuous>=0.8.9 2025-04-17 04:16:39.488 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-17 04:16:39.531 | 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-04-17 04:16:39.543 | 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-04-17 04:16:39.647 | 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-04-17 04:16:39.673 | 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-04-17 04:16:39.674 | 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-04-17 04:16:39.803 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2025-04-17 04:16:39.807 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2025-04-17 04:16:39.811 | 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-04-17 04:16:39.892 | 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-04-17 04:16:40.043 | 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-04-17 04:16:40.061 | 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-04-17 04:16:40.078 | 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-04-17 04:16:40.497 | 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-04-17 04:16:40.570 | 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-04-17 04:16:40.688 | 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-04-17 04:16:41.373 | 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-04-17 04:16:41.421 | Attempting uninstall: voluptuous 2025-04-17 04:16:41.423 | Found existing installation: voluptuous 0.12.2 2025-04-17 04:16:41.427 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:41.427 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2025-04-17 04:16:41.586 | Attempting uninstall: pyudev 2025-04-17 04:16:41.587 | Found existing installation: pyudev 0.22.0 2025-04-17 04:16:41.588 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:16:41.591 | Can't uninstall 'pyudev'. No files were found to uninstall. 2025-04-17 04:16:44.164 | Running setup.py develop for cinder 2025-04-17 04:16:45.080 | 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-04-17 04:16:45.080 | 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-04-17 04:16:45.329 | + inc/python:pip_install:196 : result=0 2025-04-17 04:16:45.331 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:16:45.333 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:45.335 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:45.337 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:45.338 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:45.340 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:45.342 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:16:45.344 | + functions-common:time_stop:2442 : start_time=1744863393010 2025-04-17 04:16:45.345 | + functions-common:time_stop:2444 : [[ -z 1744863393010 ]] 2025-04-17 04:16:45.348 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:45.351 | + functions-common:time_stop:2447 : end_time=1744863405349 2025-04-17 04:16:45.353 | + functions-common:time_stop:2448 : elapsed_time=12339 2025-04-17 04:16:45.354 | + functions-common:time_stop:2449 : total=48629 2025-04-17 04:16:45.356 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:45.358 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=60968 2025-04-17 04:16:45.360 | + inc/python:pip_install:199 : return 0 2025-04-17 04:16:45.362 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-04-17 04:16:45.364 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2025-04-17 04:16:45.366 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2025-04-17 04:16:45.380 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2025-04-17 04:16:45.390 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2025-04-17 04:16:45.391 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2025-04-17 04:16:45.393 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:16:45.395 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:16:45.397 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-17 04:16:45.399 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:16:45.401 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-17 04:16:45.403 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-17 04:16:45.405 | + lib/cinder:install_cinder:511 : is_ubuntu 2025-04-17 04:16:45.406 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:45.408 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:45.411 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2025-04-17 04:16:45.420 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2025-04-17 04:16:45.422 | + functions-common:install_package:1459 : update_package_repo 2025-04-17 04:16:45.423 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-04-17 04:16:45.425 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-04-17 04:16:45.427 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-04-17 04:16:45.429 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-04-17 04:16:45.431 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-04-17 04:16:45.432 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:45.434 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:45.436 | + functions-common:update_package_repo:1440 : apt_get_update 2025-04-17 04:16:45.438 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-04-17 04:16:45.440 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-04-17 04:16:45.441 | + functions-common:apt_get_update:1186 : return 2025-04-17 04:16:45.443 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2025-04-17 04:16:45.446 | + functions-common:real_install_package:1445 : is_ubuntu 2025-04-17 04:16:45.447 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:45.449 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:45.451 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2025-04-17 04:16:45.467 | + 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-04-17 04:16:45.528 | Reading package lists... 2025-04-17 04:16:45.739 | Building dependency tree... 2025-04-17 04:16:45.742 | Reading state information... 2025-04-17 04:16:45.957 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-17 04:16:45.957 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 04:16:45.961 | + functions-common:apt_get:1230 : result=0 2025-04-17 04:16:45.963 | + functions-common:apt_get:1233 : time_stop apt-get 2025-04-17 04:16:45.965 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:45.967 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:45.969 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:45.971 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:45.973 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:45.975 | + functions-common:time_stop:2441 : name=apt-get 2025-04-17 04:16:45.977 | + functions-common:time_stop:2442 : start_time=1744863405465 2025-04-17 04:16:45.979 | + functions-common:time_stop:2444 : [[ -z 1744863405465 ]] 2025-04-17 04:16:45.981 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:45.984 | + functions-common:time_stop:2447 : end_time=1744863405982 2025-04-17 04:16:45.986 | + functions-common:time_stop:2448 : elapsed_time=517 2025-04-17 04:16:45.988 | + functions-common:time_stop:2449 : total=42144 2025-04-17 04:16:45.990 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:45.992 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42661 2025-04-17 04:16:45.994 | + functions-common:apt_get:1234 : return 0 2025-04-17 04:16:45.996 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 04:16:45.998 | + stack.sh:main:935 : configure_cinder 2025-04-17 04:16:46.000 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-17 04:16:46.009 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2025-04-17 04:16:46.012 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2025-04-17 04:16:46.014 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-17 04:16:46.016 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-17 04:16:46.019 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-17 04:16:46.019 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-17 04:16:46.022 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-17 04:16:46.024 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-17 04:16:46.025 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-04-17 04:16:46.027 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-17 04:16:46.029 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-17 04:16:46.031 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-17 04:16:46.032 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2025-04-17 04:16:46.034 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-17 04:16:46.043 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-17 04:16:46.052 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2025-04-17 04:16:46.061 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-04-17 04:16:46.070 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-17 04:16:46.079 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-04-17 04:16:46.082 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-04-17 04:16:46.085 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.TPT9AwFQ5y 2025-04-17 04:16:46.087 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-17 04:16:46.088 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-17 04:16:46.091 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2025-04-17 04:16:46.093 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.TPT9AwFQ5y 2025-04-17 04:16:46.095 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.TPT9AwFQ5y 2025-04-17 04:16:46.104 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.TPT9AwFQ5y /etc/sudoers.d/cinder-rootwrap 2025-04-17 04:16:46.114 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2025-04-17 04:16:46.118 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-04-17 04:16:46.119 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-04-17 04:16:46.121 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-17 04:16:46.123 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-17 04:16:46.125 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-17 04:16:46.127 | + 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-04-17 04:16:46.129 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-17 04:16:46.130 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-17 04:16:46.134 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-17 04:16:46.137 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-17 04:16:46.151 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-17 04:16:46.165 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-17 04:16:46.179 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-17 04:16:46.193 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-17 04:16:46.206 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-17 04:16:46.220 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-17 04:16:46.234 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-17 04:16:46.248 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-17 04:16:46.249 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-17 04:16:46.251 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-17 04:16:46.253 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 04:16:46.255 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-17 04:16:46.279 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-17 04:16:46.301 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 04:16:46.323 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-17 04:16:46.345 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-17 04:16:46.367 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-17 04:16:46.389 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-17 04:16:46.411 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-17 04:16:46.434 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 04:16:46.455 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 04:16:46.477 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-17 04:16:46.501 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-17 04:16:46.523 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2025-04-17 04:16:46.525 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-17 04:16:46.527 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-17 04:16:46.529 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2025-04-17 04:16:46.531 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:16:46.533 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:16:46.534 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-04-17 04:16:46.537 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-04-17 04:16:46.560 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-17 04:16:46.583 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-17 04:16:46.605 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-17 04:16:46.628 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-17 04:16:46.650 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-17 04:16:46.672 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-17 04:16:46.696 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-17 04:16:46.719 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-17 04:16:46.743 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2025-04-17 04:16:46.750 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 80b8e68f6e4a387eb18dff6bbc93bc1c 2025-04-17 04:16:46.772 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2025-04-17 04:16:46.774 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-17 04:16:46.797 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-17 04:16:46.819 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-17 04:16:46.841 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-17 04:16:46.863 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2025-04-17 04:16:46.876 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:46.877 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2025-04-17 04:16:46.879 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2025-04-17 04:16:46.881 | + lib/cinder:configure_cinder:330 : local default_name= 2025-04-17 04:16:46.883 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2025-04-17 04:16:46.884 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-17 04:16:46.886 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2025-04-17 04:16:46.889 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2025-04-17 04:16:46.890 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2025-04-17 04:16:46.892 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2025-04-17 04:16:46.894 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-17 04:16:46.896 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-17 04:16:46.920 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-17 04:16:46.942 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-17 04:16:46.964 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-17 04:16:46.987 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-17 04:16:47.009 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2025-04-17 04:16:47.011 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2025-04-17 04:16:47.012 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2025-04-17 04:16:47.014 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-17 04:16:47.037 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2025-04-17 04:16:47.039 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-17 04:16:47.061 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2025-04-17 04:16:47.063 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-17 04:16:47.064 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2025-04-17 04:16:47.066 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-17 04:16:47.088 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2025-04-17 04:16:47.090 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2025-04-17 04:16:47.092 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2025-04-17 04:16:47.104 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:47.106 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2025-04-17 04:16:47.118 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:47.119 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2025-04-17 04:16:47.132 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:47.133 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2025-04-17 04:16:47.135 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-17 04:16:47.137 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2025-04-17 04:16:47.139 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2025-04-17 04:16:47.141 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-04-17 04:16:47.142 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-04-17 04:16:47.144 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-04-17 04:16:47.156 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:47.159 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-04-17 04:16:47.161 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-04-17 04:16:47.163 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-04-17 04:16:47.174 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:47.176 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:16:47.179 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:16:47.201 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-04-17 04:16:47.202 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-04-17 04:16:47.204 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2025-04-17 04:16:47.206 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-17 04:16:47.208 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-17 04:16:47.210 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 04:16:47.223 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 04:16:47.225 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 04:16:47.226 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 04:16:47.228 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 04:16:47.230 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-17 04:16:47.252 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:16:47.275 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:16:47.298 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 04:16:47.320 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2025-04-17 04:16:47.332 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:47.334 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2025-04-17 04:16:47.335 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-17 04:16:47.337 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2025-04-17 04:16:47.339 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2025-04-17 04:16:47.341 | + lib/apache:write_uwsgi_config:257 : local http= 2025-04-17 04:16:47.343 | + lib/apache:write_uwsgi_config:258 : local name= 2025-04-17 04:16:47.345 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2025-04-17 04:16:47.348 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2025-04-17 04:16:47.350 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-04-17 04:16:47.351 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 04:16:47.361 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 04:16:47.361 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:16:47.367 | d /var/run/uwsgi 0755 stack root 2025-04-17 04:16:47.370 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:16:47.378 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-17 04:16:47.381 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-17 04:16:47.383 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-17 04:16:47.386 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2025-04-17 04:16:47.408 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-17 04:16:47.430 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-17 04:16:47.451 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-17 04:16:47.472 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 04:16:47.494 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 04:16:47.516 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-17 04:16:47.538 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-17 04:16:47.560 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-17 04:16:47.581 | + 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-04-17 04:16:47.603 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 04:16:47.625 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 04:16:47.647 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-17 04:16:47.668 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-04-17 04:16:47.670 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-04-17 04:16:47.673 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2025-04-17 04:16:47.674 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2025-04-17 04:16:47.676 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-04-17 04:16:47.678 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:47.680 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:47.681 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-17 04:16:47.684 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-17 04:16:47.685 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-17 04:16:47.707 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-17 04:16:47.729 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2025-04-17 04:16:47.729 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-17 04:16:47.735 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2025-04-17 04:16:47.738 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2025-04-17 04:16:47.740 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2025-04-17 04:16:47.742 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-04-17 04:16:47.744 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-04-17 04:16:47.746 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-04-17 04:16:47.747 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:47.749 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:47.751 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 04:16:47.753 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-04-17 04:16:47.754 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:16:47.756 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:16:47.758 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2025-04-17 04:16:47.789 | Enabling site cinder-wsgi. 2025-04-17 04:16:47.793 | To activate the new configuration, you need to run: 2025-04-17 04:16:47.793 | systemctl reload apache2 2025-04-17 04:16:47.796 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-04-17 04:16:47.798 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-04-17 04:16:47.800 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:16:47.802 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-04-17 04:16:47.912 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-17 04:16:47.914 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2025-04-17 04:16:47.917 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-17 04:16:47.939 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-17 04:16:47.961 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-17 04:16:47.984 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-17 04:16:48.006 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-17 04:16:48.029 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-17 04:16:48.052 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2025-04-17 04:16:48.063 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:16:48.065 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-17 04:16:48.067 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-17 04:16:48.069 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-17 04:16:48.070 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-17 04:16:48.072 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-17 04:16:48.096 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-17 04:16:48.118 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-17 04:16:48.140 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-17 04:16:48.162 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-17 04:16:48.184 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-17 04:16:48.207 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-17 04:16:48.229 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-17 04:16:48.251 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-17 04:16:48.274 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-17 04:16:48.298 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-17 04:16:48.320 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-17 04:16:48.343 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2025-04-17 04:16:48.345 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2025-04-17 04:16:48.357 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:48.359 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2025-04-17 04:16:48.383 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-04-17 04:16:48.385 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-04-17 04:16:48.387 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-17 04:16:48.411 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-17 04:16:48.435 | + stack.sh:main:938 : is_service_enabled neutron 2025-04-17 04:16:48.448 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:16:48.450 | + stack.sh:main:940 : stack_install_service neutron 2025-04-17 04:16:48.452 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-17 04:16:48.454 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-17 04:16:48.456 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 04:16:48.458 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-17 04:16:48.460 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2025-04-17 04:16:48.462 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2025-04-17 04:16:48.464 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:16:48.465 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:16:48.468 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2025-04-17 04:16:48.470 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:16:48.472 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron unmaintained/2023.1 2025-04-17 04:16:48.473 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-17 04:16:48.475 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2025-04-17 04:16:48.477 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-04-17 04:16:48.479 | + functions-common:git_clone:615 : local orig_dir 2025-04-17 04:16:48.480 | ++ functions-common:git_clone:616 : pwd 2025-04-17 04:16:48.483 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:16:48.484 | + functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:16:48.487 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:16:48.499 | + functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:16:48.501 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-04-17 04:16:48.502 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-04-17 04:16:48.504 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:16:48.506 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:16:48.507 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-04-17 04:16:48.510 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2025-04-17 04:16:48.512 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:16:48.514 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-17 04:16:48.516 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:48.517 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:48.519 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:48.521 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:48.522 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:48.524 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:48.526 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:48.528 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:48.530 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:48.533 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863408531 2025-04-17 04:16:48.534 | + 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-04-17 04:16:48.537 | Cloning into '/opt/stack//neutron'... 2025-04-17 04:16:52.096 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:52.098 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:52.100 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:52.102 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:52.104 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:52.105 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:52.107 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:52.109 | + functions-common:time_stop:2442 : start_time=1744863408531 2025-04-17 04:16:52.111 | + functions-common:time_stop:2444 : [[ -z 1744863408531 ]] 2025-04-17 04:16:52.113 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:52.116 | + functions-common:time_stop:2447 : end_time=1744863412114 2025-04-17 04:16:52.118 | + functions-common:time_stop:2448 : elapsed_time=3583 2025-04-17 04:16:52.120 | + functions-common:time_stop:2449 : total=20924 2025-04-17 04:16:52.122 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:52.123 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=24507 2025-04-17 04:16:52.125 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2025-04-17 04:16:52.127 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:16:52.129 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:52.131 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:52.133 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:52.134 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:52.136 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:52.138 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:52.140 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:52.142 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:52.144 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:52.147 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863412145 2025-04-17 04:16:52.149 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:16:55.714 | From https://opendev.org/openstack/neutron 2025-04-17 04:16:55.715 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-04-17 04:16:55.718 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:55.720 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:55.722 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:55.724 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:55.726 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:55.728 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:55.729 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:55.731 | + functions-common:time_stop:2442 : start_time=1744863412145 2025-04-17 04:16:55.733 | + functions-common:time_stop:2444 : [[ -z 1744863412145 ]] 2025-04-17 04:16:55.735 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:55.738 | + functions-common:time_stop:2447 : end_time=1744863415736 2025-04-17 04:16:55.740 | + functions-common:time_stop:2448 : elapsed_time=3591 2025-04-17 04:16:55.742 | + functions-common:time_stop:2449 : total=24507 2025-04-17 04:16:55.744 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:55.745 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28098 2025-04-17 04:16:55.747 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:16:55.749 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:16:55.751 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:16:55.753 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:16:55.755 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:16:55.757 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:16:55.758 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:16:55.760 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:16:55.762 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:16:55.764 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:16:55.768 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863415766 2025-04-17 04:16:55.769 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:16:56.026 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:16:56.026 | 2025-04-17 04:16:56.026 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:16:56.026 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:16:56.026 | state without impacting any branches by switching back to a branch. 2025-04-17 04:16:56.026 | 2025-04-17 04:16:56.026 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:16:56.026 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:16:56.026 | 2025-04-17 04:16:56.026 | git switch -c 2025-04-17 04:16:56.027 | 2025-04-17 04:16:56.027 | Or undo this operation with: 2025-04-17 04:16:56.027 | 2025-04-17 04:16:56.027 | git switch - 2025-04-17 04:16:56.027 | 2025-04-17 04:16:56.027 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:16:56.027 | 2025-04-17 04:16:56.027 | HEAD is now at bbb09c7 Merge "Use the declarative attribute ``standard_attr_id``" into unmaintained/2023.1 2025-04-17 04:16:56.031 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:16:56.033 | + functions-common:time_stop:2435 : local name 2025-04-17 04:16:56.035 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:16:56.037 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:16:56.038 | + functions-common:time_stop:2438 : local total 2025-04-17 04:16:56.040 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:16:56.042 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:16:56.044 | + functions-common:time_stop:2442 : start_time=1744863415766 2025-04-17 04:16:56.046 | + functions-common:time_stop:2444 : [[ -z 1744863415766 ]] 2025-04-17 04:16:56.048 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:16:56.051 | + functions-common:time_stop:2447 : end_time=1744863416050 2025-04-17 04:16:56.053 | + functions-common:time_stop:2448 : elapsed_time=284 2025-04-17 04:16:56.055 | + functions-common:time_stop:2449 : total=28098 2025-04-17 04:16:56.057 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:16:56.059 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28382 2025-04-17 04:16:56.061 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-17 04:16:56.071 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2025-04-17 04:16:56.074 | + functions-common:git_clone:696 : git show --oneline 2025-04-17 04:16:56.074 | + functions-common:git_clone:696 : head -1 2025-04-17 04:16:56.076 | bbb09c7 Merge "Use the declarative attribute ``standard_attr_id``" into unmaintained/2023.1 2025-04-17 04:16:56.078 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:16:56.080 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2025-04-17 04:16:56.082 | + inc/python:setup_develop:334 : local bindep 2025-04-17 04:16:56.084 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-17 04:16:56.086 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2025-04-17 04:16:56.088 | + inc/python:setup_develop:340 : local extras= 2025-04-17 04:16:56.090 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-17 04:16:56.091 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-04-17 04:16:56.093 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-17 04:16:56.095 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2025-04-17 04:16:56.097 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-04-17 04:16:56.099 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-04-17 04:16:56.102 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2025-04-17 04:16:56.103 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-04-17 04:16:56.106 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2025-04-17 04:16:56.108 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-04-17 04:16:56.109 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-04-17 04:16:56.112 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-17 04:16:56.116 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2025-04-17 04:16:56.118 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-17 04:16:56.446 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2025-04-17 04:16:56.448 | + inc/python:setup_package:414 : local bindep=0 2025-04-17 04:16:56.450 | + inc/python:setup_package:415 : local bindep_flag= 2025-04-17 04:16:56.452 | + inc/python:setup_package:416 : local bindep_profiles= 2025-04-17 04:16:56.454 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-17 04:16:56.456 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2025-04-17 04:16:56.458 | + inc/python:setup_package:423 : local flags=-e 2025-04-17 04:16:56.460 | + inc/python:setup_package:424 : local extras= 2025-04-17 04:16:56.462 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-04-17 04:16:56.464 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-04-17 04:16:56.466 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-04-17 04:16:56.468 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-04-17 04:16:56.470 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-04-17 04:16:56.472 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2025-04-17 04:16:56.488 | Using python 3.10 to install /opt/stack/neutron 2025-04-17 04:16:56.490 | + 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-04-17 04:16:57.425 | Obtaining file:///opt/stack/neutron 2025-04-17 04:16:57.426 | Preparing metadata (setup.py): started 2025-04-17 04:16:58.021 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 04:16:58.095 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.1.2) 2025-04-17 04:16:58.096 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.5.2) 2025-04-17 04:16:58.096 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (2.1.1) 2025-04-17 04:16:58.097 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (2.5.1) 2025-04-17 04:16:58.098 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (1.4.41) 2025-04-17 04:16:58.099 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (1.8.7) 2025-04-17 04:16:58.099 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (1.8.1) 2025-04-17 04:16:58.100 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (2.5.0) 2025-04-17 04:16:58.101 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.1.1) 2025-04-17 04:16:58.101 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (0.33.1) 2025-04-17 04:16:58.102 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (2.4.1) 2025-04-17 04:16:58.103 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (0.20.4) 2025-04-17 04:16:58.104 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.1.3) 2025-04-17 04:16:58.104 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (10.2.0) 2025-04-17 04:16:58.105 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (0.8.0) 2025-04-17 04:16:58.106 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev12) (0.11.0) 2025-04-17 04:16:58.244 | Collecting neutron-lib>=3.4.2 2025-04-17 04:16:58.252 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2025-04-17 04:16:58.260 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (1.0.2) 2025-04-17 04:16:58.290 | Collecting os-ken>=2.2.0 2025-04-17 04:16:58.306 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2025-04-17 04:16:58.345 | Collecting os-resource-classes>=1.1.0 2025-04-17 04:16:58.347 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-17 04:16:58.406 | Collecting os-vif>=3.1.0 2025-04-17 04:16:58.409 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2025-04-17 04:16:58.412 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.3.1) 2025-04-17 04:16:58.412 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.1.1) 2025-04-17 04:16:58.413 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (9.1.1) 2025-04-17 04:16:58.414 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.1.1) 2025-04-17 04:16:58.415 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (12.3.3) 2025-04-17 04:16:58.415 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (6.0.0) 2025-04-17 04:16:58.416 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.2.1) 2025-04-17 04:16:58.417 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (14.2.5) 2025-04-17 04:16:58.418 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.1.1) 2025-04-17 04:16:58.418 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (4.1.1) 2025-04-17 04:16:58.419 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.1.0) 2025-04-17 04:16:58.420 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.0.0) 2025-04-17 04:16:58.421 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (7.0.1) 2025-04-17 04:16:58.421 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.1.2) 2025-04-17 04:16:58.422 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.1.2) 2025-04-17 04:16:58.423 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (2.1.1) 2025-04-17 04:16:58.423 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (6.1.0) 2025-04-17 04:16:58.424 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.1.0) 2025-04-17 04:16:58.425 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.4.3) 2025-04-17 04:16:58.449 | Collecting ovs>=2.10.0 2025-04-17 04:16:58.450 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-17 04:16:58.502 | Collecting ovsdbapp>=2.2.1 2025-04-17 04:16:58.506 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2025-04-17 04:16:58.508 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (23.1) 2025-04-17 04:16:58.509 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.11.1) 2025-04-17 04:16:58.535 | Collecting pecan>=1.4.0 2025-04-17 04:16:58.535 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-17 04:16:58.540 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.9.2) 2025-04-17 04:16:58.540 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (22.1.0) 2025-04-17 04:16:58.572 | Collecting pyroute2>=0.7.3 2025-04-17 04:16:58.576 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2025-04-17 04:16:58.612 | Collecting python-designateclient>=2.7.0 2025-04-17 04:16:58.616 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2025-04-17 04:16:58.658 | Collecting python-neutronclient>=7.8.0 2025-04-17 04:16:58.664 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2025-04-17 04:16:58.667 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (18.3.0) 2025-04-17 04:16:58.667 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (2.28.1) 2025-04-17 04:16:58.668 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (5.0.0) 2025-04-17 04:16:58.669 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (6.3.1) 2025-04-17 04:16:58.670 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev12) (3.2.0) 2025-04-17 04:16:58.675 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev12) (1.2.3) 2025-04-17 04:16:58.679 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev12) (1.14.1) 2025-04-17 04:16:58.684 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev12) (1.1.3) 2025-04-17 04:16:58.685 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev12) (1.16.0) 2025-04-17 04:16:58.685 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev12) (2.2.1) 2025-04-17 04:16:58.693 | 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.dev12) (3.0.9) 2025-04-17 04:16:58.696 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev12) (2.1.1) 2025-04-17 04:16:58.721 | 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.dev12) (1.7.0) 2025-04-17 04:16:58.722 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev12) (1.1.0) 2025-04-17 04:16:58.746 | 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.dev12) (3.1.1) 2025-04-17 04:16:58.747 | 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.dev12) (5.1.0) 2025-04-17 04:16:58.876 | Collecting setproctitle>=1.1.10 2025-04-17 04:16:58.878 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2025-04-17 04:16:58.916 | Collecting os-traits>=0.9.0 2025-04-17 04:16:58.919 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2025-04-17 04:16:58.932 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev12) (1.0.1) 2025-04-17 04:16:58.933 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev12) (38.0.2) 2025-04-17 04:16:58.934 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev12) (6.0) 2025-04-17 04:16:58.935 | 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.dev12) (1.1.8) 2025-04-17 04:16:58.936 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev12) (1.4.0) 2025-04-17 04:16:58.937 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev12) (1.4.4) 2025-04-17 04:16:58.938 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev12) (1.32) 2025-04-17 04:16:58.950 | 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.dev12) (1.0.4) 2025-04-17 04:16:58.973 | Collecting ncclient>=0.6.13 2025-04-17 04:16:58.974 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-17 04:16:59.024 | 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.dev12) (0.18) 2025-04-17 04:16:59.042 | 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.dev12) (1.5.0) 2025-04-17 04:16:59.069 | 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.dev12) (0.13.0) 2025-04-17 04:16:59.070 | 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.dev12) (2.0.1) 2025-04-17 04:16:59.072 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev12) (0.5.0) 2025-04-17 04:16:59.096 | 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.dev12) (0.9.6) 2025-04-17 04:16:59.097 | 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.dev12) (2.8.2) 2025-04-17 04:16:59.121 | 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.dev12) (0.6.0) 2025-04-17 04:16:59.122 | 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.dev12) (5.1.1) 2025-04-17 04:16:59.123 | 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.dev12) (5.2.4) 2025-04-17 04:16:59.125 | 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.dev12) (5.2.0) 2025-04-17 04:16:59.163 | 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.dev12) (3.3.0) 2025-04-17 04:16:59.165 | 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.dev12) (4.0.0) 2025-04-17 04:16:59.184 | 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.dev12) (1.15.1) 2025-04-17 04:16:59.204 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev12) (2022.4) 2025-04-17 04:16:59.217 | 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.dev12) (4.0.1) 2025-04-17 04:16:59.220 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev12) (1.4.0) 2025-04-17 04:16:59.228 | 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.dev12) (3.4.1) 2025-04-17 04:16:59.300 | Collecting sortedcontainers 2025-04-17 04:16:59.302 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-17 04:16:59.326 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev12) (59.6.0) 2025-04-17 04:16:59.457 | Collecting logutils>=0.3 2025-04-17 04:16:59.457 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-17 04:16:59.540 | Collecting osc-lib>=1.8.0 2025-04-17 04:16:59.542 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2025-04-17 04:16:59.545 | 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.dev12) (4.16.0) 2025-04-17 04:16:59.546 | 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.dev12) (4.2.0) 2025-04-17 04:16:59.602 | Collecting os-client-config>=1.28.0 2025-04-17 04:16:59.604 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-17 04:16:59.810 | Collecting simplejson>=3.5.1 2025-04-17 04:16:59.813 | 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-04-17 04:16:59.842 | 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.dev12) (1.26.12) 2025-04-17 04:16:59.843 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev12) (3.4) 2025-04-17 04:16:59.844 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev12) (2.1.1) 2025-04-17 04:16:59.845 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev12) (2020.6.20) 2025-04-17 04:16:59.857 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev12) (0.7) 2025-04-17 04:16:59.980 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev12) (0.13.1) 2025-04-17 04:17:00.004 | 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.dev12) (5.0.0) 2025-04-17 04:17:00.053 | 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.dev12) (2.21) 2025-04-17 04:17:00.076 | 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.dev12) (5.0.0) 2025-04-17 04:17:00.077 | 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.dev12) (0.5.1) 2025-04-17 04:17:00.080 | 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.dev12) (2.4.2) 2025-04-17 04:17:00.231 | 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.dev12) (22.1.0) 2025-04-17 04:17:00.232 | 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.dev12) (0.18.1) 2025-04-17 04:17:00.318 | 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.dev12) (2.11.0) 2025-04-17 04:17:00.319 | 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.dev12) (4.9.1) 2025-04-17 04:17:00.386 | 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.dev12) (0.14.1) 2025-04-17 04:17:00.401 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev12) (0.2.5) 2025-04-17 04:17:00.587 | 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.dev12) (0.5.2) 2025-04-17 04:17:00.588 | 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.dev12) (0.4.3) 2025-04-17 04:17:00.629 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev12) (2.5.0) 2025-04-17 04:17:00.791 | 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.dev12) (1.8.2) 2025-04-17 04:17:00.859 | 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.dev12) (3.8.1) 2025-04-17 04:17:00.902 | 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.dev12) (1.5.0) 2025-04-17 04:17:01.543 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2025-04-17 04:17:01.543 | Attempting uninstall: sortedcontainers 2025-04-17 04:17:01.545 | Found existing installation: sortedcontainers 2.1.0 2025-04-17 04:17:01.546 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:17:01.547 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2025-04-17 04:17:01.942 | Attempting uninstall: ovs 2025-04-17 04:17:01.944 | Found existing installation: ovs 2.17.9 2025-04-17 04:17:01.945 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:17:01.945 | Can't uninstall 'ovs'. No files were found to uninstall. 2025-04-17 04:17:04.286 | Running setup.py develop for neutron 2025-04-17 04:17:05.398 | 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-04-17 04:17:05.398 | 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-04-17 04:17:05.537 | + inc/python:pip_install:196 : result=0 2025-04-17 04:17:05.539 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:17:05.541 | + functions-common:time_stop:2435 : local name 2025-04-17 04:17:05.543 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:17:05.544 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:17:05.546 | + functions-common:time_stop:2438 : local total 2025-04-17 04:17:05.548 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:17:05.550 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:17:05.551 | + functions-common:time_stop:2442 : start_time=1744863416484 2025-04-17 04:17:05.553 | + functions-common:time_stop:2444 : [[ -z 1744863416484 ]] 2025-04-17 04:17:05.556 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:17:05.559 | + functions-common:time_stop:2447 : end_time=1744863425557 2025-04-17 04:17:05.560 | + functions-common:time_stop:2448 : elapsed_time=9073 2025-04-17 04:17:05.562 | + functions-common:time_stop:2449 : total=60968 2025-04-17 04:17:05.564 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:17:05.565 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=70041 2025-04-17 04:17:05.567 | + inc/python:pip_install:199 : return 0 2025-04-17 04:17:05.569 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-04-17 04:17:05.571 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2025-04-17 04:17:05.573 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2025-04-17 04:17:05.587 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2025-04-17 04:17:05.597 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2025-04-17 04:17:05.598 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2025-04-17 04:17:05.600 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:17:05.602 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:17:05.604 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-17 04:17:05.606 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:17:05.608 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2025-04-17 04:17:05.610 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 04:17:05.611 | + stack.sh:main:943 : is_service_enabled nova 2025-04-17 04:17:05.624 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:17:05.626 | + stack.sh:main:945 : stack_install_service nova 2025-04-17 04:17:05.627 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-17 04:17:05.629 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-17 04:17:05.631 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 04:17:05.633 | + lib/stack:stack_install_service:32 : install_nova 2025-04-17 04:17:05.635 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2025-04-17 04:17:05.637 | + inc/python:use_library_from_git:246 : local name=os-vif 2025-04-17 04:17:05.639 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:17:05.640 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:17:05.642 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2025-04-17 04:17:05.644 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:17:05.646 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2025-04-17 04:17:05.658 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:17:05.660 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2025-04-17 04:17:05.672 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:17:05.673 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2025-04-17 04:17:05.686 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:17:05.687 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 3fe5c69b73f01a95fa6df017ea0557298fd6126c 2025-04-17 04:17:05.689 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-17 04:17:05.691 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2025-04-17 04:17:05.692 | + functions-common:git_clone:614 : local git_ref=3fe5c69b73f01a95fa6df017ea0557298fd6126c 2025-04-17 04:17:05.694 | + functions-common:git_clone:615 : local orig_dir 2025-04-17 04:17:05.696 | ++ functions-common:git_clone:616 : pwd 2025-04-17 04:17:05.697 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:17:05.699 | + functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:17:05.702 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:17:05.713 | + functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:17:05.715 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-04-17 04:17:05.717 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-04-17 04:17:05.718 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:17:05.721 | + functions-common:git_clone:633 : echo 3fe5c69b73f01a95fa6df017ea0557298fd6126c 2025-04-17 04:17:05.721 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:17:05.724 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//nova ]] 2025-04-17 04:17:05.726 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:17:05.728 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-17 04:17:05.729 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:17:05.731 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:17:05.732 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:17:05.734 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:17:05.736 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:17:05.737 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:17:05.739 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:17:05.741 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:17:05.743 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:17:05.746 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863425743 2025-04-17 04:17:05.747 | + 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-04-17 04:17:05.750 | Cloning into '/opt/stack//nova'... 2025-04-17 04:17:47.374 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:17:47.375 | + functions-common:time_stop:2435 : local name 2025-04-17 04:17:47.377 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:17:47.379 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:17:47.380 | + functions-common:time_stop:2438 : local total 2025-04-17 04:17:47.382 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:17:47.384 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:17:47.385 | + functions-common:time_stop:2442 : start_time=1744863425743 2025-04-17 04:17:47.387 | + functions-common:time_stop:2444 : [[ -z 1744863425743 ]] 2025-04-17 04:17:47.389 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:17:47.392 | + functions-common:time_stop:2447 : end_time=1744863467390 2025-04-17 04:17:47.394 | + functions-common:time_stop:2448 : elapsed_time=41647 2025-04-17 04:17:47.395 | + functions-common:time_stop:2449 : total=28382 2025-04-17 04:17:47.397 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:17:47.399 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=70029 2025-04-17 04:17:47.400 | + functions-common:git_clone:654 : cd /opt/stack//nova 2025-04-17 04:17:47.402 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin 3fe5c69b73f01a95fa6df017ea0557298fd6126c 2025-04-17 04:17:47.404 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:17:47.405 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:17:47.407 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:17:47.409 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:17:47.410 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:17:47.412 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:17:47.414 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:17:47.415 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:17:47.418 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:17:47.420 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863467418 2025-04-17 04:17:47.422 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin 3fe5c69b73f01a95fa6df017ea0557298fd6126c 2025-04-17 04:17:53.252 | From https://opendev.org/openstack/nova 2025-04-17 04:17:53.252 | * branch 3fe5c69b73f01a95fa6df017ea0557298fd6126c -> FETCH_HEAD 2025-04-17 04:17:53.286 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:17:53.288 | + functions-common:time_stop:2435 : local name 2025-04-17 04:17:53.290 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:17:53.291 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:17:53.293 | + functions-common:time_stop:2438 : local total 2025-04-17 04:17:53.295 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:17:53.297 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:17:53.298 | + functions-common:time_stop:2442 : start_time=1744863467418 2025-04-17 04:17:53.300 | + functions-common:time_stop:2444 : [[ -z 1744863467418 ]] 2025-04-17 04:17:53.303 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:17:53.305 | + functions-common:time_stop:2447 : end_time=1744863473303 2025-04-17 04:17:53.307 | + functions-common:time_stop:2448 : elapsed_time=5885 2025-04-17 04:17:53.309 | + functions-common:time_stop:2449 : total=70029 2025-04-17 04:17:53.310 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:17:53.312 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=75914 2025-04-17 04:17:53.314 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:17:53.316 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:17:53.317 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:17:53.319 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:17:53.321 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:17:53.323 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:17:53.324 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:17:53.326 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:17:53.328 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:17:53.330 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:17:53.333 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863473331 2025-04-17 04:17:53.335 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:17:53.629 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:17:53.629 | 2025-04-17 04:17:53.629 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:17:53.629 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:17:53.629 | state without impacting any branches by switching back to a branch. 2025-04-17 04:17:53.629 | 2025-04-17 04:17:53.629 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:17:53.629 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:17:53.629 | 2025-04-17 04:17:53.629 | git switch -c 2025-04-17 04:17:53.629 | 2025-04-17 04:17:53.629 | Or undo this operation with: 2025-04-17 04:17:53.629 | 2025-04-17 04:17:53.629 | git switch - 2025-04-17 04:17:53.629 | 2025-04-17 04:17:53.629 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:17:53.629 | 2025-04-17 04:17:53.629 | HEAD is now at 3fe5c69 nova-manage: modify image properties in request_spec 2025-04-17 04:17:53.634 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:17:53.635 | + functions-common:time_stop:2435 : local name 2025-04-17 04:17:53.637 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:17:53.639 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:17:53.641 | + functions-common:time_stop:2438 : local total 2025-04-17 04:17:53.643 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:17:53.644 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:17:53.646 | + functions-common:time_stop:2442 : start_time=1744863473331 2025-04-17 04:17:53.648 | + functions-common:time_stop:2444 : [[ -z 1744863473331 ]] 2025-04-17 04:17:53.650 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:17:53.653 | + functions-common:time_stop:2447 : end_time=1744863473651 2025-04-17 04:17:53.655 | + functions-common:time_stop:2448 : elapsed_time=320 2025-04-17 04:17:53.657 | + functions-common:time_stop:2449 : total=75914 2025-04-17 04:17:53.658 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:17:53.660 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=76234 2025-04-17 04:17:53.662 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-17 04:17:53.672 | + functions-common:git_clone:695 : cd /opt/stack//nova 2025-04-17 04:17:53.674 | + functions-common:git_clone:696 : git show --oneline 2025-04-17 04:17:53.674 | + functions-common:git_clone:696 : head -1 2025-04-17 04:17:53.682 | 3fe5c69 nova-manage: modify image properties in request_spec 2025-04-17 04:17:53.684 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:17:53.686 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2025-04-17 04:17:53.688 | + inc/python:setup_develop:334 : local bindep 2025-04-17 04:17:53.689 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2025-04-17 04:17:53.691 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2025-04-17 04:17:53.693 | + inc/python:setup_develop:340 : local extras= 2025-04-17 04:17:53.695 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-17 04:17:53.697 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-04-17 04:17:53.699 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-17 04:17:53.701 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2025-04-17 04:17:53.702 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-04-17 04:17:53.704 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-04-17 04:17:53.707 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2025-04-17 04:17:53.708 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-04-17 04:17:53.711 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2025-04-17 04:17:53.713 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-04-17 04:17:53.714 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-04-17 04:17:53.717 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-17 04:17:53.721 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2025-04-17 04:17:53.723 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-17 04:17:54.067 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2025-04-17 04:17:54.069 | + inc/python:setup_package:414 : local bindep=0 2025-04-17 04:17:54.071 | + inc/python:setup_package:415 : local bindep_flag= 2025-04-17 04:17:54.073 | + inc/python:setup_package:416 : local bindep_profiles= 2025-04-17 04:17:54.075 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2025-04-17 04:17:54.077 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2025-04-17 04:17:54.079 | + inc/python:setup_package:423 : local flags=-e 2025-04-17 04:17:54.081 | + inc/python:setup_package:424 : local extras= 2025-04-17 04:17:54.083 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-04-17 04:17:54.084 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-04-17 04:17:54.086 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-04-17 04:17:54.088 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-04-17 04:17:54.090 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-04-17 04:17:54.092 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2025-04-17 04:17:54.107 | Using python 3.10 to install /opt/stack/nova 2025-04-17 04:17:54.109 | + 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-04-17 04:17:55.061 | Obtaining file:///opt/stack/nova 2025-04-17 04:17:55.061 | Preparing metadata (setup.py): started 2025-04-17 04:17:55.707 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 04:17:55.796 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.2) 2025-04-17 04:17:55.797 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.5.2) 2025-04-17 04:17:55.797 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.1.1) 2025-04-17 04:17:55.800 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.4.1) 2025-04-17 04:17:55.800 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (6.0) 2025-04-17 04:17:55.800 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.5.1) 2025-04-17 04:17:55.800 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.4.41) 2025-04-17 04:17:55.801 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.8.7) 2025-04-17 04:17:55.802 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.8.1) 2025-04-17 04:17:55.802 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.1.0) 2025-04-17 04:17:55.803 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (38.0.2) 2025-04-17 04:17:55.804 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (0.2.3) 2025-04-17 04:17:55.805 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.1) 2025-04-17 04:17:55.805 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (0.33.1) 2025-04-17 04:17:55.806 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.4.1) 2025-04-17 04:17:55.807 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.1.3) 2025-04-17 04:17:55.808 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.1.0) 2025-04-17 04:17:55.808 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.16.0) 2025-04-17 04:17:55.809 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.3) 2025-04-17 04:17:55.810 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (10.2.0) 2025-04-17 04:17:55.811 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.9.1) 2025-04-17 04:17:55.990 | Collecting microversion-parse>=0.2.1 2025-04-17 04:17:55.993 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-17 04:17:55.996 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (0.8.0) 2025-04-17 04:17:55.997 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.0.1.dev25) (0.11.0) 2025-04-17 04:17:55.997 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.0.2) 2025-04-17 04:17:55.998 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (6.2.5) 2025-04-17 04:17:55.999 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.1.0) 2025-04-17 04:17:56.000 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.7.0) 2025-04-17 04:17:56.001 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.10.0) 2025-04-17 04:17:56.001 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.1) 2025-04-17 04:17:56.002 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.3.1) 2025-04-17 04:17:56.006 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.1) 2025-04-17 04:17:56.006 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (9.1.1) 2025-04-17 04:17:56.006 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.1) 2025-04-17 04:17:56.006 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (12.3.3) 2025-04-17 04:17:56.006 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (6.0.0) 2025-04-17 04:17:56.007 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.1.0) 2025-04-17 04:17:56.008 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.2.1) 2025-04-17 04:17:56.009 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (14.2.5) 2025-04-17 04:17:56.009 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.1) 2025-04-17 04:17:56.010 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.1.1) 2025-04-17 04:17:56.032 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.0) 2025-04-17 04:17:56.033 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.0.0) 2025-04-17 04:17:56.034 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (7.0.1) 2025-04-17 04:17:56.035 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.2) 2025-04-17 04:17:56.035 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.2) 2025-04-17 04:17:56.036 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.1.1) 2025-04-17 04:17:56.037 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (6.1.0) 2025-04-17 04:17:56.038 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.0) 2025-04-17 04:17:56.039 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (23.1) 2025-04-17 04:17:56.039 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.11.0) 2025-04-17 04:17:56.040 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.11.1) 2025-04-17 04:17:56.041 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.9.2) 2025-04-17 04:17:56.042 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (9.3.0) 2025-04-17 04:17:56.043 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.8.2) 2025-04-17 04:17:56.043 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.3.2) 2025-04-17 04:17:56.044 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (9.0.0) 2025-04-17 04:17:56.045 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.28.1) 2025-04-17 04:17:56.046 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.3.3) 2025-04-17 04:17:56.046 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.5.0) 2025-04-17 04:17:56.047 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (0.13.0) 2025-04-17 04:17:56.048 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.0.0) 2025-04-17 04:17:56.049 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.2.0) 2025-04-17 04:17:56.070 | Collecting websockify>=0.9.0 2025-04-17 04:17:56.071 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-17 04:17:56.083 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.0.1.dev25) (1.2.3) 2025-04-17 04:17:56.093 | 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.dev25) (5.5.0) 2025-04-17 04:17:56.110 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.0.1.dev25) (1.15.1) 2025-04-17 04:17:56.123 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev25) (2.2.1) 2025-04-17 04:17:56.124 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev25) (1.16.0) 2025-04-17 04:17:56.132 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.0.1.dev25) (2.1.1) 2025-04-17 04:17:56.150 | 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.dev25) (0.18.1) 2025-04-17 04:17:56.151 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.0.1.dev25) (22.1.0) 2025-04-17 04:17:56.199 | 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.dev25) (3.1.1) 2025-04-17 04:17:56.200 | 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.dev25) (5.1.0) 2025-04-17 04:17:56.223 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev25) (1.4.4) 2025-04-17 04:17:56.224 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev25) (1.32) 2025-04-17 04:17:56.225 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev25) (1.0.1) 2025-04-17 04:17:56.226 | 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.dev25) (1.1.8) 2025-04-17 04:17:56.228 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev25) (1.4.0) 2025-04-17 04:17:56.241 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.0.1.dev25) (6.3.1) 2025-04-17 04:17:56.241 | 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.dev25) (5.9.0) 2025-04-17 04:17:56.258 | 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.dev25) (2.2.2) 2025-04-17 04:17:56.259 | 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.dev25) (2.5.0) 2025-04-17 04:17:56.262 | 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.dev25) (0.7.3) 2025-04-17 04:17:56.287 | 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.dev25) (0.18) 2025-04-17 04:17:56.332 | 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.dev25) (2.0.1) 2025-04-17 04:17:56.333 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.0.1.dev25) (0.5.0) 2025-04-17 04:17:56.365 | 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.dev25) (0.9.6) 2025-04-17 04:17:56.391 | 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.dev25) (0.6.0) 2025-04-17 04:17:56.393 | 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.dev25) (5.2.0) 2025-04-17 04:17:56.393 | 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.dev25) (5.2.4) 2025-04-17 04:17:56.395 | 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.dev25) (5.1.1) 2025-04-17 04:17:56.405 | 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.dev25) (3.3.0) 2025-04-17 04:17:56.406 | 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.dev25) (4.0.0) 2025-04-17 04:17:56.426 | 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.dev25) (1.0.4) 2025-04-17 04:17:56.446 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev25) (2022.4) 2025-04-17 04:17:56.459 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.0.1.dev25) (1.4.0) 2025-04-17 04:17:56.461 | 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.dev25) (4.0.1) 2025-04-17 04:17:56.479 | 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.dev25) (3.0.9) 2025-04-17 04:17:56.520 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.0.1.dev25) (1.5.0) 2025-04-17 04:17:56.530 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.0.1.dev25) (59.6.0) 2025-04-17 04:17:56.583 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev25) (0.2.5) 2025-04-17 04:17:56.631 | 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.dev25) (1.14.1) 2025-04-17 04:17:56.633 | 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.dev25) (22.1.0) 2025-04-17 04:17:56.634 | 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.dev25) (2.0.1) 2025-04-17 04:17:56.651 | 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.dev25) (2.1.0) 2025-04-17 04:17:56.652 | 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.dev25) (2.7.0) 2025-04-17 04:17:56.653 | 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.dev25) (3.17.6) 2025-04-17 04:17:56.654 | 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.dev25) (4.2.0) 2025-04-17 04:17:56.677 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.0.1.dev25) (2020.6.20) 2025-04-17 04:17:56.678 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev25) (2.1.1) 2025-04-17 04:17:56.679 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev25) (3.4) 2025-04-17 04:17:56.680 | 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.dev25) (1.26.12) 2025-04-17 04:17:56.712 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.0.1.dev25) (0.7) 2025-04-17 04:17:56.792 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev25) (0.5.2) 2025-04-17 04:17:56.793 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev25) (0.4.3) 2025-04-17 04:17:56.839 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.0.1.dev25) (0.13.1) 2025-04-17 04:17:57.343 | Collecting numpy 2025-04-17 04:17:57.439 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2025-04-17 04:17:57.529 | 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.dev25) (5.0.0) 2025-04-17 04:17:57.613 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev25) (2.21) 2025-04-17 04:17:57.638 | 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.dev25) (0.5.1) 2025-04-17 04:17:57.639 | 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.dev25) (2.4.2) 2025-04-17 04:17:57.639 | 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.dev25) (5.0.0) 2025-04-17 04:17:57.851 | 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.dev25) (0.14.1) 2025-04-17 04:17:57.866 | 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.dev25) (2.17.7) 2025-04-17 04:17:58.141 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev25) (2.5.0) 2025-04-17 04:17:58.330 | 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.dev25) (1.8.2) 2025-04-17 04:17:58.362 | 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.dev25) (3.8.1) 2025-04-17 04:17:58.378 | 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.dev25) (2.4.0) 2025-04-17 04:17:58.979 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-17 04:18:00.774 | Running setup.py develop for nova 2025-04-17 04:18:01.912 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2025-04-17 04:18:01.912 | 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-04-17 04:18:02.052 | + inc/python:pip_install:196 : result=0 2025-04-17 04:18:02.054 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:18:02.056 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:02.058 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:02.060 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:02.062 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:02.064 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:02.065 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:18:02.067 | + functions-common:time_stop:2442 : start_time=1744863474103 2025-04-17 04:18:02.069 | + functions-common:time_stop:2444 : [[ -z 1744863474103 ]] 2025-04-17 04:18:02.071 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:02.074 | + functions-common:time_stop:2447 : end_time=1744863482072 2025-04-17 04:18:02.076 | + functions-common:time_stop:2448 : elapsed_time=7969 2025-04-17 04:18:02.078 | + functions-common:time_stop:2449 : total=70041 2025-04-17 04:18:02.080 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:02.082 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78010 2025-04-17 04:18:02.084 | + inc/python:pip_install:199 : return 0 2025-04-17 04:18:02.085 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-04-17 04:18:02.087 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2025-04-17 04:18:02.089 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2025-04-17 04:18:02.105 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2025-04-17 04:18:02.114 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2025-04-17 04:18:02.116 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2025-04-17 04:18:02.118 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:18:02.120 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:18:02.122 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-17 04:18:02.124 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:18:02.126 | + 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-04-17 04:18:02.138 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 04:18:02.140 | + stack.sh:main:946 : configure_nova 2025-04-17 04:18:02.141 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2025-04-17 04:18:02.153 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2025-04-17 04:18:02.155 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-17 04:18:02.157 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-17 04:18:02.160 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-17 04:18:02.160 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-17 04:18:02.163 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-17 04:18:02.165 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-17 04:18:02.167 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-04-17 04:18:02.169 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-17 04:18:02.171 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-17 04:18:02.173 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-17 04:18:02.175 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2025-04-17 04:18:02.177 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-17 04:18:02.186 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-17 04:18:02.195 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2025-04-17 04:18:02.204 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-04-17 04:18:02.213 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-17 04:18:02.225 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-04-17 04:18:02.227 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-04-17 04:18:02.230 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.S7PJji6cNl 2025-04-17 04:18:02.232 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-17 04:18:02.234 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-17 04:18:02.236 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2025-04-17 04:18:02.238 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-17 04:18:02.240 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-17 04:18:02.242 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.S7PJji6cNl 2025-04-17 04:18:02.245 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.S7PJji6cNl 2025-04-17 04:18:02.253 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.S7PJji6cNl /etc/sudoers.d/nova-rootwrap 2025-04-17 04:18:02.263 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2025-04-17 04:18:02.266 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-04-17 04:18:02.268 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-04-17 04:18:02.270 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-17 04:18:02.271 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-17 04:18:02.273 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-17 04:18:02.275 | + 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-04-17 04:18:02.277 | + 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-04-17 04:18:02.279 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-17 04:18:02.282 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2025-04-17 04:18:02.295 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:02.297 | + lib/nova:configure_nova:356 : create_nova_conf 2025-04-17 04:18:02.299 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-17 04:18:02.301 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2025-04-17 04:18:02.304 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-17 04:18:02.328 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2025-04-17 04:18:02.329 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-17 04:18:02.350 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-17 04:18:02.374 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-17 04:18:02.396 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-17 04:18:02.419 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-17 04:18:02.442 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-17 04:18:02.470 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-17 04:18:02.492 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-17 04:18:02.513 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-17 04:18:02.534 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-17 04:18:02.556 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-17 04:18:02.578 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-17 04:18:02.601 | + lib/nova:create_nova_conf:451 : is_fedora 2025-04-17 04:18:02.603 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-04-17 04:18:02.604 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-04-17 04:18:02.606 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 04:18:02.608 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-04-17 04:18:02.609 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 04:18:02.611 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 04:18:02.613 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-04-17 04:18:02.615 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-04-17 04:18:02.616 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-04-17 04:18:02.618 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 04:18:02.620 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-04-17 04:18:02.621 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 04:18:02.623 | + lib/nova:create_nova_conf:451 : is_suse 2025-04-17 04:18:02.624 | + functions-common:is_suse:544 : is_opensuse 2025-04-17 04:18:02.626 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-04-17 04:18:02.628 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-04-17 04:18:02.630 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-04-17 04:18:02.632 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-04-17 04:18:02.633 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-04-17 04:18:02.635 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2025-04-17 04:18:02.647 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:02.649 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:18:02.650 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2025-04-17 04:18:02.653 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2025-04-17 04:18:02.654 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-17 04:18:02.656 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-17 04:18:02.658 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-04-17 04:18:02.659 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:18:02.661 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:02.662 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-04-17 04:18:02.665 | + 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-04-17 04:18:02.689 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2025-04-17 04:18:02.691 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-17 04:18:02.692 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-17 04:18:02.694 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2025-04-17 04:18:02.696 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:18:02.698 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:02.699 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2025-04-17 04:18:02.702 | + 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-04-17 04:18:02.725 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2025-04-17 04:18:02.748 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-17 04:18:02.770 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-17 04:18:02.791 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2025-04-17 04:18:02.803 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:02.805 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2025-04-17 04:18:02.817 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:02.820 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2025-04-17 04:18:02.820 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2025-04-17 04:18:02.823 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2025-04-17 04:18:02.825 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-17 04:18:02.847 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:02.848 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:02.850 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2025-04-17 04:18:02.873 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2025-04-17 04:18:02.895 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2025-04-17 04:18:02.907 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:02.908 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-17 04:18:02.910 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-17 04:18:02.912 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-17 04:18:02.914 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 04:18:02.916 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-17 04:18:02.940 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-17 04:18:02.963 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 04:18:02.984 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-17 04:18:03.006 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-17 04:18:03.028 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-17 04:18:03.051 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-17 04:18:03.073 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-17 04:18:03.095 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 04:18:03.118 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 04:18:03.142 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2025-04-17 04:18:03.153 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:03.155 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2025-04-17 04:18:03.157 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-17 04:18:03.180 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-17 04:18:03.202 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-17 04:18:03.224 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2025-04-17 04:18:03.246 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-17 04:18:03.268 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-17 04:18:03.290 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-17 04:18:03.312 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-17 04:18:03.333 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2025-04-17 04:18:03.345 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:03.347 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2025-04-17 04:18:03.348 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-17 04:18:03.370 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-17 04:18:03.394 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-17 04:18:03.395 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-17 04:18:03.417 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2025-04-17 04:18:03.419 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2025-04-17 04:18:03.421 | + lib/nova:create_nova_conf:526 : is_suse 2025-04-17 04:18:03.422 | + functions-common:is_suse:544 : is_opensuse 2025-04-17 04:18:03.424 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-04-17 04:18:03.426 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-04-17 04:18:03.428 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-04-17 04:18:03.429 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-04-17 04:18:03.431 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-04-17 04:18:03.433 | + lib/nova:create_nova_conf:526 : is_fedora 2025-04-17 04:18:03.435 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-04-17 04:18:03.436 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-04-17 04:18:03.438 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 04:18:03.440 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-04-17 04:18:03.441 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 04:18:03.443 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 04:18:03.445 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-04-17 04:18:03.447 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-04-17 04:18:03.448 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-04-17 04:18:03.450 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 04:18:03.452 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-04-17 04:18:03.453 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 04:18:03.455 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2025-04-17 04:18:03.457 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-17 04:18:03.459 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-17 04:18:03.461 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 04:18:03.473 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 04:18:03.475 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 04:18:03.477 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:03.479 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 04:18:03.480 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-17 04:18:03.502 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:18:03.524 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:18:03.546 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 04:18:03.568 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-17 04:18:03.591 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2025-04-17 04:18:03.603 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:03.605 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2025-04-17 04:18:03.606 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-17 04:18:03.608 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2025-04-17 04:18:03.610 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2025-04-17 04:18:03.612 | + lib/apache:write_uwsgi_config:257 : local http= 2025-04-17 04:18:03.614 | + lib/apache:write_uwsgi_config:258 : local name= 2025-04-17 04:18:03.616 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2025-04-17 04:18:03.619 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2025-04-17 04:18:03.621 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-04-17 04:18:03.623 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 04:18:03.634 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:18:03.634 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 04:18:03.640 | d /var/run/uwsgi 0755 stack root 2025-04-17 04:18:03.642 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:18:03.651 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-17 04:18:03.653 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-17 04:18:03.655 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-17 04:18:03.658 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2025-04-17 04:18:03.681 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-17 04:18:03.703 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-17 04:18:03.725 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-17 04:18:03.746 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 04:18:03.768 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 04:18:03.790 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-17 04:18:03.812 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-17 04:18:03.834 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-17 04:18:03.856 | + 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-04-17 04:18:03.878 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 04:18:03.899 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 04:18:03.921 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-17 04:18:03.943 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-04-17 04:18:03.944 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-04-17 04:18:03.947 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2025-04-17 04:18:03.949 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2025-04-17 04:18:03.951 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-04-17 04:18:03.953 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:03.955 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:03.956 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-17 04:18:03.959 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-17 04:18:03.960 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-17 04:18:03.982 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-17 04:18:04.004 | + 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-04-17 04:18:04.004 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-17 04:18:04.010 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2025-04-17 04:18:04.013 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2025-04-17 04:18:04.015 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2025-04-17 04:18:04.017 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-04-17 04:18:04.018 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-04-17 04:18:04.020 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-04-17 04:18:04.022 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:04.023 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:04.025 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 04:18:04.027 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-04-17 04:18:04.029 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:04.031 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:04.033 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2025-04-17 04:18:04.065 | Enabling site nova-api-wsgi. 2025-04-17 04:18:04.069 | To activate the new configuration, you need to run: 2025-04-17 04:18:04.069 | systemctl reload apache2 2025-04-17 04:18:04.072 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-04-17 04:18:04.074 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-04-17 04:18:04.076 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:18:04.078 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-04-17 04:18:04.172 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2025-04-17 04:18:04.185 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:04.187 | + 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-04-17 04:18:04.189 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-17 04:18:04.191 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2025-04-17 04:18:04.193 | + lib/apache:write_uwsgi_config:256 : local url= 2025-04-17 04:18:04.194 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2025-04-17 04:18:04.197 | + lib/apache:write_uwsgi_config:258 : local name= 2025-04-17 04:18:04.199 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2025-04-17 04:18:04.202 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2025-04-17 04:18:04.204 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-04-17 04:18:04.206 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 04:18:04.215 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 04:18:04.215 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:18:04.222 | d /var/run/uwsgi 0755 stack root 2025-04-17 04:18:04.224 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:18:04.233 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-17 04:18:04.236 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-17 04:18:04.238 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-17 04:18:04.241 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2025-04-17 04:18:04.264 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-17 04:18:04.285 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-17 04:18:04.307 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-17 04:18:04.329 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 04:18:04.351 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 04:18:04.372 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-17 04:18:04.394 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-17 04:18:04.416 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-17 04:18:04.438 | + 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-04-17 04:18:04.460 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 04:18:04.482 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 04:18:04.504 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-17 04:18:04.526 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2025-04-17 04:18:04.527 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-17 04:18:04.549 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2025-04-17 04:18:04.561 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:04.563 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-17 04:18:04.588 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2025-04-17 04:18:04.590 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2025-04-17 04:18:04.592 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2025-04-17 04:18:04.604 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:04.605 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:18:04.608 | + 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-04-17 04:18:04.630 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-17 04:18:04.655 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-17 04:18:04.656 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-04-17 04:18:04.658 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2025-04-17 04:18:04.660 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-04-17 04:18:04.661 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-04-17 04:18:04.663 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-04-17 04:18:04.675 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:04.678 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-04-17 04:18:04.679 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-04-17 04:18:04.681 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-04-17 04:18:04.693 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:04.694 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:18:04.697 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:18:04.719 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-04-17 04:18:04.721 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-04-17 04:18:04.723 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-17 04:18:04.745 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-17 04:18:04.767 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-17 04:18:04.792 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2025-04-17 04:18:04.804 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:04.806 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-17 04:18:04.829 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2025-04-17 04:18:04.830 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2025-04-17 04:18:04.832 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-17 04:18:04.856 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-17 04:18:04.879 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-04-17 04:18:04.901 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2025-04-17 04:18:04.924 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-17 04:18:04.946 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-17 04:18:04.968 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-17 04:18:04.990 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-17 04:18:05.012 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-17 04:18:05.035 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2025-04-17 04:18:05.048 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:05.050 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2025-04-17 04:18:05.053 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-17 04:18:05.055 | + lib/nova:create_nova_conf:574 : local conf 2025-04-17 04:18:05.057 | + lib/nova:create_nova_conf:575 : local vhost 2025-04-17 04:18:05.059 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2025-04-17 04:18:05.061 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-04-17 04:18:05.062 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-04-17 04:18:05.065 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2025-04-17 04:18:05.066 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2025-04-17 04:18:05.068 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2025-04-17 04:18:05.071 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2025-04-17 04:18:05.073 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-17 04:18:05.075 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-17 04:18:05.077 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-04-17 04:18:05.078 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:18:05.080 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:05.082 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-04-17 04:18:05.084 | + 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-04-17 04:18:05.108 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-17 04:18:05.132 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-17 04:18:05.156 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:18:05.158 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-17 04:18:05.160 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-04-17 04:18:05.162 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2025-04-17 04:18:05.163 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-04-17 04:18:05.165 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-04-17 04:18:05.167 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-04-17 04:18:05.179 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:05.181 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-04-17 04:18:05.183 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-04-17 04:18:05.185 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-04-17 04:18:05.197 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:05.198 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:18:05.201 | + 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-04-17 04:18:05.223 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-04-17 04:18:05.224 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-04-17 04:18:05.226 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2025-04-17 04:18:05.228 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-17 04:18:05.230 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-17 04:18:05.232 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 04:18:05.245 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 04:18:05.247 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 04:18:05.249 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:05.250 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 04:18:05.252 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-17 04:18:05.275 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:18:05.297 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:18:05.319 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 04:18:05.341 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:18:05.343 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2025-04-17 04:18:05.345 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2025-04-17 04:18:05.347 | + lib/nova:configure_console_proxies:720 : local offset=0 2025-04-17 04:18:05.349 | + lib/nova:configure_console_proxies:724 : offset=0 2025-04-17 04:18:05.350 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2025-04-17 04:18:05.362 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:05.364 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2025-04-17 04:18:05.366 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2025-04-17 04:18:05.377 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:05.379 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2025-04-17 04:18:05.391 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:05.393 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2025-04-17 04:18:05.406 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:05.408 | + stack.sh:main:949 : is_service_enabled placement 2025-04-17 04:18:05.421 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:05.423 | + stack.sh:main:951 : stack_install_service placement 2025-04-17 04:18:05.425 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-17 04:18:05.427 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-17 04:18:05.429 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 04:18:05.431 | + lib/stack:stack_install_service:32 : install_placement 2025-04-17 04:18:05.433 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-17 04:18:05.435 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2025-04-17 04:18:05.437 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:05.439 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:05.441 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2025-04-17 04:18:05.443 | + functions-common:install_package:1459 : update_package_repo 2025-04-17 04:18:05.444 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-04-17 04:18:05.446 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-04-17 04:18:05.448 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-04-17 04:18:05.450 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-04-17 04:18:05.452 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-04-17 04:18:05.454 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:05.456 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:05.458 | + functions-common:update_package_repo:1440 : apt_get_update 2025-04-17 04:18:05.460 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-04-17 04:18:05.462 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-04-17 04:18:05.463 | + functions-common:apt_get_update:1186 : return 2025-04-17 04:18:05.465 | + functions-common:install_package:1460 : real_install_package apache2 2025-04-17 04:18:05.467 | + functions-common:real_install_package:1445 : is_ubuntu 2025-04-17 04:18:05.469 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:05.471 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:05.473 | + functions-common:real_install_package:1446 : apt_get install apache2 2025-04-17 04:18:05.488 | + 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-04-17 04:18:05.548 | Reading package lists... 2025-04-17 04:18:05.772 | Building dependency tree... 2025-04-17 04:18:05.772 | Reading state information... 2025-04-17 04:18:05.986 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-17 04:18:05.986 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 04:18:05.990 | + functions-common:apt_get:1230 : result=0 2025-04-17 04:18:05.992 | + functions-common:apt_get:1233 : time_stop apt-get 2025-04-17 04:18:05.994 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:05.996 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:05.998 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:05.999 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:06.001 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:06.003 | + functions-common:time_stop:2441 : name=apt-get 2025-04-17 04:18:06.005 | + functions-common:time_stop:2442 : start_time=1744863485486 2025-04-17 04:18:06.007 | + functions-common:time_stop:2444 : [[ -z 1744863485486 ]] 2025-04-17 04:18:06.009 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:06.012 | + functions-common:time_stop:2447 : end_time=1744863486010 2025-04-17 04:18:06.014 | + functions-common:time_stop:2448 : elapsed_time=524 2025-04-17 04:18:06.016 | + functions-common:time_stop:2449 : total=42661 2025-04-17 04:18:06.018 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:06.019 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=43185 2025-04-17 04:18:06.022 | + functions-common:apt_get:1234 : return 0 2025-04-17 04:18:06.024 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2025-04-17 04:18:06.026 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2025-04-17 04:18:06.028 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2025-04-17 04:18:06.029 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2025-04-17 04:18:06.031 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2025-04-17 04:18:06.045 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2025-04-17 04:18:06.047 | + functions-common:install_package:1459 : update_package_repo 2025-04-17 04:18:06.049 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-04-17 04:18:06.051 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-04-17 04:18:06.053 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-04-17 04:18:06.055 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-04-17 04:18:06.057 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-04-17 04:18:06.059 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:06.061 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:06.063 | + functions-common:update_package_repo:1440 : apt_get_update 2025-04-17 04:18:06.065 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-04-17 04:18:06.067 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-04-17 04:18:06.069 | + functions-common:apt_get_update:1186 : return 2025-04-17 04:18:06.071 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2025-04-17 04:18:06.073 | + functions-common:real_install_package:1445 : is_ubuntu 2025-04-17 04:18:06.075 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:06.077 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:06.079 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2025-04-17 04:18:06.096 | + 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-04-17 04:18:06.155 | Reading package lists... 2025-04-17 04:18:06.379 | Building dependency tree... 2025-04-17 04:18:06.380 | Reading state information... 2025-04-17 04:18:06.593 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-17 04:18:06.593 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 04:18:06.597 | + functions-common:apt_get:1230 : result=0 2025-04-17 04:18:06.600 | + functions-common:apt_get:1233 : time_stop apt-get 2025-04-17 04:18:06.601 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:06.603 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:06.605 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:06.607 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:06.609 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:06.611 | + functions-common:time_stop:2441 : name=apt-get 2025-04-17 04:18:06.613 | + functions-common:time_stop:2442 : start_time=1744863486093 2025-04-17 04:18:06.615 | + functions-common:time_stop:2444 : [[ -z 1744863486093 ]] 2025-04-17 04:18:06.617 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:06.620 | + functions-common:time_stop:2447 : end_time=1744863486618 2025-04-17 04:18:06.622 | + functions-common:time_stop:2448 : elapsed_time=525 2025-04-17 04:18:06.624 | + functions-common:time_stop:2449 : total=43185 2025-04-17 04:18:06.626 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:06.628 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=43710 2025-04-17 04:18:06.631 | + functions-common:apt_get:1234 : return 0 2025-04-17 04:18:06.633 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2025-04-17 04:18:06.634 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2025-04-17 04:18:06.637 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-04-17 04:18:06.638 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:06.640 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:06.642 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-17 04:18:06.644 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2025-04-17 04:18:06.673 | wsgi (enabled by maintainer script) 2025-04-17 04:18:06.675 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-17 04:18:06.677 | + inc/python:pip_install_gr:76 : local name=osc-placement 2025-04-17 04:18:06.679 | + inc/python:pip_install_gr:77 : local clean_name 2025-04-17 04:18:06.682 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2025-04-17 04:18:06.684 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2025-04-17 04:18:06.686 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-04-17 04:18:06.689 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-17 04:18:06.689 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-04-17 04:18:06.693 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2025-04-17 04:18:06.695 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2025-04-17 04:18:06.696 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2025-04-17 04:18:06.699 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2025-04-17 04:18:06.701 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2025-04-17 04:18:06.717 | Using python 3.10 to install osc-placement 2025-04-17 04:18:06.719 | + 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-04-17 04:18:07.854 | Collecting osc-placement 2025-04-17 04:18:07.857 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2025-04-17 04:18:07.864 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2025-04-17 04:18:07.867 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2025-04-17 04:18:07.867 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2025-04-17 04:18:07.867 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2025-04-17 04:18:07.867 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2025-04-17 04:18:07.892 | 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-04-17 04:18:07.892 | 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-04-17 04:18:07.893 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2025-04-17 04:18:07.894 | 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-04-17 04:18:07.895 | 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-04-17 04:18:07.901 | 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-04-17 04:18:07.901 | 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-04-17 04:18:07.902 | 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-04-17 04:18:07.909 | 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-04-17 04:18:07.909 | 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-04-17 04:18:07.910 | 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-04-17 04:18:07.911 | 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-04-17 04:18:07.912 | 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-04-17 04:18:07.913 | 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-04-17 04:18:07.920 | 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-04-17 04:18:07.920 | 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-04-17 04:18:07.921 | 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-04-17 04:18:07.922 | 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-04-17 04:18:07.923 | 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-04-17 04:18:07.926 | 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-04-17 04:18:07.941 | 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-04-17 04:18:07.942 | 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-04-17 04:18:07.943 | 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-04-17 04:18:07.944 | 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-04-17 04:18:07.945 | 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-04-17 04:18:07.946 | 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-04-17 04:18:07.946 | 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-04-17 04:18:07.964 | 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-04-17 04:18:07.965 | 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-04-17 04:18:07.966 | 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-04-17 04:18:07.966 | 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-04-17 04:18:08.022 | 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-04-17 04:18:08.023 | 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-04-17 04:18:08.024 | 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-04-17 04:18:08.042 | 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-04-17 04:18:08.070 | 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-04-17 04:18:08.131 | 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-04-17 04:18:08.969 | Installing collected packages: osc-placement 2025-04-17 04:18:09.048 | Successfully installed osc-placement-4.1.0 2025-04-17 04:18:09.048 | 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-04-17 04:18:09.158 | + inc/python:pip_install:196 : result=0 2025-04-17 04:18:09.160 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:18:09.162 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:09.164 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:09.166 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:09.168 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:09.170 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:09.172 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:18:09.174 | + functions-common:time_stop:2442 : start_time=1744863486713 2025-04-17 04:18:09.176 | + functions-common:time_stop:2444 : [[ -z 1744863486713 ]] 2025-04-17 04:18:09.179 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:09.182 | + functions-common:time_stop:2447 : end_time=1744863489180 2025-04-17 04:18:09.184 | + functions-common:time_stop:2448 : elapsed_time=2467 2025-04-17 04:18:09.186 | + functions-common:time_stop:2449 : total=78010 2025-04-17 04:18:09.188 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:09.190 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80477 2025-04-17 04:18:09.192 | + inc/python:pip_install:199 : return 0 2025-04-17 04:18:09.194 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement unmaintained/2023.1 2025-04-17 04:18:09.196 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-17 04:18:09.198 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2025-04-17 04:18:09.200 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-04-17 04:18:09.202 | + functions-common:git_clone:615 : local orig_dir 2025-04-17 04:18:09.205 | ++ functions-common:git_clone:616 : pwd 2025-04-17 04:18:09.207 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:18:09.209 | + functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:18:09.212 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:18:09.225 | + functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:18:09.227 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-04-17 04:18:09.229 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-04-17 04:18:09.231 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:18:09.233 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-04-17 04:18:09.234 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:18:09.238 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2025-04-17 04:18:09.240 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:18:09.241 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-17 04:18:09.244 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:18:09.245 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:18:09.247 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:18:09.249 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:18:09.251 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:18:09.253 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:18:09.254 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:09.256 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:09.259 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:09.262 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863489259 2025-04-17 04:18:09.263 | + 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-04-17 04:18:09.266 | Cloning into '/opt/stack//placement'... 2025-04-17 04:18:12.362 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:18:12.364 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:12.366 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:12.368 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:12.370 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:12.372 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:12.374 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:18:12.375 | + functions-common:time_stop:2442 : start_time=1744863489259 2025-04-17 04:18:12.377 | + functions-common:time_stop:2444 : [[ -z 1744863489259 ]] 2025-04-17 04:18:12.380 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:12.383 | + functions-common:time_stop:2447 : end_time=1744863492380 2025-04-17 04:18:12.384 | + functions-common:time_stop:2448 : elapsed_time=3121 2025-04-17 04:18:12.386 | + functions-common:time_stop:2449 : total=76234 2025-04-17 04:18:12.388 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:12.390 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79355 2025-04-17 04:18:12.392 | + functions-common:git_clone:654 : cd /opt/stack//placement 2025-04-17 04:18:12.394 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:18:12.396 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:18:12.397 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:18:12.399 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:18:12.401 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:18:12.403 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:18:12.405 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:18:12.407 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:12.409 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:12.411 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:12.414 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863492412 2025-04-17 04:18:12.416 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-04-17 04:18:13.790 | From https://opendev.org/openstack/placement 2025-04-17 04:18:13.790 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-04-17 04:18:13.794 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:18:13.796 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:13.798 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:13.800 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:13.802 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:13.804 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:13.806 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:18:13.808 | + functions-common:time_stop:2442 : start_time=1744863492412 2025-04-17 04:18:13.809 | + functions-common:time_stop:2444 : [[ -z 1744863492412 ]] 2025-04-17 04:18:13.812 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:13.815 | + functions-common:time_stop:2447 : end_time=1744863493813 2025-04-17 04:18:13.817 | + functions-common:time_stop:2448 : elapsed_time=1401 2025-04-17 04:18:13.818 | + functions-common:time_stop:2449 : total=79355 2025-04-17 04:18:13.820 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:13.822 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80756 2025-04-17 04:18:13.824 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:18:13.826 | + functions-common:git_timed:720 : local count=0 2025-04-17 04:18:13.828 | + functions-common:git_timed:721 : local timeout=0 2025-04-17 04:18:13.830 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:18:13.832 | + functions-common:git_timed:724 : timeout=0 2025-04-17 04:18:13.834 | + functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:18:13.835 | + functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:18:13.837 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:13.839 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:13.842 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:13.845 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863493842 2025-04-17 04:18:13.846 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:18:13.872 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:18:13.872 | 2025-04-17 04:18:13.872 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:18:13.872 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:18:13.873 | state without impacting any branches by switching back to a branch. 2025-04-17 04:18:13.873 | 2025-04-17 04:18:13.873 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:18:13.873 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:18:13.873 | 2025-04-17 04:18:13.873 | git switch -c 2025-04-17 04:18:13.873 | 2025-04-17 04:18:13.873 | Or undo this operation with: 2025-04-17 04:18:13.873 | 2025-04-17 04:18:13.873 | git switch - 2025-04-17 04:18:13.873 | 2025-04-17 04:18:13.873 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:18:13.873 | 2025-04-17 04:18:13.873 | HEAD is now at 938fc62 Update .gitreview for unmaintained/2023.1 2025-04-17 04:18:13.875 | + functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:18:13.877 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:13.879 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:13.881 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:13.882 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:13.884 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:13.886 | + functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:18:13.888 | + functions-common:time_stop:2442 : start_time=1744863493842 2025-04-17 04:18:13.889 | + functions-common:time_stop:2444 : [[ -z 1744863493842 ]] 2025-04-17 04:18:13.892 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:13.895 | + functions-common:time_stop:2447 : end_time=1744863493893 2025-04-17 04:18:13.897 | + functions-common:time_stop:2448 : elapsed_time=51 2025-04-17 04:18:13.898 | + functions-common:time_stop:2449 : total=80756 2025-04-17 04:18:13.900 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:13.902 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80807 2025-04-17 04:18:13.904 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-17 04:18:13.914 | + functions-common:git_clone:695 : cd /opt/stack//placement 2025-04-17 04:18:13.917 | + functions-common:git_clone:696 : git show --oneline 2025-04-17 04:18:13.918 | + functions-common:git_clone:696 : head -1 2025-04-17 04:18:13.919 | 938fc62 Update .gitreview for unmaintained/2023.1 2025-04-17 04:18:13.921 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:18:13.923 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-17 04:18:13.925 | + inc/python:setup_develop:334 : local bindep 2025-04-17 04:18:13.927 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2025-04-17 04:18:13.929 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2025-04-17 04:18:13.931 | + inc/python:setup_develop:340 : local extras= 2025-04-17 04:18:13.933 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-17 04:18:13.935 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-04-17 04:18:13.937 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-17 04:18:13.939 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2025-04-17 04:18:13.941 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-04-17 04:18:13.943 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-04-17 04:18:13.946 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2025-04-17 04:18:13.947 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-04-17 04:18:13.950 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2025-04-17 04:18:13.952 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-04-17 04:18:13.954 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-04-17 04:18:13.956 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-17 04:18:13.961 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2025-04-17 04:18:13.962 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-04-17 04:18:14.279 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2025-04-17 04:18:14.281 | + inc/python:setup_package:414 : local bindep=0 2025-04-17 04:18:14.283 | + inc/python:setup_package:415 : local bindep_flag= 2025-04-17 04:18:14.285 | + inc/python:setup_package:416 : local bindep_profiles= 2025-04-17 04:18:14.287 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2025-04-17 04:18:14.289 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2025-04-17 04:18:14.291 | + inc/python:setup_package:423 : local flags=-e 2025-04-17 04:18:14.293 | + inc/python:setup_package:424 : local extras= 2025-04-17 04:18:14.295 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-04-17 04:18:14.297 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-04-17 04:18:14.299 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-04-17 04:18:14.301 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-04-17 04:18:14.303 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-04-17 04:18:14.305 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2025-04-17 04:18:14.321 | Using python 3.10 to install /opt/stack/placement 2025-04-17 04:18:14.323 | + 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-04-17 04:18:15.288 | Obtaining file:///opt/stack/placement 2025-04-17 04:18:15.289 | Preparing metadata (setup.py): started 2025-04-17 04:18:15.673 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 04:18:15.730 | 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-04-17 04:18:15.731 | 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-04-17 04:18:15.731 | 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-04-17 04:18:15.732 | 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-04-17 04:18:15.733 | 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-04-17 04:18:15.735 | 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-04-17 04:18:15.735 | 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-04-17 04:18:15.735 | 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-04-17 04:18:15.736 | 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-04-17 04:18:15.737 | 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-04-17 04:18:15.738 | 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-04-17 04:18:15.738 | 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-04-17 04:18:15.739 | 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-04-17 04:18:15.740 | 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-04-17 04:18:15.741 | 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-04-17 04:18:15.742 | 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-04-17 04:18:15.742 | 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-04-17 04:18:15.743 | 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-04-17 04:18:15.744 | 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-04-17 04:18:15.745 | 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-04-17 04:18:15.746 | 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-04-17 04:18:15.764 | 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-04-17 04:18:15.765 | 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-04-17 04:18:15.790 | 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-04-17 04:18:15.791 | 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-04-17 04:18:15.792 | 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-04-17 04:18:15.793 | 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-04-17 04:18:15.795 | 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-04-17 04:18:15.795 | 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-04-17 04:18:15.804 | 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-04-17 04:18:15.822 | 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-04-17 04:18:15.823 | 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-04-17 04:18:15.824 | 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-04-17 04:18:15.825 | 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-04-17 04:18:15.825 | 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-04-17 04:18:15.869 | 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-04-17 04:18:15.870 | 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-04-17 04:18:15.871 | 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-04-17 04:18:15.872 | 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-04-17 04:18:15.890 | 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-04-17 04:18:15.893 | 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-04-17 04:18:15.901 | 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-04-17 04:18:15.902 | 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-04-17 04:18:15.903 | 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-04-17 04:18:15.914 | 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-04-17 04:18:15.917 | 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-04-17 04:18:15.920 | 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-04-17 04:18:15.927 | 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-04-17 04:18:15.927 | 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-04-17 04:18:15.929 | 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-04-17 04:18:15.930 | 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-04-17 04:18:15.941 | 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-04-17 04:18:15.941 | 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-04-17 04:18:15.942 | 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-04-17 04:18:15.943 | 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-04-17 04:18:15.950 | 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-04-17 04:18:16.014 | 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-04-17 04:18:16.029 | 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-04-17 04:18:16.072 | 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-04-17 04:18:16.091 | 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-04-17 04:18:16.119 | 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-04-17 04:18:16.151 | 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-04-17 04:18:16.168 | 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-04-17 04:18:16.240 | 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-04-17 04:18:16.241 | 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-04-17 04:18:16.241 | 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-04-17 04:18:16.267 | 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-04-17 04:18:17.097 | Installing collected packages: openstack-placement 2025-04-17 04:18:17.098 | Running setup.py develop for openstack-placement 2025-04-17 04:18:17.736 | Successfully installed openstack-placement 2025-04-17 04:18:17.736 | 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-04-17 04:18:17.871 | + inc/python:pip_install:196 : result=0 2025-04-17 04:18:17.873 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:18:17.875 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:17.877 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:17.879 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:17.881 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:17.883 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:17.885 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:18:17.887 | + functions-common:time_stop:2442 : start_time=1744863494317 2025-04-17 04:18:17.889 | + functions-common:time_stop:2444 : [[ -z 1744863494317 ]] 2025-04-17 04:18:17.892 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:17.895 | + functions-common:time_stop:2447 : end_time=1744863497893 2025-04-17 04:18:17.897 | + functions-common:time_stop:2448 : elapsed_time=3576 2025-04-17 04:18:17.899 | + functions-common:time_stop:2449 : total=80477 2025-04-17 04:18:17.900 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:17.902 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84053 2025-04-17 04:18:17.904 | + inc/python:pip_install:199 : return 0 2025-04-17 04:18:17.906 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-04-17 04:18:17.908 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-04-17 04:18:17.911 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-04-17 04:18:17.926 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-04-17 04:18:17.935 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2025-04-17 04:18:17.938 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2025-04-17 04:18:17.940 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:18:17.942 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:18:17.944 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-17 04:18:17.946 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:18:17.948 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 04:18:17.950 | + stack.sh:main:952 : configure_placement 2025-04-17 04:18:17.952 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-17 04:18:17.961 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-17 04:18:17.963 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-17 04:18:17.967 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-17 04:18:17.969 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-17 04:18:17.971 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-17 04:18:17.973 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2025-04-17 04:18:17.974 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:18:17.976 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:17.978 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2025-04-17 04:18:17.981 | + 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-04-17 04:18:18.006 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-17 04:18:18.032 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-17 04:18:18.058 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-17 04:18:18.060 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-17 04:18:18.062 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-17 04:18:18.064 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 04:18:18.065 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-17 04:18:18.091 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-17 04:18:18.115 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 04:18:18.139 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-17 04:18:18.162 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-17 04:18:18.186 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-17 04:18:18.211 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-17 04:18:18.235 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-17 04:18:18.259 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 04:18:18.283 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 04:18:18.307 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-17 04:18:18.309 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-17 04:18:18.311 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-17 04:18:18.314 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 04:18:18.327 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 04:18:18.329 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 04:18:18.331 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:18.333 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 04:18:18.335 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-17 04:18:18.359 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:18:18.383 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:18:18.407 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 04:18:18.430 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-17 04:18:18.432 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2025-04-17 04:18:18.434 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2025-04-17 04:18:18.436 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2025-04-17 04:18:18.438 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2025-04-17 04:18:18.440 | + lib/apache:write_uwsgi_config:257 : local http= 2025-04-17 04:18:18.442 | + lib/apache:write_uwsgi_config:258 : local name= 2025-04-17 04:18:18.444 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2025-04-17 04:18:18.447 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2025-04-17 04:18:18.449 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-04-17 04:18:18.451 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 04:18:18.461 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 04:18:18.461 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:18:18.467 | d /var/run/uwsgi 0755 stack root 2025-04-17 04:18:18.470 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 04:18:18.478 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-17 04:18:18.482 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-17 04:18:18.484 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-17 04:18:18.487 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2025-04-17 04:18:18.512 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-17 04:18:18.535 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-17 04:18:18.558 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-17 04:18:18.581 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 04:18:18.604 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 04:18:18.627 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-17 04:18:18.651 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-17 04:18:18.676 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-17 04:18:18.699 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-17 04:18:18.723 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 04:18:18.748 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 04:18:18.772 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-17 04:18:18.796 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-04-17 04:18:18.798 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-04-17 04:18:18.801 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2025-04-17 04:18:18.803 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2025-04-17 04:18:18.805 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-04-17 04:18:18.807 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:18.809 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:18.811 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-17 04:18:18.813 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-17 04:18:18.815 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-17 04:18:18.839 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-17 04:18:18.862 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2025-04-17 04:18:18.863 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-17 04:18:18.869 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2025-04-17 04:18:18.872 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2025-04-17 04:18:18.874 | + lib/apache:enable_apache_site:203 : local site=placement-api 2025-04-17 04:18:18.876 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-04-17 04:18:18.878 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-04-17 04:18:18.880 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-04-17 04:18:18.882 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:18.884 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:18.886 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 04:18:18.888 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-04-17 04:18:18.890 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:18.892 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:18.894 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2025-04-17 04:18:18.927 | Enabling site placement-api. 2025-04-17 04:18:18.930 | To activate the new configuration, you need to run: 2025-04-17 04:18:18.930 | systemctl reload apache2 2025-04-17 04:18:18.934 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-04-17 04:18:18.936 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-04-17 04:18:18.938 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:18:18.940 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-04-17 04:18:19.041 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:19.043 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:19.045 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-17 04:18:19.072 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-17 04:18:19.096 | + stack.sh:main:959 : is_service_enabled placement placement-client 2025-04-17 04:18:19.109 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:19.111 | + stack.sh:main:960 : is_service_enabled n-cpu 2025-04-17 04:18:19.125 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:19.127 | + stack.sh:main:960 : is_service_enabled n-sch 2025-04-17 04:18:19.140 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:19.142 | + stack.sh:main:961 : configure_placement_nova_compute 2025-04-17 04:18:19.144 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2025-04-17 04:18:19.146 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-17 04:18:19.172 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-17 04:18:19.196 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2025-04-17 04:18:19.220 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-17 04:18:19.244 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-17 04:18:19.268 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2025-04-17 04:18:19.293 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-17 04:18:19.317 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-17 04:18:19.341 | + stack.sh:main:965 : is_service_enabled horizon 2025-04-17 04:18:19.354 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:19.356 | + stack.sh:main:970 : is_service_enabled tls-proxy 2025-04-17 04:18:19.369 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:19.371 | + stack.sh:main:978 : run_phase stack install 2025-04-17 04:18:19.373 | + functions-common:run_phase:1863 : local mode=stack 2025-04-17 04:18:19.375 | + functions-common:run_phase:1864 : local phase=install 2025-04-17 04:18:19.377 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 04:18:19.379 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-04-17 04:18:19.381 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 04:18:19.383 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-04-17 04:18:19.385 | + functions-common:run_phase:1873 : local extra 2025-04-17 04:18:19.388 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 04:18:19.391 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-04-17 04:18:19.393 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 04:18:19.395 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 04:18:19.397 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-17 04:18:19.399 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 04:18:19.411 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:19.413 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:18:19.414 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:18:19.416 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-17 04:18:19.418 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-17 04:18:19.420 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:18:19.422 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2025-04-17 04:18:19.424 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-17 04:18:19.425 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-17 04:18:19.471 | ++ inc/async:async_inner:63 : install_tempest 2025-04-17 04:18:19.498 | [3504 Async install_tempest:34073]: running: install_tempest 2025-04-17 04:18:19.500 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 04:18:19.502 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 04:18:19.505 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:18:19.506 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 04:18:19.509 | + functions-common:run_phase:1890 : run_plugins stack install 2025-04-17 04:18:19.511 | + functions-common:run_plugins:1849 : local mode=stack 2025-04-17 04:18:19.513 | + functions-common:run_plugins:1850 : local phase=install 2025-04-17 04:18:19.515 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-04-17 04:18:19.517 | + functions-common:run_plugins:1853 : local plugin 2025-04-17 04:18:19.520 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-04-17 04:18:19.522 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-04-17 04:18:19.524 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 04:18:19.527 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-17 04:18:19.529 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:18:19.531 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:18:19.533 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-17 04:18:19.535 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-17 04:18:19.538 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:18:19.540 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2025-04-17 04:18:19.542 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-17 04:18:19.544 | ++ inc/python:setup_develop:334 : local bindep 2025-04-17 04:18:19.546 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-17 04:18:19.548 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2025-04-17 04:18:19.550 | ++ inc/python:setup_develop:340 : local extras= 2025-04-17 04:18:19.552 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-17 04:18:19.554 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-04-17 04:18:19.555 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-17 04:18:19.557 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-17 04:18:19.559 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-04-17 04:18:19.561 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-04-17 04:18:19.564 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2025-04-17 04:18:19.565 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-04-17 04:18:19.568 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2025-04-17 04:18:19.570 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-04-17 04:18:19.571 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2025-04-17 04:18:19.574 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-17 04:18:19.578 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2025-04-17 04:18:19.580 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-04-17 04:18:19.901 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2025-04-17 04:18:19.903 | ++ inc/python:setup_package:414 : local bindep=0 2025-04-17 04:18:19.905 | ++ inc/python:setup_package:415 : local bindep_flag= 2025-04-17 04:18:19.907 | ++ inc/python:setup_package:416 : local bindep_profiles= 2025-04-17 04:18:19.909 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-17 04:18:19.911 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2025-04-17 04:18:19.913 | ++ inc/python:setup_package:423 : local flags=-e 2025-04-17 04:18:19.914 | ++ inc/python:setup_package:424 : local extras= 2025-04-17 04:18:19.916 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2025-04-17 04:18:19.918 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2025-04-17 04:18:19.920 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-04-17 04:18:19.922 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2025-04-17 04:18:19.924 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-04-17 04:18:19.926 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2025-04-17 04:18:19.941 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-17 04:18:19.943 | ++ 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-04-17 04:18:20.913 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-17 04:18:20.913 | Preparing metadata (setup.py): started 2025-04-17 04:18:21.312 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 04:18:21.469 | Collecting Babel>=1.3 2025-04-17 04:18:21.521 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2025-04-17 04:18:21.569 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (22.1.0) 2025-04-17 04:18:21.593 | Collecting ipaddress 2025-04-17 04:18:21.595 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-17 04:18:21.596 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.8.0) 2025-04-17 04:18:21.597 | 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-04-17 04:18:21.598 | 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-04-17 04:18:21.599 | 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-04-17 04:18:21.600 | 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-04-17 04:18:21.601 | 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-04-17 04:18:21.602 | 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-04-17 04:18:21.602 | 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-04-17 04:18:21.603 | 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-04-17 04:18:21.604 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.14.1) 2025-04-17 04:18:21.605 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.0.0) 2025-04-17 04:18:21.714 | Collecting ratelimiter 2025-04-17 04:18:21.717 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-17 04:18:21.719 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.2.0) 2025-04-17 04:18:21.721 | 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-04-17 04:18:21.738 | 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-04-17 04:18:21.738 | 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-04-17 04:18:21.739 | 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-04-17 04:18:21.739 | 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-04-17 04:18:21.740 | 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-04-17 04:18:21.741 | 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-04-17 04:18:21.742 | 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-04-17 04:18:21.743 | 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-04-17 04:18:21.744 | 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-04-17 04:18:21.745 | 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-04-17 04:18:21.746 | 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-04-17 04:18:21.747 | 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-04-17 04:18:21.748 | 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-04-17 04:18:21.748 | 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-04-17 04:18:21.749 | 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-04-17 04:18:21.768 | 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-04-17 04:18:21.769 | 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-04-17 04:18:21.770 | 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-04-17 04:18:21.771 | 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-04-17 04:18:21.814 | 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-04-17 04:18:21.817 | 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-04-17 04:18:21.823 | 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-04-17 04:18:21.832 | 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-04-17 04:18:21.833 | 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-04-17 04:18:21.834 | 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-04-17 04:18:21.835 | 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-04-17 04:18:21.835 | 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-04-17 04:18:21.836 | 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-04-17 04:18:21.837 | 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-04-17 04:18:21.843 | 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-04-17 04:18:21.844 | 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-04-17 04:18:21.845 | 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-04-17 04:18:21.846 | 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-04-17 04:18:21.889 | 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-04-17 04:18:21.891 | 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-04-17 04:18:21.892 | 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-04-17 04:18:21.893 | 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-04-17 04:18:21.893 | 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-04-17 04:18:21.926 | 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-04-17 04:18:21.927 | 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-04-17 04:18:21.928 | 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-04-17 04:18:21.928 | 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-04-17 04:18:21.935 | 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-04-17 04:18:21.936 | 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-04-17 04:18:21.937 | 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-04-17 04:18:21.938 | 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-04-17 04:18:21.943 | 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-04-17 04:18:21.949 | 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-04-17 04:18:21.950 | 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-04-17 04:18:21.995 | 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-04-17 04:18:22.005 | 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-04-17 04:18:22.014 | 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-04-17 04:18:22.015 | 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-04-17 04:18:22.061 | 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-04-17 04:18:22.062 | 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-04-17 04:18:22.063 | 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-04-17 04:18:22.064 | 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-04-17 04:18:22.091 | 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-04-17 04:18:22.094 | 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-04-17 04:18:22.094 | 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-04-17 04:18:22.094 | 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-04-17 04:18:22.094 | 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-04-17 04:18:22.148 | 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-04-17 04:18:22.163 | 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-04-17 04:18:22.164 | 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-04-17 04:18:22.218 | 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-04-17 04:18:22.219 | 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-04-17 04:18:22.220 | 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-04-17 04:18:22.220 | 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-04-17 04:18:22.237 | 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-04-17 04:18:22.379 | 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-04-17 04:18:22.435 | 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-04-17 04:18:22.436 | 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-04-17 04:18:22.485 | 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-04-17 04:18:22.528 | 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-04-17 04:18:22.540 | 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-04-17 04:18:22.541 | 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-04-17 04:18:22.557 | 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-04-17 04:18:22.558 | 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-04-17 04:18:22.559 | 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-04-17 04:18:22.560 | 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-04-17 04:18:22.561 | 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-04-17 04:18:22.562 | 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-04-17 04:18:22.563 | 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-04-17 04:18:22.597 | 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-04-17 04:18:22.598 | 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-04-17 04:18:22.600 | 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-04-17 04:18:22.610 | 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-04-17 04:18:22.652 | 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-04-17 04:18:22.653 | 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-04-17 04:18:22.702 | 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-04-17 04:18:22.778 | 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-04-17 04:18:22.870 | 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-04-17 04:18:22.984 | 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-04-17 04:18:23.544 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2025-04-17 04:18:23.578 | Attempting uninstall: Babel 2025-04-17 04:18:23.579 | Found existing installation: Babel 2.8.0 2025-04-17 04:18:23.580 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2025-04-17 04:18:23.583 | Can't uninstall 'Babel'. No files were found to uninstall. 2025-04-17 04:18:23.949 | Running setup.py develop for networking-nsxv3 2025-04-17 04:18:24.787 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2025-04-17 04:18:24.788 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-04-17 04:18:24.920 | ++ inc/python:pip_install:196 : result=0 2025-04-17 04:18:24.922 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:18:24.924 | ++ functions-common:time_stop:2435 : local name 2025-04-17 04:18:24.926 | ++ functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:24.927 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:24.929 | ++ functions-common:time_stop:2438 : local total 2025-04-17 04:18:24.931 | ++ functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:24.933 | ++ functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:18:24.935 | ++ functions-common:time_stop:2442 : start_time=1744863499937 2025-04-17 04:18:24.936 | ++ functions-common:time_stop:2444 : [[ -z 1744863499937 ]] 2025-04-17 04:18:24.939 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:24.942 | ++ functions-common:time_stop:2447 : end_time=1744863504940 2025-04-17 04:18:24.944 | ++ functions-common:time_stop:2448 : elapsed_time=5003 2025-04-17 04:18:24.946 | ++ functions-common:time_stop:2449 : total=84053 2025-04-17 04:18:24.947 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:24.949 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89056 2025-04-17 04:18:24.951 | ++ inc/python:pip_install:199 : return 0 2025-04-17 04:18:24.953 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-04-17 04:18:24.955 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-04-17 04:18:24.957 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-04-17 04:18:24.971 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-04-17 04:18:24.980 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-17 04:18:24.982 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2025-04-17 04:18:24.984 | ++ inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:18:24.986 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:18:24.988 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-17 04:18:24.990 | ++ inc/python:use_library_from_git:249 : return 1 2025-04-17 04:18:24.992 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2025-04-17 04:18:24.994 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2025-04-17 04:18:24.996 | + inc/python:use_library_from_git:247 : local enabled=1 2025-04-17 04:18:24.998 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-04-17 04:18:25.000 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-17 04:18:25.002 | + inc/python:use_library_from_git:249 : return 1 2025-04-17 04:18:25.004 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2025-04-17 04:18:25.006 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2025-04-17 04:18:25.008 | + inc/python:pip_install_gr:77 : local clean_name 2025-04-17 04:18:25.010 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2025-04-17 04:18:25.012 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2025-04-17 04:18:25.014 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-04-17 04:18:25.018 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-17 04:18:25.018 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-04-17 04:18:25.021 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2025-04-17 04:18:25.023 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2025-04-17 04:18:25.025 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2025-04-17 04:18:25.028 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2025-04-17 04:18:25.030 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2025-04-17 04:18:25.046 | Using python 3.10 to install python-openstackclient 2025-04-17 04:18:25.048 | + 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-04-17 04:18:26.134 | Collecting python-openstackclient 2025-04-17 04:18:26.145 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2025-04-17 04:18:26.163 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2025-04-17 04:18:26.164 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2025-04-17 04:18:26.164 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2025-04-17 04:18:26.165 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2025-04-17 04:18:26.166 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2025-04-17 04:18:26.166 | 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-04-17 04:18:26.167 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2025-04-17 04:18:26.168 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2025-04-17 04:18:26.168 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.2) 2025-04-17 04:18:26.169 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2025-04-17 04:18:26.170 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2025-04-17 04:18:26.175 | 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-04-17 04:18:26.175 | 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-04-17 04:18:26.176 | 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-04-17 04:18:26.177 | 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-04-17 04:18:26.177 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-04-17 04:18:26.188 | 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-04-17 04:18:26.189 | 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-04-17 04:18:26.190 | 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-04-17 04:18:26.190 | 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-04-17 04:18:26.191 | 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-04-17 04:18:26.192 | 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-04-17 04:18:26.193 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2025-04-17 04:18:26.194 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2025-04-17 04:18:26.194 | 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-04-17 04:18:26.195 | 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-04-17 04:18:26.201 | 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-04-17 04:18:26.208 | 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-04-17 04:18:26.209 | 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-04-17 04:18:26.210 | 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-04-17 04:18:26.211 | 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-04-17 04:18:26.211 | 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-04-17 04:18:26.219 | 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-04-17 04:18:26.228 | 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-04-17 04:18:26.230 | 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-04-17 04:18:26.231 | 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-04-17 04:18:26.289 | 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-04-17 04:18:26.290 | 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-04-17 04:18:26.290 | 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-04-17 04:18:26.309 | 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-04-17 04:18:26.313 | 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-04-17 04:18:26.339 | 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-04-17 04:18:26.395 | 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-04-17 04:18:26.402 | 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-04-17 04:18:26.431 | 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-04-17 04:18:26.431 | 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-04-17 04:18:26.432 | 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-04-17 04:18:26.433 | 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-04-17 04:18:26.477 | 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-04-17 04:18:27.344 | Installing collected packages: python-openstackclient 2025-04-17 04:18:28.221 | Successfully installed python-openstackclient-6.2.1 2025-04-17 04:18:28.222 | 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-04-17 04:18:28.354 | + inc/python:pip_install:196 : result=0 2025-04-17 04:18:28.356 | + inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:18:28.358 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:28.360 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:28.362 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:28.365 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:28.366 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:28.368 | + functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:18:28.370 | + functions-common:time_stop:2442 : start_time=1744863505042 2025-04-17 04:18:28.372 | + functions-common:time_stop:2444 : [[ -z 1744863505042 ]] 2025-04-17 04:18:28.375 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:28.378 | + functions-common:time_stop:2447 : end_time=1744863508376 2025-04-17 04:18:28.380 | + functions-common:time_stop:2448 : elapsed_time=3334 2025-04-17 04:18:28.382 | + functions-common:time_stop:2449 : total=89056 2025-04-17 04:18:28.384 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:28.386 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92390 2025-04-17 04:18:28.388 | + inc/python:pip_install:199 : return 0 2025-04-17 04:18:28.390 | + stack.sh:main:990 : install_oscwrap 2025-04-17 04:18:28.393 | ++ functions-common:install_oscwrap:2480 : mktemp 2025-04-17 04:18:28.396 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.8VCW0VJonQ 2025-04-17 04:18:28.398 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2025-04-17 04:18:28.400 | + functions-common:install_oscwrap:2486 : unalias -a 2025-04-17 04:18:28.402 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2025-04-17 04:18:28.403 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2025-04-17 04:18:28.405 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-17 04:18:28.407 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2025-04-17 04:18:28.422 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:28.424 | + stack.sh:main:1044 : configure_database 2025-04-17 04:18:28.426 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-17 04:18:28.428 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2025-04-17 04:18:28.430 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2025-04-17 04:18:28.432 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:18:28.434 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2025-04-17 04:18:28.435 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2025-04-17 04:18:28.437 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:28.439 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:28.441 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2025-04-17 04:18:28.443 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2025-04-17 04:18:28.446 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-04-17 04:18:28.446 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-04-17 04:18:28.449 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-17 04:18:28.498 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2025-04-17 04:18:28.500 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-04-17 04:18:28.502 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-04-17 04:18:28.504 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 04:18:28.505 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-04-17 04:18:28.507 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 04:18:28.509 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 04:18:28.510 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-04-17 04:18:28.512 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-04-17 04:18:28.514 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-04-17 04:18:28.515 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 04:18:28.517 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-04-17 04:18:28.519 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 04:18:28.521 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2025-04-17 04:18:28.523 | + functions-common:is_suse:544 : is_opensuse 2025-04-17 04:18:28.524 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-04-17 04:18:28.526 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-04-17 04:18:28.528 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-04-17 04:18:28.530 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-04-17 04:18:28.532 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-04-17 04:18:28.533 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2025-04-17 04:18:28.535 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:28.537 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:28.538 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2025-04-17 04:18:28.540 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:18:28.542 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-04-17 04:18:29.125 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2025-04-17 04:18:29.127 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:29.131 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:29.132 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2025-04-17 04:18:29.134 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2025-04-17 04:18:29.136 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2025-04-17 04:18:29.138 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:29.140 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:29.145 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2025-04-17 04:18:29.147 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2025-04-17 04:18:29.149 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2025-04-17 04:18:29.150 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:29.152 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:29.154 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2025-04-17 04:18:29.156 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2025-04-17 04:18:29.158 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2025-04-17 04:18:29.160 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-17 04:18:29.179 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2025-04-17 04:18:29.181 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:18:29.183 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:18:29.185 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2025-04-17 04:18:29.187 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2025-04-17 04:18:29.189 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-17 04:18:29.238 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-17 04:18:29.282 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-17 04:18:29.325 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:29.327 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:29.329 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:29.330 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2025-04-17 04:18:29.332 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:18:29.334 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-04-17 04:18:29.870 | + stack.sh:main:1048 : save_stackenv 1048 2025-04-17 04:18:29.872 | + functions-common:save_stackenv:60 : local tag=1048 2025-04-17 04:18:29.875 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-17 04:18:29.878 | + functions-common:save_stackenv:62 : time_stamp=2025-04-17-041829 2025-04-17 04:18:29.880 | + functions-common:save_stackenv:63 : echo '# 2025-04-17-041829 1048' 2025-04-17 04:18:29.882 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.884 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-17 04:18:29.886 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.888 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-17 04:18:29.889 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.891 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-17 04:18:29.893 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.895 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-17 04:18:29.897 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.899 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-17 04:18:29.901 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.903 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-17 04:18:29.904 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.906 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-17-041354 2025-04-17 04:18:29.908 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.910 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-17 04:18:29.912 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.914 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-17 04:18:29.916 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.917 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-17 04:18:29.919 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.921 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-17 04:18:29.923 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.925 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-17 04:18:29.927 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.929 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-17 04:18:29.930 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.932 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-17 04:18:29.934 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:18:29.936 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-17 04:18:29.938 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2025-04-17 04:18:29.940 | + stack.sh:main:1074 : start_dstat 2025-04-17 04:18:29.942 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-17 04:18:29.944 | + functions-common:run_process:1689 : local service=dstat 2025-04-17 04:18:29.946 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-17 04:18:29.948 | + functions-common:run_process:1691 : local group= 2025-04-17 04:18:29.950 | + functions-common:run_process:1692 : local user= 2025-04-17 04:18:29.951 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:18:29.953 | + functions-common:run_process:1695 : local name=dstat 2025-04-17 04:18:29.955 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:18:29.957 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:18:29.959 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:29.961 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:29.964 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:29.967 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863509965 2025-04-17 04:18:29.969 | + functions-common:run_process:1698 : is_service_enabled dstat 2025-04-17 04:18:29.982 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:29.984 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:18:29.986 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:29.988 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:29.991 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:29.992 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:29.994 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:29.996 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:18:29.998 | + functions-common:time_stop:2442 : start_time=1744863509965 2025-04-17 04:18:30.000 | + functions-common:time_stop:2444 : [[ -z 1744863509965 ]] 2025-04-17 04:18:30.002 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:30.006 | + functions-common:time_stop:2447 : end_time=1744863510004 2025-04-17 04:18:30.008 | + functions-common:time_stop:2448 : elapsed_time=39 2025-04-17 04:18:30.009 | + functions-common:time_stop:2449 : total=0 2025-04-17 04:18:30.011 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:30.013 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2025-04-17 04:18:30.015 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-17 04:18:30.017 | + functions-common:run_process:1689 : local service=memory_tracker 2025-04-17 04:18:30.019 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-17 04:18:30.021 | + functions-common:run_process:1691 : local group= 2025-04-17 04:18:30.023 | + functions-common:run_process:1692 : local user=root 2025-04-17 04:18:30.025 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:18:30.026 | + functions-common:run_process:1695 : local name=memory_tracker 2025-04-17 04:18:30.028 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:18:30.030 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:18:30.032 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:30.034 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:30.037 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:30.040 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863510038 2025-04-17 04:18:30.042 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2025-04-17 04:18:30.056 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:30.058 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:18:30.059 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:30.061 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:30.063 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:30.065 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:30.067 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:30.069 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:18:30.071 | + functions-common:time_stop:2442 : start_time=1744863510038 2025-04-17 04:18:30.073 | + functions-common:time_stop:2444 : [[ -z 1744863510038 ]] 2025-04-17 04:18:30.075 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:30.079 | + functions-common:time_stop:2447 : end_time=1744863510077 2025-04-17 04:18:30.081 | + functions-common:time_stop:2448 : elapsed_time=39 2025-04-17 04:18:30.083 | + functions-common:time_stop:2449 : total=39 2025-04-17 04:18:30.085 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:30.087 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78 2025-04-17 04:18:30.089 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-17 04:18:30.102 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:30.104 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-17 04:18:30.106 | + functions-common:run_process:1689 : local service=file_tracker 2025-04-17 04:18:30.108 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-17 04:18:30.110 | + functions-common:run_process:1691 : local group= 2025-04-17 04:18:30.112 | + functions-common:run_process:1692 : local user= 2025-04-17 04:18:30.114 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:18:30.116 | + functions-common:run_process:1695 : local name=file_tracker 2025-04-17 04:18:30.118 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:18:30.120 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:18:30.122 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:30.124 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:30.127 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:30.130 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863510128 2025-04-17 04:18:30.132 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2025-04-17 04:18:30.145 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:30.147 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:18:30.149 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:30.151 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:30.153 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:30.155 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:30.157 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:30.159 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:18:30.161 | + functions-common:time_stop:2442 : start_time=1744863510128 2025-04-17 04:18:30.163 | + functions-common:time_stop:2444 : [[ -z 1744863510128 ]] 2025-04-17 04:18:30.165 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:30.168 | + functions-common:time_stop:2447 : end_time=1744863510166 2025-04-17 04:18:30.170 | + functions-common:time_stop:2448 : elapsed_time=38 2025-04-17 04:18:30.172 | + functions-common:time_stop:2449 : total=78 2025-04-17 04:18:30.174 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:30.176 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=116 2025-04-17 04:18:30.178 | + stack.sh:main:1078 : is_service_enabled tcpdump 2025-04-17 04:18:30.192 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:30.194 | + stack.sh:main:1086 : is_service_enabled etcd3 2025-04-17 04:18:30.208 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:30.210 | + stack.sh:main:1087 : start_etcd3 2025-04-17 04:18:30.212 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-17 04:18:30.214 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-17 04:18:30.216 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-17 04:18:30.218 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-17 04:18:30.220 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-17 04:18:30.222 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-17 04:18:30.224 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-17 04:18:30.226 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-17 04:18:30.228 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-17 04:18:30.229 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-17 04:18:30.231 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-17 04:18:30.233 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-17 04:18:30.235 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2025-04-17 04:18:30.237 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2025-04-17 04:18:30.239 | + 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-04-17 04:18:30.241 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:18:30.243 | + functions-common:write_user_unit_file:1561 : local user=root 2025-04-17 04:18:30.244 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:18:30.246 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:18:30.248 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:18:30.250 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-17 04:18:30.252 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:18:30.255 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-17 04:18:30.304 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-17 04:18:30.353 | + 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-04-17 04:18:30.393 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-17 04:18:30.434 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-17 04:18:30.477 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:18:30.519 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:18:30.521 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:18:30.523 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-17 04:18:30.572 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:18:30.811 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-17 04:18:30.854 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-17 04:18:30.898 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-17 04:18:30.939 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-17 04:18:30.982 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-17 04:18:30.985 | ++ functions-common:is_arch:507 : uname -m 2025-04-17 04:18:30.988 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-17 04:18:30.990 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-17 04:18:31.229 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-17 04:18:31.239 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-17 04:18:31.478 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-17 04:18:32.338 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2025-04-17 04:18:32.352 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:32.354 | + stack.sh:main:1098 : write_clouds_yaml 2025-04-17 04:18:32.356 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-17 04:18:32.359 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-17 04:18:32.362 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-17 04:18:32.371 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-17 04:18:32.380 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-17 04:18:32.382 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-17 04:18:32.384 | + 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-04-17 04:18:32.434 | The user clouds.yaml file didn't exist. 2025-04-17 04:18:32.443 | + 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-04-17 04:18:32.500 | + 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-04-17 04:18:32.556 | + 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-04-17 04:18:32.614 | + 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-04-17 04:18:32.675 | + 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-04-17 04:18:32.735 | + 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-04-17 04:18:32.830 | + 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-04-17 04:18:32.901 | + 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-04-17 04:18:32.975 | + 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-04-17 04:18:33.044 | + functions-common:write_clouds_yaml:198 : cat 2025-04-17 04:18:33.048 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-17 04:18:33.050 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-17 04:18:33.053 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-17 04:18:33.056 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2025-04-17 04:18:33.058 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2025-04-17 04:18:33.060 | + stack.sh:main:1101 : is_service_enabled keystone 2025-04-17 04:18:33.073 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:33.075 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2025-04-17 04:18:33.077 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:18:33.079 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2025-04-17 04:18:33.081 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-17 04:18:33.082 | + stack.sh:main:1105 : init_keystone 2025-04-17 04:18:33.084 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-17 04:18:33.097 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:33.098 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-17 04:18:33.100 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-17 04:18:33.102 | + lib/database:recreate_database:112 : local db=keystone 2025-04-17 04:18:33.104 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-17 04:18:33.106 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2025-04-17 04:18:33.108 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-17 04:18:33.117 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-17 04:18:33.126 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-17 04:18:33.128 | + functions-common:time_start:2421 : local name=dbsync 2025-04-17 04:18:33.130 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:33.131 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:33.135 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:33.137 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863513135 2025-04-17 04:18:33.139 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-17 04:18:35.011 | 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=36407) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:18:35.016 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 04:18:35.017 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 04:18:35.018 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-04-17 04:18:35.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:18:35.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:18:35.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:18:35.019 | 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=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:18:35.019 | 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=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:18:35.019 | 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=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:18:35.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:18:35.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:18:35.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:18:35.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:18:35.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:18:35.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:18:35.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:18:35.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:18:35.020 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-04-17 04:18:35.020 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=36407) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-04-17 04:18:35.032 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 04:18:35.032 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 04:18:35.064 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-17 04:18:35.730 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36407) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-04-17 04:18:35.731 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-17 04:18:35.732 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36407) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:18:35.733 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-17 04:18:35.733 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36407) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-04-17 04:18:36.037 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-17 04:18:36.039 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:36.042 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:36.044 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:36.046 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:36.048 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:36.050 | + functions-common:time_stop:2441 : name=dbsync 2025-04-17 04:18:36.052 | + functions-common:time_stop:2442 : start_time=1744863513135 2025-04-17 04:18:36.054 | + functions-common:time_stop:2444 : [[ -z 1744863513135 ]] 2025-04-17 04:18:36.057 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:36.060 | + functions-common:time_stop:2447 : end_time=1744863516057 2025-04-17 04:18:36.062 | + functions-common:time_stop:2448 : elapsed_time=2922 2025-04-17 04:18:36.064 | + functions-common:time_stop:2449 : total=0 2025-04-17 04:18:36.066 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:36.068 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2922 2025-04-17 04:18:36.070 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-17 04:18:36.072 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-17 04:18:36.075 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-17 04:18:37.736 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-17 04:18:37.736 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-17 04:18:37.736 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-17 04:18:37.736 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-17 04:18:37.736 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-17 04:18:37.736 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-17 04:18:37.736 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-17 04:18:37.737 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-17 04:18:37.737 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-17 04:18:37.991 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-17 04:18:37.995 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-17 04:18:39.640 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-17 04:18:39.641 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-17 04:18:39.641 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-17 04:18:39.641 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-17 04:18:39.641 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-17 04:18:39.641 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-17 04:18:39.641 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-17 04:18:39.641 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-17 04:18:39.641 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-17 04:18:39.906 | + stack.sh:main:1106 : start_keystone 2025-04-17 04:18:39.908 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-17 04:18:39.910 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-17 04:18:39.912 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-17 04:18:39.925 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:39.927 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-17 04:18:39.930 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-17 04:18:39.933 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-17 04:18:39.935 | + functions-common:run_process:1689 : local service=keystone 2025-04-17 04:18:39.937 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 04:18:39.939 | + functions-common:run_process:1691 : local group= 2025-04-17 04:18:39.941 | + functions-common:run_process:1692 : local user= 2025-04-17 04:18:39.943 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:18:39.945 | + functions-common:run_process:1695 : local name=keystone 2025-04-17 04:18:39.946 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:18:39.948 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:18:39.950 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:39.952 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:39.955 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:39.958 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863519955 2025-04-17 04:18:39.960 | + functions-common:run_process:1698 : is_service_enabled keystone 2025-04-17 04:18:39.972 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:18:39.973 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-17 04:18:39.975 | + functions-common:_run_under_systemd:1649 : local service=keystone 2025-04-17 04:18:39.977 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 04:18:39.979 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 04:18:39.981 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 04:18:39.983 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 04:18:39.985 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-17 04:18:39.987 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-17 04:18:39.988 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2025-04-17 04:18:39.990 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:18:39.992 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:18:39.994 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:18:39.996 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:18:39.998 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-17 04:18:40.000 | + 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-04-17 04:18:40.002 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2025-04-17 04:18:40.004 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 04:18:40.006 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-04-17 04:18:40.008 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-04-17 04:18:40.009 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-04-17 04:18:40.011 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-17 04:18:40.013 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-04-17 04:18:40.016 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-17 04:18:40.065 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-17 04:18:40.112 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-17 04:18:40.151 | + 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-04-17 04:18:40.190 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:18:40.230 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-17 04:18:40.269 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-17 04:18:40.309 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-17 04:18:40.349 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-17 04:18:40.391 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-17 04:18:40.431 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-04-17 04:18:40.433 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-04-17 04:18:40.434 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-17 04:18:40.482 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-04-17 04:18:40.743 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2025-04-17 04:18:40.753 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-17 04:18:40.894 | ++ inc/async:async_inner:64 : rc=0 2025-04-17 04:18:40.912 | [34073 Async install_tempest:34073]: finished successfully 2025-04-17 04:18:40.989 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2025-04-17 04:18:41.067 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:18:41.069 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:41.071 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:41.073 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:41.075 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:41.076 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:41.078 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:18:41.080 | + functions-common:time_stop:2442 : start_time=1744863519955 2025-04-17 04:18:41.082 | + functions-common:time_stop:2444 : [[ -z 1744863519955 ]] 2025-04-17 04:18:41.084 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:41.087 | + functions-common:time_stop:2447 : end_time=1744863521085 2025-04-17 04:18:41.089 | + functions-common:time_stop:2448 : elapsed_time=1130 2025-04-17 04:18:41.091 | + functions-common:time_stop:2449 : total=116 2025-04-17 04:18:41.092 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:41.094 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1246 2025-04-17 04:18:41.096 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-17 04:18:41.096 | Waiting for keystone to start... 2025-04-17 04:18:41.098 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-17 04:18:41.100 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-17 04:18:41.102 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 04:18:41.104 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-17 04:18:41.106 | + functions:wait_for_service:470 : local rval=0 2025-04-17 04:18:41.108 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 04:18:41.110 | + functions-common:time_start:2421 : local name=wait_for_service 2025-04-17 04:18:41.111 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:18:41.113 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:18:41.116 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:18:41.119 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863521117 2025-04-17 04:18:41.121 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 04:18:41.124 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-17 04:18:43.488 | + :: : [[ 200 == 503 ]] 2025-04-17 04:18:43.489 | + :: : [[ 0 -eq 7 ]] 2025-04-17 04:18:43.492 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 04:18:43.494 | + functions-common:time_stop:2435 : local name 2025-04-17 04:18:43.496 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:18:43.498 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:18:43.499 | + functions-common:time_stop:2438 : local total 2025-04-17 04:18:43.501 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:18:43.503 | + functions-common:time_stop:2441 : name=wait_for_service 2025-04-17 04:18:43.504 | + functions-common:time_stop:2442 : start_time=1744863521117 2025-04-17 04:18:43.506 | + functions-common:time_stop:2444 : [[ -z 1744863521117 ]] 2025-04-17 04:18:43.509 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:18:43.512 | + functions-common:time_stop:2447 : end_time=1744863523510 2025-04-17 04:18:43.514 | + functions-common:time_stop:2448 : elapsed_time=2393 2025-04-17 04:18:43.516 | + functions-common:time_stop:2449 : total=0 2025-04-17 04:18:43.517 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:18:43.519 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2393 2025-04-17 04:18:43.521 | + functions:wait_for_service:478 : return 0 2025-04-17 04:18:43.523 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-17 04:18:43.538 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:18:43.541 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-17 04:18:43.544 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-04-17 04:18:43.548 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2025-04-17 04:18:44.261 | + stack.sh:main:1107 : bootstrap_keystone 2025-04-17 04:18:44.263 | + 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-04-17 04:18:45.906 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:45.906 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:45.906 | 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=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:45.912 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:45.917 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:45.917 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:45.933 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:45.948 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:45.949 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.059 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.059 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.059 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.059 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.060 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.060 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.066 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.066 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.066 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.066 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.066 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.066 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.067 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.070 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.071 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.072 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.072 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.072 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.072 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.072 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.072 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37199) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 04:18:46.089 | 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=37199) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:18:46.189 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created domain default 2025-04-17 04:18:46.211 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created project admin 2025-04-17 04:18:46.224 | WARNING keystone.common.password_hashing [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-17 04:18:46.226 | DEBUG passlib.handlers.bcrypt [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=37199) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2025-04-17 04:18:46.226 | DEBUG passlib.handlers.bcrypt [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37199) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2025-04-17 04:18:46.259 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created user admin 2025-04-17 04:18:46.265 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created role reader 2025-04-17 04:18:46.278 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created role member 2025-04-17 04:18:46.290 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created implied role where 99af61b335434d2aa8d70b75b2b21bf4 implies ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:18:46.294 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created role admin 2025-04-17 04:18:46.302 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created implied role where ea7a289ed09b4b7d968ea032d4b6e06e implies 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:18:46.309 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Granted role admin on project admin to user admin. 2025-04-17 04:18:46.312 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Granted role admin on the system to user admin. 2025-04-17 04:18:46.318 | WARNING py.warnings [None req-12ed8843-2fc8-4824-9a24-00442c952295 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-04-17 04:18:46.318 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-17 04:18:46.318 |  2025-04-17 04:18:46.319 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created region RegionOne 2025-04-17 04:18:46.334 | INFO keystone.cmd.bootstrap [None req-12ed8843-2fc8-4824-9a24-00442c952295 None None] Created public endpoint http://10.180.1.21/identity 2025-04-17 04:18:46.644 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-17 04:18:46.647 | + stack.sh:main:1110 : create_keystone_accounts 2025-04-17 04:18:46.649 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-17 04:18:46.651 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-17 04:18:48.264 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:48.267 | + lib/keystone:create_keystone_accounts:315 : admin_project=41f302a7ddc84085a05c55c0788e6a8e 2025-04-17 04:18:48.269 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-17 04:18:48.271 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-17 04:18:49.493 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:49.496 | + lib/keystone:create_keystone_accounts:317 : admin_user=a8b996507d0d4bb09f380084ea23ec2a 2025-04-17 04:18:49.497 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-17 04:18:49.499 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-17 04:18:49.501 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-17 04:18:49.503 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin a8b996507d0d4bb09f380084ea23ec2a default 2025-04-17 04:18:49.548 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin a8b996507d0d4bb09f380084ea23ec2a default 2025-04-17 04:18:49.575 | [3504 Async ks-domain-role:37318]: running: get_or_add_user_domain_role admin a8b996507d0d4bb09f380084ea23ec2a default 2025-04-17 04:18:49.577 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-17 04:18:49.579 | + functions-common:get_or_create_domain:895 : local domain_id 2025-04-17 04:18:49.581 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-17 04:18:51.217 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:51.220 | + functions-common:get_or_create_domain:900 : domain_id=default 2025-04-17 04:18:51.222 | + functions-common:get_or_create_domain:901 : echo default 2025-04-17 04:18:51.222 | default 2025-04-17 04:18:51.224 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-17 04:18:51.275 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-17 04:18:51.305 | [3504 Async ks-project:37446]: running: get_or_create_project service Default 2025-04-17 04:18:51.306 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-17 04:18:51.360 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-17 04:18:51.388 | [3504 Async ks-service:37541]: running: get_or_create_role service 2025-04-17 04:18:51.390 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-17 04:18:51.435 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-17 04:18:51.464 | [3504 Async ks-reseller:37636]: running: get_or_create_role ResellerAdmin 2025-04-17 04:18:51.466 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-17 04:18:51.468 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-17 04:18:51.514 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-17 04:18:51.544 | [3504 Async ks-anotherrole:37733]: running: get_or_create_role anotherrole 2025-04-17 04:18:51.545 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-17 04:18:51.548 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-17 04:18:51.550 | ++ functions-common:get_or_create_project:945 : local project_id 2025-04-17 04:18:51.552 | +++ 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-04-17 04:18:52.908 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:18:52.932 | [37541 Async ks-service:37541]: finished successfully 2025-04-17 04:18:52.957 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:18:52.977 | [37636 Async ks-reseller:37636]: finished successfully 2025-04-17 04:18:53.033 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:18:53.041 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:18:53.053 | [37446 Async ks-project:37446]: finished successfully 2025-04-17 04:18:53.060 | [37733 Async ks-anotherrole:37733]: finished successfully 2025-04-17 04:18:53.093 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:18:53.110 | [37318 Async ks-domain-role:37318]: finished successfully 2025-04-17 04:18:53.232 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:53.234 | ++ functions-common:get_or_create_project:951 : project_id=4dc71273307f42a79538e2eb5bafb930 2025-04-17 04:18:53.236 | ++ functions-common:get_or_create_project:952 : echo 4dc71273307f42a79538e2eb5bafb930 2025-04-17 04:18:53.239 | + lib/keystone:create_keystone_accounts:345 : invis_project=4dc71273307f42a79538e2eb5bafb930 2025-04-17 04:18:53.241 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-17 04:18:53.243 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-17 04:18:53.245 | ++ functions-common:get_or_create_project:945 : local project_id 2025-04-17 04:18:53.248 | +++ 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-04-17 04:18:54.605 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:54.607 | ++ functions-common:get_or_create_project:951 : project_id=a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:54.609 | ++ functions-common:get_or_create_project:952 : echo a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:54.611 | + lib/keystone:create_keystone_accounts:349 : demo_project=a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:54.613 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-17 04:18:54.616 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-17 04:18:54.618 | ++ functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:18:54.620 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2025-04-17 04:18:54.621 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2025-04-17 04:18:54.624 | +++ 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-04-17 04:18:55.978 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:55.980 | ++ functions-common:get_or_create_user:938 : user_id=9883648fbe4e4c4c973ab691bb48b4ae 2025-04-17 04:18:55.982 | ++ functions-common:get_or_create_user:939 : echo 9883648fbe4e4c4c973ab691bb48b4ae 2025-04-17 04:18:55.984 | + lib/keystone:create_keystone_accounts:352 : demo_user=9883648fbe4e4c4c973ab691bb48b4ae 2025-04-17 04:18:55.986 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-17 04:18:56.021 | [3504 Async ks-domain-role:37318]: Waiting for completion of get_or_add_user_domain_role admin a8b996507d0d4bb09f380084ea23ec2a default running on PID 37318 (6 other jobs running) 2025-04-17 04:18:56.038 | [3504 Async ks-domain-role:37318]: Signaling child to exit 2025-04-17 04:18:56.038 | WAKEUP 2025-04-17 04:18:56.055 | [3504 Async ks-domain-role:37318]: Signaled 2025-04-17 04:18:56.055 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2025-04-17 04:18:56.055 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user a8b996507d0d4bb09f380084ea23ec2a --domain default 2025-04-17 04:18:56.055 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a8b996507d0d4bb09f380084ea23ec2a --domain default -c Role -f value 2025-04-17 04:18:56.055 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:56.055 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:18:56.055 | + functions-common:get_or_add_user_domain_role:1022 : echo ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:18:56.055 | ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:18:56.085 | [3504 Async ks-domain-role:37318]: finished get_or_add_user_domain_role admin a8b996507d0d4bb09f380084ea23ec2a default with result 0 in 3 seconds 2025-04-17 04:18:56.089 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-17 04:18:56.113 | [3504 Async ks-project:37446]: Waiting for completion of get_or_create_project service Default running on PID 37446 (5 other jobs running) 2025-04-17 04:18:56.130 | [3504 Async ks-project:37446]: Signaling child to exit 2025-04-17 04:18:56.130 | WAKEUP 2025-04-17 04:18:56.146 | [3504 Async ks-project:37446]: Signaled 2025-04-17 04:18:56.146 | + functions-common:get_or_create_project:945 : local project_id 2025-04-17 04:18:56.146 | ++ 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-04-17 04:18:56.146 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:56.146 | + functions-common:get_or_create_project:951 : project_id=36452d831d07432eae17c394f6ab9c3f 2025-04-17 04:18:56.146 | + functions-common:get_or_create_project:952 : echo 36452d831d07432eae17c394f6ab9c3f 2025-04-17 04:18:56.146 | 36452d831d07432eae17c394f6ab9c3f 2025-04-17 04:18:56.178 | [3504 Async ks-project:37446]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-17 04:18:56.203 | [3504 Async ks-service:37541]: Waiting for completion of get_or_create_role service running on PID 37541 (4 other jobs running) 2025-04-17 04:18:56.219 | [3504 Async ks-service:37541]: Signaling child to exit 2025-04-17 04:18:56.220 | WAKEUP 2025-04-17 04:18:56.234 | [3504 Async ks-service:37541]: Signaled 2025-04-17 04:18:56.235 | + functions-common:get_or_create_role:958 : local role_id 2025-04-17 04:18:56.235 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-17 04:18:56.235 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:56.235 | + functions-common:get_or_create_role:963 : role_id=acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:18:56.235 | + functions-common:get_or_create_role:964 : echo acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:18:56.235 | acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:18:56.265 | [3504 Async ks-service:37541]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-17 04:18:56.290 | [3504 Async ks-reseller:37636]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 37636 (3 other jobs running) 2025-04-17 04:18:56.307 | [3504 Async ks-reseller:37636]: Signaling child to exit 2025-04-17 04:18:56.307 | WAKEUP 2025-04-17 04:18:56.322 | [3504 Async ks-reseller:37636]: Signaled 2025-04-17 04:18:56.323 | + functions-common:get_or_create_role:958 : local role_id 2025-04-17 04:18:56.323 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-17 04:18:56.323 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:56.323 | + functions-common:get_or_create_role:963 : role_id=857dc2ca5c1548ab84c52c1ea3e2204b 2025-04-17 04:18:56.323 | + functions-common:get_or_create_role:964 : echo 857dc2ca5c1548ab84c52c1ea3e2204b 2025-04-17 04:18:56.323 | 857dc2ca5c1548ab84c52c1ea3e2204b 2025-04-17 04:18:56.353 | [3504 Async ks-reseller:37636]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-17 04:18:56.378 | [3504 Async ks-anotherrole:37733]: Waiting for completion of get_or_create_role anotherrole running on PID 37733 (2 other jobs running) 2025-04-17 04:18:56.394 | [3504 Async ks-anotherrole:37733]: Signaling child to exit 2025-04-17 04:18:56.395 | WAKEUP 2025-04-17 04:18:56.410 | [3504 Async ks-anotherrole:37733]: Signaled 2025-04-17 04:18:56.410 | + functions-common:get_or_create_role:958 : local role_id 2025-04-17 04:18:56.411 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-17 04:18:56.411 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:56.411 | + functions-common:get_or_create_role:963 : role_id=833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:18:56.411 | + functions-common:get_or_create_role:964 : echo 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:18:56.411 | 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:18:56.440 | [3504 Async ks-anotherrole:37733]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-17 04:18:56.443 | + inc/async:async_wait:197 : return 0 2025-04-17 04:18:56.445 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.491 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.520 | [3504 Async ks-demo-member:38575]: running: get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.522 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin a8b996507d0d4bb09f380084ea23ec2a a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.568 | + inc/async:async_inner:63 : get_or_add_user_project_role admin a8b996507d0d4bb09f380084ea23ec2a a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.596 | [3504 Async ks-demo-admin:38671]: running: get_or_add_user_project_role admin a8b996507d0d4bb09f380084ea23ec2a a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.598 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.646 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.674 | [3504 Async ks-demo-another:38768]: running: get_or_add_user_project_role anotherrole 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:56.676 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae 4dc71273307f42a79538e2eb5bafb930 2025-04-17 04:18:56.723 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae 4dc71273307f42a79538e2eb5bafb930 2025-04-17 04:18:56.752 | [3504 Async ks-demo-invis:38865]: running: get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae 4dc71273307f42a79538e2eb5bafb930 2025-04-17 04:18:56.754 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-17 04:18:56.757 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-17 04:18:56.759 | ++ functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:18:56.760 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2025-04-17 04:18:56.763 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2025-04-17 04:18:56.766 | +++ 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-04-17 04:18:58.315 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:58.317 | ++ functions-common:get_or_create_user:938 : user_id=172aadf3f5354c5dae453ce5801ac394 2025-04-17 04:18:58.320 | ++ functions-common:get_or_create_user:939 : echo 172aadf3f5354c5dae453ce5801ac394 2025-04-17 04:18:58.321 | + lib/keystone:create_keystone_accounts:365 : demo_reader=172aadf3f5354c5dae453ce5801ac394 2025-04-17 04:18:58.323 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 172aadf3f5354c5dae453ce5801ac394 a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:58.380 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 172aadf3f5354c5dae453ce5801ac394 a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:58.413 | [3504 Async ks-demo-reader:39021]: running: get_or_add_user_project_role reader 172aadf3f5354c5dae453ce5801ac394 a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:18:58.417 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-17 04:18:58.417 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-17 04:18:58.419 | ++ functions-common:get_or_create_project:945 : local project_id 2025-04-17 04:18:58.422 | +++ 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-04-17 04:18:59.969 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:18:59.972 | ++ functions-common:get_or_create_project:951 : project_id=014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:18:59.974 | ++ functions-common:get_or_create_project:952 : echo 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:18:59.976 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:18:59.978 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-17 04:18:59.980 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-17 04:18:59.982 | ++ functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:18:59.984 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2025-04-17 04:18:59.986 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2025-04-17 04:18:59.989 | +++ 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-04-17 04:19:00.162 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:00.181 | [38575 Async ks-demo-member:38575]: finished successfully 2025-04-17 04:19:00.601 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:00.621 | [38671 Async ks-demo-admin:38671]: finished successfully 2025-04-17 04:19:00.666 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:00.685 | [38768 Async ks-demo-another:38768]: finished successfully 2025-04-17 04:19:00.689 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:00.707 | [38865 Async ks-demo-invis:38865]: finished successfully 2025-04-17 04:19:01.359 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:01.362 | ++ functions-common:get_or_create_user:938 : user_id=c8726bb0ad8846479862a66a2f5a42da 2025-04-17 04:19:01.364 | ++ functions-common:get_or_create_user:939 : echo c8726bb0ad8846479862a66a2f5a42da 2025-04-17 04:19:01.366 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=c8726bb0ad8846479862a66a2f5a42da 2025-04-17 04:19:01.368 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:01.417 | + inc/async:async_inner:63 : get_or_add_user_project_role admin c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:01.448 | [3504 Async ks-alt-admin:39428]: running: get_or_add_user_project_role admin c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:01.450 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:01.496 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:01.529 | [3504 Async ks-alt-another:39524]: running: get_or_add_user_project_role anotherrole c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:01.529 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-17 04:19:01.530 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-17 04:19:01.532 | ++ functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:01.534 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2025-04-17 04:19:01.536 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2025-04-17 04:19:01.539 | +++ 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-04-17 04:19:02.061 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:02.079 | [39021 Async ks-demo-reader:39021]: finished successfully 2025-04-17 04:19:02.981 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:02.984 | ++ functions-common:get_or_create_user:938 : user_id=69ddf141dacc41f6a17c09eb208857b5 2025-04-17 04:19:02.986 | ++ functions-common:get_or_create_user:939 : echo 69ddf141dacc41f6a17c09eb208857b5 2025-04-17 04:19:02.989 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=69ddf141dacc41f6a17c09eb208857b5 2025-04-17 04:19:02.991 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 69ddf141dacc41f6a17c09eb208857b5 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:03.043 | + inc/async:async_inner:63 : get_or_add_user_project_role member 69ddf141dacc41f6a17c09eb208857b5 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:03.073 | [3504 Async ks-alt-member-user:39719]: running: get_or_add_user_project_role member 69ddf141dacc41f6a17c09eb208857b5 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:03.075 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-17 04:19:03.077 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-17 04:19:03.080 | ++ functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:03.081 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-17 04:19:03.083 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2025-04-17 04:19:03.086 | +++ 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-04-17 04:19:04.526 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:04.529 | ++ functions-common:get_or_create_user:938 : user_id=ca60664ed36042d4a9ff48422cc6c4c8 2025-04-17 04:19:04.531 | ++ functions-common:get_or_create_user:939 : echo ca60664ed36042d4a9ff48422cc6c4c8 2025-04-17 04:19:04.533 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=ca60664ed36042d4a9ff48422cc6c4c8 2025-04-17 04:19:04.535 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader ca60664ed36042d4a9ff48422cc6c4c8 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:04.584 | + inc/async:async_inner:63 : get_or_add_user_project_role reader ca60664ed36042d4a9ff48422cc6c4c8 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:04.612 | [3504 Async ks-alt-reader-user:39876]: running: get_or_add_user_project_role reader ca60664ed36042d4a9ff48422cc6c4c8 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:04.615 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-17 04:19:04.617 | ++ functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:04.619 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2025-04-17 04:19:04.621 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2025-04-17 04:19:04.624 | +++ 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-04-17 04:19:04.903 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:04.920 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:04.921 | [39428 Async ks-alt-admin:39428]: finished successfully 2025-04-17 04:19:04.939 | [39524 Async ks-alt-another:39524]: finished successfully 2025-04-17 04:19:06.005 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:06.008 | ++ functions-common:get_or_create_user:938 : user_id=3c815fb64f80475c854e88077bd79c6a 2025-04-17 04:19:06.009 | ++ functions-common:get_or_create_user:939 : echo 3c815fb64f80475c854e88077bd79c6a 2025-04-17 04:19:06.012 | + lib/keystone:create_keystone_accounts:397 : system_member_user=3c815fb64f80475c854e88077bd79c6a 2025-04-17 04:19:06.014 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 3c815fb64f80475c854e88077bd79c6a all 2025-04-17 04:19:06.063 | + inc/async:async_inner:63 : get_or_add_user_system_role member 3c815fb64f80475c854e88077bd79c6a all 2025-04-17 04:19:06.094 | [3504 Async ks-system-member:40109]: running: get_or_add_user_system_role member 3c815fb64f80475c854e88077bd79c6a all 2025-04-17 04:19:06.097 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-17 04:19:06.099 | ++ functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:06.102 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2025-04-17 04:19:06.104 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2025-04-17 04:19:06.106 | +++ 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-04-17 04:19:06.567 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:06.586 | [39719 Async ks-alt-member-user:39719]: finished successfully 2025-04-17 04:19:07.498 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:07.501 | ++ functions-common:get_or_create_user:938 : user_id=f2e6124515bc4851affbecc8c6747f48 2025-04-17 04:19:07.503 | ++ functions-common:get_or_create_user:939 : echo f2e6124515bc4851affbecc8c6747f48 2025-04-17 04:19:07.505 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=f2e6124515bc4851affbecc8c6747f48 2025-04-17 04:19:07.507 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader f2e6124515bc4851affbecc8c6747f48 all 2025-04-17 04:19:07.556 | + inc/async:async_inner:63 : get_or_add_user_system_role reader f2e6124515bc4851affbecc8c6747f48 all 2025-04-17 04:19:07.587 | [3504 Async ks-system-reader:40317]: running: get_or_add_user_system_role reader f2e6124515bc4851affbecc8c6747f48 all 2025-04-17 04:19:07.589 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-17 04:19:07.592 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-17 04:19:07.593 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2025-04-17 04:19:07.596 | ++ functions-common:get_or_create_group:908 : local group_id 2025-04-17 04:19:07.598 | +++ 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-04-17 04:19:07.891 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:07.910 | [39876 Async ks-alt-reader-user:39876]: finished successfully 2025-04-17 04:19:08.963 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:08.966 | ++ functions-common:get_or_create_group:915 : group_id=eaa9afdb0ef64019b662f3ddabd22660 2025-04-17 04:19:08.968 | ++ functions-common:get_or_create_group:916 : echo eaa9afdb0ef64019b662f3ddabd22660 2025-04-17 04:19:08.971 | + lib/keystone:create_keystone_accounts:407 : admin_group=eaa9afdb0ef64019b662f3ddabd22660 2025-04-17 04:19:08.972 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-17 04:19:08.975 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-17 04:19:08.977 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2025-04-17 04:19:08.979 | ++ functions-common:get_or_create_group:908 : local group_id 2025-04-17 04:19:08.982 | +++ 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-04-17 04:19:10.365 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:10.367 | ++ functions-common:get_or_create_group:915 : group_id=fe67d784a9be4765a05154e6c9e6e62d 2025-04-17 04:19:10.369 | ++ functions-common:get_or_create_group:916 : echo fe67d784a9be4765a05154e6c9e6e62d 2025-04-17 04:19:10.372 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=fe67d784a9be4765a05154e6c9e6e62d 2025-04-17 04:19:10.374 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:10.423 | + inc/async:async_inner:63 : get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:10.452 | [3504 Async ks-group-memberdemo:40584]: running: get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:10.454 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:10.501 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:10.530 | [3504 Async ks-group-anotherdemo:40663]: running: get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:10.532 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:10.583 | + inc/async:async_inner:63 : get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:10.616 | [3504 Async ks-group-memberalt:40743]: running: get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:10.618 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:10.672 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:10.705 | [3504 Async ks-group-anotheralt:40823]: running: get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:10.707 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin eaa9afdb0ef64019b662f3ddabd22660 41f302a7ddc84085a05c55c0788e6a8e 2025-04-17 04:19:10.754 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:10.758 | + inc/async:async_inner:63 : get_or_add_group_project_role admin eaa9afdb0ef64019b662f3ddabd22660 41f302a7ddc84085a05c55c0788e6a8e 2025-04-17 04:19:10.779 | [40109 Async ks-system-member:40109]: finished successfully 2025-04-17 04:19:10.793 | [3504 Async ks-group-admin:40931]: running: get_or_add_group_project_role admin eaa9afdb0ef64019b662f3ddabd22660 41f302a7ddc84085a05c55c0788e6a8e 2025-04-17 04:19:10.796 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-04-17 04:19:10.835 | [3504 Async ks-demo-member:38575]: Waiting for completion of get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 running on PID 38575 (17 other jobs running) 2025-04-17 04:19:10.852 | [3504 Async ks-demo-member:38575]: Signaling child to exit 2025-04-17 04:19:10.853 | WAKEUP 2025-04-17 04:19:10.869 | [3504 Async ks-demo-member:38575]: Signaled 2025-04-17 04:19:10.870 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:10.870 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:10.870 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:10.870 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:10.870 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:10.870 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:10.870 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:10.870 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:10.870 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:10.870 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 9883648fbe4e4c4c973ab691bb48b4ae --project a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:10.870 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9883648fbe4e4c4c973ab691bb48b4ae --project a8f570e1f3ea487b97d845d6bcd7df15 -c Role -f value 2025-04-17 04:19:10.870 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:10.870 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:10.870 | + functions-common:get_or_add_user_project_role:1003 : echo 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:10.870 | 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:10.901 | [3504 Async ks-demo-member:38575]: finished get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 with result 0 in 3 seconds 2025-04-17 04:19:10.927 | [3504 Async ks-demo-admin:38671]: Waiting for completion of get_or_add_user_project_role admin a8b996507d0d4bb09f380084ea23ec2a a8f570e1f3ea487b97d845d6bcd7df15 running on PID 38671 (16 other jobs running) 2025-04-17 04:19:10.946 | [3504 Async ks-demo-admin:38671]: Signaling child to exit 2025-04-17 04:19:10.946 | WAKEUP 2025-04-17 04:19:10.962 | [3504 Async ks-demo-admin:38671]: Signaled 2025-04-17 04:19:10.963 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:10.963 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:10.963 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:10.963 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:10.963 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:10.963 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:10.963 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:10.963 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:10.963 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:10.963 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user a8b996507d0d4bb09f380084ea23ec2a --project a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:10.963 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a8b996507d0d4bb09f380084ea23ec2a --project a8f570e1f3ea487b97d845d6bcd7df15 -c Role -f value 2025-04-17 04:19:10.963 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:10.963 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:10.963 | + functions-common:get_or_add_user_project_role:1003 : echo ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:10.963 | ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:10.994 | [3504 Async ks-demo-admin:38671]: finished get_or_add_user_project_role admin a8b996507d0d4bb09f380084ea23ec2a a8f570e1f3ea487b97d845d6bcd7df15 with result 0 in 4 seconds 2025-04-17 04:19:11.020 | [3504 Async ks-demo-another:38768]: Waiting for completion of get_or_add_user_project_role anotherrole 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 running on PID 38768 (15 other jobs running) 2025-04-17 04:19:11.038 | [3504 Async ks-demo-another:38768]: Signaling child to exit 2025-04-17 04:19:11.038 | WAKEUP 2025-04-17 04:19:11.055 | [3504 Async ks-demo-another:38768]: Signaled 2025-04-17 04:19:11.055 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:11.055 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:11.055 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:11.055 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:11.055 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:11.055 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:11.055 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:11.055 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:11.055 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:11.055 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 9883648fbe4e4c4c973ab691bb48b4ae --project a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:11.055 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 9883648fbe4e4c4c973ab691bb48b4ae --project a8f570e1f3ea487b97d845d6bcd7df15 -c Role -f value 2025-04-17 04:19:11.055 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.055 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:11.055 | + functions-common:get_or_add_user_project_role:1003 : echo 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:11.055 | 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:11.086 | [3504 Async ks-demo-another:38768]: finished get_or_add_user_project_role anotherrole 9883648fbe4e4c4c973ab691bb48b4ae a8f570e1f3ea487b97d845d6bcd7df15 with result 0 in 4 seconds 2025-04-17 04:19:11.112 | [3504 Async ks-demo-invis:38865]: Waiting for completion of get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae 4dc71273307f42a79538e2eb5bafb930 running on PID 38865 (14 other jobs running) 2025-04-17 04:19:11.129 | [3504 Async ks-demo-invis:38865]: Signaling child to exit 2025-04-17 04:19:11.130 | WAKEUP 2025-04-17 04:19:11.145 | [3504 Async ks-demo-invis:38865]: Signaled 2025-04-17 04:19:11.146 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:11.146 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:11.146 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:11.146 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:11.146 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:11.146 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:11.146 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:11.146 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:11.146 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:11.146 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 9883648fbe4e4c4c973ab691bb48b4ae --project 4dc71273307f42a79538e2eb5bafb930 2025-04-17 04:19:11.146 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9883648fbe4e4c4c973ab691bb48b4ae --project 4dc71273307f42a79538e2eb5bafb930 -c Role -f value 2025-04-17 04:19:11.146 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.146 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:11.146 | + functions-common:get_or_add_user_project_role:1003 : echo 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:11.146 | 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:11.176 | [3504 Async ks-demo-invis:38865]: finished get_or_add_user_project_role member 9883648fbe4e4c4c973ab691bb48b4ae 4dc71273307f42a79538e2eb5bafb930 with result 0 in 4 seconds 2025-04-17 04:19:11.205 | [3504 Async ks-demo-reader:39021]: Waiting for completion of get_or_add_user_project_role reader 172aadf3f5354c5dae453ce5801ac394 a8f570e1f3ea487b97d845d6bcd7df15 running on PID 39021 (13 other jobs running) 2025-04-17 04:19:11.223 | [3504 Async ks-demo-reader:39021]: Signaling child to exit 2025-04-17 04:19:11.224 | WAKEUP 2025-04-17 04:19:11.239 | [3504 Async ks-demo-reader:39021]: Signaled 2025-04-17 04:19:11.240 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:11.240 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:11.240 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:11.241 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:11.241 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:11.241 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:11.241 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:11.241 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:11.241 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:11.241 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 172aadf3f5354c5dae453ce5801ac394 --project a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:11.241 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 172aadf3f5354c5dae453ce5801ac394 --project a8f570e1f3ea487b97d845d6bcd7df15 -c Role -f value 2025-04-17 04:19:11.241 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.241 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:11.241 | + functions-common:get_or_add_user_project_role:1003 : echo ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:11.241 | ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:11.271 | [3504 Async ks-demo-reader:39021]: finished get_or_add_user_project_role reader 172aadf3f5354c5dae453ce5801ac394 a8f570e1f3ea487b97d845d6bcd7df15 with result 0 in 3 seconds 2025-04-17 04:19:11.274 | + inc/async:async_wait:197 : return 0 2025-04-17 04:19:11.276 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-17 04:19:11.312 | [3504 Async ks-alt-admin:39428]: Waiting for completion of get_or_add_user_project_role admin c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 running on PID 39428 (12 other jobs running) 2025-04-17 04:19:11.329 | [3504 Async ks-alt-admin:39428]: Signaling child to exit 2025-04-17 04:19:11.330 | WAKEUP 2025-04-17 04:19:11.347 | [3504 Async ks-alt-admin:39428]: Signaled 2025-04-17 04:19:11.348 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:11.348 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:11.348 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:11.348 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:11.348 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:11.348 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:11.348 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:11.348 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:11.348 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:11.348 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user c8726bb0ad8846479862a66a2f5a42da --project 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:11.348 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user c8726bb0ad8846479862a66a2f5a42da --project 014f1dd6f9a848aba32d09e772703f78 -c Role -f value 2025-04-17 04:19:11.348 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.348 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:11.348 | + functions-common:get_or_add_user_project_role:1003 : echo ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:11.348 | ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:11.379 | [3504 Async ks-alt-admin:39428]: finished get_or_add_user_project_role admin c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 with result 0 in 3 seconds 2025-04-17 04:19:11.405 | [3504 Async ks-alt-another:39524]: Waiting for completion of get_or_add_user_project_role anotherrole c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 running on PID 39524 (11 other jobs running) 2025-04-17 04:19:11.429 | [3504 Async ks-alt-another:39524]: Signaling child to exit 2025-04-17 04:19:11.429 | WAKEUP 2025-04-17 04:19:11.445 | [3504 Async ks-alt-another:39524]: Signaled 2025-04-17 04:19:11.446 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:11.446 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:11.446 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:11.446 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:11.446 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:11.446 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:11.446 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:11.446 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:11.446 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:11.447 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user c8726bb0ad8846479862a66a2f5a42da --project 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:11.447 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c8726bb0ad8846479862a66a2f5a42da --project 014f1dd6f9a848aba32d09e772703f78 -c Role -f value 2025-04-17 04:19:11.447 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.447 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:11.447 | + functions-common:get_or_add_user_project_role:1003 : echo 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:11.447 | 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:11.479 | [3504 Async ks-alt-another:39524]: finished get_or_add_user_project_role anotherrole c8726bb0ad8846479862a66a2f5a42da 014f1dd6f9a848aba32d09e772703f78 with result 0 in 3 seconds 2025-04-17 04:19:11.505 | [3504 Async ks-alt-member-user:39719]: Waiting for completion of get_or_add_user_project_role member 69ddf141dacc41f6a17c09eb208857b5 014f1dd6f9a848aba32d09e772703f78 running on PID 39719 (10 other jobs running) 2025-04-17 04:19:11.522 | [3504 Async ks-alt-member-user:39719]: Signaling child to exit 2025-04-17 04:19:11.522 | WAKEUP 2025-04-17 04:19:11.538 | [3504 Async ks-alt-member-user:39719]: Signaled 2025-04-17 04:19:11.538 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:11.538 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:11.538 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:11.538 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:11.538 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:11.538 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:11.538 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:11.538 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:11.538 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:11.538 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 69ddf141dacc41f6a17c09eb208857b5 --project 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:11.538 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 69ddf141dacc41f6a17c09eb208857b5 --project 014f1dd6f9a848aba32d09e772703f78 -c Role -f value 2025-04-17 04:19:11.538 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.538 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:11.538 | + functions-common:get_or_add_user_project_role:1003 : echo 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:11.538 | 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:11.577 | [3504 Async ks-alt-member-user:39719]: finished get_or_add_user_project_role member 69ddf141dacc41f6a17c09eb208857b5 014f1dd6f9a848aba32d09e772703f78 with result 0 in 3 seconds 2025-04-17 04:19:11.615 | [3504 Async ks-alt-reader-user:39876]: Waiting for completion of get_or_add_user_project_role reader ca60664ed36042d4a9ff48422cc6c4c8 014f1dd6f9a848aba32d09e772703f78 running on PID 39876 (9 other jobs running) 2025-04-17 04:19:11.637 | [3504 Async ks-alt-reader-user:39876]: Signaling child to exit 2025-04-17 04:19:11.638 | WAKEUP 2025-04-17 04:19:11.657 | [3504 Async ks-alt-reader-user:39876]: Signaled 2025-04-17 04:19:11.658 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:11.658 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:11.658 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-04-17 04:19:11.658 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:11.658 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:11.658 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:11.658 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:11.658 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:11.658 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-04-17 04:19:11.658 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user ca60664ed36042d4a9ff48422cc6c4c8 --project 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:11.658 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ca60664ed36042d4a9ff48422cc6c4c8 --project 014f1dd6f9a848aba32d09e772703f78 -c Role -f value 2025-04-17 04:19:11.658 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.658 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:11.658 | + functions-common:get_or_add_user_project_role:1003 : echo ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:11.658 | ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:11.693 | [3504 Async ks-alt-reader-user:39876]: finished get_or_add_user_project_role reader ca60664ed36042d4a9ff48422cc6c4c8 014f1dd6f9a848aba32d09e772703f78 with result 0 in 3 seconds 2025-04-17 04:19:11.697 | + inc/async:async_wait:197 : return 0 2025-04-17 04:19:11.700 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-17 04:19:11.738 | [3504 Async ks-system-member:40109]: Waiting for completion of get_or_add_user_system_role member 3c815fb64f80475c854e88077bd79c6a all running on PID 40109 (8 other jobs running) 2025-04-17 04:19:11.757 | [3504 Async ks-system-member:40109]: Signaling child to exit 2025-04-17 04:19:11.757 | WAKEUP 2025-04-17 04:19:11.774 | [3504 Async ks-system-member:40109]: Signaled 2025-04-17 04:19:11.775 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-04-17 04:19:11.775 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-04-17 04:19:11.775 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-04-17 04:19:11.775 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:11.775 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:11.775 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:11.775 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:11.775 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:11.775 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-04-17 04:19:11.775 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3c815fb64f80475c854e88077bd79c6a --system all -f value -c Role 2025-04-17 04:19:11.775 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.775 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-04-17 04:19:11.775 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-04-17 04:19:11.775 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 3c815fb64f80475c854e88077bd79c6a --system all 2025-04-17 04:19:11.775 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3c815fb64f80475c854e88077bd79c6a --system all -f value -c Role 2025-04-17 04:19:11.775 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:11.775 | + functions-common:get_or_add_user_system_role:1051 : user_role_id= 2025-04-17 04:19:11.775 | + functions-common:get_or_add_user_system_role:1053 : echo 2025-04-17 04:19:11.775 | 2025-04-17 04:19:11.810 | [3504 Async ks-system-member:40109]: finished get_or_add_user_system_role member 3c815fb64f80475c854e88077bd79c6a all with result 0 in 4 seconds 2025-04-17 04:19:11.841 | [3504 Async ks-system-reader:40317]: Waiting for completion of get_or_add_user_system_role reader f2e6124515bc4851affbecc8c6747f48 all running on PID 40317 (7 other jobs running) 2025-04-17 04:19:11.863 | [3504 Async ks-system-reader:40317]: Signaling child to exit 2025-04-17 04:19:12.276 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:12.295 | [40317 Async ks-system-reader:40317]: finished successfully 2025-04-17 04:19:12.311 | WAKEUP 2025-04-17 04:19:12.327 | [3504 Async ks-system-reader:40317]: Signaled 2025-04-17 04:19:12.328 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-04-17 04:19:12.328 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-04-17 04:19:12.328 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-04-17 04:19:12.328 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:12.328 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:12.328 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-04-17 04:19:12.328 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-04-17 04:19:12.328 | ++ functions-common:_get_domain_args:980 : echo 2025-04-17 04:19:12.328 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-04-17 04:19:12.328 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user f2e6124515bc4851affbecc8c6747f48 --system all -f value -c Role 2025-04-17 04:19:12.328 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:12.328 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-04-17 04:19:12.328 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-04-17 04:19:12.328 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user f2e6124515bc4851affbecc8c6747f48 --system all 2025-04-17 04:19:12.328 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user f2e6124515bc4851affbecc8c6747f48 --system all -f value -c Role 2025-04-17 04:19:12.328 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:12.328 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:12.328 | + functions-common:get_or_add_user_system_role:1053 : echo ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:12.328 | ec7752eb4dc94e2f83986ad88d2b37b0 2025-04-17 04:19:12.359 | [3504 Async ks-system-reader:40317]: finished get_or_add_user_system_role reader f2e6124515bc4851affbecc8c6747f48 all with result 0 in 4 seconds 2025-04-17 04:19:12.362 | + inc/async:async_wait:197 : return 0 2025-04-17 04:19:12.364 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-04-17 04:19:12.401 | [3504 Async ks-group-memberdemo:40584]: Waiting for completion of get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 running on PID 40584 (6 other jobs running) 2025-04-17 04:19:12.419 | [3504 Async ks-group-memberdemo:40584]: Signaling child to exit 2025-04-17 04:19:13.672 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:13.691 | [40584 Async ks-group-memberdemo:40584]: finished successfully 2025-04-17 04:19:13.708 | WAKEUP 2025-04-17 04:19:13.725 | [3504 Async ks-group-memberdemo:40584]: Signaled 2025-04-17 04:19:13.726 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-04-17 04:19:13.726 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group fe67d784a9be4765a05154e6c9e6e62d --project a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:13.726 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group fe67d784a9be4765a05154e6c9e6e62d --project a8f570e1f3ea487b97d845d6bcd7df15 -f value -c Role 2025-04-17 04:19:13.726 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:13.726 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:13.726 | + functions-common:get_or_add_group_project_role:1072 : echo 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:13.726 | 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:13.758 | [3504 Async ks-group-memberdemo:40584]: finished get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 with result 0 in 3 seconds 2025-04-17 04:19:13.785 | [3504 Async ks-group-anotherdemo:40663]: Waiting for completion of get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 running on PID 40663 (5 other jobs running) 2025-04-17 04:19:13.804 | [3504 Async ks-group-anotherdemo:40663]: Signaling child to exit 2025-04-17 04:19:13.877 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:13.898 | [40663 Async ks-group-anotherdemo:40663]: finished successfully 2025-04-17 04:19:13.915 | WAKEUP 2025-04-17 04:19:13.933 | [3504 Async ks-group-anotherdemo:40663]: Signaled 2025-04-17 04:19:13.934 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-04-17 04:19:13.934 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group fe67d784a9be4765a05154e6c9e6e62d --project a8f570e1f3ea487b97d845d6bcd7df15 2025-04-17 04:19:13.934 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group fe67d784a9be4765a05154e6c9e6e62d --project a8f570e1f3ea487b97d845d6bcd7df15 -f value -c Role 2025-04-17 04:19:13.934 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:13.934 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:13.934 | + functions-common:get_or_add_group_project_role:1072 : echo 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:13.934 | 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:13.967 | [3504 Async ks-group-anotherdemo:40663]: finished get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d a8f570e1f3ea487b97d845d6bcd7df15 with result 0 in 3 seconds 2025-04-17 04:19:13.995 | [3504 Async ks-group-memberalt:40743]: Waiting for completion of get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 running on PID 40743 (4 other jobs running) 2025-04-17 04:19:14.013 | [3504 Async ks-group-memberalt:40743]: Signaling child to exit 2025-04-17 04:19:14.024 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:14.042 | [40743 Async ks-group-memberalt:40743]: finished successfully 2025-04-17 04:19:14.061 | WAKEUP 2025-04-17 04:19:14.077 | [3504 Async ks-group-memberalt:40743]: Signaled 2025-04-17 04:19:14.078 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-04-17 04:19:14.078 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group fe67d784a9be4765a05154e6c9e6e62d --project 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:14.078 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group fe67d784a9be4765a05154e6c9e6e62d --project 014f1dd6f9a848aba32d09e772703f78 -f value -c Role 2025-04-17 04:19:14.078 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:14.078 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:14.078 | + functions-common:get_or_add_group_project_role:1072 : echo 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:14.078 | 99af61b335434d2aa8d70b75b2b21bf4 2025-04-17 04:19:14.111 | [3504 Async ks-group-memberalt:40743]: finished get_or_add_group_project_role member fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 with result 0 in 3 seconds 2025-04-17 04:19:14.139 | [3504 Async ks-group-anotheralt:40823]: Waiting for completion of get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 running on PID 40823 (3 other jobs running) 2025-04-17 04:19:14.140 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:14.156 | [3504 Async ks-group-anotheralt:40823]: Signaling child to exit 2025-04-17 04:19:14.158 | [40823 Async ks-group-anotheralt:40823]: finished successfully 2025-04-17 04:19:14.174 | WAKEUP 2025-04-17 04:19:14.191 | [3504 Async ks-group-anotheralt:40823]: Signaled 2025-04-17 04:19:14.191 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-04-17 04:19:14.191 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group fe67d784a9be4765a05154e6c9e6e62d --project 014f1dd6f9a848aba32d09e772703f78 2025-04-17 04:19:14.191 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group fe67d784a9be4765a05154e6c9e6e62d --project 014f1dd6f9a848aba32d09e772703f78 -f value -c Role 2025-04-17 04:19:14.191 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:14.191 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:14.191 | + functions-common:get_or_add_group_project_role:1072 : echo 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:14.191 | 833d8adba4ba45d0973bd06ecc358419 2025-04-17 04:19:14.223 | [3504 Async ks-group-anotheralt:40823]: finished get_or_add_group_project_role anotherrole fe67d784a9be4765a05154e6c9e6e62d 014f1dd6f9a848aba32d09e772703f78 with result 0 in 3 seconds 2025-04-17 04:19:14.224 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:14.242 | [40931 Async ks-group-admin:40931]: finished successfully 2025-04-17 04:19:14.250 | [3504 Async ks-group-admin:40931]: Waiting for completion of get_or_add_group_project_role admin eaa9afdb0ef64019b662f3ddabd22660 41f302a7ddc84085a05c55c0788e6a8e running on PID 40931 (2 other jobs running) 2025-04-17 04:19:14.268 | [3504 Async ks-group-admin:40931]: Signaling child to exit 2025-04-17 04:19:14.268 | WAKEUP 2025-04-17 04:19:14.283 | [3504 Async ks-group-admin:40931]: Signaled 2025-04-17 04:19:14.284 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-04-17 04:19:14.284 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group eaa9afdb0ef64019b662f3ddabd22660 --project 41f302a7ddc84085a05c55c0788e6a8e 2025-04-17 04:19:14.284 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group eaa9afdb0ef64019b662f3ddabd22660 --project 41f302a7ddc84085a05c55c0788e6a8e -f value -c Role 2025-04-17 04:19:14.284 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:14.284 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:14.284 | + functions-common:get_or_add_group_project_role:1072 : echo ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:14.284 | ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:14.314 | [3504 Async ks-group-admin:40931]: finished get_or_add_group_project_role admin eaa9afdb0ef64019b662f3ddabd22660 41f302a7ddc84085a05c55c0788e6a8e with result 0 in 3 seconds 2025-04-17 04:19:14.317 | + inc/async:async_wait:197 : return 0 2025-04-17 04:19:14.319 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-17 04:19:14.332 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:14.334 | + stack.sh:main:1111 : is_service_enabled nova 2025-04-17 04:19:14.347 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:14.349 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2025-04-17 04:19:14.351 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-17 04:19:14.398 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-17 04:19:14.426 | [3504 Async create_nova_accounts:42811]: running: create_nova_accounts 2025-04-17 04:19:14.429 | + stack.sh:main:1114 : is_service_enabled glance 2025-04-17 04:19:14.442 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:14.444 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2025-04-17 04:19:14.446 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-17 04:19:14.492 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-17 04:19:14.523 | [3504 Async create_glance_accounts:42934]: running: create_glance_accounts 2025-04-17 04:19:14.525 | + stack.sh:main:1117 : is_service_enabled cinder 2025-04-17 04:19:14.541 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:14.543 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2025-04-17 04:19:14.545 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-17 04:19:14.598 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-17 04:19:14.628 | [3504 Async create_cinder_accounts:43073]: running: create_cinder_accounts 2025-04-17 04:19:14.631 | + stack.sh:main:1120 : is_service_enabled neutron 2025-04-17 04:19:14.646 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:14.648 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2025-04-17 04:19:14.650 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-17 04:19:14.700 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-17 04:19:14.729 | [3504 Async create_neutron_accounts:43216]: running: create_neutron_accounts 2025-04-17 04:19:14.732 | + stack.sh:main:1123 : is_service_enabled swift 2025-04-17 04:19:14.748 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:14.750 | + stack.sh:main:1132 : is_service_enabled horizon 2025-04-17 04:19:14.766 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:14.768 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-17 04:19:14.808 | [3504 Async create_nova_accounts:42811]: Waiting for completion of create_nova_accounts running on PID 42811 (5 other jobs running) 2025-04-17 04:19:14.825 | [3504 Async create_nova_accounts:42811]: Signaling child to exit 2025-04-17 04:19:27.311 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:27.329 | [43216 Async create_neutron_accounts:43216]: finished successfully 2025-04-17 04:19:35.930 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:35.948 | [43073 Async create_cinder_accounts:43073]: finished successfully 2025-04-17 04:19:36.629 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:36.647 | [42811 Async create_nova_accounts:42811]: finished successfully 2025-04-17 04:19:36.663 | WAKEUP 2025-04-17 04:19:36.679 | [3504 Async create_nova_accounts:42811]: Signaled 2025-04-17 04:19:36.680 | + 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-04-17 04:19:36.680 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2025-04-17 04:19:36.680 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-17 04:19:36.680 | + functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:36.680 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-04-17 04:19:36.680 | + functions-common:get_or_create_user:926 : local email= 2025-04-17 04:19:36.680 | ++ 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-04-17 04:19:36.680 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.680 | + functions-common:get_or_create_user:938 : user_id=d62eccadeef14cb996306f75ee5a119a 2025-04-17 04:19:36.680 | + functions-common:get_or_create_user:939 : echo d62eccadeef14cb996306f75ee5a119a 2025-04-17 04:19:36.680 | d62eccadeef14cb996306f75ee5a119a 2025-04-17 04:19:36.680 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:36.680 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 04:19:36.680 | + 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-04-17 04:19:36.680 | ++ 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-04-17 04:19:36.680 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:1003 : echo acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:36.680 | acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:36.680 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-17 04:19:36.680 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:36.680 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-04-17 04:19:36.680 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 04:19:36.680 | + 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-04-17 04:19:36.680 | ++ 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-04-17 04:19:36.680 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:36.680 | + functions-common:get_or_add_user_project_role:1003 : echo ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:36.680 | ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:19:36.680 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2025-04-17 04:19:36.680 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2025-04-17 04:19:36.680 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2025-04-17 04:19:36.680 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-17 04:19:36.680 | + functions-common:get_or_create_service:1078 : local service_id 2025-04-17 04:19:36.680 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-17 04:19:36.680 | ++ 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-04-17 04:19:36.680 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.680 | + functions-common:get_or_create_service:1089 : service_id=' 2025-04-17 04:19:36.680 | e039d5a428af4692a30e521be0e8f0ff' 2025-04-17 04:19:36.680 | + functions-common:get_or_create_service:1090 : echo e039d5a428af4692a30e521be0e8f0ff 2025-04-17 04:19:36.680 | e039d5a428af4692a30e521be0e8f0ff 2025-04-17 04:19:36.680 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-04-17 04:19:36.680 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-04-17 04:19:36.680 | ++ 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-04-17 04:19:36.680 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-04-17 04:19:36.680 | +++ 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-04-17 04:19:36.680 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.680 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-04-17 04:19:36.680 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-04-17 04:19:36.680 | +++ 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-04-17 04:19:36.680 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.680 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=05b096b142904494a9a2c43ee82084d9 2025-04-17 04:19:36.680 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 05b096b142904494a9a2c43ee82084d9 2025-04-17 04:19:36.680 | + functions-common:get_or_create_endpoint:1123 : public_id=05b096b142904494a9a2c43ee82084d9 2025-04-17 04:19:36.680 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-04-17 04:19:36.680 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-04-17 04:19:36.680 | + functions-common:get_or_create_endpoint:1132 : echo 05b096b142904494a9a2c43ee82084d9 2025-04-17 04:19:36.680 | 05b096b142904494a9a2c43ee82084d9 2025-04-17 04:19:36.680 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-17 04:19:36.680 | + functions-common:get_or_create_service:1078 : local service_id 2025-04-17 04:19:36.680 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-17 04:19:36.680 | ++ 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-04-17 04:19:36.680 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.680 | + functions-common:get_or_create_service:1089 : service_id=' 2025-04-17 04:19:36.680 | eafdb15bd5d14576b4cf7e91c0b47179' 2025-04-17 04:19:36.680 | + functions-common:get_or_create_service:1090 : echo eafdb15bd5d14576b4cf7e91c0b47179 2025-04-17 04:19:36.680 | eafdb15bd5d14576b4cf7e91c0b47179 2025-04-17 04:19:36.680 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-17 04:19:36.680 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-04-17 04:19:36.681 | ++ 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-04-17 04:19:36.681 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-04-17 04:19:36.681 | +++ 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-04-17 04:19:36.681 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.681 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-04-17 04:19:36.681 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-04-17 04:19:36.681 | +++ 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-04-17 04:19:36.681 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:36.681 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=6556965b168b4abb9fcf67b25c63824e 2025-04-17 04:19:36.681 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 6556965b168b4abb9fcf67b25c63824e 2025-04-17 04:19:36.681 | + functions-common:get_or_create_endpoint:1123 : public_id=6556965b168b4abb9fcf67b25c63824e 2025-04-17 04:19:36.681 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-04-17 04:19:36.681 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-04-17 04:19:36.681 | + functions-common:get_or_create_endpoint:1132 : echo 6556965b168b4abb9fcf67b25c63824e 2025-04-17 04:19:36.681 | 6556965b168b4abb9fcf67b25c63824e 2025-04-17 04:19:36.681 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2025-04-17 04:19:36.681 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:36.681 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2025-04-17 04:19:36.681 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:36.681 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2025-04-17 04:19:36.681 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:36.681 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2025-04-17 04:19:36.681 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:36.681 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2025-04-17 04:19:36.711 | [3504 Async create_nova_accounts:42811]: finished create_nova_accounts with result 0 in 22 seconds 2025-04-17 04:19:36.737 | [3504 Async create_glance_accounts:42934]: Waiting for completion of create_glance_accounts running on PID 42934 (4 other jobs running) 2025-04-17 04:19:36.754 | [3504 Async create_glance_accounts:42934]: Signaling child to exit 2025-04-17 04:19:37.624 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:37.643 | [42934 Async create_glance_accounts:42934]: finished successfully 2025-04-17 04:19:37.660 | WAKEUP 2025-04-17 04:19:37.676 | [3504 Async create_glance_accounts:42934]: Signaled 2025-04-17 04:19:37.677 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2025-04-17 04:19:37.677 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:37.677 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2025-04-17 04:19:37.677 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-17 04:19:37.677 | + functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:37.677 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-04-17 04:19:37.677 | + functions-common:get_or_create_user:926 : local email= 2025-04-17 04:19:37.677 | ++ 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-04-17 04:19:37.677 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.677 | + functions-common:get_or_create_user:938 : user_id=6de4c280238945f9af1918e43a58ef46 2025-04-17 04:19:37.677 | + functions-common:get_or_create_user:939 : echo 6de4c280238945f9af1918e43a58ef46 2025-04-17 04:19:37.677 | 6de4c280238945f9af1918e43a58ef46 2025-04-17 04:19:37.677 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-17 04:19:37.677 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:37.677 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:37.677 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-04-17 04:19:37.677 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:37.677 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:37.677 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-04-17 04:19:37.677 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-04-17 04:19:37.677 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-04-17 04:19:37.677 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-04-17 04:19:37.677 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-04-17 04:19:37.677 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 04:19:37.677 | + 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-04-17 04:19:37.677 | ++ 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-04-17 04:19:37.677 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.677 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.677 | + functions-common:get_or_add_user_project_role:1003 : echo acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.677 | acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.677 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-17 04:19:37.677 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2025-04-17 04:19:37.677 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:37.677 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2025-04-17 04:19:37.677 | + functions-common:get_or_create_service:1078 : local service_id 2025-04-17 04:19:37.677 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-17 04:19:37.677 | ++ 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-04-17 04:19:37.677 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.677 | + functions-common:get_or_create_service:1089 : service_id=' 2025-04-17 04:19:37.677 | d7302fd8050b415e8a4b2ececae99248' 2025-04-17 04:19:37.677 | + functions-common:get_or_create_service:1090 : echo d7302fd8050b415e8a4b2ececae99248 2025-04-17 04:19:37.677 | d7302fd8050b415e8a4b2ececae99248 2025-04-17 04:19:37.677 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-17 04:19:37.677 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-04-17 04:19:37.677 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-17 04:19:37.677 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-04-17 04:19:37.677 | +++ 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-04-17 04:19:37.677 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.677 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-04-17 04:19:37.677 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-04-17 04:19:37.677 | +++ 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-04-17 04:19:37.677 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.677 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=7ce6a0adfe34451b9abacb495ac3c5bd 2025-04-17 04:19:37.677 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 7ce6a0adfe34451b9abacb495ac3c5bd 2025-04-17 04:19:37.677 | + functions-common:get_or_create_endpoint:1123 : public_id=7ce6a0adfe34451b9abacb495ac3c5bd 2025-04-17 04:19:37.677 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-04-17 04:19:37.677 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-04-17 04:19:37.678 | + functions-common:get_or_create_endpoint:1132 : echo 7ce6a0adfe34451b9abacb495ac3c5bd 2025-04-17 04:19:37.678 | 7ce6a0adfe34451b9abacb495ac3c5bd 2025-04-17 04:19:37.678 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2025-04-17 04:19:37.678 | ++ functions-common:get_or_create_domain:895 : local domain_id 2025-04-17 04:19:37.678 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-17 04:19:37.678 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.678 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2025-04-17 04:19:37.678 | ++ functions-common:get_or_create_domain:901 : echo default 2025-04-17 04:19:37.678 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2025-04-17 04:19:37.678 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-17 04:19:37.678 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-17 04:19:37.678 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2025-04-17 04:19:37.678 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2025-04-17 04:19:37.678 | + 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-04-17 04:19:37.678 | +---------------+----------------------------------+ 2025-04-17 04:19:37.678 | | Field | Value | 2025-04-17 04:19:37.678 | +---------------+----------------------------------+ 2025-04-17 04:19:37.678 | | default_limit | 1000 | 2025-04-17 04:19:37.678 | | description | None | 2025-04-17 04:19:37.678 | | id | 6a27ee3c15bb4513b88a51f5f2ca70f6 | 2025-04-17 04:19:37.678 | | region_id | RegionOne | 2025-04-17 04:19:37.678 | | resource_name | image_size_total | 2025-04-17 04:19:37.678 | | service_id | d7302fd8050b415e8a4b2ececae99248 | 2025-04-17 04:19:37.678 | +---------------+----------------------------------+ 2025-04-17 04:19:37.678 | + 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-04-17 04:19:37.678 | +---------------+----------------------------------+ 2025-04-17 04:19:37.678 | | Field | Value | 2025-04-17 04:19:37.678 | +---------------+----------------------------------+ 2025-04-17 04:19:37.678 | | default_limit | 1000 | 2025-04-17 04:19:37.678 | | description | None | 2025-04-17 04:19:37.678 | | id | 487dfc5655ab40de82aba02c1b40c070 | 2025-04-17 04:19:37.678 | | region_id | RegionOne | 2025-04-17 04:19:37.678 | | resource_name | image_stage_total | 2025-04-17 04:19:37.678 | | service_id | d7302fd8050b415e8a4b2ececae99248 | 2025-04-17 04:19:37.678 | +---------------+----------------------------------+ 2025-04-17 04:19:37.678 | + 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-04-17 04:19:37.678 | +---------------+----------------------------------+ 2025-04-17 04:19:37.678 | | Field | Value | 2025-04-17 04:19:37.678 | +---------------+----------------------------------+ 2025-04-17 04:19:37.679 | | default_limit | 100 | 2025-04-17 04:19:37.679 | | description | None | 2025-04-17 04:19:37.679 | | id | 0fccbb6f930a498f8d78ef2777d675bc | 2025-04-17 04:19:37.679 | | region_id | RegionOne | 2025-04-17 04:19:37.679 | | resource_name | image_count_total | 2025-04-17 04:19:37.679 | | service_id | d7302fd8050b415e8a4b2ececae99248 | 2025-04-17 04:19:37.679 | +---------------+----------------------------------+ 2025-04-17 04:19:37.679 | + 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-04-17 04:19:37.679 | +---------------+----------------------------------+ 2025-04-17 04:19:37.679 | | Field | Value | 2025-04-17 04:19:37.679 | +---------------+----------------------------------+ 2025-04-17 04:19:37.679 | | default_limit | 100 | 2025-04-17 04:19:37.679 | | description | None | 2025-04-17 04:19:37.679 | | id | 60665ebd629f4bfbbb110aae10b47bb3 | 2025-04-17 04:19:37.679 | | region_id | RegionOne | 2025-04-17 04:19:37.679 | | resource_name | image_count_uploading | 2025-04-17 04:19:37.679 | | service_id | d7302fd8050b415e8a4b2ececae99248 | 2025-04-17 04:19:37.679 | +---------------+----------------------------------+ 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-17 04:19:37.679 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-17 04:19:37.679 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 7ce6a0adfe34451b9abacb495ac3c5bd 2025-04-17 04:19:37.679 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-17 04:19:37.708 | [3504 Async create_glance_accounts:42934]: finished create_glance_accounts with result 0 in 23 seconds 2025-04-17 04:19:37.735 | [3504 Async create_cinder_accounts:43073]: Waiting for completion of create_cinder_accounts running on PID 43073 (3 other jobs running) 2025-04-17 04:19:37.752 | [3504 Async create_cinder_accounts:43073]: Signaling child to exit 2025-04-17 04:19:37.752 | WAKEUP 2025-04-17 04:19:37.767 | [3504 Async create_cinder_accounts:43073]: Signaled 2025-04-17 04:19:37.769 | + 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-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2025-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2025-04-17 04:19:37.769 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2025-04-17 04:19:37.769 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-17 04:19:37.769 | + functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:37.769 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-04-17 04:19:37.769 | + functions-common:get_or_create_user:926 : local email= 2025-04-17 04:19:37.769 | ++ 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-04-17 04:19:37.769 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | + functions-common:get_or_create_user:938 : user_id=617f8fcb71264ef5808b8c600f33bef3 2025-04-17 04:19:37.769 | + functions-common:get_or_create_user:939 : echo 617f8fcb71264ef5808b8c600f33bef3 2025-04-17 04:19:37.769 | 617f8fcb71264ef5808b8c600f33bef3 2025-04-17 04:19:37.769 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-17 04:19:37.769 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:37.769 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:37.769 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-04-17 04:19:37.769 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:37.769 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:37.769 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-04-17 04:19:37.769 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-04-17 04:19:37.769 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-04-17 04:19:37.769 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-04-17 04:19:37.769 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-04-17 04:19:37.769 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 04:19:37.769 | + 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-04-17 04:19:37.769 | ++ 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-04-17 04:19:37.769 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.769 | + functions-common:get_or_add_user_project_role:1003 : echo acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.769 | acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.769 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-17 04:19:37.769 | + functions-common:get_or_create_service:1078 : local service_id 2025-04-17 04:19:37.769 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-17 04:19:37.769 | ++ 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-04-17 04:19:37.769 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | + functions-common:get_or_create_service:1089 : service_id=' 2025-04-17 04:19:37.769 | fe783d5d12f74ec58e853f03097d3fc7' 2025-04-17 04:19:37.769 | + functions-common:get_or_create_service:1090 : echo fe783d5d12f74ec58e853f03097d3fc7 2025-04-17 04:19:37.769 | fe783d5d12f74ec58e853f03097d3fc7 2025-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2025-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-04-17 04:19:37.769 | ++ 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-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-04-17 04:19:37.769 | +++ 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-04-17 04:19:37.769 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-04-17 04:19:37.769 | +++ 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-04-17 04:19:37.769 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=8155fc8262524b68b69ec06cbba6bddc 2025-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 8155fc8262524b68b69ec06cbba6bddc 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1123 : public_id=8155fc8262524b68b69ec06cbba6bddc 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1132 : echo 8155fc8262524b68b69ec06cbba6bddc 2025-04-17 04:19:37.769 | 8155fc8262524b68b69ec06cbba6bddc 2025-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-17 04:19:37.769 | + functions-common:get_or_create_service:1078 : local service_id 2025-04-17 04:19:37.769 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-17 04:19:37.769 | ++ 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-04-17 04:19:37.769 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | + functions-common:get_or_create_service:1089 : service_id=' 2025-04-17 04:19:37.769 | 799ec07cb1044d06bf448f176f20943f' 2025-04-17 04:19:37.769 | + functions-common:get_or_create_service:1090 : echo 799ec07cb1044d06bf448f176f20943f 2025-04-17 04:19:37.769 | 799ec07cb1044d06bf448f176f20943f 2025-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-04-17 04:19:37.769 | ++ 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-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-04-17 04:19:37.769 | +++ 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-04-17 04:19:37.769 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-04-17 04:19:37.769 | +++ 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-04-17 04:19:37.769 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=f91c176c982345cb9a4b29211f7aa288 2025-04-17 04:19:37.769 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo f91c176c982345cb9a4b29211f7aa288 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1123 : public_id=f91c176c982345cb9a4b29211f7aa288 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-04-17 04:19:37.769 | + functions-common:get_or_create_endpoint:1132 : echo f91c176c982345cb9a4b29211f7aa288 2025-04-17 04:19:37.769 | f91c176c982345cb9a4b29211f7aa288 2025-04-17 04:19:37.769 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2025-04-17 04:19:37.769 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2025-04-17 04:19:37.769 | ++ functions-common:get_or_create_project:945 : local project_id 2025-04-17 04:19:37.769 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-04-17 04:19:37.769 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.769 | ++ functions-common:get_or_create_project:951 : project_id=36452d831d07432eae17c394f6ab9c3f 2025-04-17 04:19:37.769 | ++ functions-common:get_or_create_project:952 : echo 36452d831d07432eae17c394f6ab9c3f 2025-04-17 04:19:37.769 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 36452d831d07432eae17c394f6ab9c3f 2025-04-17 04:19:37.769 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2025-04-17 04:19:37.769 | ++ functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:37.769 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-04-17 04:19:37.769 | ++ functions-common:get_or_create_user:926 : local email= 2025-04-17 04:19:37.769 | +++ 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-04-17 04:19:37.769 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-17 04:19:37.770 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.770 | ++ functions-common:get_or_create_user:938 : user_id=617f8fcb71264ef5808b8c600f33bef3 2025-04-17 04:19:37.770 | ++ functions-common:get_or_create_user:939 : echo 617f8fcb71264ef5808b8c600f33bef3 2025-04-17 04:19:37.770 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 617f8fcb71264ef5808b8c600f33bef3 2025-04-17 04:19:37.799 | [3504 Async create_cinder_accounts:43073]: finished create_cinder_accounts with result 0 in 21 seconds 2025-04-17 04:19:37.803 | + inc/async:async_wait:197 : return 0 2025-04-17 04:19:37.805 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-17 04:19:37.841 | [3504 Async create_neutron_accounts:43216]: Waiting for completion of create_neutron_accounts running on PID 43216 (2 other jobs running) 2025-04-17 04:19:37.858 | [3504 Async create_neutron_accounts:43216]: Signaling child to exit 2025-04-17 04:19:37.858 | WAKEUP 2025-04-17 04:19:37.873 | [3504 Async create_neutron_accounts:43216]: Signaled 2025-04-17 04:19:37.874 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2025-04-17 04:19:37.875 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2025-04-17 04:19:37.875 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2025-04-17 04:19:37.875 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2025-04-17 04:19:37.875 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2025-04-17 04:19:37.875 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2025-04-17 04:19:37.875 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:37.875 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2025-04-17 04:19:37.875 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-17 04:19:37.875 | + functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:19:37.875 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-04-17 04:19:37.875 | + functions-common:get_or_create_user:926 : local email= 2025-04-17 04:19:37.875 | ++ 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-04-17 04:19:37.875 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.875 | + functions-common:get_or_create_user:938 : user_id=eb304841a7c84ae0859a4c7cb807079e 2025-04-17 04:19:37.875 | + functions-common:get_or_create_user:939 : echo eb304841a7c84ae0859a4c7cb807079e 2025-04-17 04:19:37.875 | eb304841a7c84ae0859a4c7cb807079e 2025-04-17 04:19:37.875 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-17 04:19:37.875 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:19:37.875 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:19:37.875 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-04-17 04:19:37.875 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:19:37.875 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:19:37.875 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-04-17 04:19:37.875 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-04-17 04:19:37.875 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-04-17 04:19:37.875 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-04-17 04:19:37.875 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-04-17 04:19:37.875 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 04:19:37.875 | + 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-04-17 04:19:37.875 | ++ 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-04-17 04:19:37.875 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.875 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.875 | + functions-common:get_or_add_user_project_role:1003 : echo acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.875 | acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:19:37.875 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-17 04:19:37.875 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2025-04-17 04:19:37.875 | + functions-common:get_or_create_service:1078 : local service_id 2025-04-17 04:19:37.875 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-17 04:19:37.875 | ++ 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-04-17 04:19:37.875 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.875 | + functions-common:get_or_create_service:1089 : service_id=' 2025-04-17 04:19:37.875 | 94f392d74aaf4becac1ae3551c003be7' 2025-04-17 04:19:37.875 | + functions-common:get_or_create_service:1090 : echo 94f392d74aaf4becac1ae3551c003be7 2025-04-17 04:19:37.875 | 94f392d74aaf4becac1ae3551c003be7 2025-04-17 04:19:37.875 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-17 04:19:37.875 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-04-17 04:19:37.875 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-04-17 04:19:37.875 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-04-17 04:19:37.875 | +++ 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-04-17 04:19:37.875 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.875 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-04-17 04:19:37.875 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-04-17 04:19:37.875 | +++ 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-04-17 04:19:37.875 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:19:37.875 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=2471a6591bb84914b50fd6bd4a1ab489 2025-04-17 04:19:37.875 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 2471a6591bb84914b50fd6bd4a1ab489 2025-04-17 04:19:37.875 | + functions-common:get_or_create_endpoint:1123 : public_id=2471a6591bb84914b50fd6bd4a1ab489 2025-04-17 04:19:37.875 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-04-17 04:19:37.875 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-04-17 04:19:37.875 | + functions-common:get_or_create_endpoint:1132 : echo 2471a6591bb84914b50fd6bd4a1ab489 2025-04-17 04:19:37.875 | 2471a6591bb84914b50fd6bd4a1ab489 2025-04-17 04:19:37.905 | [3504 Async create_neutron_accounts:43216]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-17 04:19:37.910 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-17 04:19:37.914 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-17 04:19:37.916 | + inc/async:async_wait:197 : return 0 2025-04-17 04:19:37.918 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2025-04-17 04:19:37.932 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:37.934 | + stack.sh:main:1144 : is_service_enabled glance 2025-04-17 04:19:37.947 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:37.949 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2025-04-17 04:19:37.951 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:19:37.953 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2025-04-17 04:19:37.956 | + stack.sh:main:1146 : async_runfunc init_glance 2025-04-17 04:19:37.958 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-17 04:19:38.004 | + inc/async:async_inner:63 : init_glance 2025-04-17 04:19:38.034 | [3504 Async init_glance:45538]: running: init_glance 2025-04-17 04:19:38.036 | + stack.sh:main:1153 : is_service_enabled neutron 2025-04-17 04:19:38.051 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:38.053 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2025-04-17 04:19:38.055 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:19:38.057 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2025-04-17 04:19:38.059 | + stack.sh:main:1156 : configure_neutron 2025-04-17 04:19:38.062 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2025-04-17 04:19:38.064 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2025-04-17 04:19:38.065 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2025-04-17 04:19:38.075 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2025-04-17 04:19:38.077 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2025-04-17 04:19:42.245 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:19:42.263 | [45538 Async init_glance:45538]: finished successfully 2025-04-17 04:19:57.923 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-17 04:19:57.927 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-17 04:19:57.929 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-17 04:19:57.931 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-17 04:19:57.933 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2025-04-17 04:19:57.935 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-17 04:19:57.937 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-17 04:19:57.939 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-17 04:19:57.941 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-17 04:19:57.943 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2025-04-17 04:19:57.945 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2025-04-17 04:19:57.947 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-17 04:19:57.948 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-17 04:19:57.950 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2025-04-17 04:19:57.952 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2025-04-17 04:19:57.954 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2025-04-17 04:19:57.957 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:19:57.959 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:19:57.961 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-17 04:19:57.962 | + 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-04-17 04:19:57.966 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2025-04-17 04:19:57.968 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-17 04:19:57.970 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-17 04:19:57.971 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2025-04-17 04:19:57.973 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:19:57.975 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:19:57.976 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2025-04-17 04:19:57.979 | + 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-04-17 04:19:58.003 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-17 04:19:58.027 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-17 04:19:58.050 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-17 04:19:58.074 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-17 04:19:58.098 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-17 04:19:58.121 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2025-04-17 04:19:58.123 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2025-04-17 04:19:58.125 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-17 04:19:58.127 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-17 04:19:58.130 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 04:19:58.142 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 04:19:58.144 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 04:19:58.145 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 04:19:58.147 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 04:19:58.149 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-17 04:19:58.173 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:19:58.198 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-17 04:19:58.221 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 04:19:58.245 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2025-04-17 04:19:58.257 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:58.259 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2025-04-17 04:19:58.261 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2025-04-17 04:19:58.263 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-17 04:19:58.265 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-17 04:19:58.267 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-17 04:19:58.269 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2025-04-17 04:19:58.271 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2025-04-17 04:19:58.272 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-17 04:19:58.282 | + 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-04-17 04:19:58.292 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-17 04:19:58.294 | + 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-04-17 04:19:58.303 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-04-17 04:19:58.313 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2025-04-17 04:19:58.323 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-17 04:19:58.325 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-17 04:19:58.327 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2025-04-17 04:19:58.330 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.e38FfzslkU 2025-04-17 04:19:58.332 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-17 04:19:58.334 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-17 04:19:58.336 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.e38FfzslkU 2025-04-17 04:19:58.339 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.e38FfzslkU 2025-04-17 04:19:58.348 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.e38FfzslkU /etc/sudoers.d/neutron-rootwrap 2025-04-17 04:19:58.356 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-17 04:19:58.358 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2025-04-17 04:19:58.360 | + 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-04-17 04:19:58.384 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-04-17 04:19:58.386 | + 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-04-17 04:19:58.409 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-17 04:19:58.411 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2025-04-17 04:19:58.413 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2025-04-17 04:19:58.415 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-04-17 04:19:58.417 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-04-17 04:19:58.419 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-04-17 04:19:58.432 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:58.435 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-04-17 04:19:58.437 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-04-17 04:19:58.439 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-04-17 04:19:58.452 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:58.454 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:19:58.457 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 04:19:58.481 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-04-17 04:19:58.483 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-04-17 04:19:58.485 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2025-04-17 04:19:58.498 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:19:58.500 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2025-04-17 04:19:58.513 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:19:58.515 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2025-04-17 04:19:58.517 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:19:58.519 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:19:58.521 | + 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-04-17 04:19:58.547 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-04-17 04:19:58.549 | + 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-04-17 04:19:58.572 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-17 04:19:58.597 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2025-04-17 04:19:58.599 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-17 04:19:58.601 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-17 04:19:58.603 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-17 04:19:59.925 | INFO neutron.common.config [-] Logging enabled! 2025-04-17 04:19:59.925 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev12 2025-04-17 04:19:59.926 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46427) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-17 04:19:59.926 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-17 04:19:59.927 | 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/tmp1cdxudwh/privsep.sock'] 2025-04-17 04:20:00.655 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-17 04:20:00.655 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp1cdxudwh/privsep.sock {{(pid=46427) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2025-04-17 04:20:00.656 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-17 04:20:00.656 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-17 04:20:00.656 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2025-04-17 04:20:00.656 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 46439 2025-04-17 04:20:00.656 | DEBUG oslo.privsep.daemon [-] privsep: reply[bcb6c6e7-6445-4d0c-b620-a26f0b8241ca]: (2,) {{(pid=46439) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:20:00.746 | 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=46439) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2025-04-17 04:20:00.755 | 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.009s {{(pid=46439) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2025-04-17 04:20:00.755 | DEBUG oslo.privsep.daemon [-] privsep: reply[c8859c70-00fd-4b5b-9951-986c86106778]: (4, ('7d911dd9-812b-49ee-af71-c646c8fa39c3\n', '')) {{(pid=46439) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:20:00.841 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46427) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-17 04:20:00.841 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46427) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-17 04:20:00.841 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46427) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 04:20:00.841 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46427) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 04:20:00.841 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46427) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 04:20:00.841 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46427) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 04:20:00.876 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-17 04:20:00.877 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46427) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-17 04:20:00.877 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46427) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-17 04:20:00.877 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-17 04:20:01.160 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-17 04:20:01.163 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-17 04:20:01.165 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-04-17 04:20:01.167 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-17 04:20:01.169 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-17 04:20:01.183 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2025-04-17 04:20:01.196 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-17 04:20:01.198 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2025-04-17 04:20:01.200 | + 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-04-17 04:20:01.226 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2025-04-17 04:20:01.229 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-17 04:20:01.235 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-17 04:20:01.237 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2025-04-17 04:20:01.239 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-17 04:20:01.264 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-17 04:20:01.278 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-17 04:20:01.280 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-17 04:20:01.287 | net.bridge.bridge-nf-call-iptables = 1 2025-04-17 04:20:01.290 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-17 04:20:01.292 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-17 04:20:01.298 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-17 04:20:01.301 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-17 04:20:01.303 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-17 04:20:01.305 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-17 04:20:01.307 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-17 04:20:01.309 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-17 04:20:01.310 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-17 04:20:01.312 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-17 04:20:01.314 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-17 04:20:01.316 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-17 04:20:01.318 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-17 04:20:01.330 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-17 04:20:01.332 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2025-04-17 04:20:01.358 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2025-04-17 04:20:01.360 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-17 04:20:01.385 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-04-17 04:20:01.409 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2025-04-17 04:20:01.422 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:01.424 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2025-04-17 04:20:01.426 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:01.429 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-17 04:20:01.453 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-17 04:20:01.477 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:01.479 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-17 04:20:01.481 | + 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-04-17 04:20:01.506 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-04-17 04:20:01.508 | + 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-04-17 04:20:01.534 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2025-04-17 04:20:01.547 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:01.549 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:01.551 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-17 04:20:01.575 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:01.577 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-17 04:20:01.579 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-17 04:20:01.603 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:01.605 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-17 04:20:01.607 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-17 04:20:01.609 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2025-04-17 04:20:01.623 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:01.625 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2025-04-17 04:20:01.627 | + 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-04-17 04:20:01.630 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-17 04:20:01.654 | + 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-04-17 04:20:01.680 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2025-04-17 04:20:01.682 | + 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-04-17 04:20:01.706 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-17 04:20:01.708 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-17 04:20:01.731 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-17 04:20:01.733 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-17 04:20:01.735 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-17 04:20:01.759 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-17 04:20:01.761 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-17 04:20:01.763 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-17 04:20:01.765 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-17 04:20:03.077 | INFO neutron.common.config [-] Logging enabled! 2025-04-17 04:20:03.077 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev12 2025-04-17 04:20:03.077 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46985) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-17 04:20:03.103 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46985) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-17 04:20:03.103 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46985) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-17 04:20:03.103 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46985) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 04:20:03.103 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46985) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 04:20:03.103 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46985) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 04:20:03.104 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46985) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 04:20:03.138 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-17 04:20:03.139 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46985) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-17 04:20:03.139 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46985) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-17 04:20:03.139 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-17 04:20:03.420 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2025-04-17 04:20:03.422 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2025-04-17 04:20:03.424 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2025-04-17 04:20:03.426 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-17 04:20:03.428 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-17 04:20:03.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-17 04:20:03.432 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-17 04:20:03.444 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2025-04-17 04:20:03.446 | + functions:set_mtu:796 : local dev=br-ex 2025-04-17 04:20:03.448 | + functions:set_mtu:797 : local mtu=8950 2025-04-17 04:20:03.450 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-17 04:20:03.460 | + 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-04-17 04:20:03.472 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2025-04-17 04:20:03.474 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2025-04-17 04:20:03.476 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-17 04:20:03.478 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2025-04-17 04:20:03.480 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2025-04-17 04:20:03.482 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2025-04-17 04:20:03.484 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2025-04-17 04:20:03.486 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2025-04-17 04:20:03.488 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2025-04-17 04:20:03.490 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2025-04-17 04:20:03.492 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2025-04-17 04:20:03.494 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2025-04-17 04:20:03.495 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2025-04-17 04:20:03.497 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2025-04-17 04:20:03.500 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2025-04-17 04:20:03.501 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-17 04:20:03.505 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2025-04-17 04:20:03.507 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2025-04-17 04:20:03.509 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2025-04-17 04:20:03.511 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2025-04-17 04:20:03.514 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2025-04-17 04:20:03.515 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2025-04-17 04:20:03.515 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2025-04-17 04:20:03.519 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2025-04-17 04:20:03.521 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2025-04-17 04:20:03.523 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2025-04-17 04:20:03.525 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-17 04:20:03.527 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2025-04-17 04:20:03.529 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2025-04-17 04:20:03.531 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-17 04:20:03.545 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2025-04-17 04:20:03.545 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2025-04-17 04:20:03.549 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2025-04-17 04:20:03.551 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2025-04-17 04:20:03.565 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:03.567 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2025-04-17 04:20:03.569 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-17 04:20:03.573 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-17 04:20:03.596 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-17 04:20:03.620 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-17 04:20:03.645 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-17 04:20:03.647 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-17 04:20:03.649 | + 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-04-17 04:20:03.673 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-04-17 04:20:03.675 | + 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-04-17 04:20:03.699 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-17 04:20:03.701 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2025-04-17 04:20:03.714 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:03.716 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2025-04-17 04:20:03.718 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2025-04-17 04:20:03.731 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:03.733 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2025-04-17 04:20:03.747 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:03.749 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2025-04-17 04:20:03.762 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:03.764 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-17 04:20:03.778 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:03.780 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2025-04-17 04:20:03.782 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-17 04:20:03.784 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-17 04:20:03.787 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2025-04-17 04:20:03.790 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2025-04-17 04:20:03.792 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2025-04-17 04:20:03.794 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2025-04-17 04:20:03.797 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2025-04-17 04:20:03.799 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-17 04:20:03.802 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-17 04:20:03.806 | + 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-04-17 04:20:03.810 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-17 04:20:03.834 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-17 04:20:03.859 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-17 04:20:03.884 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-17 04:20:03.910 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-17 04:20:03.912 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-17 04:20:03.914 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-17 04:20:03.916 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 04:20:03.918 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-17 04:20:03.942 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-17 04:20:03.966 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 04:20:03.991 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-17 04:20:04.015 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-17 04:20:04.039 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-17 04:20:04.064 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-17 04:20:04.088 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-17 04:20:04.113 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 04:20:04.138 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 04:20:04.163 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-17 04:20:04.188 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-17 04:20:04.212 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-17 04:20:04.214 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-17 04:20:04.216 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-17 04:20:04.218 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-17 04:20:04.220 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-17 04:20:04.244 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-17 04:20:04.269 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-17 04:20:04.293 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-17 04:20:04.318 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-17 04:20:04.343 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-17 04:20:04.367 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-17 04:20:04.392 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-17 04:20:04.416 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-17 04:20:04.440 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-17 04:20:04.465 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-17 04:20:04.467 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-17 04:20:04.469 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-17 04:20:04.471 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-17 04:20:04.473 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-17 04:20:04.497 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-17 04:20:04.522 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-17 04:20:04.547 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-17 04:20:04.571 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-17 04:20:04.596 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-17 04:20:04.620 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-17 04:20:04.645 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-17 04:20:04.670 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-17 04:20:04.695 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-17 04:20:04.719 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2025-04-17 04:20:04.721 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-17 04:20:04.723 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-17 04:20:04.725 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-17 04:20:04.727 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-17 04:20:04.729 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-17 04:20:04.731 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-17 04:20:04.733 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-17 04:20:04.735 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-17 04:20:04.737 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-17 04:20:04.739 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-17 04:20:04.741 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-17 04:20:04.743 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-17 04:20:04.745 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-17 04:20:04.747 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-17 04:20:04.749 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-17 04:20:04.751 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-17 04:20:04.753 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-17 04:20:04.755 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-04-17 04:20:04.757 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:04.759 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-17 04:20:04.760 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-17 04:20:04.762 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-17 04:20:04.764 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:04.766 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-17 04:20:04.789 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-04-17 04:20:04.791 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:04.793 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-17 04:20:04.795 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-17 04:20:04.797 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-17 04:20:04.799 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:04.801 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-17 04:20:04.825 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-17 04:20:04.826 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-17 04:20:04.828 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:04.830 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-17 04:20:04.832 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-17 04:20:04.834 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-17 04:20:04.836 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:04.838 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-17 04:20:04.861 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-17 04:20:04.863 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-04-17 04:20:04.865 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:04.867 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-17 04:20:04.869 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-17 04:20:04.871 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-17 04:20:04.872 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:04.874 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-17 04:20:04.898 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-04-17 04:20:04.899 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:04.901 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-17 04:20:04.903 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-17 04:20:04.905 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-17 04:20:04.907 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:04.909 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-17 04:20:04.932 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2025-04-17 04:20:04.934 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:04.936 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-17 04:20:04.938 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-17 04:20:04.940 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-17 04:20:04.942 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:04.944 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-04-17 04:20:04.967 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2025-04-17 04:20:04.969 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:04.971 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-17 04:20:04.973 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-17 04:20:04.975 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-17 04:20:04.977 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:04.979 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-04-17 04:20:05.002 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2025-04-17 04:20:05.005 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:05.007 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-17 04:20:05.009 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-17 04:20:05.012 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-17 04:20:05.014 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:05.016 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-17 04:20:05.044 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2025-04-17 04:20:05.046 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:05.048 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-17 04:20:05.050 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-17 04:20:05.052 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-17 04:20:05.054 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:05.056 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2025-04-17 04:20:05.080 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2025-04-17 04:20:05.082 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:05.084 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-17 04:20:05.086 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-17 04:20:05.088 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-17 04:20:05.090 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 04:20:05.092 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-04-17 04:20:05.115 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-17 04:20:05.117 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-17 04:20:05.143 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-17 04:20:05.168 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2025-04-17 04:20:05.171 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2025-04-17 04:20:05.184 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:05.186 | + stack.sh:main:1159 : is_service_enabled neutron 2025-04-17 04:20:05.200 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:05.202 | + stack.sh:main:1160 : async_runfunc init_neutron 2025-04-17 04:20:05.204 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-17 04:20:05.251 | + inc/async:async_inner:63 : init_neutron 2025-04-17 04:20:05.280 | [3504 Async init_neutron:48785]: running: init_neutron 2025-04-17 04:20:05.282 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2025-04-17 04:20:05.296 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:05.299 | ++ stack.sh:main:1172 : pidof NetworkManager 2025-04-17 04:20:05.310 | ++ stack.sh:main:1172 : true 2025-04-17 04:20:05.312 | + stack.sh:main:1172 : netman_pid= 2025-04-17 04:20:05.314 | + stack.sh:main:1173 : '[' -z '' ']' 2025-04-17 04:20:05.316 | + stack.sh:main:1174 : sudo killall dnsmasq 2025-04-17 04:20:05.327 | dnsmasq: no process found 2025-04-17 04:20:05.330 | + stack.sh:main:1174 : true 2025-04-17 04:20:05.332 | + stack.sh:main:1179 : clean_iptables 2025-04-17 04:20:05.336 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2025-04-17 04:20:05.336 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-17 04:20:05.337 | + lib/nova:clean_iptables:184 : grep nova 2025-04-17 04:20:05.337 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2025-04-17 04:20:05.337 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2025-04-17 04:20:05.339 | + lib/nova:clean_iptables:184 : grep '\-A' 2025-04-17 04:20:05.339 | + lib/nova:clean_iptables:184 : bash 2025-04-17 04:20:05.362 | + lib/nova:clean_iptables:186 : grep nova 2025-04-17 04:20:05.362 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-17 04:20:05.362 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2025-04-17 04:20:05.363 | + lib/nova:clean_iptables:186 : grep '\-A' 2025-04-17 04:20:05.364 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2025-04-17 04:20:05.364 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2025-04-17 04:20:05.364 | + lib/nova:clean_iptables:186 : bash 2025-04-17 04:20:05.373 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2025-04-17 04:20:05.374 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-17 04:20:05.374 | + lib/nova:clean_iptables:188 : grep nova 2025-04-17 04:20:05.376 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2025-04-17 04:20:05.376 | + lib/nova:clean_iptables:188 : grep '\-N' 2025-04-17 04:20:05.376 | + lib/nova:clean_iptables:188 : bash 2025-04-17 04:20:05.377 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2025-04-17 04:20:05.385 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2025-04-17 04:20:05.385 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-17 04:20:05.386 | + lib/nova:clean_iptables:190 : grep '\-N' 2025-04-17 04:20:05.386 | + lib/nova:clean_iptables:190 : grep nova 2025-04-17 04:20:05.386 | + lib/nova:clean_iptables:190 : bash 2025-04-17 04:20:05.387 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2025-04-17 04:20:05.388 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2025-04-17 04:20:05.398 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-17 04:20:05.405 | net.ipv4.ip_forward = 1 2025-04-17 04:20:05.407 | + stack.sh:main:1187 : is_service_enabled nova neutron 2025-04-17 04:20:05.422 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:05.424 | + stack.sh:main:1188 : configure_os_vif 2025-04-17 04:20:05.426 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-17 04:20:05.428 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-17 04:20:05.454 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-17 04:20:05.456 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-17 04:20:05.484 | + stack.sh:main:1194 : is_service_enabled swift 2025-04-17 04:20:05.498 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:05.500 | + stack.sh:main:1203 : is_service_enabled cinder 2025-04-17 04:20:05.514 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:05.516 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2025-04-17 04:20:05.518 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:20:05.520 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2025-04-17 04:20:05.522 | + stack.sh:main:1205 : async_runfunc init_cinder 2025-04-17 04:20:05.524 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-17 04:20:05.573 | + inc/async:async_inner:63 : init_cinder 2025-04-17 04:20:05.602 | [3504 Async init_cinder:49135]: running: init_cinder 2025-04-17 04:20:05.604 | + stack.sh:main:1211 : is_service_enabled placement 2025-04-17 04:20:05.618 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:05.621 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2025-04-17 04:20:05.623 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:20:05.625 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2025-04-17 04:20:05.628 | + stack.sh:main:1213 : async_runfunc init_placement 2025-04-17 04:20:05.631 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-17 04:20:05.679 | + inc/async:async_inner:63 : init_placement 2025-04-17 04:20:05.708 | [3504 Async init_placement:49282]: running: init_placement 2025-04-17 04:20:05.712 | + stack.sh:main:1217 : async_wait init_neutron 2025-04-17 04:20:05.750 | [3504 Async init_neutron:48785]: Waiting for completion of init_neutron running on PID 48785 (5 other jobs running) 2025-04-17 04:20:05.770 | [3504 Async init_neutron:48785]: Signaling child to exit 2025-04-17 04:20:09.007 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:20:09.026 | [49135 Async init_cinder:49135]: finished successfully 2025-04-17 04:20:13.239 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:20:13.258 | [48785 Async init_neutron:48785]: finished successfully 2025-04-17 04:20:13.275 | WAKEUP 2025-04-17 04:20:13.291 | [3504 Async init_neutron:48785]: Signaled 2025-04-17 04:20:13.291 | + lib/neutron:init_neutron:501 : recreate_database neutron 2025-04-17 04:20:13.292 | + lib/database:recreate_database:112 : local db=neutron 2025-04-17 04:20:13.292 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-17 04:20:13.292 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2025-04-17 04:20:13.292 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-17 04:20:13.292 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-17 04:20:13.292 | + lib/neutron:init_neutron:502 : time_start dbsync 2025-04-17 04:20:13.292 | + functions-common:time_start:2421 : local name=dbsync 2025-04-17 04:20:13.292 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:13.292 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:13.292 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:13.292 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863605289 2025-04-17 04:20:13.292 | + 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-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-17 04:20:13.292 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-17 04:20:13.293 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-17 04:20:13.293 | Running upgrade for neutron ... 2025-04-17 04:20:13.293 | OK 2025-04-17 04:20:13.293 | + lib/neutron:init_neutron:505 : time_stop dbsync 2025-04-17 04:20:13.293 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:13.293 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:13.293 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:13.293 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:13.293 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:13.293 | + functions-common:time_stop:2441 : name=dbsync 2025-04-17 04:20:13.293 | + functions-common:time_stop:2442 : start_time=1744863605289 2025-04-17 04:20:13.293 | + functions-common:time_stop:2444 : [[ -z 1744863605289 ]] 2025-04-17 04:20:13.293 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:13.293 | + functions-common:time_stop:2447 : end_time=1744863613227 2025-04-17 04:20:13.293 | + functions-common:time_stop:2448 : elapsed_time=7938 2025-04-17 04:20:13.293 | + functions-common:time_stop:2449 : total=2922 2025-04-17 04:20:13.293 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:13.293 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10860 2025-04-17 04:20:13.324 | [3504 Async init_neutron:48785]: finished init_neutron with result 0 in 8 seconds 2025-04-17 04:20:13.327 | + inc/async:async_wait:197 : return 0 2025-04-17 04:20:13.329 | + stack.sh:main:1218 : async_wait init_placement 2025-04-17 04:20:13.366 | [3504 Async init_placement:49282]: Waiting for completion of init_placement running on PID 49282 (4 other jobs running) 2025-04-17 04:20:13.383 | [3504 Async init_placement:49282]: Signaling child to exit 2025-04-17 04:20:22.304 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:20:22.322 | [49282 Async init_placement:49282]: finished successfully 2025-04-17 04:20:22.338 | WAKEUP 2025-04-17 04:20:22.354 | [3504 Async init_placement:49282]: Signaled 2025-04-17 04:20:22.355 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-17 04:20:22.356 | + lib/database:recreate_database:112 : local db=placement 2025-04-17 04:20:22.356 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-17 04:20:22.356 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2025-04-17 04:20:22.356 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-17 04:20:22.356 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-17 04:20:22.356 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2025-04-17 04:20:22.356 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-17 04:20:22.356 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-17 04:20:22.356 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-17 04:20:22.356 | + functions-common:get_or_create_user:922 : local user_id 2025-04-17 04:20:22.356 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-04-17 04:20:22.356 | + functions-common:get_or_create_user:926 : local email= 2025-04-17 04:20:22.356 | ++ 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-04-17 04:20:22.356 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:22.356 | + functions-common:get_or_create_user:938 : user_id=0143a10411124101ac39690cd8d1f7fb 2025-04-17 04:20:22.356 | + functions-common:get_or_create_user:939 : echo 0143a10411124101ac39690cd8d1f7fb 2025-04-17 04:20:22.356 | 0143a10411124101ac39690cd8d1f7fb 2025-04-17 04:20:22.356 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:20:22.356 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 04:20:22.356 | + 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-04-17 04:20:22.356 | ++ 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-04-17 04:20:22.356 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:1003 : echo acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:20:22.356 | acd4e55a28f4464bbc4f6fbba29d41b7 2025-04-17 04:20:22.356 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-17 04:20:22.356 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-04-17 04:20:22.356 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:970 : local domain 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:971 : domain= 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-04-17 04:20:22.356 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 04:20:22.356 | + 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-04-17 04:20:22.356 | ++ 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-04-17 04:20:22.356 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:20:22.356 | + functions-common:get_or_add_user_project_role:1003 : echo ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:20:22.356 | ea7a289ed09b4b7d968ea032d4b6e06e 2025-04-17 04:20:22.356 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-17 04:20:22.356 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-17 04:20:22.356 | + functions-common:get_or_create_service:1078 : local service_id 2025-04-17 04:20:22.356 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-17 04:20:22.356 | ++ 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-04-17 04:20:22.356 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:22.356 | + functions-common:get_or_create_service:1089 : service_id=' 2025-04-17 04:20:22.356 | 7b384650db034abda698d4cee281cd37' 2025-04-17 04:20:22.356 | + functions-common:get_or_create_service:1090 : echo 7b384650db034abda698d4cee281cd37 2025-04-17 04:20:22.356 | 7b384650db034abda698d4cee281cd37 2025-04-17 04:20:22.356 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-17 04:20:22.356 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-04-17 04:20:22.356 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-17 04:20:22.356 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-04-17 04:20:22.356 | +++ 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-04-17 04:20:22.356 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:22.356 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-04-17 04:20:22.356 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-04-17 04:20:22.356 | +++ 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-04-17 04:20:22.356 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:22.356 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=412e1d55e6224bbc83b1d581ddb74dd9 2025-04-17 04:20:22.356 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 412e1d55e6224bbc83b1d581ddb74dd9 2025-04-17 04:20:22.356 | + functions-common:get_or_create_endpoint:1123 : public_id=412e1d55e6224bbc83b1d581ddb74dd9 2025-04-17 04:20:22.356 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-04-17 04:20:22.356 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-04-17 04:20:22.356 | + functions-common:get_or_create_endpoint:1132 : echo 412e1d55e6224bbc83b1d581ddb74dd9 2025-04-17 04:20:22.356 | 412e1d55e6224bbc83b1d581ddb74dd9 2025-04-17 04:20:22.387 | [3504 Async init_placement:49282]: finished init_placement with result 0 in 16 seconds 2025-04-17 04:20:22.390 | + inc/async:async_wait:197 : return 0 2025-04-17 04:20:22.392 | + stack.sh:main:1219 : async_wait init_glance 2025-04-17 04:20:22.428 | [3504 Async init_glance:45538]: Waiting for completion of init_glance running on PID 45538 (3 other jobs running) 2025-04-17 04:20:22.445 | [3504 Async init_glance:45538]: Signaling child to exit 2025-04-17 04:20:22.446 | WAKEUP 2025-04-17 04:20:22.462 | [3504 Async init_glance:45538]: Signaled 2025-04-17 04:20:22.463 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2025-04-17 04:20:22.463 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2025-04-17 04:20:22.463 | + lib/glance:init_glance:489 : recreate_database glance 2025-04-17 04:20:22.463 | + lib/database:recreate_database:112 : local db=glance 2025-04-17 04:20:22.463 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-17 04:20:22.463 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2025-04-17 04:20:22.463 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-17 04:20:22.463 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-17 04:20:22.463 | + lib/glance:init_glance:491 : time_start dbsync 2025-04-17 04:20:22.463 | + functions-common:time_start:2421 : local name=dbsync 2025-04-17 04:20:22.463 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:22.463 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:22.463 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:22.463 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863578050 2025-04-17 04:20:22.463 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-17 04:20:22.463 | 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=45625) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:20:22.463 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 04:20:22.463 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 04:20:22.463 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-17 04:20:22.463 | Database migration is up to date. No migration needed. 2025-04-17 04:20:22.463 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-17 04:20:22.463 | Database is synced successfully. 2025-04-17 04:20:22.463 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-17 04:20:22.463 | 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=45654) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:20:22.463 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-17 04:20:22.463 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-17 04:20:22.463 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-17 04:20:22.463 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-17 04:20:22.463 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-17 04:20:22.463 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-17 04:20:22.463 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-17 04:20:22.464 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-17 04:20:22.464 | + lib/glance:init_glance:497 : time_stop dbsync 2025-04-17 04:20:22.464 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:22.464 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:22.464 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:22.464 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:22.464 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:22.464 | + functions-common:time_stop:2441 : name=dbsync 2025-04-17 04:20:22.464 | + functions-common:time_stop:2442 : start_time=1744863578050 2025-04-17 04:20:22.464 | + functions-common:time_stop:2444 : [[ -z 1744863578050 ]] 2025-04-17 04:20:22.464 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:22.464 | + functions-common:time_stop:2447 : end_time=1744863582233 2025-04-17 04:20:22.464 | + functions-common:time_stop:2448 : elapsed_time=4183 2025-04-17 04:20:22.464 | + functions-common:time_stop:2449 : total=2922 2025-04-17 04:20:22.464 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:22.464 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7105 2025-04-17 04:20:22.495 | [3504 Async init_glance:45538]: finished init_glance with result 0 in 4 seconds 2025-04-17 04:20:22.498 | + inc/async:async_wait:197 : return 0 2025-04-17 04:20:22.500 | + stack.sh:main:1220 : async_wait init_swift 2025-04-17 04:20:22.516 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-17 04:20:22.517 | + inc/async:async_wait:197 : return 0 2025-04-17 04:20:22.520 | + stack.sh:main:1221 : async_wait init_cinder 2025-04-17 04:20:22.556 | [3504 Async init_cinder:49135]: Waiting for completion of init_cinder running on PID 49135 (2 other jobs running) 2025-04-17 04:20:22.575 | [3504 Async init_cinder:49135]: Signaling child to exit 2025-04-17 04:20:22.577 | WAKEUP 2025-04-17 04:20:22.594 | [3504 Async init_cinder:49135]: Signaled 2025-04-17 04:20:22.594 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2025-04-17 04:20:22.594 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:22.594 | + lib/cinder:init_cinder:476 : recreate_database cinder 2025-04-17 04:20:22.594 | + lib/database:recreate_database:112 : local db=cinder 2025-04-17 04:20:22.594 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-17 04:20:22.594 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2025-04-17 04:20:22.594 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-17 04:20:22.594 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-17 04:20:22.594 | + lib/cinder:init_cinder:478 : time_start dbsync 2025-04-17 04:20:22.594 | + functions-common:time_start:2421 : local name=dbsync 2025-04-17 04:20:22.594 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:22.594 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:22.594 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:22.594 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863605630 2025-04-17 04:20:22.594 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-17 04:20:22.595 | 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=49248) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | 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=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-04-17 04:20:22.595 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=49248) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-04-17 04:20:22.595 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-17 04:20:22.595 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 04:20:22.595 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 04:20:22.595 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-17 04:20:22.595 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49248) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-04-17 04:20:22.595 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-17 04:20:22.595 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49248) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:22.595 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-17 04:20:22.595 | 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=49248) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:20:22.595 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49248) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:22.595 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:481 : time_stop dbsync 2025-04-17 04:20:22.595 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:22.595 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:22.595 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:22.595 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:22.595 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:22.595 | + functions-common:time_stop:2441 : name=dbsync 2025-04-17 04:20:22.595 | + functions-common:time_stop:2442 : start_time=1744863605630 2025-04-17 04:20:22.595 | + functions-common:time_stop:2444 : [[ -z 1744863605630 ]] 2025-04-17 04:20:22.595 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:22.595 | + functions-common:time_stop:2447 : end_time=1744863608948 2025-04-17 04:20:22.595 | + functions-common:time_stop:2448 : elapsed_time=3318 2025-04-17 04:20:22.595 | + functions-common:time_stop:2449 : total=2922 2025-04-17 04:20:22.595 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:22.595 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6240 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2025-04-17 04:20:22.595 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:485 : local be be_name be_type 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:487 : be_type=vmdk 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:488 : be_name=vsphere 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2025-04-17 04:20:22.595 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:22.595 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-17 04:20:22.627 | [3504 Async init_cinder:49135]: finished init_cinder with result 0 in 3 seconds 2025-04-17 04:20:22.631 | + inc/async:async_wait:197 : return 0 2025-04-17 04:20:22.633 | + stack.sh:main:1226 : is_service_enabled nova 2025-04-17 04:20:22.646 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:22.648 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2025-04-17 04:20:22.650 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:20:22.652 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2025-04-17 04:20:22.654 | + stack.sh:main:1228 : init_nova 2025-04-17 04:20:22.656 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2025-04-17 04:20:22.669 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:22.671 | + lib/nova:init_nova:850 : is_service_enabled n-api 2025-04-17 04:20:22.685 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:22.686 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:20:22.688 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2025-04-17 04:20:22.690 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-17 04:20:22.693 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-17 04:20:22.695 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2025-04-17 04:20:22.697 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-17 04:20:22.706 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-17 04:20:22.715 | ++ lib/nova:init_nova:863 : seq 1 1 2025-04-17 04:20:22.718 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-17 04:20:22.721 | ++ lib/nova:init_nova:864 : conductor_conf 1 2025-04-17 04:20:22.723 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-04-17 04:20:22.725 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-04-17 04:20:22.727 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-17 04:20:22.774 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-17 04:20:22.803 | [3504 Async nova-cell-1:50414]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-17 04:20:22.806 | + lib/nova:init_nova:867 : recreate_database nova_api 2025-04-17 04:20:22.808 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-17 04:20:22.810 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-17 04:20:22.812 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2025-04-17 04:20:22.814 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-17 04:20:22.823 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-17 04:20:22.831 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-17 04:20:23.214 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-17 04:20:24.976 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-04-17 04:20:24.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-04-17 04:20:24.980 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50481) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-04-17 04:20:24.992 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 04:20:24.992 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 04:20:25.012 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-17 04:20:25.817 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=50481) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-04-17 04:20:25.819 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-17 04:20:25.987 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=50481) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:26.379 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2025-04-17 04:20:26.381 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-17 04:20:26.383 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-17 04:20:26.385 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2025-04-17 04:20:26.387 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-04-17 04:20:26.389 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-04-17 04:20:26.391 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2025-04-17 04:20:26.394 | + 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-04-17 04:20:26.785 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-17 04:20:27.799 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:20:27.818 | [50414 Async nova-cell-1:50414]: finished successfully 2025-04-17 04:20:28.521 | ++ lib/nova:init_nova:875 : seq 0 1 2025-04-17 04:20:28.524 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-17 04:20:28.526 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2025-04-17 04:20:28.541 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-17 04:20:28.543 | + inc/async:async_wait:197 : return 0 2025-04-17 04:20:28.545 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-17 04:20:28.548 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2025-04-17 04:20:28.584 | [3504 Async nova-cell-1:50414]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 50414 (2 other jobs running) 2025-04-17 04:20:28.601 | [3504 Async nova-cell-1:50414]: Signaling child to exit 2025-04-17 04:20:28.601 | WAKEUP 2025-04-17 04:20:28.617 | [3504 Async nova-cell-1:50414]: Signaled 2025-04-17 04:20:28.618 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2025-04-17 04:20:28.618 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2025-04-17 04:20:28.618 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2025-04-17 04:20:28.618 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-17 04:20:28.618 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-17 04:20:28.618 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2025-04-17 04:20:28.618 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-17 04:20:28.618 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-17 04:20:28.618 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-04-17 04:20:28.618 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-04-17 04:20:28.618 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50466) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-04-17 04:20:28.618 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 04:20:28.618 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 04:20:28.618 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-17 04:20:28.618 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=50466) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-04-17 04:20:28.618 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-17 04:20:28.618 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50466) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:28.618 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-17 04:20:28.618 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50466) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:28.618 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-17 04:20:28.619 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50466) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:28.649 | [3504 Async nova-cell-1:50414]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-17 04:20:28.652 | + inc/async:async_wait:197 : return 0 2025-04-17 04:20:28.654 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:20:28.656 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-17 04:20:29.037 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-17 04:20:30.372 | DEBUG migrate.versioning.repository [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-04-17 04:20:30.372 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.375 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.376 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.376 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.376 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.376 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.376 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.376 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.376 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.377 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.377 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.377 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.377 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.378 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.378 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.379 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.379 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.379 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.379 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.379 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.379 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.380 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.380 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.380 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.380 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:30.380 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:30.380 | DEBUG migrate.versioning.repository [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-04-17 04:20:30.380 | DEBUG migrate.versioning.repository [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-04-17 04:20:30.392 | INFO alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Context impl MySQLImpl. 2025-04-17 04:20:30.392 | INFO alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Will assume non-transactional DDL. 2025-04-17 04:20:30.403 | INFO alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-17 04:20:32.484 | DEBUG alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] new branch insert 8f2f1571d55b {{(pid=50672) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-04-17 04:20:32.485 | INFO alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-17 04:20:32.513 | DEBUG alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50672) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:32.514 | INFO alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-17 04:20:32.572 | DEBUG alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50672) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:32.574 | INFO alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-17 04:20:32.589 | DEBUG alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50672) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-04-17 04:20:32.595 | DEBUG migrate.versioning.repository [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-04-17 04:20:32.596 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.596 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.596 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.597 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.597 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.597 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.598 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.598 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.598 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.598 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.598 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.599 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.601 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.602 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.602 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.602 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.602 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.602 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.603 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.603 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.603 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.603 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.603 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.604 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.604 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.604 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-04-17 04:20:32.604 | DEBUG migrate.versioning.script.base [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-04-17 04:20:32.605 | DEBUG migrate.versioning.repository [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-04-17 04:20:32.605 | DEBUG migrate.versioning.repository [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50672) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-04-17 04:20:32.609 | INFO alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Context impl MySQLImpl. 2025-04-17 04:20:32.609 | INFO alembic.runtime.migration [None req-c3e5c283-8955-4c88-9800-46434d86bff6 None None] Will assume non-transactional DDL. 2025-04-17 04:20:32.973 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-17 04:20:33.346 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-17 04:20:34.778 | Running batches of 50 until complete 2025-04-17 04:20:34.778 | +-------------------------------------+--------------+-----------+ 2025-04-17 04:20:34.778 | | Migration | Total Needed | Completed | 2025-04-17 04:20:34.778 | +-------------------------------------+--------------+-----------+ 2025-04-17 04:20:34.778 | | fill_virtual_interface_list | 0 | 0 | 2025-04-17 04:20:34.778 | | migrate_empty_ratio | 0 | 0 | 2025-04-17 04:20:34.778 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-17 04:20:34.778 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-17 04:20:34.778 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-17 04:20:34.778 | | populate_dev_uuids | 0 | 0 | 2025-04-17 04:20:34.778 | | populate_missing_availability_zones | 0 | 0 | 2025-04-17 04:20:34.778 | | populate_queued_for_delete | 0 | 0 | 2025-04-17 04:20:34.778 | | populate_user_id | 0 | 0 | 2025-04-17 04:20:34.778 | | populate_uuids | 0 | 0 | 2025-04-17 04:20:34.778 | +-------------------------------------+--------------+-----------+ 2025-04-17 04:20:35.150 | ++ lib/nova:init_nova:889 : seq 1 1 2025-04-17 04:20:35.154 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-17 04:20:35.157 | ++ lib/nova:init_nova:890 : conductor_conf 1 2025-04-17 04:20:35.159 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-04-17 04:20:35.161 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-04-17 04:20:35.164 | + 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-04-17 04:20:35.539 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-17 04:20:36.856 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-17 04:20:36.856 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-17 04:20:37.191 | + lib/nova:init_nova:894 : create_nova_keys_dir 2025-04-17 04:20:37.194 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-17 04:20:37.204 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2025-04-17 04:20:37.206 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2025-04-17 04:20:37.208 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-17 04:20:37.258 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-17 04:20:37.288 | [3504 Async configure_neutron_nova:50752]: running: configure_neutron_nova 2025-04-17 04:20:37.290 | + stack.sh:main:1238 : run_phase stack post-config 2025-04-17 04:20:37.292 | + functions-common:run_phase:1863 : local mode=stack 2025-04-17 04:20:37.295 | + functions-common:run_phase:1864 : local phase=post-config 2025-04-17 04:20:37.296 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 04:20:37.299 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-04-17 04:20:37.301 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 04:20:37.303 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-04-17 04:20:37.305 | + functions-common:run_phase:1873 : local extra 2025-04-17 04:20:37.308 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 04:20:37.311 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-04-17 04:20:37.313 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 04:20:37.315 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 04:20:37.318 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-17 04:20:37.320 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 04:20:37.333 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:37.334 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:20:37.337 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:20:37.339 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-17 04:20:37.341 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:20:37.343 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:20:37.345 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-17 04:20:37.347 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 04:20:37.349 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 04:20:37.351 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:20:37.353 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 04:20:37.355 | + functions-common:run_phase:1890 : run_plugins stack post-config 2025-04-17 04:20:37.357 | + functions-common:run_plugins:1849 : local mode=stack 2025-04-17 04:20:37.359 | + functions-common:run_plugins:1850 : local phase=post-config 2025-04-17 04:20:37.362 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-04-17 04:20:37.364 | + functions-common:run_plugins:1853 : local plugin 2025-04-17 04:20:37.366 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-04-17 04:20:37.368 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-04-17 04:20:37.370 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 04:20:37.372 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-17 04:20:37.375 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:20:37.377 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:20:37.379 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-17 04:20:37.381 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:20:37.383 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:20:37.385 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-17 04:20:37.387 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:20:37.389 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2025-04-17 04:20:37.392 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-17 04:20:37.394 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.396 | + inc/meta-config:merge_config_group:171 : shift 2025-04-17 04:20:37.398 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-17 04:20:37.400 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:20:37.402 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-17 04:20:37.404 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-17 04:20:37.407 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-17 04:20:37.409 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.411 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-17 04:20:37.414 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:20:37.416 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-17 04:20:37.416 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:20:37.416 | gsub("[][]", "", $1); 2025-04-17 04:20:37.416 | split($1, a, "|"); 2025-04-17 04:20:37.416 | if (a[1] == matchgroup) 2025-04-17 04:20:37.416 | print a[2] 2025-04-17 04:20:37.416 | } 2025-04-17 04:20:37.416 | ' /opt/stack/devstack/local.conf 2025-04-17 04:20:37.420 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 04:20:37.423 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 04:20:37.424 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 04:20:37.427 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-17 04:20:37.429 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-17 04:20:37.432 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-17 04:20:37.434 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-17 04:20:37.436 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-17 04:20:37.441 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-17 04:20:37.443 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-17 04:20:37.444 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-17 04:20:37.447 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.449 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 04:20:37.451 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-17 04:20:37.453 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 04:20:37.455 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-17 04:20:37.458 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-17 04:20:37.460 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-17 04:20:37.463 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-17 04:20:37.466 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-17 04:20:37.466 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-17 04:20:37.466 | BEGIN { 2025-04-17 04:20:37.466 | section = "" 2025-04-17 04:20:37.466 | last_section = "" 2025-04-17 04:20:37.466 | section_count = 0 2025-04-17 04:20:37.466 | } 2025-04-17 04:20:37.466 | /^\[.+\]/ { 2025-04-17 04:20:37.466 | gsub("[][]", "", $1); 2025-04-17 04:20:37.466 | section=$1 2025-04-17 04:20:37.466 | next 2025-04-17 04:20:37.466 | } 2025-04-17 04:20:37.466 | /^ *\#/ { 2025-04-17 04:20:37.466 | next 2025-04-17 04:20:37.466 | } 2025-04-17 04:20:37.466 | /^[^ \t]+/ { 2025-04-17 04:20:37.466 | # get offset of first = in $0 2025-04-17 04:20:37.466 | eq_idx = index($0, "=") 2025-04-17 04:20:37.466 | # extract attr & value from $0 2025-04-17 04:20:37.466 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 04:20:37.466 | value = substr($0, eq_idx + 1) 2025-04-17 04:20:37.466 | # only need to strip trailing whitespace from attr 2025-04-17 04:20:37.466 | sub(/[ \t]*$/, "", attr) 2025-04-17 04:20:37.466 | # need to strip leading & trailing whitespace from value 2025-04-17 04:20:37.466 | sub(/^[ \t]*/, "", value) 2025-04-17 04:20:37.466 | sub(/[ \t]*$/, "", value) 2025-04-17 04:20:37.466 | 2025-04-17 04:20:37.466 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 04:20:37.467 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 04:20:37.467 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 04:20:37.467 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 04:20:37.467 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 04:20:37.467 | if (section != last_section) { 2025-04-17 04:20:37.467 | cfg_section[section_count++] = section 2025-04-17 04:20:37.467 | last_section = section 2025-04-17 04:20:37.467 | } 2025-04-17 04:20:37.467 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 04:20:37.467 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 04:20:37.467 | 2025-04-17 04:20:37.467 | cfg_attr[section, attr, 0] = value 2025-04-17 04:20:37.467 | cfg_attr_count[section, attr] = 1 2025-04-17 04:20:37.467 | } else { 2025-04-17 04:20:37.467 | lno = cfg_attr_count[section, attr]++ 2025-04-17 04:20:37.467 | cfg_attr[section, attr, lno] = value 2025-04-17 04:20:37.467 | } 2025-04-17 04:20:37.467 | } 2025-04-17 04:20:37.467 | END { 2025-04-17 04:20:37.467 | # Process each section in order 2025-04-17 04:20:37.467 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 04:20:37.467 | section = cfg_section[sno] 2025-04-17 04:20:37.467 | # The ini routines simply append a config item immediately 2025-04-17 04:20:37.467 | # after the section header. To keep the same order as defined 2025-04-17 04:20:37.467 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 04:20:37.467 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 04:20:37.467 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 04:20:37.467 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 04:20:37.467 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 04:20:37.467 | else { 2025-04-17 04:20:37.467 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 04:20:37.467 | count = cfg_attr_count[section, attr] 2025-04-17 04:20:37.467 | print "inidelete " configfile " " section " " attr 2025-04-17 04:20:37.467 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 04:20:37.467 | for (l = count -2; l >= 0; l--) 2025-04-17 04:20:37.467 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 04:20:37.467 | } 2025-04-17 04:20:37.467 | } 2025-04-17 04:20:37.467 | } 2025-04-17 04:20:37.467 | } 2025-04-17 04:20:37.467 | ' 2025-04-17 04:20:37.467 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.468 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.468 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 04:20:37.470 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 04:20:37.472 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-17 04:20:37.475 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:20:37.476 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-17 04:20:37.478 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-17 04:20:37.479 | BEGIN { group = "" } 2025-04-17 04:20:37.479 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:20:37.479 | gsub("[][]", "", $1); 2025-04-17 04:20:37.479 | split($1, a, "|"); 2025-04-17 04:20:37.479 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 04:20:37.479 | group=a[1] 2025-04-17 04:20:37.479 | } else { 2025-04-17 04:20:37.479 | group="" 2025-04-17 04:20:37.479 | } 2025-04-17 04:20:37.479 | next 2025-04-17 04:20:37.479 | } 2025-04-17 04:20:37.479 | { 2025-04-17 04:20:37.479 | if (group != "") 2025-04-17 04:20:37.479 | print $0 2025-04-17 04:20:37.479 | } 2025-04-17 04:20:37.479 | ' /opt/stack/devstack/local.conf 2025-04-17 04:20:37.483 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-17 04:20:37.485 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-17 04:20:37.510 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.513 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 04:20:37.515 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 04:20:37.517 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 04:20:37.520 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-17 04:20:37.522 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-17 04:20:37.524 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-17 04:20:37.527 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-17 04:20:37.529 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-17 04:20:37.533 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-17 04:20:37.535 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-17 04:20:37.537 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-17 04:20:37.539 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.541 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 04:20:37.543 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-17 04:20:37.545 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 04:20:37.548 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-17 04:20:37.550 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-17 04:20:37.552 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-17 04:20:37.554 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-17 04:20:37.557 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-17 04:20:37.557 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.558 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-17 04:20:37.558 | BEGIN { 2025-04-17 04:20:37.558 | section = "" 2025-04-17 04:20:37.558 | last_section = "" 2025-04-17 04:20:37.558 | section_count = 0 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | /^\[.+\]/ { 2025-04-17 04:20:37.558 | gsub("[][]", "", $1); 2025-04-17 04:20:37.558 | section=$1 2025-04-17 04:20:37.558 | next 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | /^ *\#/ { 2025-04-17 04:20:37.558 | next 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | /^[^ \t]+/ { 2025-04-17 04:20:37.558 | # get offset of first = in $0 2025-04-17 04:20:37.558 | eq_idx = index($0, "=") 2025-04-17 04:20:37.558 | # extract attr & value from $0 2025-04-17 04:20:37.558 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 04:20:37.558 | value = substr($0, eq_idx + 1) 2025-04-17 04:20:37.558 | # only need to strip trailing whitespace from attr 2025-04-17 04:20:37.558 | sub(/[ \t]*$/, "", attr) 2025-04-17 04:20:37.558 | # need to strip leading & trailing whitespace from value 2025-04-17 04:20:37.558 | sub(/^[ \t]*/, "", value) 2025-04-17 04:20:37.558 | sub(/[ \t]*$/, "", value) 2025-04-17 04:20:37.558 | 2025-04-17 04:20:37.558 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 04:20:37.558 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 04:20:37.558 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 04:20:37.558 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 04:20:37.558 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 04:20:37.558 | if (section != last_section) { 2025-04-17 04:20:37.558 | cfg_section[section_count++] = section 2025-04-17 04:20:37.558 | last_section = section 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 04:20:37.558 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 04:20:37.558 | 2025-04-17 04:20:37.558 | cfg_attr[section, attr, 0] = value 2025-04-17 04:20:37.558 | cfg_attr_count[section, attr] = 1 2025-04-17 04:20:37.558 | } else { 2025-04-17 04:20:37.558 | lno = cfg_attr_count[section, attr]++ 2025-04-17 04:20:37.558 | cfg_attr[section, attr, lno] = value 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | END { 2025-04-17 04:20:37.558 | # Process each section in order 2025-04-17 04:20:37.558 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 04:20:37.558 | section = cfg_section[sno] 2025-04-17 04:20:37.558 | # The ini routines simply append a config item immediately 2025-04-17 04:20:37.558 | # after the section header. To keep the same order as defined 2025-04-17 04:20:37.558 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 04:20:37.558 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 04:20:37.558 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 04:20:37.558 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 04:20:37.558 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 04:20:37.558 | else { 2025-04-17 04:20:37.558 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 04:20:37.558 | count = cfg_attr_count[section, attr] 2025-04-17 04:20:37.558 | print "inidelete " configfile " " section " " attr 2025-04-17 04:20:37.558 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 04:20:37.558 | for (l = count -2; l >= 0; l--) 2025-04-17 04:20:37.558 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | } 2025-04-17 04:20:37.558 | ' 2025-04-17 04:20:37.559 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.559 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 04:20:37.562 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 04:20:37.564 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-17 04:20:37.566 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:20:37.568 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-17 04:20:37.570 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-17 04:20:37.570 | BEGIN { group = "" } 2025-04-17 04:20:37.570 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:20:37.570 | gsub("[][]", "", $1); 2025-04-17 04:20:37.570 | split($1, a, "|"); 2025-04-17 04:20:37.570 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 04:20:37.570 | group=a[1] 2025-04-17 04:20:37.570 | } else { 2025-04-17 04:20:37.570 | group="" 2025-04-17 04:20:37.570 | } 2025-04-17 04:20:37.570 | next 2025-04-17 04:20:37.570 | } 2025-04-17 04:20:37.570 | { 2025-04-17 04:20:37.570 | if (group != "") 2025-04-17 04:20:37.570 | print $0 2025-04-17 04:20:37.570 | } 2025-04-17 04:20:37.570 | ' /opt/stack/devstack/local.conf 2025-04-17 04:20:37.575 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-17 04:20:37.577 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-17 04:20:37.582 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:20:37.600 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.600 | [50752 Async configure_neutron_nova:50752]: finished successfully 2025-04-17 04:20:37.603 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 04:20:37.605 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 04:20:37.607 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 04:20:37.611 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-17 04:20:37.612 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-17 04:20:37.615 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-17 04:20:37.617 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-17 04:20:37.620 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-17 04:20:37.623 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-17 04:20:37.625 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-17 04:20:37.627 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-17 04:20:37.629 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.631 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 04:20:37.633 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-17 04:20:37.635 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 04:20:37.638 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-17 04:20:37.640 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-17 04:20:37.642 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-17 04:20:37.644 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-17 04:20:37.647 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-17 04:20:37.648 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.648 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-17 04:20:37.648 | BEGIN { 2025-04-17 04:20:37.648 | section = "" 2025-04-17 04:20:37.648 | last_section = "" 2025-04-17 04:20:37.648 | section_count = 0 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | /^\[.+\]/ { 2025-04-17 04:20:37.648 | gsub("[][]", "", $1); 2025-04-17 04:20:37.648 | section=$1 2025-04-17 04:20:37.648 | next 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | /^ *\#/ { 2025-04-17 04:20:37.648 | next 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | /^[^ \t]+/ { 2025-04-17 04:20:37.648 | # get offset of first = in $0 2025-04-17 04:20:37.648 | eq_idx = index($0, "=") 2025-04-17 04:20:37.648 | # extract attr & value from $0 2025-04-17 04:20:37.648 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 04:20:37.648 | value = substr($0, eq_idx + 1) 2025-04-17 04:20:37.648 | # only need to strip trailing whitespace from attr 2025-04-17 04:20:37.648 | sub(/[ \t]*$/, "", attr) 2025-04-17 04:20:37.648 | # need to strip leading & trailing whitespace from value 2025-04-17 04:20:37.648 | sub(/^[ \t]*/, "", value) 2025-04-17 04:20:37.648 | sub(/[ \t]*$/, "", value) 2025-04-17 04:20:37.648 | 2025-04-17 04:20:37.648 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 04:20:37.648 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 04:20:37.648 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 04:20:37.648 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 04:20:37.648 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 04:20:37.648 | if (section != last_section) { 2025-04-17 04:20:37.648 | cfg_section[section_count++] = section 2025-04-17 04:20:37.648 | last_section = section 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 04:20:37.648 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 04:20:37.648 | 2025-04-17 04:20:37.648 | cfg_attr[section, attr, 0] = value 2025-04-17 04:20:37.648 | cfg_attr_count[section, attr] = 1 2025-04-17 04:20:37.648 | } else { 2025-04-17 04:20:37.648 | lno = cfg_attr_count[section, attr]++ 2025-04-17 04:20:37.648 | cfg_attr[section, attr, lno] = value 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | END { 2025-04-17 04:20:37.648 | # Process each section in order 2025-04-17 04:20:37.648 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 04:20:37.648 | section = cfg_section[sno] 2025-04-17 04:20:37.648 | # The ini routines simply append a config item immediately 2025-04-17 04:20:37.648 | # after the section header. To keep the same order as defined 2025-04-17 04:20:37.648 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 04:20:37.648 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 04:20:37.648 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 04:20:37.648 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 04:20:37.648 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 04:20:37.648 | else { 2025-04-17 04:20:37.648 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 04:20:37.648 | count = cfg_attr_count[section, attr] 2025-04-17 04:20:37.648 | print "inidelete " configfile " " section " " attr 2025-04-17 04:20:37.648 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 04:20:37.648 | for (l = count -2; l >= 0; l--) 2025-04-17 04:20:37.648 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | } 2025-04-17 04:20:37.648 | ' 2025-04-17 04:20:37.649 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.650 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 04:20:37.651 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 04:20:37.653 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-17 04:20:37.655 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:20:37.657 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-17 04:20:37.659 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-17 04:20:37.659 | BEGIN { group = "" } 2025-04-17 04:20:37.659 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:20:37.659 | gsub("[][]", "", $1); 2025-04-17 04:20:37.659 | split($1, a, "|"); 2025-04-17 04:20:37.659 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 04:20:37.659 | group=a[1] 2025-04-17 04:20:37.659 | } else { 2025-04-17 04:20:37.659 | group="" 2025-04-17 04:20:37.659 | } 2025-04-17 04:20:37.659 | next 2025-04-17 04:20:37.659 | } 2025-04-17 04:20:37.659 | { 2025-04-17 04:20:37.659 | if (group != "") 2025-04-17 04:20:37.659 | print $0 2025-04-17 04:20:37.659 | } 2025-04-17 04:20:37.659 | ' /opt/stack/devstack/local.conf 2025-04-17 04:20:37.664 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-17 04:20:37.666 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-17 04:20:37.689 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.691 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-17 04:20:37.693 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-17 04:20:37.717 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.720 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 04:20:37.722 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 04:20:37.724 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 04:20:37.726 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-17 04:20:37.729 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:37.731 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:37.733 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-17 04:20:37.736 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:37.739 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-17 04:20:37.741 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-17 04:20:37.743 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-17 04:20:37.745 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.747 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 04:20:37.749 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-17 04:20:37.751 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 04:20:37.754 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-17 04:20:37.756 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:37.758 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 04:20:37.760 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-17 04:20:37.764 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-17 04:20:37.764 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-17 04:20:37.764 | BEGIN { 2025-04-17 04:20:37.764 | section = "" 2025-04-17 04:20:37.764 | last_section = "" 2025-04-17 04:20:37.764 | section_count = 0 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | /^\[.+\]/ { 2025-04-17 04:20:37.764 | gsub("[][]", "", $1); 2025-04-17 04:20:37.764 | section=$1 2025-04-17 04:20:37.764 | next 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | /^ *\#/ { 2025-04-17 04:20:37.764 | next 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | /^[^ \t]+/ { 2025-04-17 04:20:37.764 | # get offset of first = in $0 2025-04-17 04:20:37.764 | eq_idx = index($0, "=") 2025-04-17 04:20:37.764 | # extract attr & value from $0 2025-04-17 04:20:37.764 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 04:20:37.764 | value = substr($0, eq_idx + 1) 2025-04-17 04:20:37.764 | # only need to strip trailing whitespace from attr 2025-04-17 04:20:37.764 | sub(/[ \t]*$/, "", attr) 2025-04-17 04:20:37.764 | # need to strip leading & trailing whitespace from value 2025-04-17 04:20:37.764 | sub(/^[ \t]*/, "", value) 2025-04-17 04:20:37.764 | sub(/[ \t]*$/, "", value) 2025-04-17 04:20:37.764 | 2025-04-17 04:20:37.764 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 04:20:37.764 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 04:20:37.764 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 04:20:37.764 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 04:20:37.764 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 04:20:37.764 | if (section != last_section) { 2025-04-17 04:20:37.764 | cfg_section[section_count++] = section 2025-04-17 04:20:37.764 | last_section = section 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 04:20:37.764 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 04:20:37.764 | 2025-04-17 04:20:37.764 | cfg_attr[section, attr, 0] = value 2025-04-17 04:20:37.764 | cfg_attr_count[section, attr] = 1 2025-04-17 04:20:37.764 | } else { 2025-04-17 04:20:37.764 | lno = cfg_attr_count[section, attr]++ 2025-04-17 04:20:37.764 | cfg_attr[section, attr, lno] = value 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | END { 2025-04-17 04:20:37.764 | # Process each section in order 2025-04-17 04:20:37.764 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 04:20:37.764 | section = cfg_section[sno] 2025-04-17 04:20:37.764 | # The ini routines simply append a config item immediately 2025-04-17 04:20:37.764 | # after the section header. To keep the same order as defined 2025-04-17 04:20:37.764 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 04:20:37.764 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 04:20:37.764 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 04:20:37.764 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 04:20:37.764 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 04:20:37.764 | else { 2025-04-17 04:20:37.764 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 04:20:37.764 | count = cfg_attr_count[section, attr] 2025-04-17 04:20:37.764 | print "inidelete " configfile " " section " " attr 2025-04-17 04:20:37.764 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 04:20:37.764 | for (l = count -2; l >= 0; l--) 2025-04-17 04:20:37.764 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | } 2025-04-17 04:20:37.764 | ' 2025-04-17 04:20:37.764 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.766 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:37.766 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 04:20:37.767 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 04:20:37.769 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-17 04:20:37.771 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:20:37.773 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-17 04:20:37.775 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-17 04:20:37.775 | BEGIN { group = "" } 2025-04-17 04:20:37.775 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:20:37.775 | gsub("[][]", "", $1); 2025-04-17 04:20:37.775 | split($1, a, "|"); 2025-04-17 04:20:37.775 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 04:20:37.775 | group=a[1] 2025-04-17 04:20:37.775 | } else { 2025-04-17 04:20:37.775 | group="" 2025-04-17 04:20:37.775 | } 2025-04-17 04:20:37.775 | next 2025-04-17 04:20:37.775 | } 2025-04-17 04:20:37.775 | { 2025-04-17 04:20:37.775 | if (group != "") 2025-04-17 04:20:37.775 | print $0 2025-04-17 04:20:37.775 | } 2025-04-17 04:20:37.775 | ' /opt/stack/devstack/local.conf 2025-04-17 04:20:37.780 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-17 04:20:37.782 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-17 04:20:37.806 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.808 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-17 04:20:37.810 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-17 04:20:37.834 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.835 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-17 04:20:37.837 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-17 04:20:37.862 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.864 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-17 04:20:37.866 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-17 04:20:37.891 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.893 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-17 04:20:37.895 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-17 04:20:37.918 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.920 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-17 04:20:37.922 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-17 04:20:37.946 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.948 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2025-04-17 04:20:37.950 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2025-04-17 04:20:37.974 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:37.976 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-17 04:20:37.978 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-17 04:20:38.003 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:38.004 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-17 04:20:38.007 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-17 04:20:38.031 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:38.034 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 04:20:38.036 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 04:20:38.038 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 04:20:38.041 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-17 04:20:38.043 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.045 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.047 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-17 04:20:38.050 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.053 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-17 04:20:38.055 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-17 04:20:38.057 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.059 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:38.061 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 04:20:38.063 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.065 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 04:20:38.068 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.070 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.072 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.074 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-17 04:20:38.077 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.078 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:38.078 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-17 04:20:38.078 | BEGIN { 2025-04-17 04:20:38.078 | section = "" 2025-04-17 04:20:38.078 | last_section = "" 2025-04-17 04:20:38.078 | section_count = 0 2025-04-17 04:20:38.078 | } 2025-04-17 04:20:38.078 | /^\[.+\]/ { 2025-04-17 04:20:38.078 | gsub("[][]", "", $1); 2025-04-17 04:20:38.078 | section=$1 2025-04-17 04:20:38.078 | next 2025-04-17 04:20:38.078 | } 2025-04-17 04:20:38.078 | /^ *\#/ { 2025-04-17 04:20:38.078 | next 2025-04-17 04:20:38.078 | } 2025-04-17 04:20:38.078 | /^[^ \t]+/ { 2025-04-17 04:20:38.078 | # get offset of first = in $0 2025-04-17 04:20:38.078 | eq_idx = index($0, "=") 2025-04-17 04:20:38.078 | # extract attr & value from $0 2025-04-17 04:20:38.078 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 04:20:38.078 | value = substr($0, eq_idx + 1) 2025-04-17 04:20:38.078 | # only need to strip trailing whitespace from attr 2025-04-17 04:20:38.078 | sub(/[ \t]*$/, "", attr) 2025-04-17 04:20:38.078 | # need to strip leading & trailing whitespace from value 2025-04-17 04:20:38.078 | sub(/^[ \t]*/, "", value) 2025-04-17 04:20:38.078 | sub(/[ \t]*$/, "", value) 2025-04-17 04:20:38.078 | 2025-04-17 04:20:38.078 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 04:20:38.079 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 04:20:38.079 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 04:20:38.079 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 04:20:38.079 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 04:20:38.079 | if (section != last_section) { 2025-04-17 04:20:38.079 | cfg_section[section_count++] = section 2025-04-17 04:20:38.079 | last_section = section 2025-04-17 04:20:38.079 | } 2025-04-17 04:20:38.079 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 04:20:38.079 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 04:20:38.079 | 2025-04-17 04:20:38.079 | cfg_attr[section, attr, 0] = value 2025-04-17 04:20:38.079 | cfg_attr_count[section, attr] = 1 2025-04-17 04:20:38.079 | } else { 2025-04-17 04:20:38.079 | lno = cfg_attr_count[section, attr]++ 2025-04-17 04:20:38.079 | cfg_attr[section, attr, lno] = value 2025-04-17 04:20:38.079 | } 2025-04-17 04:20:38.079 | } 2025-04-17 04:20:38.079 | END { 2025-04-17 04:20:38.079 | # Process each section in order 2025-04-17 04:20:38.079 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 04:20:38.079 | section = cfg_section[sno] 2025-04-17 04:20:38.079 | # The ini routines simply append a config item immediately 2025-04-17 04:20:38.079 | # after the section header. To keep the same order as defined 2025-04-17 04:20:38.079 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 04:20:38.079 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 04:20:38.079 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 04:20:38.079 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 04:20:38.079 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 04:20:38.079 | else { 2025-04-17 04:20:38.079 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 04:20:38.079 | count = cfg_attr_count[section, attr] 2025-04-17 04:20:38.079 | print "inidelete " configfile " " section " " attr 2025-04-17 04:20:38.079 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 04:20:38.079 | for (l = count -2; l >= 0; l--) 2025-04-17 04:20:38.079 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 04:20:38.079 | } 2025-04-17 04:20:38.079 | } 2025-04-17 04:20:38.079 | } 2025-04-17 04:20:38.079 | } 2025-04-17 04:20:38.079 | ' 2025-04-17 04:20:38.079 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:20:38.080 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 04:20:38.082 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 04:20:38.084 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-17 04:20:38.086 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:20:38.088 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-17 04:20:38.090 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-17 04:20:38.090 | BEGIN { group = "" } 2025-04-17 04:20:38.090 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:20:38.090 | gsub("[][]", "", $1); 2025-04-17 04:20:38.090 | split($1, a, "|"); 2025-04-17 04:20:38.090 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 04:20:38.090 | group=a[1] 2025-04-17 04:20:38.090 | } else { 2025-04-17 04:20:38.090 | group="" 2025-04-17 04:20:38.090 | } 2025-04-17 04:20:38.090 | next 2025-04-17 04:20:38.090 | } 2025-04-17 04:20:38.090 | { 2025-04-17 04:20:38.090 | if (group != "") 2025-04-17 04:20:38.090 | print $0 2025-04-17 04:20:38.090 | } 2025-04-17 04:20:38.090 | ' /opt/stack/devstack/local.conf 2025-04-17 04:20:38.095 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2025-04-17 04:20:38.097 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2025-04-17 04:20:38.119 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:38.121 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-17 04:20:38.123 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-17 04:20:38.147 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:38.149 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-17 04:20:38.151 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-17 04:20:38.174 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:20:38.177 | + stack.sh:main:1255 : is_service_enabled swift 2025-04-17 04:20:38.190 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:38.192 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-17 04:20:38.194 | + stack.sh:main:1264 : is_service_enabled cinder 2025-04-17 04:20:38.208 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:38.210 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-17 04:20:38.235 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2025-04-17 04:20:38.271 | [3504 Async configure_neutron_nova:50752]: Waiting for completion of configure_neutron_nova running on PID 50752 (2 other jobs running) 2025-04-17 04:20:38.288 | [3504 Async configure_neutron_nova:50752]: Signaling child to exit 2025-04-17 04:20:38.288 | WAKEUP 2025-04-17 04:20:38.303 | [3504 Async configure_neutron_nova:50752]: Signaled 2025-04-17 04:20:38.304 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-17 04:20:38.304 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-17 04:20:38.304 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2025-04-17 04:20:38.304 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-17 04:20:38.304 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-17 04:20:38.304 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:20:38.334 | [3504 Async configure_neutron_nova:50752]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-17 04:20:38.337 | + inc/async:async_wait:197 : return 0 2025-04-17 04:20:38.339 | + stack.sh:main:1274 : is_service_enabled nova 2025-04-17 04:20:38.353 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:38.355 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-17 04:20:38.379 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-17 04:20:38.405 | + stack.sh:main:1280 : is_service_enabled n-api 2025-04-17 04:20:38.418 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:38.420 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2025-04-17 04:20:38.422 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:20:38.424 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2025-04-17 04:20:38.426 | + stack.sh:main:1282 : start_nova_api 2025-04-17 04:20:38.429 | + lib/nova:start_nova_api:970 : local service_port=8774 2025-04-17 04:20:38.431 | + lib/nova:start_nova_api:971 : local service_protocol=http 2025-04-17 04:20:38.433 | + lib/nova:start_nova_api:972 : local nova_url 2025-04-17 04:20:38.435 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2025-04-17 04:20:38.447 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:38.449 | + 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-04-17 04:20:38.451 | + 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-04-17 04:20:38.453 | + 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-04-17 04:20:38.456 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2025-04-17 04:20:38.458 | ++ lib/nova:start_nova_api:990 : which uwsgi 2025-04-17 04:20:38.461 | + 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-04-17 04:20:38.463 | + functions-common:run_process:1689 : local service=n-api 2025-04-17 04:20:38.465 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 04:20:38.468 | + functions-common:run_process:1691 : local group= 2025-04-17 04:20:38.470 | + functions-common:run_process:1692 : local user= 2025-04-17 04:20:38.472 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:20:38.474 | + functions-common:run_process:1695 : local name=n-api 2025-04-17 04:20:38.476 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:20:38.478 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:20:38.480 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:38.482 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:38.485 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:38.488 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863638486 2025-04-17 04:20:38.490 | + functions-common:run_process:1698 : is_service_enabled n-api 2025-04-17 04:20:38.502 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:38.504 | + 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-04-17 04:20:38.506 | + functions-common:_run_under_systemd:1649 : local service=n-api 2025-04-17 04:20:38.508 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 04:20:38.511 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 04:20:38.513 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 04:20:38.514 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 04:20:38.516 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-17 04:20:38.518 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-17 04:20:38.520 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2025-04-17 04:20:38.522 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:20:38.524 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:20:38.526 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:20:38.528 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:20:38.531 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-17 04:20:38.533 | + 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-04-17 04:20:38.535 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2025-04-17 04:20:38.536 | + 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-04-17 04:20:38.538 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-04-17 04:20:38.540 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-04-17 04:20:38.542 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-04-17 04:20:38.543 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-17 04:20:38.545 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-04-17 04:20:38.548 | + 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-04-17 04:20:38.597 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-04-17 04:20:38.644 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-17 04:20:38.683 | + 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-04-17 04:20:38.723 | + 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-04-17 04:20:38.763 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-17 04:20:38.803 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-17 04:20:38.843 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-17 04:20:38.883 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-17 04:20:38.924 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-17 04:20:38.964 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-04-17 04:20:38.966 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-04-17 04:20:38.968 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-17 04:20:39.016 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-04-17 04:20:39.250 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2025-04-17 04:20:39.260 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-17 04:20:39.484 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2025-04-17 04:20:39.533 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:20:39.535 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:39.537 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:39.539 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:39.541 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:39.543 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:39.545 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:20:39.547 | + functions-common:time_stop:2442 : start_time=1744863638486 2025-04-17 04:20:39.549 | + functions-common:time_stop:2444 : [[ -z 1744863638486 ]] 2025-04-17 04:20:39.552 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:39.555 | + functions-common:time_stop:2447 : end_time=1744863639553 2025-04-17 04:20:39.557 | + functions-common:time_stop:2448 : elapsed_time=1067 2025-04-17 04:20:39.559 | + functions-common:time_stop:2449 : total=1246 2025-04-17 04:20:39.561 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:39.563 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2313 2025-04-17 04:20:39.565 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-17 04:20:39.567 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2025-04-17 04:20:39.567 | Waiting for nova-api to start... 2025-04-17 04:20:39.569 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-17 04:20:39.571 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 04:20:39.573 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-17 04:20:39.575 | + functions:wait_for_service:470 : local rval=0 2025-04-17 04:20:39.577 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 04:20:39.579 | + functions-common:time_start:2421 : local name=wait_for_service 2025-04-17 04:20:39.582 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:39.584 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:39.586 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:39.590 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863639588 2025-04-17 04:20:39.592 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 04:20:39.596 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-17 04:20:42.239 | + :: : [[ 200 == 503 ]] 2025-04-17 04:20:42.241 | + :: : [[ 0 -eq 7 ]] 2025-04-17 04:20:42.244 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 04:20:42.247 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:42.249 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:42.251 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:42.253 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:42.255 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:42.257 | + functions-common:time_stop:2441 : name=wait_for_service 2025-04-17 04:20:42.259 | + functions-common:time_stop:2442 : start_time=1744863639588 2025-04-17 04:20:42.261 | + functions-common:time_stop:2444 : [[ -z 1744863639588 ]] 2025-04-17 04:20:42.264 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:42.267 | + functions-common:time_stop:2447 : end_time=1744863642265 2025-04-17 04:20:42.269 | + functions-common:time_stop:2448 : elapsed_time=2677 2025-04-17 04:20:42.271 | + functions-common:time_stop:2449 : total=2393 2025-04-17 04:20:42.273 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:42.275 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5070 2025-04-17 04:20:42.277 | + functions:wait_for_service:478 : return 0 2025-04-17 04:20:42.279 | + 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-04-17 04:20:42.282 | + 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-04-17 04:20:42.284 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-17 04:20:42.297 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:42.299 | + stack.sh:main:1290 : is_service_enabled neutron-api 2025-04-17 04:20:42.312 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:42.314 | + stack.sh:main:1293 : is_service_enabled q-svc 2025-04-17 04:20:42.328 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:42.330 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2025-04-17 04:20:42.332 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:20:42.335 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2025-04-17 04:20:42.338 | + stack.sh:main:1295 : configure_neutron_after_post_config 2025-04-17 04:20:42.340 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2025-04-17 04:20:42.343 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-17 04:20:42.368 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2025-04-17 04:20:42.370 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2025-04-17 04:20:42.372 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2025-04-17 04:20:42.374 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-17 04:20:42.399 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-17 04:20:42.424 | + stack.sh:main:1296 : start_neutron_service_and_check 2025-04-17 04:20:42.427 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2025-04-17 04:20:42.429 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2025-04-17 04:20:42.431 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2025-04-17 04:20:42.433 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2025-04-17 04:20:42.435 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2025-04-17 04:20:42.437 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-04-17 04:20:42.439 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-04-17 04:20:42.442 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2025-04-17 04:20:42.444 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2025-04-17 04:20:42.446 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2025-04-17 04:20:42.448 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2025-04-17 04:20:42.450 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-17 04:20:42.452 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-17 04:20:42.455 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-17 04:20:42.457 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-17 04:20:42.459 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-17 04:20:42.461 | + 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-04-17 04:20:42.463 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2025-04-17 04:20:42.477 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:42.479 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2025-04-17 04:20:42.481 | + 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-04-17 04:20:42.483 | + functions-common:run_process:1689 : local service=q-svc 2025-04-17 04:20:42.485 | + 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-04-17 04:20:42.487 | + functions-common:run_process:1691 : local group= 2025-04-17 04:20:42.489 | + functions-common:run_process:1692 : local user= 2025-04-17 04:20:42.491 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:20:42.493 | + functions-common:run_process:1695 : local name=q-svc 2025-04-17 04:20:42.495 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:20:42.497 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:20:42.499 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:42.501 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:42.504 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:42.507 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863642505 2025-04-17 04:20:42.509 | + functions-common:run_process:1698 : is_service_enabled q-svc 2025-04-17 04:20:42.523 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:42.525 | + 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-04-17 04:20:42.527 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2025-04-17 04:20:42.529 | + 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-04-17 04:20:42.531 | + 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-04-17 04:20:42.533 | + 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-04-17 04:20:42.536 | + 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-04-17 04:20:42.538 | + 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-04-17 04:20:42.540 | + 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-04-17 04:20:42.542 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2025-04-17 04:20:42.544 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:20:42.546 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:20:42.548 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:20:42.550 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:20:42.552 | + 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-04-17 04:20:42.554 | + 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-04-17 04:20:42.556 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2025-04-17 04:20:42.558 | + 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-04-17 04:20:42.560 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:20:42.561 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:20:42.563 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:20:42.565 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:20:42.567 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:20:42.568 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-17 04:20:42.570 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:20:42.573 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-04-17 04:20:42.620 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-17 04:20:42.669 | + 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-04-17 04:20:42.708 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-17 04:20:42.748 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-17 04:20:42.788 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:20:42.829 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:20:42.831 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:20:42.832 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-17 04:20:42.880 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:20:43.137 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2025-04-17 04:20:43.147 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-17 04:20:43.384 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2025-04-17 04:20:43.408 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:20:43.410 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:43.412 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:43.414 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:43.416 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:43.418 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:43.420 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:20:43.422 | + functions-common:time_stop:2442 : start_time=1744863642505 2025-04-17 04:20:43.424 | + functions-common:time_stop:2444 : [[ -z 1744863642505 ]] 2025-04-17 04:20:43.427 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:43.430 | + functions-common:time_stop:2447 : end_time=1744863643428 2025-04-17 04:20:43.432 | + functions-common:time_stop:2448 : elapsed_time=923 2025-04-17 04:20:43.434 | + functions-common:time_stop:2449 : total=2313 2025-04-17 04:20:43.436 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:43.438 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3236 2025-04-17 04:20:43.440 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2025-04-17 04:20:43.442 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2025-04-17 04:20:43.455 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:43.458 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2025-04-17 04:20:43.460 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2025-04-17 04:20:43.462 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2025-04-17 04:20:43.462 | Waiting for Neutron to start... 2025-04-17 04:20:43.464 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-17 04:20:43.466 | + 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-04-17 04:20:43.468 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-17 04:20:43.470 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2025-04-17 04:20:43.472 | + functions-common:test_with_retry:2375 : local until=60 2025-04-17 04:20:43.474 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-04-17 04:20:43.476 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-04-17 04:20:43.478 | + functions-common:time_start:2421 : local name=test_with_retry 2025-04-17 04:20:43.480 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:43.482 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:43.485 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:43.488 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863643485 2025-04-17 04:20:43.490 | + 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-04-17 04:20:46.528 | {"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-04-17 04:20:46.531 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:46.533 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:46.535 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:46.537 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:46.539 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:46.541 | + functions-common:time_stop:2441 : name=test_with_retry 2025-04-17 04:20:46.544 | + functions-common:time_stop:2442 : start_time=1744863643485 2025-04-17 04:20:46.546 | + functions-common:time_stop:2444 : [[ -z 1744863643485 ]] 2025-04-17 04:20:46.549 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:46.552 | + functions-common:time_stop:2447 : end_time=1744863646550 2025-04-17 04:20:46.554 | + functions-common:time_stop:2448 : elapsed_time=3065 2025-04-17 04:20:46.556 | + functions-common:time_stop:2449 : total=0 2025-04-17 04:20:46.558 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:46.560 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3065 2025-04-17 04:20:46.562 | + stack.sh:main:1301 : is_service_enabled placement 2025-04-17 04:20:46.576 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:46.578 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2025-04-17 04:20:46.580 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:20:46.582 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2025-04-17 04:20:46.584 | + stack.sh:main:1303 : start_placement 2025-04-17 04:20:46.586 | + lib/placement:start_placement:173 : start_placement_api 2025-04-17 04:20:46.588 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-17 04:20:46.591 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-17 04:20:46.595 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 04:20:46.597 | + functions-common:run_process:1689 : local service=placement-api 2025-04-17 04:20:46.599 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 04:20:46.602 | + functions-common:run_process:1691 : local group= 2025-04-17 04:20:46.604 | + functions-common:run_process:1692 : local user= 2025-04-17 04:20:46.605 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:20:46.608 | + functions-common:run_process:1695 : local name=placement-api 2025-04-17 04:20:46.610 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:20:46.612 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:20:46.614 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:46.616 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:46.619 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:46.622 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863646620 2025-04-17 04:20:46.624 | + functions-common:run_process:1698 : is_service_enabled placement-api 2025-04-17 04:20:46.638 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:46.640 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-17 04:20:46.642 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2025-04-17 04:20:46.645 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 04:20:46.647 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 04:20:46.649 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 04:20:46.651 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 04:20:46.653 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-17 04:20:46.655 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-17 04:20:46.657 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2025-04-17 04:20:46.659 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:20:46.661 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:20:46.663 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:20:46.665 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:20:46.667 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-17 04:20:46.669 | + 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-04-17 04:20:46.671 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2025-04-17 04:20:46.673 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 04:20:46.675 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-04-17 04:20:46.677 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-04-17 04:20:46.679 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-04-17 04:20:46.680 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-17 04:20:46.682 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-04-17 04:20:46.685 | + 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-04-17 04:20:46.734 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-04-17 04:20:46.781 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-17 04:20:46.824 | + 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-04-17 04:20:46.864 | + 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-04-17 04:20:46.905 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-17 04:20:46.945 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-17 04:20:46.987 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-17 04:20:47.029 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-17 04:20:47.072 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-17 04:20:47.113 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-04-17 04:20:47.115 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-04-17 04:20:47.116 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-17 04:20:47.164 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-04-17 04:20:47.399 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2025-04-17 04:20:47.408 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-17 04:20:47.647 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2025-04-17 04:20:47.696 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:20:47.698 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:47.700 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:47.702 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:47.704 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:47.706 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:47.708 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:20:47.710 | + functions-common:time_stop:2442 : start_time=1744863646620 2025-04-17 04:20:47.712 | + functions-common:time_stop:2444 : [[ -z 1744863646620 ]] 2025-04-17 04:20:47.716 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:47.719 | + functions-common:time_stop:2447 : end_time=1744863647716 2025-04-17 04:20:47.720 | + functions-common:time_stop:2448 : elapsed_time=1096 2025-04-17 04:20:47.722 | + functions-common:time_stop:2449 : total=3236 2025-04-17 04:20:47.724 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:47.726 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4332 2025-04-17 04:20:47.728 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-17 04:20:47.728 | Waiting for placement-api to start... 2025-04-17 04:20:47.730 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-17 04:20:47.732 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 04:20:47.734 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-17 04:20:47.736 | + functions:wait_for_service:470 : local rval=0 2025-04-17 04:20:47.738 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 04:20:47.740 | + functions-common:time_start:2421 : local name=wait_for_service 2025-04-17 04:20:47.742 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:47.744 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:47.746 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:47.750 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863647747 2025-04-17 04:20:47.751 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 04:20:47.755 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-17 04:20:48.962 | + :: : [[ 200 == 503 ]] 2025-04-17 04:20:48.963 | + :: : [[ 0 -eq 7 ]] 2025-04-17 04:20:48.966 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 04:20:48.968 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:48.970 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:48.972 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:48.974 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:48.976 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:48.978 | + functions-common:time_stop:2441 : name=wait_for_service 2025-04-17 04:20:48.980 | + functions-common:time_stop:2442 : start_time=1744863647747 2025-04-17 04:20:48.982 | + functions-common:time_stop:2444 : [[ -z 1744863647747 ]] 2025-04-17 04:20:48.985 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:48.988 | + functions-common:time_stop:2447 : end_time=1744863648986 2025-04-17 04:20:48.990 | + functions-common:time_stop:2448 : elapsed_time=1239 2025-04-17 04:20:48.992 | + functions-common:time_stop:2449 : total=5070 2025-04-17 04:20:48.994 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:48.996 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6309 2025-04-17 04:20:48.998 | + functions:wait_for_service:478 : return 0 2025-04-17 04:20:49.000 | + stack.sh:main:1306 : is_service_enabled neutron 2025-04-17 04:20:49.014 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:49.016 | + stack.sh:main:1307 : start_neutron 2025-04-17 04:20:49.018 | + lib/neutron:start_neutron:619 : start_l2_agent 2025-04-17 04:20:49.020 | + 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-04-17 04:20:49.022 | + functions-common:run_process:1689 : local service=q-agt 2025-04-17 04:20:49.024 | + 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-04-17 04:20:49.026 | + functions-common:run_process:1691 : local group= 2025-04-17 04:20:49.028 | + functions-common:run_process:1692 : local user= 2025-04-17 04:20:49.030 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:20:49.032 | + functions-common:run_process:1695 : local name=q-agt 2025-04-17 04:20:49.034 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:20:49.036 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:20:49.038 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:49.040 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:49.043 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:49.046 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863649044 2025-04-17 04:20:49.048 | + functions-common:run_process:1698 : is_service_enabled q-agt 2025-04-17 04:20:49.061 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:49.063 | + 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-04-17 04:20:49.065 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2025-04-17 04:20:49.067 | + 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-04-17 04:20:49.069 | + 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-04-17 04:20:49.071 | + 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-04-17 04:20:49.073 | + 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-04-17 04:20:49.074 | + 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-04-17 04:20:49.076 | + 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-04-17 04:20:49.078 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2025-04-17 04:20:49.080 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:20:49.082 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:20:49.084 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:20:49.086 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:20:49.088 | + 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-04-17 04:20:49.090 | + 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-04-17 04:20:49.092 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2025-04-17 04:20:49.094 | + 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-04-17 04:20:49.096 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:20:49.098 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:20:49.099 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:20:49.101 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:20:49.103 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:20:49.105 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-17 04:20:49.107 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:20:49.110 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-04-17 04:20:49.158 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-17 04:20:49.206 | + 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-04-17 04:20:49.247 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-17 04:20:49.286 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-17 04:20:49.327 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:20:49.368 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:20:49.370 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:20:49.372 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-17 04:20:49.420 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:20:49.652 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2025-04-17 04:20:49.662 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-17 04:20:49.887 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2025-04-17 04:20:49.913 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:20:49.916 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:49.918 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:49.920 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:49.923 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:49.925 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:49.927 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:20:49.929 | + functions-common:time_stop:2442 : start_time=1744863649044 2025-04-17 04:20:49.931 | + functions-common:time_stop:2444 : [[ -z 1744863649044 ]] 2025-04-17 04:20:49.934 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:49.937 | + functions-common:time_stop:2447 : end_time=1744863649935 2025-04-17 04:20:49.939 | + functions-common:time_stop:2448 : elapsed_time=891 2025-04-17 04:20:49.942 | + functions-common:time_stop:2449 : total=4332 2025-04-17 04:20:49.944 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:49.946 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5223 2025-04-17 04:20:49.948 | + lib/neutron:start_l2_agent:628 : is_provider_network 2025-04-17 04:20:49.951 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-04-17 04:20:49.953 | + functions-common:is_provider_network:2287 : return 1 2025-04-17 04:20:49.955 | + lib/neutron:start_neutron:620 : start_other_agents 2025-04-17 04:20:49.958 | + 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-04-17 04:20:49.960 | + functions-common:run_process:1689 : local service=q-dhcp 2025-04-17 04:20:49.962 | + 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-04-17 04:20:49.964 | + functions-common:run_process:1691 : local group= 2025-04-17 04:20:49.966 | + functions-common:run_process:1692 : local user= 2025-04-17 04:20:49.968 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:20:49.970 | + functions-common:run_process:1695 : local name=q-dhcp 2025-04-17 04:20:49.972 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:20:49.974 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:20:49.976 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:49.978 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:49.981 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:49.984 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863649982 2025-04-17 04:20:49.986 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2025-04-17 04:20:50.001 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:50.003 | + 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-04-17 04:20:50.006 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2025-04-17 04:20:50.008 | + 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-04-17 04:20:50.010 | + 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-04-17 04:20:50.012 | + 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-04-17 04:20:50.014 | + 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-04-17 04:20:50.016 | + 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-04-17 04:20:50.018 | + 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-04-17 04:20:50.021 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2025-04-17 04:20:50.023 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:20:50.025 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:20:50.027 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:20:50.029 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:20:50.031 | + 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-04-17 04:20:50.033 | + 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-04-17 04:20:50.035 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2025-04-17 04:20:50.037 | + 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-04-17 04:20:50.039 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:20:50.041 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:20:50.043 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:20:50.045 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:20:50.047 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:20:50.049 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-17 04:20:50.052 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:20:50.055 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-04-17 04:20:50.109 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-17 04:20:50.166 | + 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-04-17 04:20:50.214 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-17 04:20:50.262 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-17 04:20:50.310 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:20:50.360 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:20:50.362 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:20:50.364 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-17 04:20:50.420 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:20:50.678 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2025-04-17 04:20:50.688 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-17 04:20:50.949 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2025-04-17 04:20:50.978 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:20:50.981 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:50.983 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:50.985 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:50.987 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:50.989 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:50.991 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:20:50.993 | + functions-common:time_stop:2442 : start_time=1744863649982 2025-04-17 04:20:50.995 | + functions-common:time_stop:2444 : [[ -z 1744863649982 ]] 2025-04-17 04:20:50.999 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:51.002 | + functions-common:time_stop:2447 : end_time=1744863651000 2025-04-17 04:20:51.004 | + functions-common:time_stop:2448 : elapsed_time=1018 2025-04-17 04:20:51.006 | + functions-common:time_stop:2449 : total=5223 2025-04-17 04:20:51.008 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:51.011 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6241 2025-04-17 04:20:51.014 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2025-04-17 04:20:51.016 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-04-17 04:20:51.018 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-04-17 04:20:51.021 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2025-04-17 04:20:51.023 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-17 04:20:51.025 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-17 04:20:51.028 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-17 04:20:51.030 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-17 04:20:51.032 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-17 04:20:51.034 | + 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-04-17 04:20:51.036 | + functions-common:run_process:1689 : local service=q-l3 2025-04-17 04:20:51.038 | + 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-04-17 04:20:51.041 | + functions-common:run_process:1691 : local group= 2025-04-17 04:20:51.043 | + functions-common:run_process:1692 : local user= 2025-04-17 04:20:51.045 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:20:51.047 | + functions-common:run_process:1695 : local name=q-l3 2025-04-17 04:20:51.049 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:20:51.051 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:20:51.054 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:51.056 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:51.060 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:51.063 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863651060 2025-04-17 04:20:51.065 | + functions-common:run_process:1698 : is_service_enabled q-l3 2025-04-17 04:20:51.080 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:51.082 | + 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-04-17 04:20:51.084 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2025-04-17 04:20:51.086 | + 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-04-17 04:20:51.088 | + 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-04-17 04:20:51.090 | + 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-04-17 04:20:51.092 | + 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-04-17 04:20:51.094 | + 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-04-17 04:20:51.097 | + 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-04-17 04:20:51.100 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2025-04-17 04:20:51.102 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:20:51.104 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:20:51.106 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:20:51.108 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:20:51.110 | + 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-04-17 04:20:51.112 | + 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-04-17 04:20:51.114 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2025-04-17 04:20:51.116 | + 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-04-17 04:20:51.118 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:20:51.121 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:20:51.123 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:20:51.125 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:20:51.127 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:20:51.130 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-17 04:20:51.132 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:20:51.135 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-04-17 04:20:51.196 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-17 04:20:51.250 | + 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-04-17 04:20:51.295 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-17 04:20:51.340 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-17 04:20:51.384 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:20:51.430 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:20:51.432 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:20:51.434 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-17 04:20:51.487 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:20:51.727 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2025-04-17 04:20:51.736 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-17 04:20:51.973 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2025-04-17 04:20:51.999 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:20:52.001 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:52.003 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:52.005 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:52.007 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:52.009 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:52.011 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:20:52.013 | + functions-common:time_stop:2442 : start_time=1744863651060 2025-04-17 04:20:52.015 | + functions-common:time_stop:2444 : [[ -z 1744863651060 ]] 2025-04-17 04:20:52.018 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:52.021 | + functions-common:time_stop:2447 : end_time=1744863652018 2025-04-17 04:20:52.023 | + functions-common:time_stop:2448 : elapsed_time=958 2025-04-17 04:20:52.025 | + functions-common:time_stop:2449 : total=6241 2025-04-17 04:20:52.027 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:52.029 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7199 2025-04-17 04:20:52.031 | + 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-04-17 04:20:52.032 | + functions-common:run_process:1689 : local service=q-meta 2025-04-17 04:20:52.034 | + 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-04-17 04:20:52.036 | + functions-common:run_process:1691 : local group= 2025-04-17 04:20:52.038 | + functions-common:run_process:1692 : local user= 2025-04-17 04:20:52.040 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:20:52.042 | + functions-common:run_process:1695 : local name=q-meta 2025-04-17 04:20:52.044 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:20:52.046 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:20:52.048 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:52.050 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:52.053 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:52.056 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863652054 2025-04-17 04:20:52.058 | + functions-common:run_process:1698 : is_service_enabled q-meta 2025-04-17 04:20:52.072 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:52.074 | + 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-04-17 04:20:52.076 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2025-04-17 04:20:52.078 | + 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-04-17 04:20:52.080 | + 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-04-17 04:20:52.082 | + 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-04-17 04:20:52.084 | + 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-04-17 04:20:52.086 | + 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-04-17 04:20:52.088 | + 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-04-17 04:20:52.090 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2025-04-17 04:20:52.092 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:20:52.094 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:20:52.096 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:20:52.098 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:20:52.100 | + 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-04-17 04:20:52.102 | + 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-04-17 04:20:52.104 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2025-04-17 04:20:52.106 | + 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-04-17 04:20:52.108 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:20:52.110 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:20:52.112 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:20:52.113 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:20:52.115 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:20:52.117 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-17 04:20:52.119 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:20:52.122 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-04-17 04:20:52.172 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-17 04:20:52.223 | + 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-04-17 04:20:52.265 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-17 04:20:52.308 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-17 04:20:52.352 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:20:52.397 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:20:52.399 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:20:52.401 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-17 04:20:52.454 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:20:52.705 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2025-04-17 04:20:52.714 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-17 04:20:52.949 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2025-04-17 04:20:52.979 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:20:52.981 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:52.983 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:52.985 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:52.988 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:52.989 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:52.993 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:20:52.995 | + functions-common:time_stop:2442 : start_time=1744863652054 2025-04-17 04:20:52.999 | + functions-common:time_stop:2444 : [[ -z 1744863652054 ]] 2025-04-17 04:20:53.002 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:53.009 | + functions-common:time_stop:2447 : end_time=1744863653003 2025-04-17 04:20:53.011 | + functions-common:time_stop:2448 : elapsed_time=949 2025-04-17 04:20:53.013 | + functions-common:time_stop:2449 : total=7199 2025-04-17 04:20:53.015 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:53.017 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8148 2025-04-17 04:20:53.019 | + 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-04-17 04:20:53.021 | + functions-common:run_process:1689 : local service=q-metering 2025-04-17 04:20:53.023 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-17 04:20:53.027 | + functions-common:run_process:1691 : local group= 2025-04-17 04:20:53.028 | + functions-common:run_process:1692 : local user= 2025-04-17 04:20:53.030 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:20:53.032 | + functions-common:run_process:1695 : local name=q-metering 2025-04-17 04:20:53.034 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:20:53.036 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:20:53.038 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:20:53.040 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:20:53.044 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:20:53.047 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863653045 2025-04-17 04:20:53.049 | + functions-common:run_process:1698 : is_service_enabled q-metering 2025-04-17 04:20:53.063 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:20:53.068 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:20:53.068 | + functions-common:time_stop:2435 : local name 2025-04-17 04:20:53.069 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:20:53.071 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:20:53.073 | + functions-common:time_stop:2438 : local total 2025-04-17 04:20:53.075 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:20:53.077 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:20:53.079 | + functions-common:time_stop:2442 : start_time=1744863653045 2025-04-17 04:20:53.081 | + functions-common:time_stop:2444 : [[ -z 1744863653045 ]] 2025-04-17 04:20:53.084 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:20:53.087 | + functions-common:time_stop:2447 : end_time=1744863653085 2025-04-17 04:20:53.089 | + functions-common:time_stop:2448 : elapsed_time=40 2025-04-17 04:20:53.091 | + functions-common:time_stop:2449 : total=8148 2025-04-17 04:20:53.094 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:20:53.096 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8188 2025-04-17 04:20:53.098 | + stack.sh:main:1310 : is_service_enabled q-svc 2025-04-17 04:20:53.113 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:20:53.115 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2025-04-17 04:20:53.117 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2025-04-17 04:20:53.120 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:20:53.122 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2025-04-17 04:20:53.124 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2025-04-17 04:20:53.126 | + stack.sh:main:1317 : create_neutron_initial_network 2025-04-17 04:20:53.129 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2025-04-17 04:20:53.131 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2025-04-17 04:20:53.133 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-04-17 04:20:53.135 | ++ 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-04-17 04:20:54.684 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:54.688 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-04-17 04:20:54.688 | address-scope 2025-04-17 04:20:54.688 | router-admin-state-down-before-update 2025-04-17 04:20:54.688 | agent 2025-04-17 04:20:54.688 | agent-resources-synced 2025-04-17 04:20:54.688 | allowed-address-pairs 2025-04-17 04:20:54.688 | auto-allocated-topology 2025-04-17 04:20:54.688 | availability_zone 2025-04-17 04:20:54.688 | availability_zone_filter 2025-04-17 04:20:54.688 | default-subnetpools 2025-04-17 04:20:54.688 | dhcp_agent_scheduler 2025-04-17 04:20:54.688 | dvr 2025-04-17 04:20:54.688 | empty-string-filtering 2025-04-17 04:20:54.688 | external-net 2025-04-17 04:20:54.688 | extra_dhcp_opt 2025-04-17 04:20:54.688 | extraroute 2025-04-17 04:20:54.688 | extraroute-atomic 2025-04-17 04:20:54.688 | filter-validation 2025-04-17 04:20:54.688 | floating-ip-port-forwarding-detail 2025-04-17 04:20:54.688 | fip-port-details 2025-04-17 04:20:54.688 | flavors 2025-04-17 04:20:54.688 | floatingip-pools 2025-04-17 04:20:54.688 | ip-substring-filtering 2025-04-17 04:20:54.688 | router 2025-04-17 04:20:54.688 | ext-gw-mode 2025-04-17 04:20:54.688 | l3-ha 2025-04-17 04:20:54.688 | l3-flavors 2025-04-17 04:20:54.688 | l3-port-ip-change-not-allowed 2025-04-17 04:20:54.688 | l3_agent_scheduler 2025-04-17 04:20:54.688 | multi-provider 2025-04-17 04:20:54.688 | net-mtu 2025-04-17 04:20:54.688 | net-mtu-writable 2025-04-17 04:20:54.688 | network_availability_zone 2025-04-17 04:20:54.688 | network-ip-availability 2025-04-17 04:20:54.688 | pagination 2025-04-17 04:20:54.688 | port-device-profile 2025-04-17 04:20:54.688 | port-mac-override 2025-04-17 04:20:54.688 | port-mac-address-regenerate 2025-04-17 04:20:54.688 | port-numa-affinity-policy 2025-04-17 04:20:54.688 | binding 2025-04-17 04:20:54.688 | binding-extended 2025-04-17 04:20:54.688 | port-security 2025-04-17 04:20:54.688 | project-id 2025-04-17 04:20:54.688 | provider 2025-04-17 04:20:54.688 | quota-check-limit 2025-04-17 04:20:54.688 | quotas 2025-04-17 04:20:54.688 | quota_details 2025-04-17 04:20:54.688 | rbac-policies 2025-04-17 04:20:54.688 | rbac-address-group 2025-04-17 04:20:54.688 | rbac-address-scope 2025-04-17 04:20:54.688 | rbac-security-groups 2025-04-17 04:20:54.688 | rbac-subnetpool 2025-04-17 04:20:54.688 | revision-if-match 2025-04-17 04:20:54.688 | standard-attr-revisions 2025-04-17 04:20:54.688 | router_availability_zone 2025-04-17 04:20:54.688 | security-groups-normalized-cidr 2025-04-17 04:20:54.688 | port-security-groups-filtering 2025-04-17 04:20:54.688 | security-groups-remote-address-group 2025-04-17 04:20:54.688 | security-groups-shared-filtering 2025-04-17 04:20:54.688 | security-group 2025-04-17 04:20:54.688 | service-type 2025-04-17 04:20:54.688 | sorting 2025-04-17 04:20:54.688 | standard-attr-description 2025-04-17 04:20:54.688 | stateful-security-group 2025-04-17 04:20:54.688 | subnet_onboard 2025-04-17 04:20:54.688 | subnet-service-types 2025-04-17 04:20:54.688 | subnet_allocation 2025-04-17 04:20:54.688 | subnetpool-prefix-ops 2025-04-17 04:20:54.688 | standard-attr-tag 2025-04-17 04:20:54.688 | standard-attr-timestamp 2025-04-17 04:20:54.688 | nsxt-ops' 2025-04-17 04:20:54.690 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-04-17 04:20:54.690 | address-scope 2025-04-17 04:20:54.690 | router-admin-state-down-before-update 2025-04-17 04:20:54.690 | agent 2025-04-17 04:20:54.690 | agent-resources-synced 2025-04-17 04:20:54.690 | allowed-address-pairs 2025-04-17 04:20:54.690 | auto-allocated-topology 2025-04-17 04:20:54.690 | availability_zone 2025-04-17 04:20:54.690 | availability_zone_filter 2025-04-17 04:20:54.690 | default-subnetpools 2025-04-17 04:20:54.690 | dhcp_agent_scheduler 2025-04-17 04:20:54.690 | dvr 2025-04-17 04:20:54.690 | empty-string-filtering 2025-04-17 04:20:54.690 | external-net 2025-04-17 04:20:54.690 | extra_dhcp_opt 2025-04-17 04:20:54.690 | extraroute 2025-04-17 04:20:54.690 | extraroute-atomic 2025-04-17 04:20:54.690 | filter-validation 2025-04-17 04:20:54.690 | floating-ip-port-forwarding-detail 2025-04-17 04:20:54.690 | fip-port-details 2025-04-17 04:20:54.690 | flavors 2025-04-17 04:20:54.690 | floatingip-pools 2025-04-17 04:20:54.690 | ip-substring-filtering 2025-04-17 04:20:54.690 | router 2025-04-17 04:20:54.690 | ext-gw-mode 2025-04-17 04:20:54.690 | l3-ha 2025-04-17 04:20:54.690 | l3-flavors 2025-04-17 04:20:54.690 | l3-port-ip-change-not-allowed 2025-04-17 04:20:54.690 | l3_agent_scheduler 2025-04-17 04:20:54.690 | multi-provider 2025-04-17 04:20:54.690 | net-mtu 2025-04-17 04:20:54.690 | net-mtu-writable 2025-04-17 04:20:54.690 | network_availability_zone 2025-04-17 04:20:54.690 | network-ip-availability 2025-04-17 04:20:54.690 | pagination 2025-04-17 04:20:54.690 | port-device-profile 2025-04-17 04:20:54.690 | port-mac-override 2025-04-17 04:20:54.690 | port-mac-address-regenerate 2025-04-17 04:20:54.690 | port-numa-affinity-policy 2025-04-17 04:20:54.690 | binding 2025-04-17 04:20:54.690 | binding-extended 2025-04-17 04:20:54.690 | port-security 2025-04-17 04:20:54.690 | project-id 2025-04-17 04:20:54.690 | provider 2025-04-17 04:20:54.690 | quota-check-limit 2025-04-17 04:20:54.690 | quotas 2025-04-17 04:20:54.690 | quota_details 2025-04-17 04:20:54.690 | rbac-policies 2025-04-17 04:20:54.690 | rbac-address-group 2025-04-17 04:20:54.690 | rbac-address-scope 2025-04-17 04:20:54.690 | rbac-security-groups 2025-04-17 04:20:54.690 | rbac-subnetpool 2025-04-17 04:20:54.690 | revision-if-match 2025-04-17 04:20:54.690 | standard-attr-revisions 2025-04-17 04:20:54.690 | router_availability_zone 2025-04-17 04:20:54.690 | security-groups-normalized-cidr 2025-04-17 04:20:54.690 | port-security-groups-filtering 2025-04-17 04:20:54.690 | security-groups-remote-address-group 2025-04-17 04:20:54.690 | security-groups-shared-filtering 2025-04-17 04:20:54.690 | security-group 2025-04-17 04:20:54.690 | service-type 2025-04-17 04:20:54.690 | sorting 2025-04-17 04:20:54.690 | standard-attr-description 2025-04-17 04:20:54.690 | stateful-security-group 2025-04-17 04:20:54.690 | subnet_onboard 2025-04-17 04:20:54.690 | subnet-service-types 2025-04-17 04:20:54.690 | subnet_allocation 2025-04-17 04:20:54.690 | subnetpool-prefix-ops 2025-04-17 04:20:54.690 | standard-attr-tag 2025-04-17 04:20:54.690 | standard-attr-timestamp 2025-04-17 04:20:54.690 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-17 04:20:54.692 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-04-17 04:20:54.694 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2025-04-17 04:20:54.696 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2025-04-17 04:20:54.699 | ++ 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-04-17 04:20:56.228 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:56.232 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=b741a49b-7972-41e1-8214-dff8db60f5e8 2025-04-17 04:20:56.234 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2025-04-17 04:20:56.236 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2025-04-17 04:20:56.238 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-04-17 04:20:56.240 | + functions-common:is_provider_network:2287 : return 1 2025-04-17 04:20:56.243 | ++ 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-04-17 04:20:57.744 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:57.746 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=b212df04-95bf-402f-918e-3feac12e5978 2025-04-17 04:20:57.749 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2025-04-17 04:20:57.751 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 04:20:57.764 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2025-04-17 04:20:57.767 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2025-04-17 04:20:57.769 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z b741a49b-7972-41e1-8214-dff8db60f5e8 ']' 2025-04-17 04:20:57.771 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2025-04-17 04:20:57.772 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2025-04-17 04:20:57.774 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool b741a49b-7972-41e1-8214-dff8db60f5e8 ' 2025-04-17 04:20:57.776 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2025-04-17 04:20:57.778 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network b212df04-95bf-402f-918e-3feac12e5978 private-subnet' 2025-04-17 04:20:57.780 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2025-04-17 04:20:57.783 | +++ 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 b741a49b-7972-41e1-8214-dff8db60f5e8 --network b212df04-95bf-402f-918e-3feac12e5978 private-subnet -f value -c id 2025-04-17 04:20:59.451 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:20:59.454 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=8a6a61b2-05bb-4222-a3d8-6a4a6c323bf3 2025-04-17 04:20:59.456 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2025-04-17 04:20:59.458 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 04:20:59.471 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 8a6a61b2-05bb-4222-a3d8-6a4a6c323bf3 2025-04-17 04:20:59.473 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=8a6a61b2-05bb-4222-a3d8-6a4a6c323bf3 2025-04-17 04:20:59.475 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2025-04-17 04:20:59.477 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2025-04-17 04:20:59.479 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2025-04-17 04:20:59.482 | ++ 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-04-17 04:21:00.755 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:00.757 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-04-17 04:21:00.757 | address-scope 2025-04-17 04:21:00.757 | router-admin-state-down-before-update 2025-04-17 04:21:00.757 | agent 2025-04-17 04:21:00.757 | agent-resources-synced 2025-04-17 04:21:00.757 | allowed-address-pairs 2025-04-17 04:21:00.757 | auto-allocated-topology 2025-04-17 04:21:00.757 | availability_zone 2025-04-17 04:21:00.757 | availability_zone_filter 2025-04-17 04:21:00.757 | default-subnetpools 2025-04-17 04:21:00.757 | dhcp_agent_scheduler 2025-04-17 04:21:00.757 | dvr 2025-04-17 04:21:00.757 | empty-string-filtering 2025-04-17 04:21:00.757 | external-net 2025-04-17 04:21:00.757 | extra_dhcp_opt 2025-04-17 04:21:00.757 | extraroute 2025-04-17 04:21:00.757 | extraroute-atomic 2025-04-17 04:21:00.757 | filter-validation 2025-04-17 04:21:00.757 | floating-ip-port-forwarding-detail 2025-04-17 04:21:00.757 | fip-port-details 2025-04-17 04:21:00.757 | flavors 2025-04-17 04:21:00.757 | floatingip-pools 2025-04-17 04:21:00.757 | ip-substring-filtering 2025-04-17 04:21:00.757 | router 2025-04-17 04:21:00.757 | ext-gw-mode 2025-04-17 04:21:00.757 | l3-ha 2025-04-17 04:21:00.757 | l3-flavors 2025-04-17 04:21:00.757 | l3-port-ip-change-not-allowed 2025-04-17 04:21:00.757 | l3_agent_scheduler 2025-04-17 04:21:00.757 | multi-provider 2025-04-17 04:21:00.757 | net-mtu 2025-04-17 04:21:00.758 | net-mtu-writable 2025-04-17 04:21:00.758 | network_availability_zone 2025-04-17 04:21:00.758 | network-ip-availability 2025-04-17 04:21:00.758 | pagination 2025-04-17 04:21:00.758 | port-device-profile 2025-04-17 04:21:00.758 | port-mac-override 2025-04-17 04:21:00.758 | port-mac-address-regenerate 2025-04-17 04:21:00.758 | port-numa-affinity-policy 2025-04-17 04:21:00.758 | binding 2025-04-17 04:21:00.758 | binding-extended 2025-04-17 04:21:00.758 | port-security 2025-04-17 04:21:00.758 | project-id 2025-04-17 04:21:00.758 | provider 2025-04-17 04:21:00.758 | quota-check-limit 2025-04-17 04:21:00.758 | quotas 2025-04-17 04:21:00.758 | quota_details 2025-04-17 04:21:00.758 | rbac-policies 2025-04-17 04:21:00.758 | rbac-address-group 2025-04-17 04:21:00.758 | rbac-address-scope 2025-04-17 04:21:00.758 | rbac-security-groups 2025-04-17 04:21:00.758 | rbac-subnetpool 2025-04-17 04:21:00.758 | revision-if-match 2025-04-17 04:21:00.758 | standard-attr-revisions 2025-04-17 04:21:00.758 | router_availability_zone 2025-04-17 04:21:00.758 | security-groups-normalized-cidr 2025-04-17 04:21:00.758 | port-security-groups-filtering 2025-04-17 04:21:00.758 | security-groups-remote-address-group 2025-04-17 04:21:00.758 | security-groups-shared-filtering 2025-04-17 04:21:00.758 | security-group 2025-04-17 04:21:00.758 | service-type 2025-04-17 04:21:00.758 | sorting 2025-04-17 04:21:00.758 | standard-attr-description 2025-04-17 04:21:00.758 | stateful-security-group 2025-04-17 04:21:00.758 | subnet_onboard 2025-04-17 04:21:00.758 | subnet-service-types 2025-04-17 04:21:00.758 | subnet_allocation 2025-04-17 04:21:00.758 | subnetpool-prefix-ops 2025-04-17 04:21:00.758 | standard-attr-tag 2025-04-17 04:21:00.758 | standard-attr-timestamp 2025-04-17 04:21:00.758 | nsxt-ops' 2025-04-17 04:21:00.760 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-04-17 04:21:00.760 | address-scope 2025-04-17 04:21:00.760 | router-admin-state-down-before-update 2025-04-17 04:21:00.760 | agent 2025-04-17 04:21:00.760 | agent-resources-synced 2025-04-17 04:21:00.760 | allowed-address-pairs 2025-04-17 04:21:00.760 | auto-allocated-topology 2025-04-17 04:21:00.760 | availability_zone 2025-04-17 04:21:00.760 | availability_zone_filter 2025-04-17 04:21:00.760 | default-subnetpools 2025-04-17 04:21:00.760 | dhcp_agent_scheduler 2025-04-17 04:21:00.760 | dvr 2025-04-17 04:21:00.760 | empty-string-filtering 2025-04-17 04:21:00.760 | external-net 2025-04-17 04:21:00.760 | extra_dhcp_opt 2025-04-17 04:21:00.760 | extraroute 2025-04-17 04:21:00.760 | extraroute-atomic 2025-04-17 04:21:00.760 | filter-validation 2025-04-17 04:21:00.760 | floating-ip-port-forwarding-detail 2025-04-17 04:21:00.760 | fip-port-details 2025-04-17 04:21:00.760 | flavors 2025-04-17 04:21:00.760 | floatingip-pools 2025-04-17 04:21:00.760 | ip-substring-filtering 2025-04-17 04:21:00.760 | router 2025-04-17 04:21:00.760 | ext-gw-mode 2025-04-17 04:21:00.760 | l3-ha 2025-04-17 04:21:00.760 | l3-flavors 2025-04-17 04:21:00.760 | l3-port-ip-change-not-allowed 2025-04-17 04:21:00.760 | l3_agent_scheduler 2025-04-17 04:21:00.760 | multi-provider 2025-04-17 04:21:00.760 | net-mtu 2025-04-17 04:21:00.760 | net-mtu-writable 2025-04-17 04:21:00.760 | network_availability_zone 2025-04-17 04:21:00.760 | network-ip-availability 2025-04-17 04:21:00.760 | pagination 2025-04-17 04:21:00.760 | port-device-profile 2025-04-17 04:21:00.760 | port-mac-override 2025-04-17 04:21:00.760 | port-mac-address-regenerate 2025-04-17 04:21:00.760 | port-numa-affinity-policy 2025-04-17 04:21:00.760 | binding 2025-04-17 04:21:00.760 | binding-extended 2025-04-17 04:21:00.761 | port-security 2025-04-17 04:21:00.761 | project-id 2025-04-17 04:21:00.761 | provider 2025-04-17 04:21:00.761 | quota-check-limit 2025-04-17 04:21:00.761 | quotas 2025-04-17 04:21:00.761 | quota_details 2025-04-17 04:21:00.761 | rbac-policies 2025-04-17 04:21:00.761 | rbac-address-group 2025-04-17 04:21:00.761 | rbac-address-scope 2025-04-17 04:21:00.761 | rbac-security-groups 2025-04-17 04:21:00.761 | rbac-subnetpool 2025-04-17 04:21:00.761 | revision-if-match 2025-04-17 04:21:00.761 | standard-attr-revisions 2025-04-17 04:21:00.761 | router_availability_zone 2025-04-17 04:21:00.761 | security-groups-normalized-cidr 2025-04-17 04:21:00.761 | port-security-groups-filtering 2025-04-17 04:21:00.761 | security-groups-remote-address-group 2025-04-17 04:21:00.761 | security-groups-shared-filtering 2025-04-17 04:21:00.761 | security-group 2025-04-17 04:21:00.761 | service-type 2025-04-17 04:21:00.761 | sorting 2025-04-17 04:21:00.761 | standard-attr-description 2025-04-17 04:21:00.761 | stateful-security-group 2025-04-17 04:21:00.761 | subnet_onboard 2025-04-17 04:21:00.761 | subnet-service-types 2025-04-17 04:21:00.761 | subnet_allocation 2025-04-17 04:21:00.761 | subnetpool-prefix-ops 2025-04-17 04:21:00.761 | standard-attr-tag 2025-04-17 04:21:00.761 | standard-attr-timestamp 2025-04-17 04:21:00.761 | nsxt-ops =~ router ]] 2025-04-17 04:21:00.762 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-04-17 04:21:00.764 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2025-04-17 04:21:00.766 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-04-17 04:21:00.769 | ++ 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-04-17 04:21:02.045 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:02.048 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-04-17 04:21:02.048 | address-scope 2025-04-17 04:21:02.048 | router-admin-state-down-before-update 2025-04-17 04:21:02.048 | agent 2025-04-17 04:21:02.048 | agent-resources-synced 2025-04-17 04:21:02.048 | allowed-address-pairs 2025-04-17 04:21:02.048 | auto-allocated-topology 2025-04-17 04:21:02.048 | availability_zone 2025-04-17 04:21:02.048 | availability_zone_filter 2025-04-17 04:21:02.048 | default-subnetpools 2025-04-17 04:21:02.048 | dhcp_agent_scheduler 2025-04-17 04:21:02.048 | dvr 2025-04-17 04:21:02.048 | empty-string-filtering 2025-04-17 04:21:02.048 | external-net 2025-04-17 04:21:02.048 | extra_dhcp_opt 2025-04-17 04:21:02.048 | extraroute 2025-04-17 04:21:02.048 | extraroute-atomic 2025-04-17 04:21:02.048 | filter-validation 2025-04-17 04:21:02.048 | floating-ip-port-forwarding-detail 2025-04-17 04:21:02.048 | fip-port-details 2025-04-17 04:21:02.048 | flavors 2025-04-17 04:21:02.048 | floatingip-pools 2025-04-17 04:21:02.048 | ip-substring-filtering 2025-04-17 04:21:02.048 | router 2025-04-17 04:21:02.048 | ext-gw-mode 2025-04-17 04:21:02.048 | l3-ha 2025-04-17 04:21:02.048 | l3-flavors 2025-04-17 04:21:02.048 | l3-port-ip-change-not-allowed 2025-04-17 04:21:02.048 | l3_agent_scheduler 2025-04-17 04:21:02.048 | multi-provider 2025-04-17 04:21:02.048 | net-mtu 2025-04-17 04:21:02.048 | net-mtu-writable 2025-04-17 04:21:02.048 | network_availability_zone 2025-04-17 04:21:02.048 | network-ip-availability 2025-04-17 04:21:02.048 | pagination 2025-04-17 04:21:02.048 | port-device-profile 2025-04-17 04:21:02.048 | port-mac-override 2025-04-17 04:21:02.048 | port-mac-address-regenerate 2025-04-17 04:21:02.048 | port-numa-affinity-policy 2025-04-17 04:21:02.048 | binding 2025-04-17 04:21:02.048 | binding-extended 2025-04-17 04:21:02.048 | port-security 2025-04-17 04:21:02.048 | project-id 2025-04-17 04:21:02.048 | provider 2025-04-17 04:21:02.048 | quota-check-limit 2025-04-17 04:21:02.048 | quotas 2025-04-17 04:21:02.048 | quota_details 2025-04-17 04:21:02.048 | rbac-policies 2025-04-17 04:21:02.048 | rbac-address-group 2025-04-17 04:21:02.048 | rbac-address-scope 2025-04-17 04:21:02.048 | rbac-security-groups 2025-04-17 04:21:02.048 | rbac-subnetpool 2025-04-17 04:21:02.048 | revision-if-match 2025-04-17 04:21:02.048 | standard-attr-revisions 2025-04-17 04:21:02.048 | router_availability_zone 2025-04-17 04:21:02.048 | security-groups-normalized-cidr 2025-04-17 04:21:02.048 | port-security-groups-filtering 2025-04-17 04:21:02.048 | security-groups-remote-address-group 2025-04-17 04:21:02.048 | security-groups-shared-filtering 2025-04-17 04:21:02.048 | security-group 2025-04-17 04:21:02.048 | service-type 2025-04-17 04:21:02.048 | sorting 2025-04-17 04:21:02.048 | standard-attr-description 2025-04-17 04:21:02.048 | stateful-security-group 2025-04-17 04:21:02.048 | subnet_onboard 2025-04-17 04:21:02.048 | subnet-service-types 2025-04-17 04:21:02.048 | subnet_allocation 2025-04-17 04:21:02.048 | subnetpool-prefix-ops 2025-04-17 04:21:02.048 | standard-attr-tag 2025-04-17 04:21:02.048 | standard-attr-timestamp 2025-04-17 04:21:02.048 | nsxt-ops' 2025-04-17 04:21:02.050 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-04-17 04:21:02.051 | address-scope 2025-04-17 04:21:02.051 | router-admin-state-down-before-update 2025-04-17 04:21:02.051 | agent 2025-04-17 04:21:02.051 | agent-resources-synced 2025-04-17 04:21:02.051 | allowed-address-pairs 2025-04-17 04:21:02.051 | auto-allocated-topology 2025-04-17 04:21:02.051 | availability_zone 2025-04-17 04:21:02.051 | availability_zone_filter 2025-04-17 04:21:02.051 | default-subnetpools 2025-04-17 04:21:02.051 | dhcp_agent_scheduler 2025-04-17 04:21:02.051 | dvr 2025-04-17 04:21:02.051 | empty-string-filtering 2025-04-17 04:21:02.051 | external-net 2025-04-17 04:21:02.051 | extra_dhcp_opt 2025-04-17 04:21:02.051 | extraroute 2025-04-17 04:21:02.051 | extraroute-atomic 2025-04-17 04:21:02.051 | filter-validation 2025-04-17 04:21:02.051 | floating-ip-port-forwarding-detail 2025-04-17 04:21:02.051 | fip-port-details 2025-04-17 04:21:02.051 | flavors 2025-04-17 04:21:02.051 | floatingip-pools 2025-04-17 04:21:02.051 | ip-substring-filtering 2025-04-17 04:21:02.051 | router 2025-04-17 04:21:02.051 | ext-gw-mode 2025-04-17 04:21:02.051 | l3-ha 2025-04-17 04:21:02.051 | l3-flavors 2025-04-17 04:21:02.051 | l3-port-ip-change-not-allowed 2025-04-17 04:21:02.051 | l3_agent_scheduler 2025-04-17 04:21:02.051 | multi-provider 2025-04-17 04:21:02.051 | net-mtu 2025-04-17 04:21:02.051 | net-mtu-writable 2025-04-17 04:21:02.051 | network_availability_zone 2025-04-17 04:21:02.051 | network-ip-availability 2025-04-17 04:21:02.051 | pagination 2025-04-17 04:21:02.051 | port-device-profile 2025-04-17 04:21:02.051 | port-mac-override 2025-04-17 04:21:02.051 | port-mac-address-regenerate 2025-04-17 04:21:02.051 | port-numa-affinity-policy 2025-04-17 04:21:02.051 | binding 2025-04-17 04:21:02.051 | binding-extended 2025-04-17 04:21:02.051 | port-security 2025-04-17 04:21:02.051 | project-id 2025-04-17 04:21:02.051 | provider 2025-04-17 04:21:02.051 | quota-check-limit 2025-04-17 04:21:02.051 | quotas 2025-04-17 04:21:02.051 | quota_details 2025-04-17 04:21:02.051 | rbac-policies 2025-04-17 04:21:02.051 | rbac-address-group 2025-04-17 04:21:02.051 | rbac-address-scope 2025-04-17 04:21:02.051 | rbac-security-groups 2025-04-17 04:21:02.051 | rbac-subnetpool 2025-04-17 04:21:02.051 | revision-if-match 2025-04-17 04:21:02.051 | standard-attr-revisions 2025-04-17 04:21:02.051 | router_availability_zone 2025-04-17 04:21:02.051 | security-groups-normalized-cidr 2025-04-17 04:21:02.051 | port-security-groups-filtering 2025-04-17 04:21:02.051 | security-groups-remote-address-group 2025-04-17 04:21:02.051 | security-groups-shared-filtering 2025-04-17 04:21:02.051 | security-group 2025-04-17 04:21:02.051 | service-type 2025-04-17 04:21:02.051 | sorting 2025-04-17 04:21:02.051 | standard-attr-description 2025-04-17 04:21:02.051 | stateful-security-group 2025-04-17 04:21:02.051 | subnet_onboard 2025-04-17 04:21:02.051 | subnet-service-types 2025-04-17 04:21:02.051 | subnet_allocation 2025-04-17 04:21:02.051 | subnetpool-prefix-ops 2025-04-17 04:21:02.051 | standard-attr-tag 2025-04-17 04:21:02.051 | standard-attr-timestamp 2025-04-17 04:21:02.051 | nsxt-ops =~ external-net ]] 2025-04-17 04:21:02.053 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-04-17 04:21:02.054 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2025-04-17 04:21:02.057 | ++ 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-04-17 04:21:03.399 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:03.402 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=eb0bd65d-9528-41a2-ae05-081e2f012fe1 2025-04-17 04:21:03.404 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2025-04-17 04:21:03.406 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 04:21:03.419 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-17 04:21:03.421 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2025-04-17 04:21:03.423 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-04-17 04:21:03.426 | ++ 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-04-17 04:21:04.705 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:04.707 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-04-17 04:21:04.707 | address-scope 2025-04-17 04:21:04.707 | router-admin-state-down-before-update 2025-04-17 04:21:04.707 | agent 2025-04-17 04:21:04.707 | agent-resources-synced 2025-04-17 04:21:04.707 | allowed-address-pairs 2025-04-17 04:21:04.707 | auto-allocated-topology 2025-04-17 04:21:04.707 | availability_zone 2025-04-17 04:21:04.707 | availability_zone_filter 2025-04-17 04:21:04.707 | default-subnetpools 2025-04-17 04:21:04.707 | dhcp_agent_scheduler 2025-04-17 04:21:04.707 | dvr 2025-04-17 04:21:04.707 | empty-string-filtering 2025-04-17 04:21:04.707 | external-net 2025-04-17 04:21:04.707 | extra_dhcp_opt 2025-04-17 04:21:04.707 | extraroute 2025-04-17 04:21:04.707 | extraroute-atomic 2025-04-17 04:21:04.707 | filter-validation 2025-04-17 04:21:04.707 | floating-ip-port-forwarding-detail 2025-04-17 04:21:04.707 | fip-port-details 2025-04-17 04:21:04.707 | flavors 2025-04-17 04:21:04.707 | floatingip-pools 2025-04-17 04:21:04.707 | ip-substring-filtering 2025-04-17 04:21:04.707 | router 2025-04-17 04:21:04.707 | ext-gw-mode 2025-04-17 04:21:04.707 | l3-ha 2025-04-17 04:21:04.708 | l3-flavors 2025-04-17 04:21:04.708 | l3-port-ip-change-not-allowed 2025-04-17 04:21:04.708 | l3_agent_scheduler 2025-04-17 04:21:04.708 | multi-provider 2025-04-17 04:21:04.708 | net-mtu 2025-04-17 04:21:04.708 | net-mtu-writable 2025-04-17 04:21:04.708 | network_availability_zone 2025-04-17 04:21:04.708 | network-ip-availability 2025-04-17 04:21:04.708 | pagination 2025-04-17 04:21:04.708 | port-device-profile 2025-04-17 04:21:04.708 | port-mac-override 2025-04-17 04:21:04.708 | port-mac-address-regenerate 2025-04-17 04:21:04.708 | port-numa-affinity-policy 2025-04-17 04:21:04.708 | binding 2025-04-17 04:21:04.708 | binding-extended 2025-04-17 04:21:04.708 | port-security 2025-04-17 04:21:04.708 | project-id 2025-04-17 04:21:04.708 | provider 2025-04-17 04:21:04.708 | quota-check-limit 2025-04-17 04:21:04.708 | quotas 2025-04-17 04:21:04.708 | quota_details 2025-04-17 04:21:04.708 | rbac-policies 2025-04-17 04:21:04.708 | rbac-address-group 2025-04-17 04:21:04.708 | rbac-address-scope 2025-04-17 04:21:04.708 | rbac-security-groups 2025-04-17 04:21:04.708 | rbac-subnetpool 2025-04-17 04:21:04.708 | revision-if-match 2025-04-17 04:21:04.708 | standard-attr-revisions 2025-04-17 04:21:04.708 | router_availability_zone 2025-04-17 04:21:04.708 | security-groups-normalized-cidr 2025-04-17 04:21:04.708 | port-security-groups-filtering 2025-04-17 04:21:04.708 | security-groups-remote-address-group 2025-04-17 04:21:04.708 | security-groups-shared-filtering 2025-04-17 04:21:04.708 | security-group 2025-04-17 04:21:04.708 | service-type 2025-04-17 04:21:04.708 | sorting 2025-04-17 04:21:04.708 | standard-attr-description 2025-04-17 04:21:04.708 | stateful-security-group 2025-04-17 04:21:04.708 | subnet_onboard 2025-04-17 04:21:04.708 | subnet-service-types 2025-04-17 04:21:04.708 | subnet_allocation 2025-04-17 04:21:04.708 | subnetpool-prefix-ops 2025-04-17 04:21:04.708 | standard-attr-tag 2025-04-17 04:21:04.708 | standard-attr-timestamp 2025-04-17 04:21:04.708 | nsxt-ops' 2025-04-17 04:21:04.710 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-04-17 04:21:04.710 | address-scope 2025-04-17 04:21:04.710 | router-admin-state-down-before-update 2025-04-17 04:21:04.710 | agent 2025-04-17 04:21:04.710 | agent-resources-synced 2025-04-17 04:21:04.710 | allowed-address-pairs 2025-04-17 04:21:04.710 | auto-allocated-topology 2025-04-17 04:21:04.710 | availability_zone 2025-04-17 04:21:04.710 | availability_zone_filter 2025-04-17 04:21:04.710 | default-subnetpools 2025-04-17 04:21:04.710 | dhcp_agent_scheduler 2025-04-17 04:21:04.710 | dvr 2025-04-17 04:21:04.710 | empty-string-filtering 2025-04-17 04:21:04.710 | external-net 2025-04-17 04:21:04.710 | extra_dhcp_opt 2025-04-17 04:21:04.710 | extraroute 2025-04-17 04:21:04.710 | extraroute-atomic 2025-04-17 04:21:04.710 | filter-validation 2025-04-17 04:21:04.710 | floating-ip-port-forwarding-detail 2025-04-17 04:21:04.710 | fip-port-details 2025-04-17 04:21:04.710 | flavors 2025-04-17 04:21:04.710 | floatingip-pools 2025-04-17 04:21:04.710 | ip-substring-filtering 2025-04-17 04:21:04.710 | router 2025-04-17 04:21:04.710 | ext-gw-mode 2025-04-17 04:21:04.710 | l3-ha 2025-04-17 04:21:04.710 | l3-flavors 2025-04-17 04:21:04.710 | l3-port-ip-change-not-allowed 2025-04-17 04:21:04.710 | l3_agent_scheduler 2025-04-17 04:21:04.710 | multi-provider 2025-04-17 04:21:04.710 | net-mtu 2025-04-17 04:21:04.710 | net-mtu-writable 2025-04-17 04:21:04.710 | network_availability_zone 2025-04-17 04:21:04.710 | network-ip-availability 2025-04-17 04:21:04.710 | pagination 2025-04-17 04:21:04.710 | port-device-profile 2025-04-17 04:21:04.710 | port-mac-override 2025-04-17 04:21:04.710 | port-mac-address-regenerate 2025-04-17 04:21:04.710 | port-numa-affinity-policy 2025-04-17 04:21:04.710 | binding 2025-04-17 04:21:04.710 | binding-extended 2025-04-17 04:21:04.710 | port-security 2025-04-17 04:21:04.710 | project-id 2025-04-17 04:21:04.710 | provider 2025-04-17 04:21:04.710 | quota-check-limit 2025-04-17 04:21:04.710 | quotas 2025-04-17 04:21:04.710 | quota_details 2025-04-17 04:21:04.710 | rbac-policies 2025-04-17 04:21:04.710 | rbac-address-group 2025-04-17 04:21:04.710 | rbac-address-scope 2025-04-17 04:21:04.710 | rbac-security-groups 2025-04-17 04:21:04.710 | rbac-subnetpool 2025-04-17 04:21:04.710 | revision-if-match 2025-04-17 04:21:04.710 | standard-attr-revisions 2025-04-17 04:21:04.710 | router_availability_zone 2025-04-17 04:21:04.710 | security-groups-normalized-cidr 2025-04-17 04:21:04.710 | port-security-groups-filtering 2025-04-17 04:21:04.710 | security-groups-remote-address-group 2025-04-17 04:21:04.710 | security-groups-shared-filtering 2025-04-17 04:21:04.710 | security-group 2025-04-17 04:21:04.710 | service-type 2025-04-17 04:21:04.710 | sorting 2025-04-17 04:21:04.710 | standard-attr-description 2025-04-17 04:21:04.710 | stateful-security-group 2025-04-17 04:21:04.710 | subnet_onboard 2025-04-17 04:21:04.710 | subnet-service-types 2025-04-17 04:21:04.710 | subnet_allocation 2025-04-17 04:21:04.710 | subnetpool-prefix-ops 2025-04-17 04:21:04.710 | standard-attr-tag 2025-04-17 04:21:04.710 | standard-attr-timestamp 2025-04-17 04:21:04.710 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-17 04:21:04.712 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-04-17 04:21:04.714 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-17 04:21:04.716 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2025-04-17 04:21:04.720 | ++ 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-04-17 04:21:06.171 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:06.174 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=4757b1c1-c21c-4f97-96a2-3e7c089f2bfc 2025-04-17 04:21:06.176 | + 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-04-17 04:21:06.178 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 04:21:06.191 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2025-04-17 04:21:06.193 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2025-04-17 04:21:06.195 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet eb0bd65d-9528-41a2-ae05-081e2f012fe1 8a6a61b2-05bb-4222-a3d8-6a4a6c323bf3 2025-04-17 04:21:08.432 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2025-04-17 04:21:08.436 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 4757b1c1-c21c-4f97-96a2-3e7c089f2bfc 2025-04-17 04:21:08.438 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2025-04-17 04:21:08.440 | ++ 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-04-17 04:21:08.442 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2025-04-17 04:21:08.444 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-17 04:21:08.446 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 4757b1c1-c21c-4f97-96a2-3e7c089f2bfc --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-17 04:21:08.448 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2025-04-17 04:21:08.450 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2025-04-17 04:21:08.453 | +++ 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 4757b1c1-c21c-4f97-96a2-3e7c089f2bfc --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-17 04:21:08.453 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2025-04-17 04:21:10.021 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:10.027 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-17 04:21:10.028 | | id | 5ad1d645-45f5-437d-a62a-9047bcf6af17 |' 2025-04-17 04:21:10.029 | ++ 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-04-17 04:21:10.031 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 04:21:10.044 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 5ad1d645-45f5-437d-a62a-9047bcf6af17 '|' 2025-04-17 04:21:10.046 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 5ad1d645-45f5-437d-a62a-9047bcf6af17 |' 2025-04-17 04:21:10.048 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2025-04-17 04:21:10.052 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 5ad1d645-45f5-437d-a62a-9047bcf6af17 '|' 2025-04-17 04:21:10.052 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2025-04-17 04:21:10.054 | ++ functions-common:get_field:829 : local data field 2025-04-17 04:21:10.055 | ++ functions-common:get_field:830 : read data 2025-04-17 04:21:10.057 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2025-04-17 04:21:10.059 | ++ functions-common:get_field:834 : field='$3' 2025-04-17 04:21:10.062 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 5ad1d645-45f5-437d-a62a-9047bcf6af17 |' 2025-04-17 04:21:10.062 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-17 04:21:10.066 | ++ functions-common:get_field:830 : read data 2025-04-17 04:21:10.068 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2025-04-17 04:21:10.071 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 5ad1d645-45f5-437d-a62a-9047bcf6af17 '|' 2025-04-17 04:21:10.071 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2025-04-17 04:21:10.074 | ++ functions-common:get_field:829 : local data field 2025-04-17 04:21:10.075 | ++ functions-common:get_field:830 : read data 2025-04-17 04:21:10.077 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2025-04-17 04:21:10.079 | ++ functions-common:get_field:834 : field='$6' 2025-04-17 04:21:10.082 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 5ad1d645-45f5-437d-a62a-9047bcf6af17 |' 2025-04-17 04:21:10.082 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-17 04:21:10.086 | ++ functions-common:get_field:830 : read data 2025-04-17 04:21:10.088 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=5ad1d645-45f5-437d-a62a-9047bcf6af17 2025-04-17 04:21:10.090 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 4757b1c1-c21c-4f97-96a2-3e7c089f2bfc eb0bd65d-9528-41a2-ae05-081e2f012fe1 2025-04-17 04:21:12.122 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2025-04-17 04:21:12.124 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2025-04-17 04:21:12.137 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:12.138 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2025-04-17 04:21:12.140 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2025-04-17 04:21:12.142 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-17 04:21:12.145 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2025-04-17 04:21:12.147 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:12.149 | ++ 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-04-17 04:21:12.161 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2025-04-17 04:21:12.164 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2025-04-17 04:21:12.166 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2025-04-17 04:21:12.167 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2025-04-17 04:21:12.170 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-17 04:21:12.171 | + 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-04-17 04:21:12.173 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-17 04:21:12.175 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2025-04-17 04:21:12.177 | + functions-common:test_with_retry:2375 : local until=10 2025-04-17 04:21:12.179 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-04-17 04:21:12.181 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-04-17 04:21:12.183 | + functions-common:time_start:2421 : local name=test_with_retry 2025-04-17 04:21:12.185 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:12.186 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:12.189 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:12.193 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863672190 2025-04-17 04:21:12.195 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-04-17 04:21:12.200 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2025-04-17 04:21:12.202 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:12.204 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:12.206 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:12.208 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:12.209 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:12.211 | + functions-common:time_stop:2441 : name=test_with_retry 2025-04-17 04:21:12.213 | + functions-common:time_stop:2442 : start_time=1744863672190 2025-04-17 04:21:12.215 | + functions-common:time_stop:2444 : [[ -z 1744863672190 ]] 2025-04-17 04:21:12.217 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:12.220 | + functions-common:time_stop:2447 : end_time=1744863672218 2025-04-17 04:21:12.222 | + functions-common:time_stop:2448 : elapsed_time=28 2025-04-17 04:21:12.224 | + functions-common:time_stop:2449 : total=3065 2025-04-17 04:21:12.226 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:12.228 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3093 2025-04-17 04:21:12.231 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2025-04-17 04:21:12.231 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2025-04-17 04:21:12.235 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2025-04-17 04:21:12.237 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2025-04-17 04:21:12.239 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:12.241 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:12.245 | ++ 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-04-17 04:21:12.245 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2025-04-17 04:21:12.245 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2025-04-17 04:21:12.245 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2025-04-17 04:21:13.535 | ++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:13.539 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.211 ' 2025-04-17 04:21:13.541 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-04-17 04:21:13.543 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 04:21:13.555 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2025-04-17 04:21:13.557 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2025-04-17 04:21:13.559 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2025-04-17 04:21:13.561 | + stack.sh:main:1322 : is_service_enabled nova 2025-04-17 04:21:13.576 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:13.578 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2025-04-17 04:21:13.580 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:13.582 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2025-04-17 04:21:13.584 | + stack.sh:main:1324 : start_nova 2025-04-17 04:21:13.586 | + lib/nova:start_nova:1176 : start_nova_rest 2025-04-17 04:21:13.588 | + 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-04-17 04:21:13.590 | + 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-04-17 04:21:13.592 | + 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-04-17 04:21:13.593 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-17 04:21:13.596 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 04:21:13.598 | + functions-common:run_process:1689 : local service=n-sch 2025-04-17 04:21:13.600 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 04:21:13.602 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:13.604 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:13.606 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:13.609 | + functions-common:run_process:1695 : local name=n-sch 2025-04-17 04:21:13.611 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:13.613 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:13.615 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:13.617 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:13.620 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:13.623 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863673621 2025-04-17 04:21:13.625 | + functions-common:run_process:1698 : is_service_enabled n-sch 2025-04-17 04:21:13.639 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:13.641 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-04-17 04:21:13.643 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2025-04-17 04:21:13.645 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 04:21:13.647 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 04:21:13.649 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 04:21:13.651 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 04:21:13.653 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-17 04:21:13.656 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-17 04:21:13.658 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2025-04-17 04:21:13.660 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:21:13.662 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:21:13.664 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:21:13.666 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:21:13.668 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-17 04:21:13.670 | + 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-04-17 04:21:13.672 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2025-04-17 04:21:13.674 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 04:21:13.676 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:21:13.677 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:21:13.679 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:21:13.681 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:21:13.683 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:21:13.685 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-17 04:21:13.687 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:21:13.690 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-04-17 04:21:13.738 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-17 04:21:13.787 | + 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-04-17 04:21:13.829 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-17 04:21:13.870 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-17 04:21:13.911 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:21:13.953 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:21:13.955 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:21:13.957 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-17 04:21:14.007 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:21:14.267 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2025-04-17 04:21:14.278 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-17 04:21:14.535 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2025-04-17 04:21:14.562 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:14.564 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:14.566 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:14.568 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:14.570 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:14.572 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:14.574 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:14.576 | + functions-common:time_stop:2442 : start_time=1744863673621 2025-04-17 04:21:14.578 | + functions-common:time_stop:2444 : [[ -z 1744863673621 ]] 2025-04-17 04:21:14.581 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:14.584 | + functions-common:time_stop:2447 : end_time=1744863674582 2025-04-17 04:21:14.586 | + functions-common:time_stop:2448 : elapsed_time=961 2025-04-17 04:21:14.588 | + functions-common:time_stop:2449 : total=8188 2025-04-17 04:21:14.590 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:14.592 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9149 2025-04-17 04:21:14.595 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2025-04-17 04:21:14.597 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2025-04-17 04:21:14.601 | + 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-04-17 04:21:14.603 | + functions-common:run_process:1689 : local service=n-api-meta 2025-04-17 04:21:14.605 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-17 04:21:14.607 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:14.610 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:14.611 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:14.613 | + functions-common:run_process:1695 : local name=n-api-meta 2025-04-17 04:21:14.615 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:14.617 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:14.620 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:14.621 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:14.626 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:14.628 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863674625 2025-04-17 04:21:14.631 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2025-04-17 04:21:14.647 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:14.649 | + 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-04-17 04:21:14.651 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2025-04-17 04:21:14.654 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-17 04:21:14.655 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-17 04:21:14.656 | + 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-04-17 04:21:14.658 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-17 04:21:14.661 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-17 04:21:14.662 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-17 04:21:14.664 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2025-04-17 04:21:14.666 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:21:14.668 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:21:14.670 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:21:14.672 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:21:14.675 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-17 04:21:14.677 | + 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-04-17 04:21:14.680 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2025-04-17 04:21:14.681 | + 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-04-17 04:21:14.682 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-04-17 04:21:14.684 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-04-17 04:21:14.686 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-04-17 04:21:14.689 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-17 04:21:14.691 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-04-17 04:21:14.694 | + 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-04-17 04:21:14.745 | + 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-04-17 04:21:14.796 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-17 04:21:14.842 | + 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-04-17 04:21:14.884 | + 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-04-17 04:21:14.925 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-17 04:21:14.967 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-17 04:21:15.009 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-17 04:21:15.049 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-17 04:21:15.090 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-17 04:21:15.132 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-04-17 04:21:15.134 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-04-17 04:21:15.136 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-04-17 04:21:15.186 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-04-17 04:21:15.425 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2025-04-17 04:21:15.436 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-17 04:21:15.662 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2025-04-17 04:21:15.714 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:15.716 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:15.718 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:15.721 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:15.722 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:15.724 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:15.726 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:15.732 | + functions-common:time_stop:2442 : start_time=1744863674625 2025-04-17 04:21:15.734 | + functions-common:time_stop:2444 : [[ -z 1744863674625 ]] 2025-04-17 04:21:15.737 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:15.740 | + functions-common:time_stop:2447 : end_time=1744863675738 2025-04-17 04:21:15.742 | + functions-common:time_stop:2448 : elapsed_time=1113 2025-04-17 04:21:15.744 | + functions-common:time_stop:2449 : total=9149 2025-04-17 04:21:15.746 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:15.748 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10262 2025-04-17 04:21:15.750 | + 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-04-17 04:21:15.756 | + 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-04-17 04:21:15.758 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2025-04-17 04:21:15.760 | + 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-04-17 04:21:15.762 | + 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-04-17 04:21:15.764 | + 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-04-17 04:21:15.766 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2025-04-17 04:21:15.768 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:21:15.770 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-17 04:21:15.772 | + functions-common:run_process:1689 : local service=n-novnc 2025-04-17 04:21:15.774 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-17 04:21:15.776 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:15.778 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:15.780 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:15.782 | + functions-common:run_process:1695 : local name=n-novnc 2025-04-17 04:21:15.784 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:15.786 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:15.788 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:15.791 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:15.794 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:15.797 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863675794 2025-04-17 04:21:15.799 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2025-04-17 04:21:15.812 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:15.814 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:15.816 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:15.818 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:15.820 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:15.821 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:15.823 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:15.825 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:15.827 | + functions-common:time_stop:2442 : start_time=1744863675794 2025-04-17 04:21:15.829 | + functions-common:time_stop:2444 : [[ -z 1744863675794 ]] 2025-04-17 04:21:15.832 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:15.835 | + functions-common:time_stop:2447 : end_time=1744863675832 2025-04-17 04:21:15.837 | + functions-common:time_stop:2448 : elapsed_time=38 2025-04-17 04:21:15.838 | + functions-common:time_stop:2449 : total=10262 2025-04-17 04:21:15.840 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:15.842 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10300 2025-04-17 04:21:15.845 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-17 04:21:15.847 | + functions-common:run_process:1689 : local service=n-spice 2025-04-17 04:21:15.849 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-17 04:21:15.851 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:15.853 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:15.855 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:15.857 | + functions-common:run_process:1695 : local name=n-spice 2025-04-17 04:21:15.859 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:15.861 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:15.863 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:15.865 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:15.868 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:15.871 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863675868 2025-04-17 04:21:15.873 | + functions-common:run_process:1698 : is_service_enabled n-spice 2025-04-17 04:21:15.886 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:15.888 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:15.890 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:15.892 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:15.894 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:15.896 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:15.898 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:15.900 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:15.902 | + functions-common:time_stop:2442 : start_time=1744863675868 2025-04-17 04:21:15.904 | + functions-common:time_stop:2444 : [[ -z 1744863675868 ]] 2025-04-17 04:21:15.907 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:15.910 | + functions-common:time_stop:2447 : end_time=1744863675908 2025-04-17 04:21:15.912 | + functions-common:time_stop:2448 : elapsed_time=40 2025-04-17 04:21:15.914 | + functions-common:time_stop:2449 : total=10300 2025-04-17 04:21:15.916 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:15.918 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10340 2025-04-17 04:21:15.920 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-17 04:21:15.922 | + functions-common:run_process:1689 : local service=n-sproxy 2025-04-17 04:21:15.924 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-17 04:21:15.926 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:15.928 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:15.930 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:15.932 | + functions-common:run_process:1695 : local name=n-sproxy 2025-04-17 04:21:15.934 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:15.935 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:15.938 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:15.940 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:15.943 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:15.946 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863675944 2025-04-17 04:21:15.948 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2025-04-17 04:21:15.962 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:15.965 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:15.967 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:15.969 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:15.971 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:15.973 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:15.975 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:15.978 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:15.979 | + functions-common:time_stop:2442 : start_time=1744863675944 2025-04-17 04:21:15.981 | + functions-common:time_stop:2444 : [[ -z 1744863675944 ]] 2025-04-17 04:21:15.984 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:15.988 | + functions-common:time_stop:2447 : end_time=1744863675986 2025-04-17 04:21:15.990 | + functions-common:time_stop:2448 : elapsed_time=42 2025-04-17 04:21:15.992 | + functions-common:time_stop:2449 : total=10340 2025-04-17 04:21:15.994 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:15.996 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10382 2025-04-17 04:21:15.998 | + 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-04-17 04:21:16.001 | + 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-04-17 04:21:16.003 | + lib/nova:start_nova:1178 : start_nova_conductor 2025-04-17 04:21:16.008 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:21:16.011 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-17 04:21:16.011 | Starting nova-conductor in a cellsv1-compatible way 2025-04-17 04:21:16.013 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 04:21:16.015 | + functions-common:run_process:1689 : local service=n-cond 2025-04-17 04:21:16.017 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 04:21:16.019 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:16.022 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:16.024 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:16.026 | + functions-common:run_process:1695 : local name=n-cond 2025-04-17 04:21:16.028 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:16.030 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:16.032 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:16.034 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:16.037 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:16.040 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863676038 2025-04-17 04:21:16.043 | + functions-common:run_process:1698 : is_service_enabled n-cond 2025-04-17 04:21:16.056 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:16.058 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-04-17 04:21:16.061 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2025-04-17 04:21:16.063 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 04:21:16.065 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 04:21:16.067 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 04:21:16.069 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 04:21:16.071 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-17 04:21:16.073 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-17 04:21:16.075 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2025-04-17 04:21:16.077 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:21:16.079 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:21:16.081 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:21:16.083 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:21:16.085 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-17 04:21:16.087 | + 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-04-17 04:21:16.089 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2025-04-17 04:21:16.091 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 04:21:16.093 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:21:16.095 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:21:16.097 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:21:16.099 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:21:16.100 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:21:16.102 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-17 04:21:16.104 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:21:16.107 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-04-17 04:21:16.156 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-17 04:21:16.207 | + 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-04-17 04:21:16.248 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-17 04:21:16.290 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-17 04:21:16.337 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:21:16.380 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:21:16.382 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:21:16.384 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-17 04:21:16.432 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:21:16.674 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2025-04-17 04:21:16.684 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-17 04:21:16.921 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2025-04-17 04:21:16.947 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:16.949 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:16.952 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:16.954 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:16.956 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:16.957 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:16.959 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:16.961 | + functions-common:time_stop:2442 : start_time=1744863676038 2025-04-17 04:21:16.963 | + functions-common:time_stop:2444 : [[ -z 1744863676038 ]] 2025-04-17 04:21:16.966 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:16.969 | + functions-common:time_stop:2447 : end_time=1744863676967 2025-04-17 04:21:16.972 | + functions-common:time_stop:2448 : elapsed_time=929 2025-04-17 04:21:16.974 | + functions-common:time_stop:2449 : total=10382 2025-04-17 04:21:16.975 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:16.977 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11311 2025-04-17 04:21:16.979 | + lib/nova:start_nova_conductor:1149 : return 2025-04-17 04:21:16.982 | + lib/nova:start_nova:1179 : start_nova_compute 2025-04-17 04:21:16.984 | + 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-04-17 04:21:16.986 | + 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-04-17 04:21:16.988 | + 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-04-17 04:21:16.990 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-17 04:21:16.992 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-17 04:21:16.996 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-17 04:21:16.998 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:21:17.000 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 04:21:17.002 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-17 04:21:17.004 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 04:21:17.007 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-17 04:21:17.009 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-17 04:21:17.011 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-17 04:21:17.013 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-17 04:21:17.016 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-17 04:21:17.017 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-17 04:21:17.017 | BEGIN { 2025-04-17 04:21:17.017 | section = "" 2025-04-17 04:21:17.017 | last_section = "" 2025-04-17 04:21:17.017 | section_count = 0 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | /^\[.+\]/ { 2025-04-17 04:21:17.017 | gsub("[][]", "", $1); 2025-04-17 04:21:17.017 | section=$1 2025-04-17 04:21:17.017 | next 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | /^ *\#/ { 2025-04-17 04:21:17.017 | next 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | /^[^ \t]+/ { 2025-04-17 04:21:17.017 | # get offset of first = in $0 2025-04-17 04:21:17.017 | eq_idx = index($0, "=") 2025-04-17 04:21:17.017 | # extract attr & value from $0 2025-04-17 04:21:17.017 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 04:21:17.017 | value = substr($0, eq_idx + 1) 2025-04-17 04:21:17.017 | # only need to strip trailing whitespace from attr 2025-04-17 04:21:17.017 | sub(/[ \t]*$/, "", attr) 2025-04-17 04:21:17.017 | # need to strip leading & trailing whitespace from value 2025-04-17 04:21:17.017 | sub(/^[ \t]*/, "", value) 2025-04-17 04:21:17.017 | sub(/[ \t]*$/, "", value) 2025-04-17 04:21:17.017 | 2025-04-17 04:21:17.017 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 04:21:17.017 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 04:21:17.017 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 04:21:17.017 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 04:21:17.017 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 04:21:17.017 | if (section != last_section) { 2025-04-17 04:21:17.017 | cfg_section[section_count++] = section 2025-04-17 04:21:17.017 | last_section = section 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 04:21:17.017 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 04:21:17.017 | 2025-04-17 04:21:17.017 | cfg_attr[section, attr, 0] = value 2025-04-17 04:21:17.017 | cfg_attr_count[section, attr] = 1 2025-04-17 04:21:17.017 | } else { 2025-04-17 04:21:17.017 | lno = cfg_attr_count[section, attr]++ 2025-04-17 04:21:17.017 | cfg_attr[section, attr, lno] = value 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | END { 2025-04-17 04:21:17.017 | # Process each section in order 2025-04-17 04:21:17.017 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 04:21:17.017 | section = cfg_section[sno] 2025-04-17 04:21:17.017 | # The ini routines simply append a config item immediately 2025-04-17 04:21:17.017 | # after the section header. To keep the same order as defined 2025-04-17 04:21:17.017 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 04:21:17.017 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 04:21:17.017 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 04:21:17.017 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 04:21:17.017 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 04:21:17.017 | else { 2025-04-17 04:21:17.017 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 04:21:17.017 | count = cfg_attr_count[section, attr] 2025-04-17 04:21:17.017 | print "inidelete " configfile " " section " " attr 2025-04-17 04:21:17.017 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 04:21:17.017 | for (l = count -2; l >= 0; l--) 2025-04-17 04:21:17.017 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.017 | } 2025-04-17 04:21:17.018 | ' 2025-04-17 04:21:17.018 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 04:21:17.018 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:21:17.019 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 04:21:17.020 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 04:21:17.022 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-17 04:21:17.024 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:21:17.025 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-17 04:21:17.027 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-17 04:21:17.027 | BEGIN { group = "" } 2025-04-17 04:21:17.027 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:21:17.027 | gsub("[][]", "", $1); 2025-04-17 04:21:17.027 | split($1, a, "|"); 2025-04-17 04:21:17.027 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 04:21:17.027 | group=a[1] 2025-04-17 04:21:17.027 | } else { 2025-04-17 04:21:17.027 | group="" 2025-04-17 04:21:17.027 | } 2025-04-17 04:21:17.027 | next 2025-04-17 04:21:17.027 | } 2025-04-17 04:21:17.027 | { 2025-04-17 04:21:17.027 | if (group != "") 2025-04-17 04:21:17.027 | print $0 2025-04-17 04:21:17.027 | } 2025-04-17 04:21:17.027 | ' /opt/stack/devstack/local.conf 2025-04-17 04:21:17.033 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 04:21:17.035 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-17 04:21:17.035 | Skipping multi-cell conductor fleet setup 2025-04-17 04:21:17.037 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-17 04:21:17.052 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-17 04:21:17.067 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2025-04-17 04:21:17.069 | + lib/nova:configure_console_compute:664 : local offset 2025-04-17 04:21:17.071 | + lib/nova:configure_console_compute:665 : offset=0 2025-04-17 04:21:17.073 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2025-04-17 04:21:17.076 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-17 04:21:17.091 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2025-04-17 04:21:17.093 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2025-04-17 04:21:17.105 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:17.107 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2025-04-17 04:21:17.120 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:17.122 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2025-04-17 04:21:17.124 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-17 04:21:17.149 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2025-04-17 04:21:17.162 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:17.164 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2025-04-17 04:21:17.177 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:17.179 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-17 04:21:17.203 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2025-04-17 04:21:17.205 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-17 04:21:17.207 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-17 04:21:17.209 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2025-04-17 04:21:17.211 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-17 04:21:17.212 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2025-04-17 04:21:17.215 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2025-04-17 04:21:17.216 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2025-04-17 04:21:17.230 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:17.232 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-17 04:21:17.234 | + functions-common:run_process:1689 : local service=n-cpu 2025-04-17 04:21:17.236 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-17 04:21:17.238 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:17.241 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:17.243 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:17.245 | + functions-common:run_process:1695 : local name=n-cpu 2025-04-17 04:21:17.247 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:17.249 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:17.251 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:17.253 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:17.255 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:17.259 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863677257 2025-04-17 04:21:17.261 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2025-04-17 04:21:17.275 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:17.277 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:17.279 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:17.281 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:17.283 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:17.285 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:17.287 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:17.289 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:17.291 | + functions-common:time_stop:2442 : start_time=1744863677257 2025-04-17 04:21:17.293 | + functions-common:time_stop:2444 : [[ -z 1744863677257 ]] 2025-04-17 04:21:17.296 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:17.299 | + functions-common:time_stop:2447 : end_time=1744863677297 2025-04-17 04:21:17.301 | + functions-common:time_stop:2448 : elapsed_time=40 2025-04-17 04:21:17.303 | + functions-common:time_stop:2449 : total=11311 2025-04-17 04:21:17.305 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:17.307 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11351 2025-04-17 04:21:17.309 | + 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-04-17 04:21:17.311 | + 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-04-17 04:21:17.313 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2025-04-17 04:21:17.327 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:17.329 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2025-04-17 04:21:17.329 | Dumping cells_v2 mapping 2025-04-17 04:21:17.331 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2025-04-17 04:21:17.724 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-17 04:21:19.070 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-04-17 04:21:19.070 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-17 04:21:19.070 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-04-17 04:21:19.070 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2025-04-17 04:21:19.070 | | cell1 | e114da18-3889-44ed-bcc6-d0521cd01fe4 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2025-04-17 04:21:19.070 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-04-17 04:21:19.406 | + stack.sh:main:1325 : async_runfunc create_flavors 2025-04-17 04:21:19.409 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-17 04:21:19.458 | + inc/async:async_inner:63 : create_flavors 2025-04-17 04:21:19.487 | [3504 Async create_flavors:59102]: running: create_flavors 2025-04-17 04:21:19.489 | + stack.sh:main:1327 : is_service_enabled cinder 2025-04-17 04:21:19.503 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:19.505 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2025-04-17 04:21:19.507 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:19.509 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2025-04-17 04:21:19.511 | + stack.sh:main:1329 : start_cinder 2025-04-17 04:21:19.513 | + lib/cinder:start_cinder:585 : local service_port=8776 2025-04-17 04:21:19.515 | + lib/cinder:start_cinder:586 : local service_protocol=http 2025-04-17 04:21:19.517 | + lib/cinder:start_cinder:587 : local cinder_url 2025-04-17 04:21:19.519 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2025-04-17 04:21:19.531 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:19.534 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2025-04-17 04:21:19.535 | + 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-04-17 04:21:19.538 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2025-04-17 04:21:19.540 | ++ lib/cinder:start_cinder:621 : which uwsgi 2025-04-17 04:21:19.543 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 04:21:19.545 | + functions-common:run_process:1689 : local service=c-api 2025-04-17 04:21:19.548 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 04:21:19.550 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:19.552 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:19.554 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:19.556 | + functions-common:run_process:1695 : local name=c-api 2025-04-17 04:21:19.558 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:19.560 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:19.562 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:19.564 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:19.566 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:19.570 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863679568 2025-04-17 04:21:19.572 | + functions-common:run_process:1698 : is_service_enabled c-api 2025-04-17 04:21:19.584 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:19.586 | + 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-04-17 04:21:19.588 | + functions-common:_run_under_systemd:1649 : local service=c-api 2025-04-17 04:21:19.590 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 04:21:19.592 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 04:21:19.594 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 04:21:19.596 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 04:21:19.598 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-17 04:21:19.600 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-17 04:21:19.602 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2025-04-17 04:21:19.605 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:21:19.607 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:21:19.609 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:21:19.611 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:21:19.613 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-17 04:21:19.615 | + 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-04-17 04:21:19.617 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2025-04-17 04:21:19.618 | + 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-04-17 04:21:19.620 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-04-17 04:21:19.622 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-04-17 04:21:19.624 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-04-17 04:21:19.626 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-17 04:21:19.628 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-04-17 04:21:19.631 | + 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-04-17 04:21:19.679 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-04-17 04:21:19.727 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-17 04:21:19.768 | + 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-04-17 04:21:19.809 | + 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-04-17 04:21:19.850 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-17 04:21:19.890 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-17 04:21:19.930 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-17 04:21:19.970 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-17 04:21:20.012 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-17 04:21:20.054 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-04-17 04:21:20.056 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-04-17 04:21:20.058 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-17 04:21:20.109 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-04-17 04:21:20.358 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2025-04-17 04:21:20.368 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-17 04:21:20.613 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2025-04-17 04:21:20.660 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:20.662 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:20.665 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:20.667 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:20.669 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:20.671 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:20.673 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:20.675 | + functions-common:time_stop:2442 : start_time=1744863679568 2025-04-17 04:21:20.677 | + functions-common:time_stop:2444 : [[ -z 1744863679568 ]] 2025-04-17 04:21:20.680 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:20.683 | + functions-common:time_stop:2447 : end_time=1744863680681 2025-04-17 04:21:20.686 | + functions-common:time_stop:2448 : elapsed_time=1113 2025-04-17 04:21:20.688 | + functions-common:time_stop:2449 : total=11351 2025-04-17 04:21:20.690 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:20.692 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12464 2025-04-17 04:21:20.694 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2025-04-17 04:21:20.696 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2025-04-17 04:21:20.696 | Waiting for Cinder API to start... 2025-04-17 04:21:20.698 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-17 04:21:20.700 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 04:21:20.703 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-17 04:21:20.705 | + functions:wait_for_service:470 : local rval=0 2025-04-17 04:21:20.707 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 04:21:20.710 | + functions-common:time_start:2421 : local name=wait_for_service 2025-04-17 04:21:20.712 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:20.714 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:20.718 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:20.721 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863680718 2025-04-17 04:21:20.723 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 04:21:20.726 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-17 04:21:22.800 | + :: : [[ 401 == 503 ]] 2025-04-17 04:21:22.801 | + :: : [[ 0 -eq 7 ]] 2025-04-17 04:21:22.803 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 04:21:22.806 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:22.809 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:22.811 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:22.813 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:22.815 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:22.817 | + functions-common:time_stop:2441 : name=wait_for_service 2025-04-17 04:21:22.819 | + functions-common:time_stop:2442 : start_time=1744863680718 2025-04-17 04:21:22.821 | + functions-common:time_stop:2444 : [[ -z 1744863680718 ]] 2025-04-17 04:21:22.824 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:22.827 | + functions-common:time_stop:2447 : end_time=1744863682825 2025-04-17 04:21:22.829 | + functions-common:time_stop:2448 : elapsed_time=2107 2025-04-17 04:21:22.831 | + functions-common:time_stop:2449 : total=6309 2025-04-17 04:21:22.833 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:22.835 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8416 2025-04-17 04:21:22.837 | + functions:wait_for_service:478 : return 0 2025-04-17 04:21:22.839 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:22.841 | + functions-common:run_process:1689 : local service=c-sch 2025-04-17 04:21:22.843 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:22.845 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:22.847 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:22.849 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:22.851 | + functions-common:run_process:1695 : local name=c-sch 2025-04-17 04:21:22.853 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:22.855 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:22.857 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:22.859 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:22.862 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:22.865 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863682863 2025-04-17 04:21:22.867 | + functions-common:run_process:1698 : is_service_enabled c-sch 2025-04-17 04:21:22.880 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:22.882 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-04-17 04:21:22.884 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2025-04-17 04:21:22.886 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:22.888 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:22.890 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:22.892 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:22.894 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-17 04:21:22.896 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-17 04:21:22.898 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2025-04-17 04:21:22.900 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:21:22.902 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:21:22.904 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:21:22.906 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:21:22.908 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-17 04:21:22.910 | + 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-04-17 04:21:22.912 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2025-04-17 04:21:22.914 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:22.915 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:21:22.917 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:21:22.919 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-04-17 04:21:22.921 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:21:22.923 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:21:22.925 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-17 04:21:22.927 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:21:22.930 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-04-17 04:21:22.978 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-17 04:21:23.027 | + 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-04-17 04:21:23.069 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-17 04:21:23.112 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-17 04:21:23.155 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:21:23.198 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-04-17 04:21:23.200 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:21:23.202 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-17 04:21:23.253 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:21:23.511 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2025-04-17 04:21:23.521 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-17 04:21:23.760 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2025-04-17 04:21:23.792 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:23.794 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:23.796 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:23.798 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:23.800 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:23.802 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:23.804 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:23.806 | + functions-common:time_stop:2442 : start_time=1744863682863 2025-04-17 04:21:23.808 | + functions-common:time_stop:2444 : [[ -z 1744863682863 ]] 2025-04-17 04:21:23.811 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:23.814 | + functions-common:time_stop:2447 : end_time=1744863683812 2025-04-17 04:21:23.816 | + functions-common:time_stop:2448 : elapsed_time=949 2025-04-17 04:21:23.818 | + functions-common:time_stop:2449 : total=12464 2025-04-17 04:21:23.820 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:23.822 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13413 2025-04-17 04:21:23.824 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 04:21:23.826 | + 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-04-17 04:21:23.828 | + functions-common:run_process:1689 : local service=c-bak 2025-04-17 04:21:23.830 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:23.832 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:23.834 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:23.836 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 04:21:23.838 | + functions-common:run_process:1695 : local name=c-bak 2025-04-17 04:21:23.840 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:23.843 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:23.845 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:23.847 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:23.850 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:23.853 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863683851 2025-04-17 04:21:23.855 | + functions-common:run_process:1698 : is_service_enabled c-bak 2025-04-17 04:21:23.870 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:23.872 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:23.874 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:23.876 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:23.877 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:23.880 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:23.882 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:23.883 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:23.885 | + functions-common:time_stop:2442 : start_time=1744863683851 2025-04-17 04:21:23.887 | + functions-common:time_stop:2444 : [[ -z 1744863683851 ]] 2025-04-17 04:21:23.890 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:23.893 | + functions-common:time_stop:2447 : end_time=1744863683891 2025-04-17 04:21:23.895 | + functions-common:time_stop:2448 : elapsed_time=40 2025-04-17 04:21:23.897 | + functions-common:time_stop:2449 : total=13413 2025-04-17 04:21:23.899 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:23.902 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13453 2025-04-17 04:21:23.904 | + 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-04-17 04:21:23.905 | + functions-common:run_process:1689 : local service=c-vol 2025-04-17 04:21:23.908 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:23.910 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:23.912 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:23.914 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 04:21:23.916 | + functions-common:run_process:1695 : local name=c-vol 2025-04-17 04:21:23.918 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:23.920 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:23.922 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:23.924 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:23.927 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:23.930 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863683928 2025-04-17 04:21:23.933 | + functions-common:run_process:1698 : is_service_enabled c-vol 2025-04-17 04:21:23.947 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:23.949 | + 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-04-17 04:21:23.951 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2025-04-17 04:21:23.953 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:23.955 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:23.957 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:23.959 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:23.962 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-17 04:21:23.964 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-17 04:21:23.966 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2025-04-17 04:21:23.968 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:21:23.970 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:21:23.972 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:21:23.973 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 04:21:23.975 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-17 04:21:23.978 | + 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-04-17 04:21:23.979 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2025-04-17 04:21:23.981 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 04:21:23.983 | + functions-common:write_user_unit_file:1560 : local group= 2025-04-17 04:21:23.985 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-04-17 04:21:23.987 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 04:21:23.989 | + functions-common:write_user_unit_file:1563 : local extra= 2025-04-17 04:21:23.991 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-04-17 04:21:23.993 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-17 04:21:23.995 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-04-17 04:21:23.998 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-04-17 04:21:24.048 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-17 04:21:24.098 | + 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-04-17 04:21:24.139 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-17 04:21:24.180 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-17 04:21:24.221 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 04:21:24.264 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-17 04:21:24.267 | + 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-04-17 04:21:24.310 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-04-17 04:21:24.312 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-17 04:21:24.363 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-04-17 04:21:24.617 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2025-04-17 04:21:24.627 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-17 04:21:24.884 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2025-04-17 04:21:24.913 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:24.916 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:24.918 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:24.920 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:24.922 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:24.924 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:24.926 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:24.928 | + functions-common:time_stop:2442 : start_time=1744863683928 2025-04-17 04:21:24.930 | + functions-common:time_stop:2444 : [[ -z 1744863683928 ]] 2025-04-17 04:21:24.933 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:24.936 | + functions-common:time_stop:2447 : end_time=1744863684934 2025-04-17 04:21:24.938 | + functions-common:time_stop:2448 : elapsed_time=1006 2025-04-17 04:21:24.940 | + functions-common:time_stop:2449 : total=13453 2025-04-17 04:21:24.942 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:24.945 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14459 2025-04-17 04:21:24.946 | + stack.sh:main:1330 : create_volume_types 2025-04-17 04:21:24.949 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2025-04-17 04:21:24.964 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:24.965 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2025-04-17 04:21:24.968 | + lib/cinder:create_volume_types:674 : local be be_name 2025-04-17 04:21:24.970 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-17 04:21:24.971 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2025-04-17 04:21:24.974 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2025-04-17 04:21:24.976 | + lib/cinder:create_one_type:654 : type_name=vsphere 2025-04-17 04:21:24.978 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2025-04-17 04:21:24.980 | + lib/cinder:create_one_type:656 : property_value=vsphere 2025-04-17 04:21:24.982 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2025-04-17 04:21:24.996 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:24.998 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-17 04:21:26.837 | +-------------+--------------------------------------+ 2025-04-17 04:21:26.837 | | Field | Value | 2025-04-17 04:21:26.837 | +-------------+--------------------------------------+ 2025-04-17 04:21:26.837 | | description | None | 2025-04-17 04:21:26.837 | | id | 3644ded4-a4fe-4819-934f-0c2ce27a4f1e | 2025-04-17 04:21:26.837 | | is_public | True | 2025-04-17 04:21:26.837 | | name | vsphere | 2025-04-17 04:21:26.837 | | properties | volume_backend_name='vsphere' | 2025-04-17 04:21:26.837 | +-------------+--------------------------------------+ 2025-04-17 04:21:26.970 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:26.972 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:26.974 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:26.976 | + stack.sh:main:1343 : is_service_enabled glance 2025-04-17 04:21:26.991 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:26.993 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2025-04-17 04:21:26.995 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:26.997 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2025-04-17 04:21:26.999 | + stack.sh:main:1345 : start_glance 2025-04-17 04:21:27.001 | + lib/glance:start_glance:606 : local service_protocol=http 2025-04-17 04:21:27.004 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2025-04-17 04:21:27.018 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:27.021 | + lib/glance:start_glance:613 : [[ False == False ]] 2025-04-17 04:21:27.025 | ++ lib/glance:start_glance:614 : which uwsgi 2025-04-17 04:21:27.028 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 04:21:27.030 | + functions-common:run_process:1689 : local service=g-api 2025-04-17 04:21:27.032 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 04:21:27.034 | + functions-common:run_process:1691 : local group= 2025-04-17 04:21:27.036 | + functions-common:run_process:1692 : local user= 2025-04-17 04:21:27.038 | + functions-common:run_process:1693 : local env_vars= 2025-04-17 04:21:27.040 | + functions-common:run_process:1695 : local name=g-api 2025-04-17 04:21:27.042 | + functions-common:run_process:1697 : time_start run_process 2025-04-17 04:21:27.044 | + functions-common:time_start:2421 : local name=run_process 2025-04-17 04:21:27.046 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:27.048 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:27.051 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:27.054 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863687052 2025-04-17 04:21:27.056 | + functions-common:run_process:1698 : is_service_enabled g-api 2025-04-17 04:21:27.070 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:27.072 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-04-17 04:21:27.074 | + functions-common:_run_under_systemd:1649 : local service=g-api 2025-04-17 04:21:27.076 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 04:21:27.078 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 04:21:27.080 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 04:21:27.082 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 04:21:27.084 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-17 04:21:27.086 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-17 04:21:27.088 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2025-04-17 04:21:27.090 | + functions-common:_run_under_systemd:1656 : local group= 2025-04-17 04:21:27.092 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-04-17 04:21:27.094 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-04-17 04:21:27.096 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-04-17 04:21:27.098 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-17 04:21:27.101 | + 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-04-17 04:21:27.103 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2025-04-17 04:21:27.104 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 04:21:27.106 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-04-17 04:21:27.108 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-04-17 04:21:27.110 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-04-17 04:21:27.112 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-17 04:21:27.114 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-04-17 04:21:27.117 | + 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-04-17 04:21:27.167 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-04-17 04:21:27.219 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-17 04:21:27.261 | + 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-04-17 04:21:27.305 | + 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-04-17 04:21:27.349 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-17 04:21:27.392 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-17 04:21:27.437 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-17 04:21:27.482 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-17 04:21:27.526 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-17 04:21:27.570 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-04-17 04:21:27.572 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-04-17 04:21:27.574 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-17 04:21:27.626 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-04-17 04:21:27.877 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2025-04-17 04:21:27.887 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-17 04:21:28.125 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2025-04-17 04:21:28.172 | + functions-common:run_process:1701 : time_stop run_process 2025-04-17 04:21:28.174 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:28.176 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:28.178 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:28.180 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:28.182 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:28.184 | + functions-common:time_stop:2441 : name=run_process 2025-04-17 04:21:28.186 | + functions-common:time_stop:2442 : start_time=1744863687052 2025-04-17 04:21:28.188 | + functions-common:time_stop:2444 : [[ -z 1744863687052 ]] 2025-04-17 04:21:28.191 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:28.194 | + functions-common:time_stop:2447 : end_time=1744863688192 2025-04-17 04:21:28.196 | + functions-common:time_stop:2448 : elapsed_time=1140 2025-04-17 04:21:28.198 | + functions-common:time_stop:2449 : total=14459 2025-04-17 04:21:28.200 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:28.202 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15599 2025-04-17 04:21:28.204 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2025-04-17 04:21:28.218 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:28.220 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-17 04:21:28.220 | Waiting for g-api (10.180.1.21) to start... 2025-04-17 04:21:28.222 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2025-04-17 04:21:28.224 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 04:21:28.226 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-17 04:21:28.228 | + functions:wait_for_service:470 : local rval=0 2025-04-17 04:21:28.230 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 04:21:28.232 | + functions-common:time_start:2421 : local name=wait_for_service 2025-04-17 04:21:28.234 | + functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:28.236 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:28.239 | ++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:28.243 | + functions-common:time_start:2426 : _TIME_START[$name]=1744863688240 2025-04-17 04:21:28.245 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 04:21:28.248 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-17 04:21:30.277 | + :: : [[ 300 == 503 ]] 2025-04-17 04:21:30.278 | + :: : [[ 0 -eq 7 ]] 2025-04-17 04:21:30.282 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 04:21:30.284 | + functions-common:time_stop:2435 : local name 2025-04-17 04:21:30.286 | + functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:30.288 | + functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:30.291 | + functions-common:time_stop:2438 : local total 2025-04-17 04:21:30.293 | + functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:30.295 | + functions-common:time_stop:2441 : name=wait_for_service 2025-04-17 04:21:30.297 | + functions-common:time_stop:2442 : start_time=1744863688240 2025-04-17 04:21:30.299 | + functions-common:time_stop:2444 : [[ -z 1744863688240 ]] 2025-04-17 04:21:30.302 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:30.305 | + functions-common:time_stop:2447 : end_time=1744863690303 2025-04-17 04:21:30.307 | + functions-common:time_stop:2448 : elapsed_time=2063 2025-04-17 04:21:30.309 | + functions-common:time_stop:2449 : total=8416 2025-04-17 04:21:30.311 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:30.313 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10479 2025-04-17 04:21:30.315 | + functions:wait_for_service:478 : return 0 2025-04-17 04:21:30.318 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2025-04-17 04:21:30.332 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:30.335 | + stack.sh:main:1359 : is_service_enabled glance 2025-04-17 04:21:30.349 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:30.351 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2025-04-17 04:21:30.353 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:30.355 | + stack.sh:echo_summary:455 : echo -e Uploading images 2025-04-17 04:21:30.357 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2025-04-17 04:21:30.359 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.360 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.362 | + functions:upload_image:134 : local image image_fname image_name 2025-04-17 04:21:30.364 | + functions:upload_image:136 : local max_attempts=5 2025-04-17 04:21:30.365 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-17 04:21:30.370 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.372 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.374 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-17 04:21:30.376 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-17 04:21:30.378 | ++ functions:upload_image:144 : seq 5 2025-04-17 04:21:30.381 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-17 04:21:30.383 | + functions:upload_image:145 : local rc=0 2025-04-17 04:21:30.385 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.388 | --2025-04-17 04:21:30-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-17 04:21:30.394 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-17 04:21:30.395 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-17 04:21:30.429 | HTTP request sent, awaiting response... 200 OK 2025-04-17 04:21:30.429 | Length: 21318656 (20M) [application/octet-stream] 2025-04-17 04:21:30.429 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-17 04:21:30.437 | 2025-04-17 04:21:30.536 | 0K ........ ........ .... 100% 191M=0.1s 2025-04-17 04:21:30.536 | 2025-04-17 04:21:30.537 | 2025-04-17 04:21:30 (191 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-17 04:21:30.538 | 2025-04-17 04:21:30.540 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-17 04:21:30.542 | + functions:upload_image:155 : break 2025-04-17 04:21:30.544 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.545 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-17 04:21:30.547 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-17 04:21:30.549 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-17 04:21:30.551 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-17 04:21:30.553 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-17 04:21:30.555 | + functions:upload_image:196 : local path_len 2025-04-17 04:21:30.557 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-17 04:21:30.559 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.560 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.564 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-17 04:21:30.565 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-17 04:21:30.567 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-17 04:21:30.569 | + functions:upload_image:205 : local vmdk_create_type 2025-04-17 04:21:30.571 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.571 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.575 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-17 04:21:30.577 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-17 04:21:30.579 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-17 04:21:30.580 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-17 04:21:30.582 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-17 04:21:30.584 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-17 04:21:30.585 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-17 04:21:30.587 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-17 04:21:30.589 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-17 04:21:30.592 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-17 04:21:30.592 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-17 04:21:30.596 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-17 04:21:30.598 | + functions:upload_image:284 : IFS=':;' 2025-04-17 04:21:30.600 | + functions:upload_image:284 : read -a props 2025-04-17 04:21:30.601 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-17 04:21:30.603 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-17 04:21:30.605 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-17 04:21:30.606 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-17 04:21:30.608 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-17 04:21:30.610 | + functions:_upload_image:105 : shift 2025-04-17 04:21:30.611 | + functions:_upload_image:106 : local container=bare 2025-04-17 04:21:30.613 | + functions:_upload_image:107 : shift 2025-04-17 04:21:30.614 | + functions:_upload_image:108 : local disk=vmdk 2025-04-17 04:21:30.616 | + functions:_upload_image:109 : shift 2025-04-17 04:21:30.618 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 04:21:30.619 | + functions:_upload_image:111 : shift 2025-04-17 04:21:30.621 | + functions:_upload_image:112 : local properties 2025-04-17 04:21:30.623 | + functions:_upload_image:113 : local useimport 2025-04-17 04:21:30.625 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-17 04:21:30.626 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-17 04:21:30.628 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-17 04:21:30.629 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-17 04:21:30.631 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-17 04:21:30.633 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-17 04:21:30.634 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-17 04:21:30.636 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-17 04:21:30.638 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-17 04:21:30.640 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-17 04:21:30.642 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:30.644 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-17 04:21:32.902 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-17 04:21:32.902 | | Field | Value | 2025-04-17 04:21:32.902 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-17 04:21:32.902 | | container_format | bare | 2025-04-17 04:21:32.902 | | created_at | 2025-04-17T04:21:32Z | 2025-04-17 04:21:32.902 | | disk_format | vmdk | 2025-04-17 04:21:32.902 | | file | /v2/images/2a5e619b-8532-4b3c-9d86-85994a7987af/file | 2025-04-17 04:21:32.902 | | id | 2a5e619b-8532-4b3c-9d86-85994a7987af | 2025-04-17 04:21:32.902 | | min_disk | 0 | 2025-04-17 04:21:32.902 | | min_ram | 0 | 2025-04-17 04:21:32.902 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-17 04:21:32.902 | | owner | 41f302a7ddc84085a05c55c0788e6a8e | 2025-04-17 04:21:32.902 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2025-04-17 04:21:32.902 | | protected | False | 2025-04-17 04:21:32.902 | | schema | /v2/schemas/image | 2025-04-17 04:21:32.902 | | status | queued | 2025-04-17 04:21:32.902 | | tags | | 2025-04-17 04:21:32.902 | | updated_at | 2025-04-17T04:21:32Z | 2025-04-17 04:21:32.902 | | visibility | public | 2025-04-17 04:21:32.902 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-17 04:21:33.023 | + functions:upload_image:291 : return 2025-04-17 04:21:33.025 | + stack.sh:main:1367 : async_wait create_flavors 2025-04-17 04:21:33.064 | [3504 Async create_flavors:59102]: Waiting for completion of create_flavors running on PID 59102 (2 other jobs running) 2025-04-17 04:21:33.083 | [3504 Async create_flavors:59102]: Signaling child to exit 2025-04-17 04:21:35.188 | + inc/async:async_inner:64 : rc=0 2025-04-17 04:21:35.208 | [59102 Async create_flavors:59102]: finished successfully 2025-04-17 04:21:35.225 | WAKEUP 2025-04-17 04:21:35.242 | [3504 Async create_flavors:59102]: Signaled 2025-04-17 04:21:35.243 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2025-04-17 04:21:35.243 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:35.243 | + lib/nova:create_flavors:1248 : grep -q ds512M 2025-04-17 04:21:35.243 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2025-04-17 04:21:35.243 | + 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-04-17 04:21:35.243 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.243 | | Field | Value | 2025-04-17 04:21:35.243 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.243 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.243 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.243 | | description | None | 2025-04-17 04:21:35.243 | | disk | 1 | 2025-04-17 04:21:35.243 | | id | c1 | 2025-04-17 04:21:35.243 | | name | cirros256 | 2025-04-17 04:21:35.243 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.243 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.243 | | ram | 256 | 2025-04-17 04:21:35.243 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.243 | | swap | | 2025-04-17 04:21:35.244 | | vcpus | 1 | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | + 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-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | Field | Value | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.244 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.244 | | description | None | 2025-04-17 04:21:35.244 | | disk | 5 | 2025-04-17 04:21:35.244 | | id | d1 | 2025-04-17 04:21:35.244 | | name | ds512M | 2025-04-17 04:21:35.244 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.244 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.244 | | ram | 512 | 2025-04-17 04:21:35.244 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.244 | | swap | | 2025-04-17 04:21:35.244 | | vcpus | 1 | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | + 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-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | Field | Value | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.244 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.244 | | description | None | 2025-04-17 04:21:35.244 | | disk | 10 | 2025-04-17 04:21:35.244 | | id | d2 | 2025-04-17 04:21:35.244 | | name | ds1G | 2025-04-17 04:21:35.244 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.244 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.244 | | ram | 1024 | 2025-04-17 04:21:35.244 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.244 | | swap | | 2025-04-17 04:21:35.244 | | vcpus | 1 | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | + 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-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | Field | Value | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.244 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.244 | | description | None | 2025-04-17 04:21:35.244 | | disk | 10 | 2025-04-17 04:21:35.244 | | id | d3 | 2025-04-17 04:21:35.244 | | name | ds2G | 2025-04-17 04:21:35.244 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.244 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.244 | | ram | 2048 | 2025-04-17 04:21:35.244 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.244 | | swap | | 2025-04-17 04:21:35.244 | | vcpus | 2 | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | + 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-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | Field | Value | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.244 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.244 | | description | None | 2025-04-17 04:21:35.244 | | disk | 20 | 2025-04-17 04:21:35.244 | | id | d4 | 2025-04-17 04:21:35.244 | | name | ds4G | 2025-04-17 04:21:35.244 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.244 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.244 | | ram | 4096 | 2025-04-17 04:21:35.244 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.244 | | swap | | 2025-04-17 04:21:35.244 | | vcpus | 4 | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2025-04-17 04:21:35.244 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2025-04-17 04:21:35.244 | + 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-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | Field | Value | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.244 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.244 | | description | None | 2025-04-17 04:21:35.244 | | disk | 1 | 2025-04-17 04:21:35.244 | | id | 1 | 2025-04-17 04:21:35.244 | | name | m1.tiny | 2025-04-17 04:21:35.244 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.244 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.244 | | ram | 512 | 2025-04-17 04:21:35.244 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.244 | | swap | | 2025-04-17 04:21:35.244 | | vcpus | 1 | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | + 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-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | Field | Value | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.244 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.244 | | description | None | 2025-04-17 04:21:35.244 | | disk | 20 | 2025-04-17 04:21:35.244 | | id | 2 | 2025-04-17 04:21:35.244 | | name | m1.small | 2025-04-17 04:21:35.244 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.244 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.244 | | ram | 2048 | 2025-04-17 04:21:35.244 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.244 | | swap | | 2025-04-17 04:21:35.244 | | vcpus | 1 | 2025-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.244 | + 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-04-17 04:21:35.244 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.245 | | Field | Value | 2025-04-17 04:21:35.245 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.245 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.245 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.245 | | description | None | 2025-04-17 04:21:35.245 | | disk | 40 | 2025-04-17 04:21:35.245 | | id | 3 | 2025-04-17 04:21:35.245 | | name | m1.medium | 2025-04-17 04:21:35.245 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.245 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.245 | | ram | 4096 | 2025-04-17 04:21:35.245 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.245 | | swap | | 2025-04-17 04:21:35.245 | | vcpus | 2 | 2025-04-17 04:21:35.245 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.245 | + 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-04-17 04:21:35.245 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.245 | | Field | Value | 2025-04-17 04:21:35.245 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.245 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.245 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.245 | | description | None | 2025-04-17 04:21:35.245 | | disk | 80 | 2025-04-17 04:21:35.245 | | id | 4 | 2025-04-17 04:21:35.245 | | name | m1.large | 2025-04-17 04:21:35.245 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.245 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.245 | | ram | 8192 | 2025-04-17 04:21:35.245 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.245 | | swap | | 2025-04-17 04:21:35.245 | | vcpus | 4 | 2025-04-17 04:21:35.245 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.245 | + 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-04-17 04:21:35.245 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.245 | | Field | Value | 2025-04-17 04:21:35.245 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.245 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:35.245 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:35.245 | | description | None | 2025-04-17 04:21:35.245 | | disk | 160 | 2025-04-17 04:21:35.245 | | id | 5 | 2025-04-17 04:21:35.245 | | name | m1.xlarge | 2025-04-17 04:21:35.245 | | os-flavor-access:is_public | True | 2025-04-17 04:21:35.245 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:35.245 | | ram | 16384 | 2025-04-17 04:21:35.245 | | rxtx_factor | 1.0 | 2025-04-17 04:21:35.245 | | swap | | 2025-04-17 04:21:35.245 | | vcpus | 8 | 2025-04-17 04:21:35.245 | +----------------------------+-----------------------+ 2025-04-17 04:21:35.276 | [3504 Async create_flavors:59102]: finished create_flavors with result 0 in 15 seconds 2025-04-17 04:21:35.279 | + inc/async:async_wait:197 : return 0 2025-04-17 04:21:35.281 | + stack.sh:main:1369 : is_service_enabled horizon 2025-04-17 04:21:35.294 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:35.296 | + stack.sh:main:1383 : is_service_enabled nova 2025-04-17 04:21:35.310 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:35.312 | + stack.sh:main:1383 : is_service_enabled keystone 2025-04-17 04:21:35.326 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:35.328 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-17 04:21:35.330 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-17 04:21:35.332 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-17 04:21:35.335 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-17 04:21:35.336 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-17 04:21:35.338 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-17 04:21:35.339 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-17 04:21:35.340 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-17 04:21:35.341 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-17 04:21:35.342 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-17 04:21:35.343 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-17 04:21:35.344 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-17 04:21:35.345 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-17 04:21:35.346 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-17 04:21:35.347 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-17 04:21:35.348 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-17 04:21:35.349 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 04:21:35.350 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-17 04:21:35.351 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-17 04:21:35.352 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-17 04:21:35.353 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 04:21:35.354 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-17 04:21:35.355 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-17 04:21:35.356 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-17 04:21:35.357 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 04:21:35.358 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-17 04:21:35.359 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-17 04:21:35.360 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-17 04:21:35.361 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-17 04:21:35.362 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 04:21:35.363 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-17 04:21:35.364 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-17 04:21:35.365 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-17 04:21:35.366 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-17 04:21:35.367 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-17 04:21:35.368 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 04:21:35.369 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-17 04:21:35.370 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-17 04:21:35.371 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-17 04:21:35.372 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-17 04:21:35.373 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-17 04:21:35.374 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-17 04:21:35.375 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-17 04:21:35.376 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-17 04:21:35.377 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-17 04:21:35.378 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-17 04:21:35.379 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-17 04:21:35.380 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-17 04:21:35.381 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-17 04:21:35.382 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-17 04:21:35.383 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-17 04:21:35.384 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-17 04:21:35.385 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-17 04:21:35.386 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-17 04:21:35.388 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-17 04:21:35.389 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-17 04:21:35.390 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-17 04:21:35.391 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-17 04:21:35.392 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-17 04:21:35.393 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-17 04:21:35.393 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-17 04:21:35.393 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-17 04:21:35.394 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-17 04:21:36.294 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-17 04:21:36.296 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-04-17 04:21:36.404 | + stack.sh:main:1395 : save_stackenv 2025-04-17 04:21:36.406 | + functions-common:save_stackenv:60 : local tag= 2025-04-17 04:21:36.409 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-17 04:21:36.412 | + functions-common:save_stackenv:62 : time_stamp=2025-04-17-042136 2025-04-17 04:21:36.414 | + functions-common:save_stackenv:63 : echo '# 2025-04-17-042136 ' 2025-04-17 04:21:36.417 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.419 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-17 04:21:36.420 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.422 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-17 04:21:36.424 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.426 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-17 04:21:36.428 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.430 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-17 04:21:36.432 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.434 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-17 04:21:36.436 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.438 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-17 04:21:36.440 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.442 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-17-041354 2025-04-17 04:21:36.444 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.446 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-17 04:21:36.448 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.449 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-17 04:21:36.451 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.453 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-17 04:21:36.455 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.457 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-17 04:21:36.459 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.461 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-17 04:21:36.462 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.464 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-17 04:21:36.466 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.468 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-17 04:21:36.470 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 04:21:36.472 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-17 04:21:36.474 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-17 04:21:36.476 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-17 04:21:36.478 | + inc/meta-config:merge_config_group:171 : shift 2025-04-17 04:21:36.479 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-17 04:21:36.481 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:21:36.483 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-17 04:21:36.485 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-17 04:21:36.487 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-17 04:21:36.489 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:21:36.491 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-17 04:21:36.493 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:21:36.496 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-17 04:21:36.496 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:21:36.496 | gsub("[][]", "", $1); 2025-04-17 04:21:36.496 | split($1, a, "|"); 2025-04-17 04:21:36.496 | if (a[1] == matchgroup) 2025-04-17 04:21:36.496 | print a[2] 2025-04-17 04:21:36.496 | } 2025-04-17 04:21:36.496 | ' /opt/stack/devstack/local.conf 2025-04-17 04:21:36.500 | + stack.sh:main:1413 : run_phase stack extra 2025-04-17 04:21:36.502 | + functions-common:run_phase:1863 : local mode=stack 2025-04-17 04:21:36.504 | + functions-common:run_phase:1864 : local phase=extra 2025-04-17 04:21:36.506 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 04:21:36.507 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-04-17 04:21:36.509 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 04:21:36.512 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-04-17 04:21:36.514 | + functions-common:run_phase:1873 : local extra 2025-04-17 04:21:36.516 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 04:21:36.520 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-04-17 04:21:36.522 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 04:21:36.524 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 04:21:36.526 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-17 04:21:36.528 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 04:21:36.541 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:36.543 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:21:36.545 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:36.547 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-17 04:21:36.549 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:36.551 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:21:36.553 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:36.555 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-17 04:21:36.556 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-17 04:21:36.558 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 04:21:36.560 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 04:21:36.562 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:21:36.564 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 04:21:36.566 | + functions-common:run_phase:1890 : run_plugins stack extra 2025-04-17 04:21:36.568 | + functions-common:run_plugins:1849 : local mode=stack 2025-04-17 04:21:36.570 | + functions-common:run_plugins:1850 : local phase=extra 2025-04-17 04:21:36.572 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-04-17 04:21:36.574 | + functions-common:run_plugins:1853 : local plugin 2025-04-17 04:21:36.576 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-04-17 04:21:36.578 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-04-17 04:21:36.580 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 04:21:36.582 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-17 04:21:36.584 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:21:36.586 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:36.588 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-17 04:21:36.590 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:36.592 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:21:36.594 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:36.596 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-17 04:21:36.598 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-17 04:21:36.600 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:36.602 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2025-04-17 04:21:36.604 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-17 04:21:36.606 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-17 04:21:36.608 | + inc/meta-config:merge_config_group:171 : shift 2025-04-17 04:21:36.610 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-17 04:21:36.612 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:21:36.614 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-17 04:21:36.616 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-17 04:21:36.619 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-17 04:21:36.621 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:21:36.623 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-17 04:21:36.625 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:21:36.627 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-17 04:21:36.627 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:21:36.628 | gsub("[][]", "", $1); 2025-04-17 04:21:36.628 | split($1, a, "|"); 2025-04-17 04:21:36.628 | if (a[1] == matchgroup) 2025-04-17 04:21:36.628 | print a[2] 2025-04-17 04:21:36.628 | } 2025-04-17 04:21:36.628 | ' /opt/stack/devstack/local.conf 2025-04-17 04:21:36.632 | + stack.sh:main:1430 : is_service_enabled n-cpu 2025-04-17 04:21:36.646 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:36.648 | + stack.sh:main:1435 : service_check 2025-04-17 04:21:36.650 | + functions-common:service_check:1728 : local service 2025-04-17 04:21:36.652 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.654 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2025-04-17 04:21:36.663 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-17 04:21:36.666 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.669 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2025-04-17 04:21:36.678 | enabled 2025-04-17 04:21:36.681 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-17 04:21:36.727 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-17 04:21:36.727 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.727 | Active: active (running) since Thu 2025-04-17 04:20:39 UTC; 57s ago 2025-04-17 04:21:36.727 | Main PID: 52795 (uwsgi) 2025-04-17 04:21:36.727 | Status: "uWSGI is ready" 2025-04-17 04:21:36.727 | Tasks: 3 (limit: 19126) 2025-04-17 04:21:36.727 | Memory: 238.8M 2025-04-17 04:21:36.727 | CPU: 6.026s 2025-04-17 04:21:36.727 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-17 04:21:36.727 | ├─52795 "nova-apiuWSGI master" 2025-04-17 04:21:36.727 | ├─52796 "nova-apiuWSGI worker 1" 2025-04-17 04:21:36.727 | └─52797 "nova-apiuWSGI worker 2" 2025-04-17 04:21:36.727 | 2025-04-17 04:21:36.727 | Apr 17 04:21:33 devstack devstack@n-api.service[52796]: [pid: 52796|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Apr 17 04:21:33 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52797]: DEBUG nova.api.openstack.wsgi [None req-2aa8ab11-8568-4fcc-b59d-e92316fd79fc admin admin] Calling method '>' {{(pid=52797) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52797]: INFO nova.api.openstack.requestlog [None req-2aa8ab11-8568-4fcc-b59d-e92316fd79fc admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000977 2025-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52797]: [pid: 52797|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Apr 17 04:21:35 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52796]: DEBUG nova.api.openstack.wsgi [None req-77fadee2-d6dc-4466-ad8c-49d0cf883df7 admin admin] Action: 'create', calling method: >, body: {"flavor": {"ram": 16384, "vcpus": 8, "disk": 160, "id": "5", "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0, "name": "m1.xlarge", "swap": 0, "rxtx_factor": 1.0}} {{(pid=52796) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52796]: INFO nova.api.openstack.requestlog [None req-77fadee2-d6dc-4466-ad8c-49d0cf883df7 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.034751 2025-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52796]: [pid: 52796|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Apr 17 04:21:35 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-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52797]: DEBUG nova.api.openstack.wsgi [None req-7052ac6c-6068-4ea2-8139-026e7aa3a582 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=52797) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52797]: INFO nova.api.openstack.requestlog [None req-7052ac6c-6068-4ea2-8139-026e7aa3a582 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015048 2025-04-17 04:21:36.727 | Apr 17 04:21:35 devstack devstack@n-api.service[52797]: [pid: 52797|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Apr 17 04:21:35 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-04-17 04:21:36.731 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.733 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-17 04:21:36.743 | enabled 2025-04-17 04:21:36.746 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-17 04:21:36.757 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-17 04:21:36.757 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.757 | Active: active (running) since Thu 2025-04-17 04:21:16 UTC; 19s ago 2025-04-17 04:21:36.757 | Main PID: 58631 (nova-conductor) 2025-04-17 04:21:36.757 | Tasks: 3 (limit: 19126) 2025-04-17 04:21:36.757 | Memory: 148.4M 2025-04-17 04:21:36.757 | CPU: 2.089s 2025-04-17 04:21:36.757 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-17 04:21:36.757 | ├─58631 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-17 04:21:36.757 | ├─59050 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-17 04:21:36.758 | └─59051 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-17 04:21:36.758 | 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_limit.split_loggers = False {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_limit.status_code_retries = None {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_limit.status_code_retry_delay = None {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_limit.timeout = None {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_limit.valid_interfaces = None {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_limit.version = None {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_reports.file_event_handler = None {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] oslo_reports.log_dir = None {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.758 | Apr 17 04:21:18 devstack nova-conductor[58631]: DEBUG oslo_service.service [None req-41bcbe98-7234-46f0-97d9-1d7d007f04b3 None None] ******************************************************************************** {{(pid=58631) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-04-17 04:21:36.760 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.762 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-17 04:21:36.771 | enabled 2025-04-17 04:21:36.774 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-17 04:21:36.785 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-17 04:21:36.785 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.785 | Active: active (running) since Thu 2025-04-17 04:21:14 UTC; 22s ago 2025-04-17 04:21:36.785 | Main PID: 57412 (nova-scheduler) 2025-04-17 04:21:36.785 | Tasks: 3 (limit: 19126) 2025-04-17 04:21:36.785 | Memory: 148.0M 2025-04-17 04:21:36.785 | CPU: 2.133s 2025-04-17 04:21:36.785 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-17 04:21:36.785 | ├─57412 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-17 04:21:36.785 | ├─58455 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-17 04:21:36.785 | └─58457 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-17 04:21:36.785 | 2025-04-17 04:21:36.785 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_limit.split_loggers = False {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.785 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_limit.status_code_retries = None {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.785 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_limit.status_code_retry_delay = None {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.785 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_limit.timeout = None {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.785 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_limit.valid_interfaces = None {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.786 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_limit.version = None {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.786 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_reports.file_event_handler = None {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.786 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.786 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] oslo_reports.log_dir = None {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.786 | Apr 17 04:21:16 devstack nova-scheduler[57412]: DEBUG oslo_service.service [None req-7b958b86-c53e-4488-aa31-8929f446c2e1 None None] ******************************************************************************** {{(pid=57412) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-04-17 04:21:36.788 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.791 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-17 04:21:36.800 | enabled 2025-04-17 04:21:36.803 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-17 04:21:36.814 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-17 04:21:36.814 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.814 | Active: active (running) since Thu 2025-04-17 04:21:15 UTC; 21s ago 2025-04-17 04:21:36.814 | Main PID: 57960 (uwsgi) 2025-04-17 04:21:36.814 | Status: "uWSGI is ready" 2025-04-17 04:21:36.814 | Tasks: 4 (limit: 19126) 2025-04-17 04:21:36.814 | Memory: 202.2M 2025-04-17 04:21:36.814 | CPU: 4.049s 2025-04-17 04:21:36.814 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-17 04:21:36.814 | ├─57960 "nova-api-metauWSGI master" 2025-04-17 04:21:36.814 | ├─57961 "nova-api-metauWSGI worker 1" 2025-04-17 04:21:36.814 | ├─57962 "nova-api-metauWSGI worker 2" 2025-04-17 04:21:36.814 | └─57963 "nova-api-metauWSGI http 1" 2025-04-17 04:21:36.814 | 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57961]: DEBUG oslo_db.sqlalchemy.engines [None req-2c4cda4d-9faa-4cf2-a945-2854551674da 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=57961) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57962]: DEBUG oslo_db.sqlalchemy.engines [None req-e42cd8d6-d8d9-45da-91b7-26de3641b8ef 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=57962) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57961]: DEBUG oslo_db.sqlalchemy.engines [None req-2c4cda4d-9faa-4cf2-a945-2854551674da 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=57961) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57962]: DEBUG oslo_db.sqlalchemy.engines [None req-e42cd8d6-d8d9-45da-91b7-26de3641b8ef 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=57962) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57961]: DEBUG oslo_db.sqlalchemy.engines [None req-2c4cda4d-9faa-4cf2-a945-2854551674da 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=57961) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57962]: DEBUG oslo_db.sqlalchemy.engines [None req-e42cd8d6-d8d9-45da-91b7-26de3641b8ef 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=57962) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57961]: WARNING nova.api.metadata.handler [None req-2c4cda4d-9faa-4cf2-a945-2854551674da None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57962]: WARNING nova.api.metadata.handler [None req-e42cd8d6-d8d9-45da-91b7-26de3641b8ef None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57961]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x617a8e65af10 pid: 57961 (default app) 2025-04-17 04:21:36.814 | Apr 17 04:21:17 devstack devstack@n-api-meta.service[57962]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x617a8e65af10 pid: 57962 (default app) 2025-04-17 04:21:36.818 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.820 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-17 04:21:36.829 | enabled 2025-04-17 04:21:36.832 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-17 04:21:36.843 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-17 04:21:36.843 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.843 | Active: active (running) since Thu 2025-04-17 04:20:47 UTC; 49s ago 2025-04-17 04:21:36.843 | Main PID: 54134 (uwsgi) 2025-04-17 04:21:36.843 | Status: "uWSGI is ready" 2025-04-17 04:21:36.843 | Tasks: 3 (limit: 19126) 2025-04-17 04:21:36.843 | Memory: 147.1M 2025-04-17 04:21:36.843 | CPU: 2.539s 2025-04-17 04:21:36.843 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-17 04:21:36.843 | ├─54134 "placementuWSGI master" 2025-04-17 04:21:36.843 | ├─54135 "placementuWSGI worker 1" 2025-04-17 04:21:36.843 | └─54136 "placementuWSGI worker 2" 2025-04-17 04:21:36.843 | 2025-04-17 04:21:36.843 | Apr 17 04:20:49 devstack devstack@placement-api.service[54136]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "resource_classes_sync" {{(pid=54136) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:315}} 2025-04-17 04:21:36.843 | Apr 17 04:20:49 devstack devstack@placement-api.service[54136]: 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=54136) _resource_classes_sync /opt/stack/placement/placement/objects/resource_class.py:233}} 2025-04-17 04:21:36.843 | Apr 17 04:20:49 devstack devstack@placement-api.service[54136]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=54136) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2025-04-17 04:21:36.843 | Apr 17 04:20:49 devstack devstack@placement-api.service[54136]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x61e95cab4990 pid: 54136 (default app) 2025-04-17 04:21:36.843 | Apr 17 04:21:16 devstack devstack@placement-api.service[54135]: DEBUG placement.requestlog [None req-1229333d-bba6-406f-815a-9e5f52aa882a None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54135) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-17 04:21:36.843 | Apr 17 04:21:16 devstack devstack@placement-api.service[54135]: INFO placement.requestlog [None req-1229333d-bba6-406f-815a-9e5f52aa882a None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-17 04:21:36.843 | Apr 17 04:21:16 devstack devstack@placement-api.service[54135]: [pid: 54135|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Apr 17 04:21:16 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-17 04:21:36.843 | Apr 17 04:21:18 devstack devstack@placement-api.service[54136]: DEBUG placement.requestlog [None req-66d48072-e550-4f10-95b6-a3235c20fff9 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54136) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-17 04:21:36.843 | Apr 17 04:21:18 devstack devstack@placement-api.service[54136]: INFO placement.requestlog [None req-66d48072-e550-4f10-95b6-a3235c20fff9 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-17 04:21:36.843 | Apr 17 04:21:18 devstack devstack@placement-api.service[54136]: [pid: 54136|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Apr 17 04:21:18 2025] GET /placement => generated 136 bytes in 12 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-17 04:21:36.846 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.848 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-17 04:21:36.856 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-17 04:21:36.859 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.861 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2025-04-17 04:21:36.870 | enabled 2025-04-17 04:21:36.873 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-17 04:21:36.884 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-17 04:21:36.884 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.884 | Active: active (running) since Thu 2025-04-17 04:21:28 UTC; 8s ago 2025-04-17 04:21:36.885 | Main PID: 61393 (uwsgi) 2025-04-17 04:21:36.885 | Status: "uWSGI is ready" 2025-04-17 04:21:36.885 | Tasks: 7 (limit: 19126) 2025-04-17 04:21:36.885 | Memory: 237.4M 2025-04-17 04:21:36.885 | CPU: 4.612s 2025-04-17 04:21:36.885 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-17 04:21:36.885 | ├─61393 "glance-apiuWSGI master" 2025-04-17 04:21:36.885 | ├─61394 "glance-apiuWSGI worker 1" 2025-04-17 04:21:36.885 | └─61395 "glance-apiuWSGI worker 2" 2025-04-17 04:21:36.885 | 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: DEBUG glance.api.middleware.version_negotiation [None req-65e85a87-c038-4301-8076-bee01501c704 None None] Using url versioning {{(pid=61395) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: DEBUG glance.api.middleware.version_negotiation [None req-65e85a87-c038-4301-8076-bee01501c704 None None] Matched version: v2 {{(pid=61395) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: DEBUG glance.api.middleware.version_negotiation [None req-65e85a87-c038-4301-8076-bee01501c704 None None] new path /v2/images/2a5e619b-8532-4b3c-9d86-85994a7987af/file {{(pid=61395) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: DEBUG oslo_db.sqlalchemy.engines [None req-4d987fb2-e11e-45d4-b52f-0641693f8caf 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=61395) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: INFO glance.api.v2.image_data [None req-4d987fb2-e11e-45d4-b52f-0641693f8caf admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: DEBUG glance.location [None req-4d987fb2-e11e-45d4-b52f-0641693f8caf admin admin] Enabling in-flight format inspection for vmdk {{(pid=61395) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: DEBUG glance_store._drivers.filesystem [None req-4d987fb2-e11e-45d4-b52f-0641693f8caf admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/2a5e619b-8532-4b3c-9d86-85994a7987af with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=61395) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: INFO glance.location [None req-4d987fb2-e11e-45d4-b52f-0641693f8caf admin admin] Image format matched and virtual size computed: 117440512 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: DEBUG glance_store.backend [None req-4d987fb2-e11e-45d4-b52f-0641693f8caf admin admin] Skipping store.set_acls... not implemented. {{(pid=61395) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2025-04-17 04:21:36.885 | Apr 17 04:21:32 devstack devstack@g-api.service[61395]: [pid: 61395|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Apr 17 04:21:32 2025] PUT /v2/images/2a5e619b-8532-4b3c-9d86-85994a7987af/file => generated 0 bytes in 705 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-17 04:21:36.887 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.889 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-17 04:21:36.898 | enabled 2025-04-17 04:21:36.901 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-17 04:21:36.912 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-17 04:21:36.912 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.912 | Active: active (running) since Thu 2025-04-17 04:21:23 UTC; 13s ago 2025-04-17 04:21:36.912 | Main PID: 60237 (cinder-schedule) 2025-04-17 04:21:36.912 | Tasks: 1 (limit: 19126) 2025-04-17 04:21:36.912 | Memory: 102.1M 2025-04-17 04:21:36.912 | CPU: 1.783s 2025-04-17 04:21:36.912 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-17 04:21:36.912 | └─60237 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-17 04:21:36.912 | 2025-04-17 04:21:36.912 | Apr 17 04:21:25 devstack cinder-scheduler[60237]: DEBUG oslo_service.service [None req-916ea3ff-2933-4aba-9bb5-173c5def6418 None None] nova.token_auth_url = None {{(pid=60237) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:36.912 | Apr 17 04:21:25 devstack cinder-scheduler[60237]: DEBUG oslo_service.service [None req-916ea3ff-2933-4aba-9bb5-173c5def6418 None None] ******************************************************************************** {{(pid=60237) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-04-17 04:21:36.912 | Apr 17 04:21:25 devstack cinder-scheduler[60237]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-17 04:21:36.912 | Apr 17 04:21:25 devstack cinder-scheduler[60237]: INFO cinder.manager [None req-3e4cb801-f59b-450a-93ef-31e2d6ea9e39 None None] Initiating service 1 cleanup 2025-04-17 04:21:36.912 | Apr 17 04:21:25 devstack cinder-scheduler[60237]: INFO cinder.manager [None req-3e4cb801-f59b-450a-93ef-31e2d6ea9e39 None None] Service 1 cleanup completed. 2025-04-17 04:21:36.912 | Apr 17 04:21:25 devstack cinder-scheduler[60237]: DEBUG cinder.service [None req-3e4cb801-f59b-450a-93ef-31e2d6ea9e39 None None] Creating RPC server for service cinder-scheduler {{(pid=60237) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-17 04:21:36.912 | Apr 17 04:21:25 devstack cinder-scheduler[60237]: DEBUG cinder.service [None req-3e4cb801-f59b-450a-93ef-31e2d6ea9e39 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=60237) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-17 04:21:36.912 | Apr 17 04:21:29 devstack cinder-scheduler[60237]: DEBUG cinder.scheduler.host_manager [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 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=60237) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-17 04:21:36.912 | Apr 17 04:21:29 devstack cinder-scheduler[60237]: DEBUG cinder.scheduler.host_manager [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2025, 4, 17, 4, 21, 29, 279738)} {{(pid=60237) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-17 04:21:36.912 | Apr 17 04:21:29 devstack cinder-scheduler[60237]: DEBUG cinder.utils [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=60237) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-17 04:21:36.915 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.917 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2025-04-17 04:21:36.926 | enabled 2025-04-17 04:21:36.929 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-17 04:21:36.940 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-17 04:21:36.940 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.940 | Active: active (running) since Thu 2025-04-17 04:21:20 UTC; 16s ago 2025-04-17 04:21:36.940 | Main PID: 59693 (uwsgi) 2025-04-17 04:21:36.940 | Status: "uWSGI is ready" 2025-04-17 04:21:36.940 | Tasks: 5 (limit: 19126) 2025-04-17 04:21:36.940 | Memory: 229.6M 2025-04-17 04:21:36.940 | CPU: 4.910s 2025-04-17 04:21:36.940 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-17 04:21:36.940 | ├─59693 "cinder-apiuWSGI master" 2025-04-17 04:21:36.940 | ├─59694 "cinder-apiuWSGI worker 1" 2025-04-17 04:21:36.940 | └─59695 "cinder-apiuWSGI worker 2" 2025-04-17 04:21:36.940 | 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59694]: INFO cinder.api.openstack.wsgi [None req-377a30df-b115-422d-be3d-ff0ea95f8d98 admin admin] http://10.180.1.21/volume/v3/41f302a7ddc84085a05c55c0788e6a8e/types returned with HTTP 200 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59694]: [pid: 59694|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Apr 17 04:21:26 2025] POST /volume/v3/41f302a7ddc84085a05c55c0788e6a8e/types => generated 182 bytes in 402 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59695]: DEBUG cinder.api.middleware.request_id [req-377a30df-b115-422d-be3d-ff0ea95f8d98 req-4640822f-469f-4c2c-98e9-8aefaf0e086f None None] RequestId filter calling following filter/app {{(pid=59695) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59695]: INFO cinder.api.openstack.wsgi [req-377a30df-b115-422d-be3d-ff0ea95f8d98 req-4640822f-469f-4c2c-98e9-8aefaf0e086f admin admin] POST http://10.180.1.21/volume/v3/41f302a7ddc84085a05c55c0788e6a8e/types/3644ded4-a4fe-4819-934f-0c2ce27a4f1e/extra_specs 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59695]: DEBUG cinder.api.openstack.wsgi [req-377a30df-b115-422d-be3d-ff0ea95f8d98 req-4640822f-469f-4c2c-98e9-8aefaf0e086f admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=59695) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59695]: /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-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59695]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59695]: DEBUG oslo_db.sqlalchemy.engines [req-377a30df-b115-422d-be3d-ff0ea95f8d98 req-4640822f-469f-4c2c-98e9-8aefaf0e086f 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=59695) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59695]: INFO cinder.api.openstack.wsgi [req-377a30df-b115-422d-be3d-ff0ea95f8d98 req-4640822f-469f-4c2c-98e9-8aefaf0e086f admin admin] http://10.180.1.21/volume/v3/41f302a7ddc84085a05c55c0788e6a8e/types/3644ded4-a4fe-4819-934f-0c2ce27a4f1e/extra_specs returned with HTTP 200 2025-04-17 04:21:36.940 | Apr 17 04:21:26 devstack devstack@c-api.service[59695]: [pid: 59695|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Apr 17 04:21:26 2025] POST /volume/v3/41f302a7ddc84085a05c55c0788e6a8e/types/3644ded4-a4fe-4819-934f-0c2ce27a4f1e/extra_specs => generated 51 bytes in 328 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-17 04:21:36.943 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.945 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-17 04:21:36.954 | enabled 2025-04-17 04:21:36.957 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-17 04:21:36.968 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-17 04:21:36.968 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-17 04:21:36.968 | Active: active (running) since Thu 2025-04-17 04:21:24 UTC; 12s ago 2025-04-17 04:21:36.968 | Main PID: 60751 (cinder-volume) 2025-04-17 04:21:36.968 | Tasks: 3 (limit: 19126) 2025-04-17 04:21:36.968 | Memory: 251.3M 2025-04-17 04:21:36.968 | CPU: 4.383s 2025-04-17 04:21:36.968 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-17 04:21:36.968 | ├─60751 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-17 04:21:36.968 | └─60851 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-17 04:21:36.968 | 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: DEBUG cinder.image.image_utils [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=60851) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1240}} 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: INFO cinder.keymgr.migration [None req-c47aa706-b811-4986-a843-748be91e7a2c None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: DEBUG cinder.manager [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Notifying Schedulers of capabilities ... {{(pid=60851) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: INFO cinder.volume.manager [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Driver initialization completed successfully. 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: INFO cinder.manager [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Initiating service 2 cleanup 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: INFO cinder.manager [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Service 2 cleanup completed. 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: DEBUG cinder.service [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Creating RPC server for service cinder-volume {{(pid=60851) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: DEBUG cinder.service [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=60851) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: INFO cinder.volume.manager [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-17 04:21:36.968 | Apr 17 04:21:29 devstack cinder-volume[60851]: INFO cinder.volume.manager [None req-9cb7c344-e084-420b-8850-e2eac620b4a1 None None] Driver post RPC initialization completed successfully. 2025-04-17 04:21:36.971 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.973 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-17 04:21:36.981 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-17 04:21:36.984 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.986 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-17 04:21:36.994 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-17 04:21:36.997 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:36.999 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-17 04:21:37.008 | enabled 2025-04-17 04:21:37.011 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-17 04:21:37.022 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-17 04:21:37.022 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-17 04:21:37.022 | Active: active (running) since Thu 2025-04-17 04:20:43 UTC; 53s ago 2025-04-17 04:21:37.022 | Main PID: 53485 (/usr/bin/python) 2025-04-17 04:21:37.022 | Tasks: 5 (limit: 19126) 2025-04-17 04:21:37.022 | Memory: 379.5M 2025-04-17 04:21:37.022 | CPU: 9.812s 2025-04-17 04:21:37.022 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-17 04:21:37.022 | ├─53485 "/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-04-17 04:21:37.022 | ├─53587 "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-04-17 04:21:37.022 | ├─53588 "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-04-17 04:21:37.022 | ├─53589 "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-04-17 04:21:37.022 | └─53590 "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-04-17 04:21:37.022 | 2025-04-17 04:21:37.022 | Apr 17 04:21:14 devstack neutron-server[53589]: DEBUG neutron.plugins.ml2.rpc [None req-b709c21e-e393-4111-9c32-9a93c58502d6 None None] Device 8db04e37-f7e7-4c7c-89dc-de3c32e1331c up at agent ovs-agent-devstack {{(pid=53589) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2025-04-17 04:21:37.022 | Apr 17 04:21:14 devstack neutron-server[53589]: DEBUG neutron.db.provisioning_blocks [None req-b709c21e-e393-4111-9c32-9a93c58502d6 None None] Provisioning complete for port 8db04e37-f7e7-4c7c-89dc-de3c32e1331c triggered by entity L2. {{(pid=53589) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2025-04-17 04:21:37.022 | Apr 17 04:21:14 devstack neutron-server[53589]: DEBUG neutron_lib.callbacks.manager [None req-b709c21e-e393-4111-9c32-9a93c58502d6 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-7729767'] for port (8db04e37-f7e7-4c7c-89dc-de3c32e1331c), provisioning_complete {{(pid=53589) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 04:21:37.022 | Apr 17 04:21:14 devstack neutron-server[53589]: INFO neutron.plugins.ml2.plugin [None req-b709c21e-e393-4111-9c32-9a93c58502d6 None None] Attempt 1 to provision port 8db04e37-f7e7-4c7c-89dc-de3c32e1331c 2025-04-17 04:21:37.022 | Apr 17 04:21:14 devstack neutron-server[53589]: DEBUG neutron.plugins.ml2.plugin [None req-b709c21e-e393-4111-9c32-9a93c58502d6 None None] Current status of the port 8db04e37-f7e7-4c7c-89dc-de3c32e1331c is: ACTIVE; New status is: ACTIVE {{(pid=53589) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2025-04-17 04:21:37.022 | Apr 17 04:21:23 devstack neutron-server[53589]: DEBUG neutron_lib.callbacks.manager [None req-8303d4c2-99d8-4d0c-b9d4-9c523b13e1b6 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7792668296916', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7729853'] for agent (6bbd1ff6-a808-433c-898c-28ec6aae2e8d), after_update {{(pid=53589) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 04:21:37.022 | Apr 17 04:21:23 devstack neutron-server[53590]: DEBUG neutron.db.agents_db [None req-508cfa0c-8154-4496-b2ac-e2cdd4755fc0 None None] Agent healthcheck: found 4 active agents {{(pid=53590) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2025-04-17 04:21:37.022 | Apr 17 04:21:24 devstack neutron-server[53589]: DEBUG neutron_lib.callbacks.manager [None req-edcdcdc9-c07a-4c53-87ef-22c412c53098 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7792668296916', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7729853'] for agent (f07cb730-1b70-467f-a123-c20e52db5fe3), after_update {{(pid=53589) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 04:21:37.022 | Apr 17 04:21:24 devstack neutron-server[53589]: DEBUG neutron_lib.callbacks.manager [None req-b709c21e-e393-4111-9c32-9a93c58502d6 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7792668296916', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7729853'] for agent (329e005e-00ed-499e-a421-cc4b79ff3a43), after_update {{(pid=53589) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 04:21:37.022 | Apr 17 04:21:24 devstack neutron-server[53589]: DEBUG neutron_lib.callbacks.manager [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7792668296916', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7729853'] for agent (3251ddf7-e0d9-45cf-a444-0e5092e87c03), after_update {{(pid=53589) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 04:21:37.025 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:37.027 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-17 04:21:37.036 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-17 04:21:37.038 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:37.040 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2025-04-17 04:21:37.049 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-17 04:21:37.051 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:37.054 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2025-04-17 04:21:37.062 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-17 04:21:37.065 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:37.067 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-17 04:21:37.075 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-17 04:21:37.078 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:37.080 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-17 04:21:37.088 | enabled 2025-04-17 04:21:37.091 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-17 04:21:37.102 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-17 04:21:37.102 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-17 04:21:37.102 | Active: active (running) since Thu 2025-04-17 04:20:49 UTC; 47s ago 2025-04-17 04:21:37.102 | Main PID: 54635 (neutron-openvsw) 2025-04-17 04:21:37.102 | Tasks: 4 (limit: 19126) 2025-04-17 04:21:37.102 | Memory: 159.4M 2025-04-17 04:21:37.102 | CPU: 3.850s 2025-04-17 04:21:37.102 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-17 04:21:37.102 | ├─54635 "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-04-17 04:21:37.102 | ├─56106 /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/tmpa_w5i891/privsep.sock 2025-04-17 04:21:37.102 | └─56109 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-17 04:21:37.102 | 2025-04-17 04:21:37.102 | Apr 17 04:21:32 devstack neutron-openvswitch-agent[54635]: DEBUG neutron.agent.linux.utils [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56109. {{(pid=54635) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-17 04:21:37.102 | Apr 17 04:21:32 devstack neutron-openvswitch-agent[54635]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-17 04:21:37.102 | Apr 17 04:21:34 devstack neutron-openvswitch-agent[54635]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] Agent rpc_loop - iteration:19 started 2025-04-17 04:21:37.102 | Apr 17 04:21:34 devstack neutron-openvswitch-agent[54635]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x448d8be,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=4207650415198634480,duration_nsec=193000000,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=54635) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-17 04:21:37.102 | Apr 17 04:21:34 devstack neutron-openvswitch-agent[54635]: DEBUG neutron.agent.linux.utils [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56109. {{(pid=54635) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-17 04:21:37.102 | Apr 17 04:21:34 devstack neutron-openvswitch-agent[54635]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-17 04:21:37.102 | Apr 17 04:21:36 devstack neutron-openvswitch-agent[54635]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] Agent rpc_loop - iteration:20 started 2025-04-17 04:21:37.102 | Apr 17 04:21:36 devstack neutron-openvswitch-agent[54635]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x448d8c0,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=4207650415198634480,duration_nsec=194000000,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=54635) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-17 04:21:37.102 | Apr 17 04:21:36 devstack neutron-openvswitch-agent[54635]: DEBUG neutron.agent.linux.utils [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56109. {{(pid=54635) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-17 04:21:37.102 | Apr 17 04:21:36 devstack neutron-openvswitch-agent[54635]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-e5888e94-03e8-408b-a18e-fc5626bf053c None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-17 04:21:37.105 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:37.107 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-17 04:21:37.116 | enabled 2025-04-17 04:21:37.119 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-17 04:21:37.130 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-17 04:21:37.130 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-17 04:21:37.130 | Active: active (running) since Thu 2025-04-17 04:20:50 UTC; 46s ago 2025-04-17 04:21:37.130 | Main PID: 55053 (neutron-dhcp-ag) 2025-04-17 04:21:37.130 | Tasks: 13 (limit: 19126) 2025-04-17 04:21:37.130 | Memory: 423.3M 2025-04-17 04:21:37.130 | CPU: 8.613s 2025-04-17 04:21:37.130 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-17 04:21:37.130 | ├─55053 "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-04-17 04:21:37.130 | ├─56273 /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/tmp396nme1y/privsep.sock 2025-04-17 04:21:37.130 | ├─56314 /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/tmpp3bckdjl/privsep.sock 2025-04-17 04:21:37.130 | ├─56405 /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/tmp45fjk4da/privsep.sock 2025-04-17 04:21:37.130 | ├─56492 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-17 04:21:37.130 | ├─56493 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-17 04:21:37.130 | └─56504 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/b212df04-95bf-402f-918e-3feac12e5978/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/b212df04-95bf-402f-918e-3feac12e5978/host --addn-hosts=/opt/stack/data/neutron/dhcp/b212df04-95bf-402f-918e-3feac12e5978/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/b212df04-95bf-402f-918e-3feac12e5978/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/b212df04-95bf-402f-918e-3feac12e5978/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-8a6a61b2-05bb-4222-a3d8-6a4a6c323bf3,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2025-04-17 04:21:37.130 | 2025-04-17 04:21:37.130 | Apr 17 04:21:08 devstack neutron-dhcp-agent[55053]: INFO neutron.agent.dhcp.agent [None req-e7cda9ea-79af-40bb-8ceb-2dfecb2f98fc None None] DHCP configuration for ports {'8db04e37-f7e7-4c7c-89dc-de3c32e1331c'} is completed 2025-04-17 04:21:37.130 | Apr 17 04:21:09 devstack neutron-dhcp-agent[55053]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '4757b1c1-c21c-4f97-96a2-3e7c089f2bfc'}, 'priority': 0},) {} {{(pid=55053) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-04-17 04:21:37.130 | Apr 17 04:21:09 devstack neutron-dhcp-agent[55053]: DEBUG oslo_concurrency.lockutils [None req-2007ee20-1ccf-4778-bf26-1219f62c5519 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55053) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-04-17 04:21:37.130 | Apr 17 04:21:09 devstack neutron-dhcp-agent[55053]: DEBUG oslo_concurrency.lockutils [None req-2007ee20-1ccf-4778-bf26-1219f62c5519 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55053) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-04-17 04:21:37.130 | Apr 17 04:21:09 devstack neutron-dhcp-agent[55053]: DEBUG oslo_concurrency.lockutils [None req-2007ee20-1ccf-4778-bf26-1219f62c5519 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55053) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-04-17 04:21:37.130 | Apr 17 04:21:09 devstack neutron-dhcp-agent[55053]: DEBUG neutron.agent.dhcp.agent [None req-2007ee20-1ccf-4778-bf26-1219f62c5519 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '5ad1d645-45f5-437d-a62a-9047bcf6af17', 'name': 'public-subnet', 'tenant_id': '41f302a7ddc84085a05c55c0788e6a8e', 'network_id': '4757b1c1-c21c-4f97-96a2-3e7c089f2bfc', '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-04-17T04:21:09Z', 'updated_at': '2025-04-17T04:21:09Z', 'revision_number': 0, 'project_id': '41f302a7ddc84085a05c55c0788e6a8e', 'network': {'id': '4757b1c1-c21c-4f97-96a2-3e7c089f2bfc', 'name': 'public', 'tenant_id': '41f302a7ddc84085a05c55c0788e6a8e', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['5ad1d645-45f5-437d-a62a-9047bcf6af17'], '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-04-17T04:21:05Z', 'updated_at': '2025-04-17T04:21:09Z', 'revision_number': 2, 'project_id': '41f302a7ddc84085a05c55c0788e6a8e', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55053) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-04-17 04:21:37.130 | Apr 17 04:21:09 devstack neutron-dhcp-agent[55053]: DEBUG oslo_concurrency.lockutils [None req-71049abc-d45c-425c-8ceb-f000aea3a5ad None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55053) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-04-17 04:21:37.130 | Apr 17 04:21:09 devstack neutron-dhcp-agent[55053]: DEBUG oslo_concurrency.lockutils [None req-71049abc-d45c-425c-8ceb-f000aea3a5ad None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55053) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-04-17 04:21:37.130 | Apr 17 04:21:09 devstack neutron-dhcp-agent[55053]: DEBUG oslo_concurrency.lockutils [None req-71049abc-d45c-425c-8ceb-f000aea3a5ad None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55053) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-04-17 04:21:37.130 | Apr 17 04:21:11 devstack neutron-dhcp-agent[55053]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55053) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-04-17 04:21:37.133 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:37.135 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-17 04:21:37.144 | enabled 2025-04-17 04:21:37.146 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-17 04:21:37.157 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-17 04:21:37.157 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-17 04:21:37.157 | Active: active (running) since Thu 2025-04-17 04:20:51 UTC; 45s ago 2025-04-17 04:21:37.157 | Main PID: 55483 (neutron-l3-agen) 2025-04-17 04:21:37.157 | Tasks: 22 (limit: 19126) 2025-04-17 04:21:37.157 | Memory: 428.4M 2025-04-17 04:21:37.157 | CPU: 8.497s 2025-04-17 04:21:37.157 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-17 04:21:37.157 | ├─55483 "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-04-17 04:21:37.157 | ├─56150 /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/tmpkrottdmq/privsep.sock 2025-04-17 04:21:37.157 | ├─56629 /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/tmp739s9miq/privsep.sock 2025-04-17 04:21:37.157 | ├─56724 /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/tmply2yp_4e/privsep.sock 2025-04-17 04:21:37.157 | ├─56931 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-17 04:21:37.157 | ├─56932 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-17 04:21:37.157 | └─56944 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/eb0bd65d-9528-41a2-ae05-081e2f012fe1.conf 2025-04-17 04:21:37.157 | 2025-04-17 04:21:37.157 | Apr 17 04:21:16 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[2bd3de10-f5cf-4154-8849-ab5e127af6da]: (4, ('ARPING 10.180.180.211 from 10.180.180.211 qg-3ade0206-d6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.157 | Apr 17 04:21:18 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[04abd530-9f10-426a-b836-e83fb4ccbadb]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8db04e37-f7\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.157 | Apr 17 04:21:19 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[6394c898-1ab4-485c-bfd0-d0f6ec358297]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8db04e37-f7\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.157 | Apr 17 04:21:19 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[2699433d-06f1-4a8d-ba3c-7b806432d947]: (4, ('ARPING 10.180.180.211 from 10.180.180.211 qg-3ade0206-d6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.157 | Apr 17 04:21:20 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[087fd067-36a7-4c83-ad85-8622a9414e25]: (4, ('ARPING 10.180.180.211 from 10.180.180.211 qg-3ade0206-d6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.157 | Apr 17 04:21:22 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[e83b9a64-c0c1-44d8-8d7e-92abb5a60972]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8db04e37-f7\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.158 | Apr 17 04:21:23 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[3eb63f2c-09c2-475b-a96b-085d67cc2164]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8db04e37-f7\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.158 | Apr 17 04:21:23 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[f9121a8c-e4ef-40dc-b37a-de4fc1903ed6]: (4, ('ARPING 10.180.180.211 from 10.180.180.211 qg-3ade0206-d6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.158 | Apr 17 04:21:24 devstack neutron-l3-agent[55483]: DEBUG oslo.privsep.daemon [-] privsep: reply[00f7f738-0d06-4dcc-a336-a259b7512780]: (4, ('ARPING 10.180.180.211 from 10.180.180.211 qg-3ade0206-d6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56629) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-04-17 04:21:37.158 | Apr 17 04:21:37 devstack neutron-l3-agent[55483]: DEBUG oslo_service.periodic_task [None req-867145f5-57e9-4880-a902-060267c5d05b None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=55483) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2025-04-17 04:21:37.161 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 04:21:37.163 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-17 04:21:37.171 | enabled 2025-04-17 04:21:37.174 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-17 04:21:37.185 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-17 04:21:37.185 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-17 04:21:37.185 | Active: active (running) since Thu 2025-04-17 04:20:52 UTC; 44s ago 2025-04-17 04:21:37.185 | Main PID: 55895 (neutron-metadat) 2025-04-17 04:21:37.185 | Tasks: 3 (limit: 19126) 2025-04-17 04:21:37.185 | Memory: 123.9M 2025-04-17 04:21:37.185 | CPU: 1.972s 2025-04-17 04:21:37.185 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-17 04:21:37.185 | ├─55895 "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-04-17 04:21:37.185 | ├─56102 "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-04-17 04:21:37.185 | └─56103 "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-04-17 04:21:37.185 | 2025-04-17 04:21:37.185 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.185 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.186 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.186 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.186 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_rabbit.ssl_version = {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.186 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_notifications.driver = [] {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.186 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_notifications.retry = -1 {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.186 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.186 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] oslo_messaging_notifications.transport_url = **** {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-04-17 04:21:37.186 | Apr 17 04:20:54 devstack neutron-metadata-agent[55895]: DEBUG oslo_service.service [None req-3d55ba06-be34-47a5-af9c-4a4803f39c2e None None] ******************************************************************************** {{(pid=55895) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-04-17 04:21:37.188 | + stack.sh:main:1441 : is_service_enabled n-api 2025-04-17 04:21:37.202 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:37.204 | + stack.sh:main:1442 : is_service_enabled n-cpu 2025-04-17 04:21:37.218 | + functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:37.220 | + 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-04-17 04:21:37.222 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:37.224 | + 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-04-17 04:21:37.226 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-17 04:21:37.598 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.039 | | Upgrade Check Results | 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.039 | | Check: Cells v2 | 2025-04-17 04:21:39.039 | | Result: Success | 2025-04-17 04:21:39.039 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-17 04:21:39.039 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-17 04:21:39.039 | | compute hosts are deployed. | 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.039 | | Check: Placement API | 2025-04-17 04:21:39.039 | | Result: Success | 2025-04-17 04:21:39.039 | | Details: None | 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.039 | | Check: Cinder API | 2025-04-17 04:21:39.039 | | Result: Success | 2025-04-17 04:21:39.039 | | Details: None | 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.039 | | Check: Policy File JSON to YAML Migration | 2025-04-17 04:21:39.039 | | Result: Success | 2025-04-17 04:21:39.039 | | Details: None | 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.039 | | Check: Older than N-1 computes | 2025-04-17 04:21:39.039 | | Result: Success | 2025-04-17 04:21:39.039 | | Details: None | 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.039 | | Check: hw_machine_type unset | 2025-04-17 04:21:39.039 | | Result: Success | 2025-04-17 04:21:39.039 | | Details: None | 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.039 | | Check: Service User Token Configuration | 2025-04-17 04:21:39.039 | | Result: Success | 2025-04-17 04:21:39.039 | | Details: None | 2025-04-17 04:21:39.039 | +--------------------------------------------------------------------+ 2025-04-17 04:21:39.363 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-17 04:21:39.366 | + stack.sh:main:1474 : command openstack complete 2025-04-17 04:21:39.366 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-17 04:21:40.609 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2025-04-17 04:21:40.827 | + stack.sh:main:1478 : is_service_enabled cinder 2025-04-17 04:21:40.842 | + functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:40.844 | + stack.sh:main:1479 : is_ubuntu 2025-04-17 04:21:40.846 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-04-17 04:21:40.848 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-04-17 04:21:40.850 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-17 04:21:40.852 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:40.854 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2025-04-17 04:21:40.856 | + stack.sh:main:1481 : set_lvm_filter 2025-04-17 04:21:40.858 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-17 04:21:40.861 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2025-04-17 04:21:40.863 | + lib/lvm:set_lvm_filter:189 : local pv 2025-04-17 04:21:40.865 | + lib/lvm:set_lvm_filter:190 : local vg 2025-04-17 04:21:40.867 | + lib/lvm:set_lvm_filter:191 : local line 2025-04-17 04:21:40.870 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2025-04-17 04:21:40.913 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-17 04:21:40.916 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2025-04-17 04:21:40.917 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-17 04:21:40.929 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-17 04:21:40.940 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-17 04:21:40.942 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:40.944 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-17 04:21:40.947 | + stack.sh:main:1491 : run_phase stack test-config 2025-04-17 04:21:40.949 | + functions-common:run_phase:1863 : local mode=stack 2025-04-17 04:21:40.951 | + functions-common:run_phase:1864 : local phase=test-config 2025-04-17 04:21:40.953 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 04:21:40.955 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-04-17 04:21:40.957 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 04:21:40.959 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-04-17 04:21:40.961 | + functions-common:run_phase:1873 : local extra 2025-04-17 04:21:40.964 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 04:21:40.967 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-04-17 04:21:40.969 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 04:21:40.971 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 04:21:40.973 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-17 04:21:40.975 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 04:21:40.988 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:40.990 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:21:40.992 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:40.994 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-17 04:21:40.996 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:40.998 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:21:41.000 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:41.002 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-17 04:21:41.004 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:41.006 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-17 04:21:41.008 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:21:41.009 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:21:41.011 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-17 04:21:41.047 | [3504 Async install_tempest:34073]: Waiting for completion of install_tempest running on PID 34073 (1 other jobs running) 2025-04-17 04:21:41.063 | [3504 Async install_tempest:34073]: Signaling child to exit 2025-04-17 04:21:41.063 | WAKEUP 2025-04-17 04:21:41.078 | [3504 Async install_tempest:34073]: Signaled 2025-04-17 04:21:41.079 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest 41.0.0 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:614 : local git_ref=41.0.0 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:615 : local orig_dir 2025-04-17 04:21:41.079 | +++ functions-common:git_clone:616 : pwd 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:617 : local git_clone_flags= 2025-04-17 04:21:41.079 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:619 : RECLONE=False 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:633 : echo 41.0.0 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-04-17 04:21:41.079 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-17 04:21:41.079 | ++ functions-common:git_timed:720 : local count=0 2025-04-17 04:21:41.079 | ++ functions-common:git_timed:721 : local timeout=0 2025-04-17 04:21:41.079 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:21:41.079 | ++ functions-common:git_timed:724 : timeout=0 2025-04-17 04:21:41.079 | ++ functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:21:41.079 | ++ functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:21:41.079 | ++ functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:41.079 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:41.079 | +++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:41.079 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1744863499536 2025-04-17 04:21:41.079 | ++ 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-04-17 04:21:41.079 | Cloning into '/opt/stack//tempest'... 2025-04-17 04:21:41.079 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2435 : local name 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2438 : local total 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2442 : start_time=1744863499536 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2444 : [[ -z 1744863499536 ]] 2025-04-17 04:21:41.079 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2447 : end_time=1744863501679 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2448 : elapsed_time=2143 2025-04-17 04:21:41.079 | ++ functions-common:time_stop:2449 : total=80807 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82950 2025-04-17 04:21:41.080 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2025-04-17 04:21:41.080 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin 41.0.0 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:720 : local count=0 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:721 : local timeout=0 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:724 : timeout=0 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:21:41.080 | ++ functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:21:41.080 | ++ functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:41.080 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:41.080 | +++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:41.080 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1744863501708 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin 41.0.0 2025-04-17 04:21:41.080 | From https://opendev.org/openstack/tempest 2025-04-17 04:21:41.080 | * tag 41.0.0 -> FETCH_HEAD 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2435 : local name 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2438 : local total 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2442 : start_time=1744863501708 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2444 : [[ -z 1744863501708 ]] 2025-04-17 04:21:41.080 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2447 : end_time=1744863503235 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2448 : elapsed_time=1527 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2449 : total=82950 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:41.080 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84477 2025-04-17 04:21:41.080 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:720 : local count=0 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:721 : local timeout=0 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:724 : timeout=0 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:727 : time_start git_timed 2025-04-17 04:21:41.080 | ++ functions-common:time_start:2421 : local name=git_timed 2025-04-17 04:21:41.080 | ++ functions-common:time_start:2422 : local start_time= 2025-04-17 04:21:41.080 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-04-17 04:21:41.080 | +++ functions-common:time_start:2426 : date +%s%3N 2025-04-17 04:21:41.080 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1744863503263 2025-04-17 04:21:41.080 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 04:21:41.080 | Note: switching to 'FETCH_HEAD'. 2025-04-17 04:21:41.080 | 2025-04-17 04:21:41.081 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 04:21:41.081 | changes and commit them, and you can discard any commits you make in this 2025-04-17 04:21:41.081 | state without impacting any branches by switching back to a branch. 2025-04-17 04:21:41.081 | 2025-04-17 04:21:41.081 | If you want to create a new branch to retain commits you create, you may 2025-04-17 04:21:41.081 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 04:21:41.081 | 2025-04-17 04:21:41.081 | git switch -c 2025-04-17 04:21:41.081 | 2025-04-17 04:21:41.081 | Or undo this operation with: 2025-04-17 04:21:41.081 | 2025-04-17 04:21:41.081 | git switch - 2025-04-17 04:21:41.081 | 2025-04-17 04:21:41.081 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 04:21:41.081 | 2025-04-17 04:21:41.081 | HEAD is now at a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-04-17 04:21:41.081 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2435 : local name 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2438 : local total 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2441 : name=git_timed 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2442 : start_time=1744863503263 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2444 : [[ -z 1744863503263 ]] 2025-04-17 04:21:41.081 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2447 : end_time=1744863503360 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2448 : elapsed_time=97 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2449 : total=84477 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:41.081 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84574 2025-04-17 04:21:41.081 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-17 04:21:41.081 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2025-04-17 04:21:41.081 | ++ functions-common:git_clone:696 : git show --oneline 2025-04-17 04:21:41.081 | ++ functions-common:git_clone:696 : head -1 2025-04-17 04:21:41.081 | a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-04-17 04:21:41.081 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2025-04-17 04:21:41.081 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-17 04:21:41.081 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-17 04:21:41.081 | ++ 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-04-17 04:21:41.081 | Collecting tox!=2.8.0,<4.0.0 2025-04-17 04:21:41.081 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-17 04:21:41.081 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-04-17 04:21:41.081 | 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-04-17 04:21:41.082 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2025-04-17 04:21:41.082 | Collecting py>=1.4.17 2025-04-17 04:21:41.082 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-17 04:21:41.082 | 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-04-17 04:21:41.082 | Collecting pluggy>=0.12.0 2025-04-17 04:21:41.082 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-17 04:21:41.082 | Collecting filelock>=3.0.0 2025-04-17 04:21:41.082 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2025-04-17 04:21:41.082 | Collecting tomli>=2.0.1 2025-04-17 04:21:41.082 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-17 04:21:41.082 | Collecting platformdirs<3,>=2.4 2025-04-17 04:21:41.082 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2025-04-17 04:21:41.082 | Collecting distlib<1,>=0.3.5 2025-04-17 04:21:41.082 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-17 04:21:41.082 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-17 04:21:41.082 | 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-04-17 04:21:41.082 | 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-04-17 04:21:41.082 | ++ inc/python:pip_install:196 : result=0 2025-04-17 04:21:41.082 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2435 : local name 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2438 : local total 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2442 : start_time=1744863503401 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2444 : [[ -z 1744863503401 ]] 2025-04-17 04:21:41.082 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2447 : end_time=1744863506799 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2448 : elapsed_time=3398 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2449 : total=84053 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:41.082 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=87451 2025-04-17 04:21:41.082 | ++ inc/python:pip_install:199 : return 0 2025-04-17 04:21:41.082 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2025-04-17 04:21:41.082 | ~/tempest ~/devstack 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:846 : git checkout 41.0.0 2025-04-17 04:21:41.083 | error: pathspec '41.0.0' did not match any file(s) known to git 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2025-04-17 04:21:41.083 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.zxqHEEalE8 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.zxqHEEalE8 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.zxqHEEalE8 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-04-17 04:21:41.083 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:41.083 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2025-04-17 04:21:41.083 | full create: /opt/stack/tempest/.tox/tempest 2025-04-17 04:21:41.083 | full installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-04-17 04:21:41.083 | full develop-inst: /opt/stack/tempest 2025-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | ___________________________________ summary ____________________________________ 2025-04-17 04:21:41.083 | full: skipped tests 2025-04-17 04:21:41.083 | congratulations :) 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.zxqHEEalE8 -r requirements.txt 2025-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | 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-04-17 04:21:41.083 | WARNING: There was an error checking the latest version of pip. 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.zxqHEEalE8 2025-04-17 04:21:41.083 | ++ lib/tempest:install_tempest:859 : popd 2025-04-17 04:21:41.083 | ~/devstack 2025-04-17 04:21:41.109 | [3504 Async install_tempest:34073]: finished install_tempest with result 0 in 21 seconds 2025-04-17 04:21:41.112 | ++ inc/async:async_wait:197 : return 0 2025-04-17 04:21:41.114 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-17 04:21:41.116 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:21:41.117 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2025-04-17 04:21:41.119 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-17 04:21:41.122 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:41.123 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2025-04-17 04:21:41.125 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2025-04-17 04:21:41.127 | ++ inc/python:pip_install_gr:77 : local clean_name 2025-04-17 04:21:41.129 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2025-04-17 04:21:41.131 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2025-04-17 04:21:41.132 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-04-17 04:21:41.135 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-17 04:21:41.135 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-04-17 04:21:41.138 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2025-04-17 04:21:41.140 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2025-04-17 04:21:41.142 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2025-04-17 04:21:41.144 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2025-04-17 04:21:41.145 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2025-04-17 04:21:41.160 | Using python 3.10 to install testrepository 2025-04-17 04:21:41.162 | ++ 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-04-17 04:21:42.215 | Collecting testrepository 2025-04-17 04:21:42.215 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-17 04:21:42.227 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2025-04-17 04:21:42.228 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2025-04-17 04:21:42.229 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2025-04-17 04:21:42.234 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-04-17 04:21:42.240 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2025-04-17 04:21:43.308 | Installing collected packages: testrepository 2025-04-17 04:21:43.418 | Successfully installed testrepository-0.0.20 2025-04-17 04:21:43.419 | 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-04-17 04:21:43.522 | ++ inc/python:pip_install:196 : result=0 2025-04-17 04:21:43.524 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-04-17 04:21:43.525 | ++ functions-common:time_stop:2435 : local name 2025-04-17 04:21:43.527 | ++ functions-common:time_stop:2436 : local end_time 2025-04-17 04:21:43.529 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-04-17 04:21:43.530 | ++ functions-common:time_stop:2438 : local total 2025-04-17 04:21:43.532 | ++ functions-common:time_stop:2439 : local start_time 2025-04-17 04:21:43.534 | ++ functions-common:time_stop:2441 : name=pip_install 2025-04-17 04:21:43.536 | ++ functions-common:time_stop:2442 : start_time=1744863701156 2025-04-17 04:21:43.537 | ++ functions-common:time_stop:2444 : [[ -z 1744863701156 ]] 2025-04-17 04:21:43.539 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-04-17 04:21:43.542 | ++ functions-common:time_stop:2447 : end_time=1744863703540 2025-04-17 04:21:43.544 | ++ functions-common:time_stop:2448 : elapsed_time=2384 2025-04-17 04:21:43.546 | ++ functions-common:time_stop:2449 : total=92390 2025-04-17 04:21:43.547 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-04-17 04:21:43.549 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94774 2025-04-17 04:21:43.551 | ++ inc/python:pip_install:199 : return 0 2025-04-17 04:21:43.552 | ++ lib/tempest:configure_tempest:199 : local image_lines 2025-04-17 04:21:43.554 | ++ lib/tempest:configure_tempest:200 : local images 2025-04-17 04:21:43.556 | ++ lib/tempest:configure_tempest:201 : local num_images 2025-04-17 04:21:43.557 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2025-04-17 04:21:43.559 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2025-04-17 04:21:43.561 | ++ lib/tempest:configure_tempest:204 : local password 2025-04-17 04:21:43.562 | ++ lib/tempest:configure_tempest:205 : local line 2025-04-17 04:21:43.564 | ++ lib/tempest:configure_tempest:206 : local flavors 2025-04-17 04:21:43.566 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2025-04-17 04:21:43.567 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2025-04-17 04:21:43.569 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2025-04-17 04:21:43.571 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2025-04-17 04:21:43.572 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2025-04-17 04:21:43.574 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2025-04-17 04:21:43.576 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2025-04-17 04:21:43.577 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2025-04-17 04:21:43.579 | ++ lib/tempest:configure_tempest:215 : local disk 2025-04-17 04:21:43.580 | ++ lib/tempest:configure_tempest:218 : ifs=' 2025-04-17 04:21:43.580 | ' 2025-04-17 04:21:43.582 | ++ lib/tempest:configure_tempest:228 : declare -a images 2025-04-17 04:21:43.584 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2025-04-17 04:21:43.596 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:43.597 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2025-04-17 04:21:43.599 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-17 04:21:43.601 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-17 04:21:43.602 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2025-04-17 04:21:43.604 | ++ lib/tempest:get_active_images:159 : img_array=() 2025-04-17 04:21:43.606 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-04-17 04:21:43.606 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-17 04:21:43.607 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-17 04:21:44.875 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:44.877 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-17 04:21:44.879 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2025-04-17 04:21:44.881 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-04-17 04:21:44.883 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2025-04-17 04:21:44.884 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2025-04-17 04:21:44.886 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2025-04-17 04:21:44.888 | ++ lib/tempest:configure_tempest:254 : image_uuid=2a5e619b-8532-4b3c-9d86-85994a7987af 2025-04-17 04:21:44.890 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=2a5e619b-8532-4b3c-9d86-85994a7987af 2025-04-17 04:21:44.892 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-17 04:21:44.901 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-17 04:21:44.904 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2025-04-17 04:21:44.906 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2025-04-17 04:21:44.907 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2025-04-17 04:21:44.909 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2025-04-17 04:21:44.911 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2025-04-17 04:21:44.912 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2025-04-17 04:21:44.914 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2025-04-17 04:21:44.917 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2025-04-17 04:21:44.917 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2025-04-17 04:21:46.116 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:46.119 | ++ lib/tempest:configure_tempest:281 : admin_project_id=41f302a7ddc84085a05c55c0788e6a8e 2025-04-17 04:21:46.121 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2025-04-17 04:21:46.133 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:46.135 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2025-04-17 04:21:47.372 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:47.374 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 04:21:47.374 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-17 04:21:47.374 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 04:21:47.374 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-17 04:21:47.374 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-17 04:21:47.374 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-17 04:21:47.374 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-17 04:21:47.374 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-17 04:21:47.374 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-17 04:21:47.374 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-17 04:21:47.374 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-17 04:21:47.374 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-17 04:21:47.374 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-17 04:21:47.374 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-17 04:21:47.376 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2025-04-17 04:21:47.378 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 04:21:47.378 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-17 04:21:47.378 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 04:21:47.378 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-17 04:21:47.378 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-17 04:21:47.378 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-17 04:21:47.378 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-17 04:21:47.378 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-17 04:21:47.378 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-17 04:21:47.378 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-17 04:21:47.378 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-17 04:21:47.378 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-17 04:21:47.378 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-17 04:21:47.378 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-17 04:21:47.380 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 2a5e619b-8532-4b3c-9d86-85994a7987af 2025-04-17 04:21:47.382 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-17 04:21:47.384 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 2a5e619b-8532-4b3c-9d86-85994a7987af -c size -f value 2025-04-17 04:21:48.615 | ++++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:48.617 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-17 04:21:48.619 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-17 04:21:48.619 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-17 04:21:48.644 | ++ lib/tempest:configure_tempest:290 : disk=1 2025-04-17 04:21:48.646 | ++ 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-04-17 04:21:49.766 | +----------------------------+-----------------------+ 2025-04-17 04:21:49.766 | | Field | Value | 2025-04-17 04:21:49.766 | +----------------------------+-----------------------+ 2025-04-17 04:21:49.766 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:49.766 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:49.766 | | description | None | 2025-04-17 04:21:49.766 | | disk | 1 | 2025-04-17 04:21:49.766 | | id | 42 | 2025-04-17 04:21:49.766 | | name | m1.nano | 2025-04-17 04:21:49.766 | | os-flavor-access:is_public | True | 2025-04-17 04:21:49.766 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:49.766 | | ram | 128 | 2025-04-17 04:21:49.766 | | rxtx_factor | 1.0 | 2025-04-17 04:21:49.766 | | swap | | 2025-04-17 04:21:49.766 | | vcpus | 1 | 2025-04-17 04:21:49.766 | +----------------------------+-----------------------+ 2025-04-17 04:21:49.911 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2025-04-17 04:21:49.913 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 04:21:49.913 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-17 04:21:49.913 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 04:21:49.913 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-17 04:21:49.913 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-17 04:21:49.913 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-17 04:21:49.913 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-17 04:21:49.913 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-17 04:21:49.913 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-17 04:21:49.913 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-17 04:21:49.913 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-17 04:21:49.913 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-17 04:21:49.913 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-17 04:21:49.913 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-17 04:21:49.915 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 2a5e619b-8532-4b3c-9d86-85994a7987af 2025-04-17 04:21:49.917 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-17 04:21:49.920 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 2a5e619b-8532-4b3c-9d86-85994a7987af -c size -f value 2025-04-17 04:21:51.364 | ++++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:51.367 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-17 04:21:51.369 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-17 04:21:51.369 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-17 04:21:51.394 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-17 04:21:51.396 | ++ 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-04-17 04:21:52.522 | +----------------------------+-----------------------+ 2025-04-17 04:21:52.522 | | Field | Value | 2025-04-17 04:21:52.522 | +----------------------------+-----------------------+ 2025-04-17 04:21:52.522 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 04:21:52.522 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 04:21:52.522 | | description | None | 2025-04-17 04:21:52.522 | | disk | 1 | 2025-04-17 04:21:52.522 | | id | 84 | 2025-04-17 04:21:52.522 | | name | m1.micro | 2025-04-17 04:21:52.522 | | os-flavor-access:is_public | True | 2025-04-17 04:21:52.522 | | properties | hw_rng:allowed='True' | 2025-04-17 04:21:52.522 | | ram | 192 | 2025-04-17 04:21:52.522 | | rxtx_factor | 1.0 | 2025-04-17 04:21:52.522 | | swap | | 2025-04-17 04:21:52.522 | | vcpus | 1 | 2025-04-17 04:21:52.522 | +----------------------------+-----------------------+ 2025-04-17 04:21:52.647 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2025-04-17 04:21:52.649 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-17 04:21:52.674 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2025-04-17 04:21:52.676 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2025-04-17 04:21:52.678 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2025-04-17 04:21:52.679 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-04-17 04:21:52.682 | +++ 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-04-17 04:21:53.920 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:53.923 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-04-17 04:21:53.923 | address-scope 2025-04-17 04:21:53.923 | router-admin-state-down-before-update 2025-04-17 04:21:53.923 | agent 2025-04-17 04:21:53.923 | agent-resources-synced 2025-04-17 04:21:53.923 | allowed-address-pairs 2025-04-17 04:21:53.923 | auto-allocated-topology 2025-04-17 04:21:53.923 | availability_zone 2025-04-17 04:21:53.923 | availability_zone_filter 2025-04-17 04:21:53.923 | default-subnetpools 2025-04-17 04:21:53.923 | dhcp_agent_scheduler 2025-04-17 04:21:53.923 | dvr 2025-04-17 04:21:53.923 | empty-string-filtering 2025-04-17 04:21:53.923 | external-net 2025-04-17 04:21:53.923 | extra_dhcp_opt 2025-04-17 04:21:53.923 | extraroute 2025-04-17 04:21:53.923 | extraroute-atomic 2025-04-17 04:21:53.923 | filter-validation 2025-04-17 04:21:53.923 | floating-ip-port-forwarding-detail 2025-04-17 04:21:53.923 | fip-port-details 2025-04-17 04:21:53.923 | flavors 2025-04-17 04:21:53.923 | floatingip-pools 2025-04-17 04:21:53.923 | ip-substring-filtering 2025-04-17 04:21:53.923 | router 2025-04-17 04:21:53.923 | ext-gw-mode 2025-04-17 04:21:53.923 | l3-ha 2025-04-17 04:21:53.923 | l3-flavors 2025-04-17 04:21:53.923 | l3-port-ip-change-not-allowed 2025-04-17 04:21:53.923 | l3_agent_scheduler 2025-04-17 04:21:53.923 | multi-provider 2025-04-17 04:21:53.923 | net-mtu 2025-04-17 04:21:53.923 | net-mtu-writable 2025-04-17 04:21:53.923 | network_availability_zone 2025-04-17 04:21:53.923 | network-ip-availability 2025-04-17 04:21:53.923 | pagination 2025-04-17 04:21:53.923 | port-device-profile 2025-04-17 04:21:53.923 | port-mac-override 2025-04-17 04:21:53.923 | port-mac-address-regenerate 2025-04-17 04:21:53.923 | port-numa-affinity-policy 2025-04-17 04:21:53.923 | binding 2025-04-17 04:21:53.923 | binding-extended 2025-04-17 04:21:53.923 | port-security 2025-04-17 04:21:53.923 | project-id 2025-04-17 04:21:53.923 | provider 2025-04-17 04:21:53.923 | quota-check-limit 2025-04-17 04:21:53.923 | quotas 2025-04-17 04:21:53.923 | quota_details 2025-04-17 04:21:53.923 | rbac-policies 2025-04-17 04:21:53.923 | rbac-address-group 2025-04-17 04:21:53.923 | rbac-address-scope 2025-04-17 04:21:53.923 | rbac-security-groups 2025-04-17 04:21:53.923 | rbac-subnetpool 2025-04-17 04:21:53.923 | revision-if-match 2025-04-17 04:21:53.923 | standard-attr-revisions 2025-04-17 04:21:53.923 | router_availability_zone 2025-04-17 04:21:53.923 | security-groups-normalized-cidr 2025-04-17 04:21:53.923 | port-security-groups-filtering 2025-04-17 04:21:53.923 | security-groups-remote-address-group 2025-04-17 04:21:53.923 | security-groups-shared-filtering 2025-04-17 04:21:53.923 | security-group 2025-04-17 04:21:53.923 | service-type 2025-04-17 04:21:53.923 | sorting 2025-04-17 04:21:53.923 | standard-attr-description 2025-04-17 04:21:53.923 | stateful-security-group 2025-04-17 04:21:53.923 | subnet_onboard 2025-04-17 04:21:53.923 | subnet-service-types 2025-04-17 04:21:53.923 | subnet_allocation 2025-04-17 04:21:53.923 | subnetpool-prefix-ops 2025-04-17 04:21:53.924 | standard-attr-tag 2025-04-17 04:21:53.924 | standard-attr-timestamp 2025-04-17 04:21:53.924 | nsxt-ops' 2025-04-17 04:21:53.925 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-04-17 04:21:53.925 | address-scope 2025-04-17 04:21:53.925 | router-admin-state-down-before-update 2025-04-17 04:21:53.925 | agent 2025-04-17 04:21:53.925 | agent-resources-synced 2025-04-17 04:21:53.925 | allowed-address-pairs 2025-04-17 04:21:53.925 | auto-allocated-topology 2025-04-17 04:21:53.925 | availability_zone 2025-04-17 04:21:53.925 | availability_zone_filter 2025-04-17 04:21:53.925 | default-subnetpools 2025-04-17 04:21:53.925 | dhcp_agent_scheduler 2025-04-17 04:21:53.925 | dvr 2025-04-17 04:21:53.925 | empty-string-filtering 2025-04-17 04:21:53.925 | external-net 2025-04-17 04:21:53.925 | extra_dhcp_opt 2025-04-17 04:21:53.925 | extraroute 2025-04-17 04:21:53.925 | extraroute-atomic 2025-04-17 04:21:53.925 | filter-validation 2025-04-17 04:21:53.925 | floating-ip-port-forwarding-detail 2025-04-17 04:21:53.925 | fip-port-details 2025-04-17 04:21:53.925 | flavors 2025-04-17 04:21:53.925 | floatingip-pools 2025-04-17 04:21:53.925 | ip-substring-filtering 2025-04-17 04:21:53.925 | router 2025-04-17 04:21:53.925 | ext-gw-mode 2025-04-17 04:21:53.925 | l3-ha 2025-04-17 04:21:53.925 | l3-flavors 2025-04-17 04:21:53.925 | l3-port-ip-change-not-allowed 2025-04-17 04:21:53.925 | l3_agent_scheduler 2025-04-17 04:21:53.925 | multi-provider 2025-04-17 04:21:53.925 | net-mtu 2025-04-17 04:21:53.925 | net-mtu-writable 2025-04-17 04:21:53.925 | network_availability_zone 2025-04-17 04:21:53.925 | network-ip-availability 2025-04-17 04:21:53.925 | pagination 2025-04-17 04:21:53.925 | port-device-profile 2025-04-17 04:21:53.925 | port-mac-override 2025-04-17 04:21:53.925 | port-mac-address-regenerate 2025-04-17 04:21:53.925 | port-numa-affinity-policy 2025-04-17 04:21:53.925 | binding 2025-04-17 04:21:53.925 | binding-extended 2025-04-17 04:21:53.925 | port-security 2025-04-17 04:21:53.925 | project-id 2025-04-17 04:21:53.925 | provider 2025-04-17 04:21:53.925 | quota-check-limit 2025-04-17 04:21:53.925 | quotas 2025-04-17 04:21:53.925 | quota_details 2025-04-17 04:21:53.925 | rbac-policies 2025-04-17 04:21:53.925 | rbac-address-group 2025-04-17 04:21:53.925 | rbac-address-scope 2025-04-17 04:21:53.925 | rbac-security-groups 2025-04-17 04:21:53.925 | rbac-subnetpool 2025-04-17 04:21:53.925 | revision-if-match 2025-04-17 04:21:53.925 | standard-attr-revisions 2025-04-17 04:21:53.925 | router_availability_zone 2025-04-17 04:21:53.925 | security-groups-normalized-cidr 2025-04-17 04:21:53.925 | port-security-groups-filtering 2025-04-17 04:21:53.925 | security-groups-remote-address-group 2025-04-17 04:21:53.925 | security-groups-shared-filtering 2025-04-17 04:21:53.925 | security-group 2025-04-17 04:21:53.925 | service-type 2025-04-17 04:21:53.925 | sorting 2025-04-17 04:21:53.925 | standard-attr-description 2025-04-17 04:21:53.925 | stateful-security-group 2025-04-17 04:21:53.925 | subnet_onboard 2025-04-17 04:21:53.925 | subnet-service-types 2025-04-17 04:21:53.925 | subnet_allocation 2025-04-17 04:21:53.925 | subnetpool-prefix-ops 2025-04-17 04:21:53.925 | standard-attr-tag 2025-04-17 04:21:53.925 | standard-attr-timestamp 2025-04-17 04:21:53.925 | nsxt-ops =~ external-net ]] 2025-04-17 04:21:53.927 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-04-17 04:21:53.929 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-17 04:21:55.244 | +++ functions-common:oscwrap:2475 : return 0 2025-04-17 04:21:55.246 | ++ lib/tempest:configure_tempest:357 : public_network_id=4757b1c1-c21c-4f97-96a2-3e7c089f2bfc 2025-04-17 04:21:55.248 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-17 04:21:56.425 | +---------------------------+--------------------------------------+ 2025-04-17 04:21:56.426 | | Field | Value | 2025-04-17 04:21:56.426 | +---------------------------+--------------------------------------+ 2025-04-17 04:21:56.426 | | admin_state_up | UP | 2025-04-17 04:21:56.426 | | availability_zone_hints | | 2025-04-17 04:21:56.426 | | availability_zones | | 2025-04-17 04:21:56.426 | | created_at | 2025-04-17T04:21:56Z | 2025-04-17 04:21:56.426 | | description | | 2025-04-17 04:21:56.426 | | dns_domain | None | 2025-04-17 04:21:56.426 | | id | 5a89c5cc-a8f0-4409-98e7-e995179a187b | 2025-04-17 04:21:56.426 | | ipv4_address_scope | None | 2025-04-17 04:21:56.426 | | ipv6_address_scope | None | 2025-04-17 04:21:56.426 | | is_default | False | 2025-04-17 04:21:56.426 | | is_vlan_transparent | None | 2025-04-17 04:21:56.426 | | mtu | 8950 | 2025-04-17 04:21:56.426 | | name | shared | 2025-04-17 04:21:56.426 | | port_security_enabled | True | 2025-04-17 04:21:56.426 | | project_id | 41f302a7ddc84085a05c55c0788e6a8e | 2025-04-17 04:21:56.426 | | provider:network_type | vlan | 2025-04-17 04:21:56.426 | | provider:physical_network | default | 2025-04-17 04:21:56.426 | | provider:segmentation_id | 948 | 2025-04-17 04:21:56.426 | | qos_policy_id | None | 2025-04-17 04:21:56.426 | | revision_number | 1 | 2025-04-17 04:21:56.426 | | router:external | Internal | 2025-04-17 04:21:56.426 | | segments | None | 2025-04-17 04:21:56.426 | | shared | True | 2025-04-17 04:21:56.426 | | status | ACTIVE | 2025-04-17 04:21:56.426 | | subnets | | 2025-04-17 04:21:56.426 | | tags | | 2025-04-17 04:21:56.426 | | tenant_id | 41f302a7ddc84085a05c55c0788e6a8e | 2025-04-17 04:21:56.426 | | updated_at | 2025-04-17T04:21:56Z | 2025-04-17 04:21:56.426 | +---------------------------+--------------------------------------+ 2025-04-17 04:21:56.547 | ++ 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-04-17 04:21:57.837 | +----------------------+--------------------------------------+ 2025-04-17 04:21:57.837 | | Field | Value | 2025-04-17 04:21:57.837 | +----------------------+--------------------------------------+ 2025-04-17 04:21:57.837 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-17 04:21:57.837 | | cidr | 192.168.233.0/24 | 2025-04-17 04:21:57.837 | | created_at | 2025-04-17T04:21:57Z | 2025-04-17 04:21:57.837 | | description | shared-subnet | 2025-04-17 04:21:57.837 | | dns_nameservers | | 2025-04-17 04:21:57.837 | | dns_publish_fixed_ip | None | 2025-04-17 04:21:57.837 | | enable_dhcp | True | 2025-04-17 04:21:57.837 | | gateway_ip | 192.168.233.1 | 2025-04-17 04:21:57.837 | | host_routes | | 2025-04-17 04:21:57.837 | | id | 71960913-b2de-430a-a6b0-6ef579f64c0d | 2025-04-17 04:21:57.837 | | ip_version | 4 | 2025-04-17 04:21:57.837 | | ipv6_address_mode | None | 2025-04-17 04:21:57.837 | | ipv6_ra_mode | None | 2025-04-17 04:21:57.837 | | name | shared-subnet | 2025-04-17 04:21:57.837 | | network_id | 5a89c5cc-a8f0-4409-98e7-e995179a187b | 2025-04-17 04:21:57.837 | | project_id | 41f302a7ddc84085a05c55c0788e6a8e | 2025-04-17 04:21:57.837 | | revision_number | 0 | 2025-04-17 04:21:57.837 | | segment_id | None | 2025-04-17 04:21:57.837 | | service_types | | 2025-04-17 04:21:57.837 | | subnetpool_id | None | 2025-04-17 04:21:57.837 | | tags | | 2025-04-17 04:21:57.837 | | updated_at | 2025-04-17T04:21:57Z | 2025-04-17 04:21:57.837 | +----------------------+--------------------------------------+ 2025-04-17 04:21:57.965 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-17 04:21:57.990 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-17 04:21:58.014 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2025-04-17 04:21:58.016 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-17 04:21:58.040 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-17 04:21:58.062 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-17 04:21:58.084 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-17 04:21:58.109 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-17 04:21:58.133 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-17 04:21:58.157 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-17 04:21:58.179 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-17 04:21:58.202 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-17 04:21:58.224 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-17 04:21:58.246 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2025-04-17 04:21:58.248 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-17 04:21:58.272 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-17 04:21:58.294 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-17 04:21:58.317 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-17 04:21:58.340 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2025-04-17 04:21:58.342 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-17 04:21:58.366 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-17 04:21:58.388 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2025-04-17 04:21:58.390 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-17 04:21:58.414 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2025-04-17 04:21:58.426 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:58.428 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2025-04-17 04:21:58.430 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-17 04:21:58.453 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2025-04-17 04:21:58.465 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:58.467 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-17 04:21:58.492 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-17 04:21:58.515 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-17 04:21:58.537 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2025-04-17 04:21:58.539 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-17 04:21:58.564 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-17 04:21:58.587 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2025-04-17 04:21:58.600 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:58.602 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 2a5e619b-8532-4b3c-9d86-85994a7987af 2025-04-17 04:21:58.624 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 2a5e619b-8532-4b3c-9d86-85994a7987af 2025-04-17 04:21:58.646 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-17 04:21:58.668 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-17 04:21:58.690 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-17 04:21:58.714 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2025-04-17 04:21:58.726 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:58.727 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2025-04-17 04:21:58.729 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2025-04-17 04:21:58.731 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2025-04-17 04:21:58.733 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-17 04:21:58.735 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2025-04-17 04:21:58.737 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-17 04:21:58.751 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2025-04-17 04:21:58.752 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-17 04:21:58.775 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-17 04:21:58.800 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-17 04:21:58.823 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-17 04:21:58.846 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-17 04:21:58.869 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-17 04:21:58.891 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-17 04:21:58.913 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-17 04:21:58.936 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-17 04:21:58.959 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-17 04:21:58.960 | ++ 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-04-17 04:21:58.983 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:58.985 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2025-04-17 04:21:58.997 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:58.999 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-17 04:21:59.022 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 4757b1c1-c21c-4f97-96a2-3e7c089f2bfc 2025-04-17 04:21:59.044 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-17 04:21:59.066 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-17 04:21:59.089 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-17 04:21:59.113 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-17 04:21:59.136 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-17 04:21:59.158 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-17 04:21:59.182 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-17 04:21:59.183 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2025-04-17 04:21:59.185 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-17 04:21:59.209 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-17 04:21:59.211 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2025-04-17 04:21:59.213 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-04-17 04:21:59.215 | ++ functions-common:is_provider_network:2287 : return 1 2025-04-17 04:21:59.217 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-17 04:21:59.240 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-17 04:21:59.263 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-17 04:21:59.285 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-17 04:21:59.307 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-17 04:21:59.329 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-17 04:21:59.352 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-17 04:21:59.354 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-17 04:21:59.366 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-17 04:21:59.390 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-17 04:21:59.392 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-17 04:21:59.404 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-17 04:21:59.427 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-17 04:21:59.429 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-17 04:21:59.441 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-17 04:21:59.463 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-17 04:21:59.465 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-17 04:21:59.478 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-17 04:21:59.499 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2025-04-17 04:21:59.501 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2025-04-17 04:21:59.503 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2025-04-17 04:21:59.505 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-17 04:21:59.518 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2025-04-17 04:21:59.520 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-17 04:21:59.542 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2025-04-17 04:21:59.554 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:59.556 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-17 04:21:59.578 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2025-04-17 04:21:59.579 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-17 04:21:59.581 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-17 04:21:59.583 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-17 04:21:59.585 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2025-04-17 04:21:59.587 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2025-04-17 04:21:59.588 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2025-04-17 04:21:59.590 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2025-04-17 04:21:59.592 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-17 04:21:59.605 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2025-04-17 04:21:59.607 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-17 04:21:59.632 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2025-04-17 04:21:59.634 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2025-04-17 04:21:59.636 | ++ lib/tempest:configure_tempest:668 : local service 2025-04-17 04:21:59.638 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-17 04:21:59.640 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-04-17 04:21:59.642 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2025-04-17 04:21:59.654 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:59.656 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-17 04:21:59.681 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-04-17 04:21:59.682 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2025-04-17 04:21:59.694 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:59.696 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-17 04:21:59.718 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-04-17 04:21:59.720 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2025-04-17 04:21:59.732 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:59.733 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-17 04:21:59.756 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-04-17 04:21:59.757 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2025-04-17 04:21:59.769 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:59.771 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-17 04:21:59.795 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-04-17 04:21:59.796 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2025-04-17 04:21:59.808 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:21:59.810 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-17 04:21:59.833 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-04-17 04:21:59.835 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2025-04-17 04:21:59.846 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:59.848 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-17 04:21:59.870 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-04-17 04:21:59.872 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2025-04-17 04:21:59.884 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:21:59.886 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-17 04:21:59.908 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-04-17 04:21:59.909 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-04-17 04:21:59.911 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-04-17 04:21:59.913 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-04-17 04:21:59.915 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-04-17 04:21:59.916 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-04-17 04:21:59.918 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-04-17 04:21:59.920 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-04-17 04:21:59.922 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-04-17 04:21:59.923 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-04-17 04:21:59.925 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2025-04-17 04:21:59.927 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2025-04-17 04:21:59.929 | +++ lib/tempest:configure_tempest:715 : mktemp 2025-04-17 04:21:59.932 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.QTexY0rmkI 2025-04-17 04:21:59.934 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2025-04-17 04:21:59.936 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2025-04-17 04:21:59.938 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-17 04:21:59.941 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.pBJkWYhtMo 2025-04-17 04:21:59.942 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.pBJkWYhtMo 2025-04-17 04:21:59.944 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-17 04:21:59.946 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.pBJkWYhtMo 2025-04-17 04:21:59.948 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-04-17 04:21:59.950 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-04-17 04:21:59.950 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-04-17 04:21:59.952 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:59.955 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:59.957 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:59.959 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:59.960 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-04-17 04:21:59.962 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2025-04-17 04:21:59.964 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2025-04-17 04:22:00.186 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-17 04:22:00.583 | venv-tempest installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-04-17 04:22:08.976 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-17 04:22:12.038 | 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-04-17 04:22:12.038 | ___________________________________ summary ____________________________________ 2025-04-17 04:22:12.038 | venv-tempest: skipped tests 2025-04-17 04:22:12.038 | congratulations :) 2025-04-17 04:22:12.058 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.pBJkWYhtMo -r requirements.txt 2025-04-17 04:22:12.594 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2025-04-17 04:22:12.594 | warnings.warn( 2025-04-17 04:22:12.595 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2025-04-17 04:22:12.595 | warnings.warn( 2025-04-17 04:22:12.682 | venv-tempest develop-inst-noop: /opt/stack/tempest 2025-04-17 04:22:13.057 | 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-04-17 04:22:13.057 | venv-tempest run-test-pre: PYTHONHASHSEED='166826665' 2025-04-17 04:22:13.058 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.pBJkWYhtMo -r requirements.txt 2025-04-17 04:22:13.872 | 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-04-17 04:22:13.872 | 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-04-17 04:22:13.873 | 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-04-17 04:22:13.874 | 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-04-17 04:22:13.875 | 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-04-17 04:22:13.876 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-04-17 04:22:13.876 | 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-04-17 04:22:13.877 | 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-04-17 04:22:13.896 | 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-04-17 04:22:13.897 | 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-04-17 04:22:13.897 | 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-04-17 04:22:13.899 | 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-04-17 04:22:13.900 | 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-04-17 04:22:13.900 | 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-04-17 04:22:13.901 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-04-17 04:22:13.901 | 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-04-17 04:22:13.902 | 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-04-17 04:22:13.903 | 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-04-17 04:22:13.903 | 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-04-17 04:22:13.904 | 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-04-17 04:22:13.905 | 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-04-17 04:22:13.906 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-04-17 04:22:13.906 | 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-04-17 04:22:13.912 | 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-04-17 04:22:13.913 | 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-04-17 04:22:13.914 | 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-04-17 04:22:13.932 | 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-04-17 04:22:13.933 | 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-04-17 04:22:13.937 | 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-04-17 04:22:13.953 | 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-04-17 04:22:13.954 | 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-04-17 04:22:13.954 | 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-04-17 04:22:13.971 | 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-04-17 04:22:13.977 | 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-04-17 04:22:13.994 | 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-04-17 04:22:13.995 | 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-04-17 04:22:14.014 | 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-04-17 04:22:14.014 | 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-04-17 04:22:14.016 | 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-04-17 04:22:14.029 | 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-04-17 04:22:14.030 | 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-04-17 04:22:14.035 | 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-04-17 04:22:14.035 | 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-04-17 04:22:14.042 | 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-04-17 04:22:14.042 | 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-04-17 04:22:14.043 | 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-04-17 04:22:14.044 | 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-04-17 04:22:14.067 | 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-04-17 04:22:14.087 | 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-04-17 04:22:14.132 | 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-04-17 04:22:14.154 | 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-04-17 04:22:14.177 | 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-04-17 04:22:14.230 | 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-04-17 04:22:14.231 | 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-04-17 04:22:14.232 | 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-04-17 04:22:14.345 | WARNING: There was an error checking the latest version of pip. 2025-04-17 04:22:14.420 | ___________________________________ summary ____________________________________ 2025-04-17 04:22:14.421 | venv-tempest: commands succeeded 2025-04-17 04:22:14.421 | congratulations :) 2025-04-17 04:22:14.441 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.pBJkWYhtMo 2025-04-17 04:22:14.444 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2025-04-17 04:22:14.446 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2025-04-17 04:22:14.448 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-17 04:22:14.471 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.QTexY0rmkI 2025-04-17 04:22:14.696 | venv create: /opt/stack/tempest/.tox/venv 2025-04-17 04:22:14.979 | venv installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-17 04:22:27.488 | venv develop-inst: /opt/stack/tempest 2025-04-17 04:22:31.352 | 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-04-17 04:22:31.352 | venv run-test-pre: PYTHONHASHSEED='4240911662' 2025-04-17 04:22:31.352 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.QTexY0rmkI 2025-04-17 04:22:31.778 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2025-04-17 04:22:31.778 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-17 04:22:31.778 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2025-04-17 04:22:31.778 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-17 04:22:32.014 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2025-04-17 04:22:32.014 | warnings.warn( 2025-04-17 04:22:32.417 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2025-04-17 04:22:32.417 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-17 04:22:33.006 | ___________________________________ summary ____________________________________ 2025-04-17 04:22:33.006 | venv: commands succeeded 2025-04-17 04:22:33.006 | congratulations :) 2025-04-17 04:22:33.027 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2025-04-17 04:22:33.039 | ++ functions-common:is_service_enabled:2091 : return 1 2025-04-17 04:22:33.042 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-17 04:22:33.043 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2025-04-17 04:22:33.055 | ++ functions-common:is_service_enabled:2091 : return 0 2025-04-17 04:22:33.057 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-17 04:22:33.059 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-17 04:22:33.061 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-17 04:22:33.063 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-17 04:22:33.064 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-17 04:22:33.066 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-17 04:22:33.068 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-17 04:22:33.070 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-17 04:22:33.072 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-17 04:22:33.073 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-17 04:22:33.075 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-17 04:22:33.077 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-17 04:22:33.079 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-17 04:22:33.081 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-17 04:22:33.082 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-04-17 04:22:33.084 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-17 04:22:33.086 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-17 04:22:33.088 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-17 04:22:33.090 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-17 04:22:33.092 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-17 04:22:33.093 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-17 04:22:33.095 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-17 04:22:33.097 | ++ 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-04-17 04:22:33.099 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2025-04-17 04:22:33.102 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.QTexY0rmkI network-feature-enabled api_extensions 2025-04-17 04:22:33.102 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2025-04-17 04:22:33.117 | ++ 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-04-17 04:22:33.120 | +++ 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-04-17 04:22:33.122 | +++ 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-04-17 04:22:33.123 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-17 04:22:33.125 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-17 04:22:33.127 | +++ 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-04-17 04:22:33.142 | +++ 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-04-17 04:22:33.156 | ++ 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-04-17 04:22:33.158 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2025-04-17 04:22:33.160 | ++ 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-04-17 04:22:33.183 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-17 04:22:33.185 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-17 04:22:33.187 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-17 04:22:33.189 | ++ 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-04-17 04:22:33.191 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2025-04-17 04:22:33.192 | ++ 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-04-17 04:22:33.217 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-17 04:22:33.219 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-17 04:22:33.221 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-17 04:22:33.223 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-17 04:22:33.225 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-17 04:22:33.226 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-17 04:22:33.228 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-17 04:22:33.230 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-17 04:22:33.232 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-17 04:22:33.234 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-17 04:22:33.236 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-17 04:22:33.238 | ++ 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-04-17 04:22:33.240 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2025-04-17 04:22:33.242 | ++ 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-04-17 04:22:33.265 | ++ lib/tempest:configure_tempest:830 : IFS=' 2025-04-17 04:22:33.265 | ' 2025-04-17 04:22:33.267 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-17 04:22:33.269 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-04-17 04:22:33.271 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2025-04-17 04:22:33.273 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-17 04:22:33.275 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2025-04-17 04:22:33.275 | ~/tempest ~/tempest 2025-04-17 04:22:33.277 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2025-04-17 04:22:33.279 | ++ lib/tempest:install_tempest_plugins:874 : popd 2025-04-17 04:22:33.279 | ~/tempest 2025-04-17 04:22:33.281 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 04:22:33.283 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 04:22:33.285 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:22:33.287 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 04:22:33.289 | + functions-common:run_phase:1890 : run_plugins stack test-config 2025-04-17 04:22:33.292 | + functions-common:run_plugins:1849 : local mode=stack 2025-04-17 04:22:33.294 | + functions-common:run_plugins:1850 : local phase=test-config 2025-04-17 04:22:33.296 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-04-17 04:22:33.298 | + functions-common:run_plugins:1853 : local plugin 2025-04-17 04:22:33.300 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-04-17 04:22:33.302 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-04-17 04:22:33.304 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 04:22:33.306 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-17 04:22:33.308 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 04:22:33.310 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:22:33.312 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-17 04:22:33.314 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:22:33.316 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 04:22:33.318 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-17 04:22:33.320 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-17 04:22:33.322 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-17 04:22:33.325 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-17 04:22:33.327 | + inc/meta-config:merge_config_group:171 : shift 2025-04-17 04:22:33.329 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-17 04:22:33.331 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:22:33.333 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-17 04:22:33.335 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-17 04:22:33.338 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-17 04:22:33.340 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-17 04:22:33.342 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-17 04:22:33.344 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 04:22:33.346 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-17 04:22:33.346 | /^\[\[.+\|.*\]\]/ { 2025-04-17 04:22:33.346 | gsub("[][]", "", $1); 2025-04-17 04:22:33.346 | split($1, a, "|"); 2025-04-17 04:22:33.346 | if (a[1] == matchgroup) 2025-04-17 04:22:33.346 | print a[2] 2025-04-17 04:22:33.346 | } 2025-04-17 04:22:33.346 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 44 osc 156 apt-get 43 test_with_retry 3 dbsync 2 pip_install 94 apt-get-update 26 run_process 15 git_timed 80 ------------------------- Unaccounted time 47 ========================= Total runtime 520 ================= Async summary ================= Time spent in the background minus waits: 180 sec Elapsed time: 520 sec Time if we did everything serially: 700 sec Speedup: 1.34615 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